diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-18 12:31:39 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-18 12:31:39 +0000 |
commit | 0efea1babc41a888c307af6d79cfd1447b32dde6 (patch) | |
tree | d2c35fa3ad00baf2822f7c8999f20157faa91f53 /themes | |
parent | de254ea5f1d394a0717a3a9f12f980645aa07094 (diff) |
themes/openwrt: add style for disabled cbi buttons
Diffstat (limited to 'themes')
-rw-r--r-- | themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css index 272939373..1c04bfcf5 100644 --- 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; |