From 6c1a2e34833a8514b4f13bfc16a1c0c2d0116bc9 Mon Sep 17 00:00:00 2001 From: Lutty Yang Date: Thu, 17 Sep 2015 20:41:11 +0800 Subject: [PATCH] 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 --- themes/luci-theme-material/htdocs/luci-static/material/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.11.0