diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-05-31 19:09:51 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-05-31 19:09:51 +0200 |
commit | fed315a5e3c2156f517b57576932d700c0989315 (patch) | |
tree | 63329d7dbd1f223b41a28582202718fc99ac5846 /themes/luci-theme-material | |
parent | a64ab077d7da059871c400ce2c22093d988874d8 (diff) |
themes: drop errorbox styles
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-material')
-rwxr-xr-x | themes/luci-theme-material/htdocs/luci-static/material/css/style.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/themes/luci-theme-material/htdocs/luci-static/material/css/style.css b/themes/luci-theme-material/htdocs/luci-static/material/css/style.css index 1b08e4894..a3b22ccf8 100755 --- a/themes/luci-theme-material/htdocs/luci-static/material/css/style.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/css/style.css @@ -287,7 +287,6 @@ header > .container > .brand { color: black; } -.errorbox, .alert-message { margin: 2rem 0 0 0; padding: 1rem; @@ -303,12 +302,6 @@ header > .container > .brand { box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 2px 0 rgba(0, 0, 0, .12); } -.errorbox { - color: #fff; - background-color: #f0ad4e; - border-color: #eea236; -} - .error { color: red; } |