diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-08-18 09:18:56 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-08-18 09:18:56 +0200 |
commit | 34c2eca4fc00d93b62dcd8691cc8b8a13673b39a (patch) | |
tree | 89fd0f27d19ef2426e17b4b41a64f83220f547fe /themes/luci-theme-bootstrap/htdocs | |
parent | 46755e25ba541236b56c549841e5db0cf69cdd72 (diff) |
luci-theme-bootstrap: add missing CSS class
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-bootstrap/htdocs')
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 2 |
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; |