Browse Source

Merge pull request #4140 from mbauskar/control-code

[minor] reverted code control's background color to white
version-14
Rushabh Mehta 7 years ago
committed by GitHub
parent
commit
c86176c572
2 changed files with 2 additions and 6 deletions
  1. +1
    -3
      frappe/public/css/form.css
  2. +1
    -3
      frappe/public/less/form.less

+ 1
- 3
frappe/public/css/form.css View File

@@ -601,11 +601,9 @@ select.form-control {
.control-code.bold { .control-code.bold {
height: 400px; height: 400px;
font-family: Monaco, "Courier New", monospace; font-family: Monaco, "Courier New", monospace;
background-color: black;
color: #fffce7;
color: #36414C;
font-size: 12px; font-size: 12px;
line-height: 1.7em; line-height: 1.7em;
border: none;
} }
.delivery-status-indicator { .delivery-status-indicator {
display: inline-block; display: inline-block;


+ 1
- 3
frappe/public/less/form.less View File

@@ -749,11 +749,9 @@ select.form-control {
.control-code, .control-code.bold { .control-code, .control-code.bold {
height: 400px; height: 400px;
font-family: Monaco, "Courier New", monospace; font-family: Monaco, "Courier New", monospace;
background-color: black;
color: @light-yellow;
color: @text-color;
font-size: 12px; font-size: 12px;
line-height: 1.7em; line-height: 1.7em;
border: none;
} }


.delivery-status-indicator { .delivery-status-indicator {


Loading…
Cancel
Save