From: Jo-Philipp Wich Date: Tue, 18 Oct 2011 12:31:39 +0000 (+0000) Subject: themes/openwrt: add style for disabled cbi buttons X-Git-Tag: 0.11.0~1503 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=0efea1babc41a888c307af6d79cfd1447b32dde6;ds=sidebyside themes/openwrt: add style for disabled cbi buttons --- 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;