themes/openwrt.org: display error if Java Script is disabled
[project/luci.git] / themes / openwrt.org / htdocs / luci-static / openwrt.org / cascade.css
index 122dc23..91771a7 100644 (file)
@@ -548,6 +548,14 @@ div.cbi-section-remove input {
        padding-right: 1px;
 }
 
+.cbi-input-invalid {
+       background-image: url('../resources/cbi/reset.gif');
+       background-repeat: no-repeat;
+       background-position: right;
+       color: #FF0000 !important;
+       border-color: #FF0000;
+}
+
 div.cbi-section-remove input {
        border-bottom: none;
 }
@@ -822,6 +830,12 @@ div.cbi-tab-descr {
        padding: 0.5em;
 }
 
+.errorbox {
+       border: 1px solid #FF0000;
+       background-color: #FFCCCC;
+       padding: 5px;
+}
+
 #memorybar {
        width: 200px;
        height: 8px;