Merge pull request #4912 from TDT-AG/pr/20200311-luci-theme-openwrt-2020

luci-theme-openwrt-2020: add missing css success color
This commit is contained in:
Florian Eckert 2021-03-11 18:17:17 +01:00 committed by GitHub
commit 8e48d67cdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
--secondary-dark-color: #212322;
--danger-color: #CC1111;
--warning-color: #CC8800;
--success-color: #5CB85C;
--regular-font: "GalanoGrotesqueW00-Regular";
--base-font-size: 16px;
}
@ -848,6 +849,10 @@ ul > li {
background: var(--danger-color);
}
.alert-message.success {
background: var(--success-color);
}
.alert-message .btn {
background: inherit;
box-shadow: 0 0 2px var(--secondary-bright-color);