luci-theme-openwrt: add success style for alert messages
Fixes: #5427 Signed-off-by: Jo-Philipp Wich <jo@mein.io> (cherry picked from commit 1c3b32dc1bec15e3076a447762b1c4f94eb75fb7)
This commit is contained in:
parent
4fd8c836b3
commit
137ede6354
@ -316,6 +316,12 @@ body.modal-overlay-active #modal_overlay {
|
|||||||
color: #650;
|
color: #650;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.alert-message.success, .cbi-tooltip.success, .label.success {
|
||||||
|
border-color: #161;
|
||||||
|
background: #efe;
|
||||||
|
color: #161;
|
||||||
|
}
|
||||||
|
|
||||||
div.hostinfo {
|
div.hostinfo {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user