luci-theme-openwrt-2020: don't inherit background in alert message buttons

Fixes: #6177
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2023-02-07 10:41:59 +01:00
parent b8f91d53b4
commit 1597d8e555

View file

@ -868,7 +868,6 @@ p > a {
}
.alert-message .btn {
background: inherit;
box-shadow: 0 0 2px var(--secondary-bright-color);
}