git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
4046fd8
)
luci-theme-bootstrap: fixed input fields having disabled/uneditable colour
author
David Hari
<redacted>
Sat, 30 Mar 2019 08:54:14 +0000
(19:54 +1100)
committer
Jo-Philipp Wich
<redacted>
Mon, 8 Apr 2019 06:16:01 +0000
(08:16 +0200)
Submitted-by: David Hari <redacted>
[reword commit subject]
Signed-off-by: Jo-Philipp Wich <redacted>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
patch
|
blob
|
history
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 ab4e08a9e9659f99c27299b9dd324113fbdccca9..21a2291e5beff35313582576f6276419752ed331 100644
(file)
--- 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;
git clone https://git.99rst.org/PROJECT