luci-theme-openwrt-2020: add missing css success color 4912/head
authorFlorian Eckert <fe@dev.tdt.de>
Thu, 11 Mar 2021 10:06:04 +0000 (11:06 +0100)
committerFlorian Eckert <fe@dev.tdt.de>
Thu, 11 Mar 2021 11:02:37 +0000 (12:02 +0100)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css

index affb7dcaf1d074d872bd784504500a5c945e43dd..aa811ef6d33c8da437e6cc5a33a5defb4b3a79d8 100644 (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);