luci-theme-openwrt-2020: add missing css success color
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
81917cd560
commit
e0c0e468e6
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
--secondary-dark-color: #212322;
|
--secondary-dark-color: #212322;
|
||||||
--danger-color: #CC1111;
|
--danger-color: #CC1111;
|
||||||
--warning-color: #CC8800;
|
--warning-color: #CC8800;
|
||||||
|
--success-color: #5CB85C;
|
||||||
--regular-font: "GalanoGrotesqueW00-Regular";
|
--regular-font: "GalanoGrotesqueW00-Regular";
|
||||||
--base-font-size: 16px;
|
--base-font-size: 16px;
|
||||||
}
|
}
|
||||||
|
@ -848,6 +849,10 @@ ul > li {
|
||||||
background: var(--danger-color);
|
background: var(--danger-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.alert-message.success {
|
||||||
|
background: var(--success-color);
|
||||||
|
}
|
||||||
|
|
||||||
.alert-message .btn {
|
.alert-message .btn {
|
||||||
background: inherit;
|
background: inherit;
|
||||||
box-shadow: 0 0 2px var(--secondary-bright-color);
|
box-shadow: 0 0 2px var(--secondary-bright-color);
|
||||||
|
|
Loading…
Reference in a new issue