luci-theme-material: fix no password set, Luci displays information is illegible. 479/head
authorLutty Yang <lutty@wcan.in>
Thu, 17 Sep 2015 12:41:11 +0000 (20:41 +0800)
committerLutty Yang <lutty@wcan.in>
Thu, 17 Sep 2015 13:03:01 +0000 (21:03 +0800)
Fixed the visibility of "no password set" warning.

Signed-off-by: Lutty Yang<lutty@wcan.in>
themes/luci-theme-material/htdocs/luci-static/material/css/style.css

index e98ae3c..4962323 100755 (executable)
@@ -157,7 +157,7 @@ header > .container > .brand {
 }
 
 .warning {
-    background-color: #FF7D60;
+    background-color: #FF7D60 !important;
     color: #FFF;
 }