diff options
Diffstat (limited to 'themes/openwrt.org/htdocs')
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css index ae9d45a97b..91771a78c3 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -830,6 +830,12 @@ div.cbi-tab-descr { padding: 0.5em; } +.errorbox { + border: 1px solid #FF0000; + background-color: #FFCCCC; + padding: 5px; +} + #memorybar { width: 200px; height: 8px; |