From d78d3c145056f71c879b629e345113ce00aa065b Mon Sep 17 00:00:00 2001 From: Rafostar <40623528+Rafostar@users.noreply.github.com> Date: Wed, 14 Oct 2020 12:25:46 +0200 Subject: [PATCH] Set position slider minimal fill to zero --- css/styles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 8fe8f4ad..267c24de 100644 --- a/css/styles.css +++ b/css/styles.css @@ -15,7 +15,7 @@ scale marks { min-height: 36px; } .osd scale trough highlight { - min-width: 6px; + min-width: 0px; min-height: 6px; } .osd radio { @@ -90,3 +90,6 @@ scale marks { .osd .volumescale marks label { margin-bottom: -8px; } +.osd .volumescale trough highlight { + min-width: 6px; +}