From: David Hari Date: Sat, 30 Mar 2019 08:54:14 +0000 (+1100) Subject: luci-theme-bootstrap: fixed input fields having disabled/uneditable colour X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f8166387bf597256d9a259a4d0f24953292e50da;p=oweals%2Fluci.git luci-theme-bootstrap: fixed input fields having disabled/uneditable colour Submitted-by: David Hari [reword commit subject] Signed-off-by: Jo-Philipp Wich --- diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index ab4e08a9e..21a2291e5 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -454,11 +454,14 @@ select, padding: 4px; font-size: 13px; line-height: 18px; - color: #808080; border: 1px solid #ccc; border-radius: 3px; } +.uneditable-input { + color: #808080; +} + .cbi-dropdown, .cbi-dynlist { min-width: 210px;