summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorDavid Hari <d-hari@hotmail.com>2019-03-30 19:54:14 +1100
committerJo-Philipp Wich <jo@mein.io>2019-04-08 08:16:01 +0200
commitf8166387bf597256d9a259a4d0f24953292e50da (patch)
tree842ca476e9bf5b1e7d1d763c391010e52af6e3e1 /themes
parent4046fd8b7f24ab25451f3c70499739e9127e5e6a (diff)
luci-theme-bootstrap: fixed input fields having disabled/uneditable colour
Submitted-by: David Hari <d-hari@hotmail.com> [reword commit subject] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes')
-rw-r--r--themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css5
1 files changed, 4 insertions, 1 deletions
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;