From 1597d8e555cfe7444bcbcb44d45caf6954b61b3e Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 7 Feb 2023 10:41:59 +0100 Subject: [PATCH] luci-theme-openwrt-2020: don't inherit background in alert message buttons Fixes: #6177 Signed-off-by: Jo-Philipp Wich --- .../htdocs/luci-static/openwrt2020/cascade.css | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.30.2