themes: drop errorbox styles
authorJo-Philipp Wich <jo@mein.io>
Thu, 31 May 2018 17:09:51 +0000 (19:09 +0200)
committerJo-Philipp Wich <jo@mein.io>
Thu, 31 May 2018 17:09:51 +0000 (19:09 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
themes/luci-theme-material/htdocs/luci-static/material/css/style.css
themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css

index 1b08e4894abedacc4f0fd4ec8fec3f670d307e68..a3b22ccf811d78761c431903bb95cf00a06d562e 100755 (executable)
@@ -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;
 }
index 1c32e58dd66eabe2d3972855696d3bf7863eb1cd..8b359d475ab74cf8ecd6f3393703c430cd50f5ca 100644 (file)
@@ -966,17 +966,6 @@ div.cbi-tab-descr {
        padding: 0.5em;
 }
 
-.errorbox {
-       border: 1px solid #FF0000;
-       background-color: #FFCCCC;
-       padding: 5px;
-       margin-bottom: 5px;
-}
-
-.errorbox a {
-       color: #000000 !important;
-}
-
 
 .ifacebadge, .ifacebox {
        display: inline-flex;