From 34bc5b67b38340ac03da0a379fae284b597d18a4 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Fri, 19 Feb 2021 12:12:56 +0100 Subject: [PATCH] Update BasicBackground.css --- Themes/BasicBackground/BasicBackground.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css index e18948635c..ed2c6b8b5e 100644 --- a/Themes/BasicBackground/BasicBackground.css +++ b/Themes/BasicBackground/BasicBackground.css @@ -2336,7 +2336,9 @@ body::before { background-color: rgba(var(--vtransparencycolor), 0.2); } .side-8zPYf6 .themed-OHr7kt.selected-3s45Ha.item-PXvHYJ, -.topPill-30KHOu .themed-OHr7kt.selected-3s45Ha.item-PXvHYJ { +.topPill-30KHOu .themed-OHr7kt.selected-3s45Ha.item-PXvHYJ, +.side-8zPYf6 .themed-OHr7kt.selected-3s45Ha.item-PXvHYJ:hover, +.topPill-30KHOu .themed-OHr7kt.selected-3s45Ha.item-PXvHYJ:hover { background-color: rgb(var(--vaccentcolor)); color: rgb(var(--fontwhite1)); text-shadow: 1px 1px var(--vtextshadow);