luci-theme-openwrt: add success style for alert messages
Fixes: #5427 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
9aaebdf8de
commit
1c3b32dc1b
1 changed files with 6 additions and 0 deletions
|
@ -316,6 +316,12 @@ body.modal-overlay-active #modal_overlay {
|
|||
color: #650;
|
||||
}
|
||||
|
||||
.alert-message.success, .cbi-tooltip.success, .label.success {
|
||||
border-color: #161;
|
||||
background: #efe;
|
||||
color: #161;
|
||||
}
|
||||
|
||||
div.hostinfo {
|
||||
float: left;
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in a new issue