summaryrefslogtreecommitdiffhomepage
path: root/themes/oxygen
diff options
context:
space:
mode:
authorManuel Munz <freifunk@somakoma.de>2011-05-17 23:22:07 +0000
committerManuel Munz <freifunk@somakoma.de>2011-05-17 23:22:07 +0000
commit3cfa3918b1757d01718f1aeedccaf267b7a8708f (patch)
treeaf74d92e6bc34f1667c88ad4aa26c38926203d66 /themes/oxygen
parent761510551d7450349753c54796adafde0513ed00 (diff)
themes: Add .cbi-input-invalid to css for themes which were missing it
Diffstat (limited to 'themes/oxygen')
-rw-r--r--themes/oxygen/htdocs/luci-static/oxygen/cascade.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/oxygen/htdocs/luci-static/oxygen/cascade.css b/themes/oxygen/htdocs/luci-static/oxygen/cascade.css
index 6235db734..9fa4acc4b 100644
--- a/themes/oxygen/htdocs/luci-static/oxygen/cascade.css
+++ b/themes/oxygen/htdocs/luci-static/oxygen/cascade.css
@@ -408,6 +408,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;
}