From bc9f6c3c974f7443a3867b7251ff518e33d8175b Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sat, 30 Sep 2023 10:06:11 +0200 Subject: [PATCH] Update BasicBackground.css --- Themes/BasicBackground/BasicBackground.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css index ecd118c486..3513e0c1e8 100644 --- a/Themes/BasicBackground/BasicBackground.css +++ b/Themes/BasicBackground/BasicBackground.css @@ -766,10 +766,10 @@ body::after { border-top: 1px solid rgba(var(--transparencycolor), .2); } -.button-12Fmur.enabled-9OeuTA { /* account/voice panel button */ +button.button-12Fmur.enabled-9OeuTA { /* account/voice panel button */ opacity: 0.7; } -.button-12Fmur.enabled-9OeuTA:hover { +button.button-12Fmur.enabled-9OeuTA:hover { opacity: 1; background-color: rgb(var(--accentcolor)); } @@ -777,7 +777,7 @@ body::after { .withTagless-10ooWt:hover { background-color: rgb(var(--accentcolor)); } -.button-12Fmur.enabled-9OeuTA:hover svg { +button.button-12Fmur.enabled-9OeuTA:hover svg { filter: drop-shadow(1px 1px var(--textshadow)); } .button-1EGGcP.buttonColor-3bP3fX {