From 94239b72dac490ad785d398fc88cae7afe213ea6 Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Thu, 22 Jul 2021 18:34:37 +0200 Subject: [PATCH] emby small fixes --- CSS/themes/emby/emby-base.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CSS/themes/emby/emby-base.css b/CSS/themes/emby/emby-base.css index aa71c0ec..0a0bd594 100644 --- a/CSS/themes/emby/emby-base.css +++ b/CSS/themes/emby/emby-base.css @@ -1,7 +1,7 @@ /*TP CUSTOM */ h1,h2, h3, h4, h5, h6, -.inputLabel { +.inputLabel, label { color: var(--text-hover); } @@ -197,7 +197,8 @@ html { color: var(--button-text) } -.button-submit:not(.emby-button-tv):focus { +.button-submit:not(.emby-button-tv):focus, +.button-submit:not(.emby-button-tv):hover { background: var(--button-color-hover); color: var(--button-text-hover) }