summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-08-18 09:18:56 +0200
committerJo-Philipp Wich <jo@mein.io>2016-08-18 09:18:56 +0200
commit34c2eca4fc00d93b62dcd8691cc8b8a13673b39a (patch)
tree89fd0f27d19ef2426e17b4b41a64f83220f547fe /themes
parent46755e25ba541236b56c549841e5db0cf69cdd72 (diff)
luci-theme-bootstrap: add missing CSS class
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes')
-rw-r--r--themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
index 1d2374805..1adf17c66 100644
--- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
+++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
@@ -1614,7 +1614,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
opacity: 0.4;
}
-.alert-message {
+.alert-message, .errorbox {
position: relative;
padding: 7px 15px;
margin-bottom: 18px;