Bläddra i källkod

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

version-14
mbauskar 7 år sedan
förälder
incheckning
cd7b1c16cd
2 ändrade filer med 2 tillägg och 4 borttagningar
  1. +1
    -2
      frappe/public/css/form.css
  2. +1
    -2
      frappe/public/less/form.less

+ 1
- 2
frappe/public/css/form.css Visa fil

@@ -601,10 +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;
color: black;
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
- 2
frappe/public/less/form.less Visa fil

@@ -749,10 +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;
color: black;
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 {


Laddar…
Avbryt
Spara