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>
This commit is contained in:
Lutty Yang 2015-09-17 20:41:11 +08:00
parent c332c66031
commit 6c1a2e3483

View file

@ -157,7 +157,7 @@ header > .container > .brand {
}
.warning {
background-color: #FF7D60;
background-color: #FF7D60 !important;
color: #FFF;
}