Kaynağa Gözat

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

version-14
mbauskar 7 yıl önce
ebeveyn
işleme
cd7b1c16cd
2 değiştirilmiş dosya ile 2 ekleme ve 4 silme
  1. +1
    -2
      frappe/public/css/form.css
  2. +1
    -2
      frappe/public/less/form.less

+ 1
- 2
frappe/public/css/form.css Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 {


Yükleniyor…
İptal
Kaydet