diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-05 23:24:10 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-05 23:24:10 +0000 |
commit | 71d3b7c194a8612b40dea82f6c430b4feb3739cd (patch) | |
tree | 0f4b7d4be3c12f0b2a6560a8907d352709493078 /themes/openwrt-light | |
parent | a37ba532ff116209e1af8ac16ea4a34bbcd498cd (diff) |
* luci/themes: add required css classes for cbi-uvl-errors
Diffstat (limited to 'themes/openwrt-light')
-rw-r--r-- | themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css b/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css index 119b86cd2..6c841b206 100644 --- a/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css +++ b/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css @@ -473,6 +473,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; } |