summaryrefslogtreecommitdiffhomepage
path: root/themes/fledermaus
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-09-05 23:24:10 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-09-05 23:24:10 +0000
commit71d3b7c194a8612b40dea82f6c430b4feb3739cd (patch)
tree0f4b7d4be3c12f0b2a6560a8907d352709493078 /themes/fledermaus
parenta37ba532ff116209e1af8ac16ea4a34bbcd498cd (diff)
* luci/themes: add required css classes for cbi-uvl-errors
Diffstat (limited to 'themes/fledermaus')
-rw-r--r--themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css
index c39396886..e44366436 100644
--- a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css
+++ b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css
@@ -488,6 +488,24 @@ div.cbi-error {
color: #FF0000;
}
+td.cbi-value-error {
+ border-color: red !important;
+}
+
+.cbi-value-error input,
+.cbi-value-error select {
+ color: red !important;
+ background-color: #FFCCCC;
+}
+
+.cbi-section-error {
+ color: red;
+ font-size: 95%;
+ border: 1px dotted red;
+ margin: 3px;
+ padding: 3px;
+}
+
.right {
text-align: right;
}