Browse Source

[minor] used @text-color for color attribute instead of black

version-14
mbauskar 7 years ago
parent
commit
cd7b1c16cd
2 changed files with 2 additions and 4 deletions
  1. +1
    -2
      frappe/public/css/form.css
  2. +1
    -2
      frappe/public/less/form.less

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

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


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

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

.delivery-status-indicator {


Loading…
Cancel
Save