summaryrefslogtreecommitdiffhomepage
path: root/themes/oxygen
diff options
context:
space:
mode:
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;
}