diff options
author | Jo-Philipp Wich <jo@mein.io> | 2023-02-07 10:41:59 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2023-02-07 10:41:59 +0100 |
commit | 1597d8e555cfe7444bcbcb44d45caf6954b61b3e (patch) | |
tree | 051b1b875e02f52574ebff9a3b89184b092b2508 /themes/luci-theme-openwrt-2020/htdocs/luci-static | |
parent | b8f91d53b4b2d5e89928ceca73203e48292ca2b0 (diff) |
luci-theme-openwrt-2020: don't inherit background in alert message buttons
Fixes: #6177
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-openwrt-2020/htdocs/luci-static')
-rw-r--r-- | themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css | 1 |
1 files changed, 0 insertions, 1 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 a8b33c022f..ff3b909178 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 @@ -868,7 +868,6 @@ p > a { } .alert-message .btn { - background: inherit; box-shadow: 0 0 2px var(--secondary-bright-color); } |