summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css7
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;