themes/openwrt: add style for disabled cbi buttons
[project/luci.git] / themes / openwrt / htdocs / luci-static / openwrt.org / cascade.css
index 272939373e689d1af8976cbd4f78cd72049542af..1c04bfcf530100b3b66ecb9a0ac5e193a25bb98f 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;