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:
parent
c332c66031
commit
6c1a2e3483
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ header > .container > .brand {
|
||||||
}
|
}
|
||||||
|
|
||||||
.warning {
|
.warning {
|
||||||
background-color: #FF7D60;
|
background-color: #FF7D60 !important;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue