diff options
author | Lutty Yang <lutty@wcan.in> | 2015-09-17 20:41:11 +0800 |
---|---|---|
committer | Lutty Yang <lutty@wcan.in> | 2015-09-17 21:03:01 +0800 |
commit | 6c1a2e34833a8514b4f13bfc16a1c0c2d0116bc9 (patch) | |
tree | eae809a608eb4beb484293946820ec7329b99dc4 /themes | |
parent | c332c660318f9d7916daa6855ebdc63504d02b07 (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-x | themes/luci-theme-material/htdocs/luci-static/material/css/style.css | 2 |
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; } |