From cd7b1c16cd3cc23b2d4ef47a3edbaa339f6290bf Mon Sep 17 00:00:00 2001 From: mbauskar Date: Mon, 18 Sep 2017 15:53:16 +0530 Subject: [PATCH] [minor] used @text-color for color attribute instead of black --- frappe/public/css/form.css | 3 +-- frappe/public/less/form.less | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/frappe/public/css/form.css b/frappe/public/css/form.css index 2839449dca..f2f758aac5 100644 --- a/frappe/public/css/form.css +++ b/frappe/public/css/form.css @@ -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; diff --git a/frappe/public/less/form.less b/frappe/public/less/form.less index 222acddfcf..196d225027 100644 --- a/frappe/public/less/form.less +++ b/frappe/public/less/form.less @@ -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 {