From: Jo-Philipp Wich Date: Tue, 7 Feb 2023 09:41:59 +0000 (+0100) Subject: luci-theme-openwrt-2020: don't inherit background in alert message buttons X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1597d8e555cfe7444bcbcb44d45caf6954b61b3e;p=project%2Fluci.git luci-theme-openwrt-2020: don't inherit background in alert message buttons Fixes: #6177 Signed-off-by: Jo-Philipp Wich --- 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); }