From 32576dce8759fc346411d8857e3ba01a0907ccca Mon Sep 17 00:00:00 2001 From: Erica Z Date: Sat, 16 Nov 2024 10:04:21 +0100 Subject: [PATCH] color seek bar with color of cover art --- resources/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/style.css b/resources/style.css index 58e90ec..690a05d 100644 --- a/resources/style.css +++ b/resources/style.css @@ -15,6 +15,10 @@ toolbarview#main { min-height: 10px; } +#seek-scale trough highlight { + background-color: var(--background-color-0); +} + #volume-scale slider { margin: -5px; min-width: 15px;