themes/openwrt: add some new CSS classes used by firewall ui
[project/luci.git] / themes / openwrt / htdocs / luci-static / openwrt.org / cascade.css
index 2729393..95e6a07 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;
@@ -713,13 +720,18 @@ td.cbi-value-error {
        padding: 3px;
 }
 
+.cbi-value-field var {
+       color: #2222FF;
+}
+
 ul.cbi-tabmenu {
        padding: 3px 0;
        margin-left: 0 !important;
        list-style-type: none;
        position: relative;
        z-index: 10;
-       top: 1px;
+       top: 4px;
+       line-height: 20px;
 }
 
 ul.cbi-tabmenu li.cbi-tab,
@@ -764,8 +776,12 @@ div.cbi-tab-descr {
        padding: 0.5em 0.5em 0.5em 2em;
 }
 
+.left {
+       text-align: left !important;
+}
+
 .right {
-       text-align: right;
+       text-align: right !important;
 }
 
 .luci {