From 52efa15bdad82eb10ec5ba100b3c588d0cde2d57 Mon Sep 17 00:00:00 2001 From: Adam Perkowski Date: Sat, 1 Mar 2025 16:32:27 +0100 Subject: [PATCH] fix: incorrect focus colors --- src/theme.css | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/src/theme.css b/src/theme.css index 4c7aafe..52f6651 100644 --- a/src/theme.css +++ b/src/theme.css @@ -14,10 +14,6 @@ text-shadow: none; } -.mdl-slider { - color: var(--main-color); -} - .mdl-slider-background-upper { background-color: var(--dimmer-text); } @@ -98,10 +94,6 @@ html { color: var(--main-text); } -.emby-button-foreground:focus { - color: var(--main-color); -} - .paper-icon-button-light { color: var(--main-text); } @@ -116,10 +108,6 @@ html { background-color: var(--hover-background); } -.emby-tab-button-active>.emby-button-foreground { - color: var(--main-color); -} - .button-submit, .button-submit:focus, .button-alt, @@ -165,6 +153,14 @@ html { background: var(--main-background); } +.inputLabelFocused, +.selectLabelFocused, +.textareaLabelFocused, +.button-flat:focus, +.itemAction:focus, +.emby-tab-button-active>.emby-button-foreground, +.emby-button-foreground:focus, +.mdl-slider, .headerRight, .headerLeft { color: var(--main-color); @@ -215,10 +211,6 @@ html { color: var(--dimmer-text); } -.itemAction:focus { - color: var(--main-color); -} - /* General focus element color */ .layout-tv .paper-icon-button-light.show-focus:focus { @@ -229,10 +221,6 @@ html { background: var(--main-color) !important; } -.button-flat:focus { - color: var(--main-color); -} - .sectionTitle, .cardText, .pageTitle,