themes/openwrt: add style for disabled cbi buttons
[project/luci.git] / 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;