themes/openwrt: add style for disabled cbi buttons
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 18 Oct 2011 12:31:39 +0000 (12:31 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 18 Oct 2011 12:31:39 +0000 (12:31 +0000)
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css

index 2729393..1c04bfc 100644 (file)
@@ -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;