themes/freifunk-generic: Add warning box when js is disabled
[project/luci.git] / themes / freifunk-generic / htdocs / luci-static / freifunk-generic / cascade.css
index 4530b08..d20d74f 100644 (file)
@@ -81,6 +81,12 @@ code {
        background-color: white;
 }
 
+.errorbox {
+border: 1px solid #F00;
+background-color: #FCC;
+padding: 5px;
+}
+
 #header {
        min-height: 100px;
        background: #FFF url(header.jpg) repeat-x left bottom;