From: Lutty Yang <lutty@wcan.in>
Date: Thu, 17 Sep 2015 12:41:11 +0000 (+0800)
Subject: luci-theme-material: fix no password set, Luci displays information is illegible.
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6c1a2e34833a8514b4f13bfc16a1c0c2d0116bc9;p=oweals%2Fluci.git

luci-theme-material: fix no password set, Luci displays information is illegible.

Fixed the visibility of "no password set" warning.

Signed-off-by: Lutty Yang<lutty@wcan.in>
---

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 e98ae3c69..4962323e7 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
@@ -157,7 +157,7 @@ header > .container > .brand {
 }
 
 .warning {
-    background-color: #FF7D60;
+    background-color: #FF7D60 !important;
     color: #FFF;
 }