From b624d1a6195f17b5de1b10cc5074ed7c26c9ee36 Mon Sep 17 00:00:00 2001 From: Marius Date: Sat, 19 Sep 2020 11:35:13 +0200 Subject: [PATCH] bazarr dropdown hover --- CSS/themes/bazarr/bazarr-base.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CSS/themes/bazarr/bazarr-base.css b/CSS/themes/bazarr/bazarr-base.css index 7fd3c2cb..16309d8e 100644 --- a/CSS/themes/bazarr/bazarr-base.css +++ b/CSS/themes/bazarr/bazarr-base.css @@ -703,7 +703,9 @@ a.dt-button.disabled:hover { text-decoration: none; background-color: rgb(255 255 255 / 0.25); } - +.dropdown-item:focus, .dropdown-item:hover { + background-color: rgb(255 255 255 / 7%); +} .dropdown-menu>li>a:hover { color: white !important; background-color: rgb(255 255 255 / 35%);