From 30cc8732de87bab6ca9f5d813c7b41c7427763e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= Date: Fri, 22 Jan 2021 16:26:28 +0100 Subject: [PATCH] Style only speed separator --- css/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/styles.css b/css/styles.css index 6740af76..f226f0cd 100644 --- a/css/styles.css +++ b/css/styles.css @@ -5,9 +5,6 @@ scale marks { radio { margin-left: -2px; } -separator { - background: @insensitive_fg_color; -} .osd popover box { text-shadow: none; font-size: 21px; @@ -171,6 +168,9 @@ separator { .elapsedpopoverbox { min-width: 260px; } +.elapsedpopoverbox box separator { + background: @insensitive_fg_color; +} .osd .elapsedpopoverbox { min-width: 360px; }