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:
de254ea
)
themes/openwrt: add style for disabled cbi buttons
author
Jo-Philipp Wich
<redacted>
Tue, 18 Oct 2011 12:31:39 +0000
(12:31 +0000)
committer
Jo-Philipp Wich
<redacted>
Tue, 18 Oct 2011 12:31:39 +0000
(12:31 +0000)
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
patch
|
blob
|
history
diff --git
a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
index 272939373e689d1af8976cbd4f78cd72049542af..1c04bfcf530100b3b66ecb9a0ac5e193a25bb98f 100644
(file)
--- a/
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
+++ b/
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
@@
-420,6
+420,13
@@
input.cbi-button:hover {
background-color: #FFFFFF;
}
+input.cbi-button[disabled] {
+ color: #CCCCCC;
+ border-color: #CCCCCC;
+ background-color: #EEEEEE;
+ cursor: default;
+}
+
input.cbi-input-user {
background-image: url('../resources/cbi/user.gif');
background-repeat: no-repeat;
git clone https://git.99rst.org/PROJECT