From 166d47e9b085b68fc5eaeaa8072749c65993128f Mon Sep 17 00:00:00 2001 From: GilbN Date: Tue, 28 Jul 2020 09:10:25 +0200 Subject: [PATCH] bazarr logs highlight fix --- CSS/themes/bazarr/bazarr-base.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CSS/themes/bazarr/bazarr-base.css b/CSS/themes/bazarr/bazarr-base.css index 8e6f1a1c..16b14bec 100644 --- a/CSS/themes/bazarr/bazarr-base.css +++ b/CSS/themes/bazarr/bazarr-base.css @@ -1395,6 +1395,10 @@ button.dt-button.disabled, div.dt-button.disabled, a.dt-button.disabled { font-size: inherit; color: #eee; } +.highlight { + background-color: rgb(255 255 255 / 0.08); + border-radius: 3px; +} /* Mobile */ @media (max-width: 767px) { .mini-sidebar .left-sidebar { @@ -1423,4 +1427,4 @@ button.dt-button.disabled, div.dt-button.disabled, a.dt-button.disabled { padding-right: 5px !important; padding-bottom: 5px !important; } - } \ No newline at end of file + }