summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-openwrt-2020/htdocs/luci-static
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2021-03-11 18:17:17 +0100
committerGitHub <noreply@github.com>2021-03-11 18:17:17 +0100
commit8e48d67cdfc608ac9af4b75c6d0567d734de856c (patch)
treefbe36a0e8b95e727b074a09641425ed786026a7f /themes/luci-theme-openwrt-2020/htdocs/luci-static
parent81917cd56034138e35e52cdcd6e80c280b9b94d5 (diff)
parente0c0e468e64e9b425784650c23a894b8a0f4d407 (diff)
Merge pull request #4912 from TDT-AG/pr/20200311-luci-theme-openwrt-2020
luci-theme-openwrt-2020: add missing css success color
Diffstat (limited to 'themes/luci-theme-openwrt-2020/htdocs/luci-static')
-rw-r--r--themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css
index affb7dcaf1..aa811ef6d3 100644
--- a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css
+++ b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css
@@ -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);