themes/openwrt: add some new CSS classes used by firewall ui
[project/luci.git] / themes / openwrt / htdocs / luci-static / openwrt.org / cascade.css
index e820229..95e6a07 100644 (file)
@@ -166,6 +166,20 @@ div.hostinfo {
        padding: 0.5em;
 }
 
+#xhr_poll_status {
+       cursor: pointer;
+}
+
+#xhr_poll_status #xhr_poll_status_off {
+       font-weight: bold;
+       color: #FF0000;
+}
+
+#xhr_poll_status #xhr_poll_status_on {
+       font-weight: bold;
+       color: #00FF00;
+}
+
 #menubar {
        position: relative;
        width: 100%;
@@ -224,6 +238,8 @@ html #menubar a:visited.warning {
        color: #ffffff;
        list-style: none;
        margin-right: 1px;
+       margin-left: 2em;
+       float: right;
 }
 
 #modemenu li {
@@ -233,7 +249,6 @@ html #menubar a:visited.warning {
 
 #savemenu {
        float: right;
-       margin-right: 2em;
 }
 
 .lang_de #submenu_admin_uci {
@@ -405,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;
@@ -698,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,
@@ -749,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 {
@@ -788,6 +819,11 @@ div.cbi-tab-descr {
        margin-bottom: 5px;
 }
 
+.errorbox a {
+       color: #000000 !important;
+}
+
+
 .uci-change-list {
        font-family: monospace;
 }