summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorLutty Yang <lutty@wcan.in>2015-09-17 20:41:11 +0800
committerLutty Yang <lutty@wcan.in>2015-09-17 21:03:01 +0800
commit6c1a2e34833a8514b4f13bfc16a1c0c2d0116bc9 (patch)
treeeae809a608eb4beb484293946820ec7329b99dc4 /themes
parentc332c660318f9d7916daa6855ebdc63504d02b07 (diff)
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>
Diffstat (limited to 'themes')
-rwxr-xr-xthemes/luci-theme-material/htdocs/luci-static/material/css/style.css2
1 files changed, 1 insertions, 1 deletions
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;
}