From: Lutty Yang 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=refs%2Fpull%2F479%2Fhead;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 --- 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; }