From 34c2eca4fc00d93b62dcd8691cc8b8a13673b39a Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 18 Aug 2016 09:18:56 +0200 Subject: [PATCH] luci-theme-bootstrap: add missing CSS class Signed-off-by: Jo-Philipp Wich --- themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0