From b390bcebe6783954c5b583e194a17589b8735d27 Mon Sep 17 00:00:00 2001 From: Casper Talvio Date: Tue, 17 Dec 2024 22:14:16 +0200 Subject: [PATCH] Chapter markers --- base.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/base.css b/base.css index 2bd1397..17cb179 100644 --- a/base.css +++ b/base.css @@ -230,3 +230,9 @@ div[data-role="controlgroup"] a[data-role="button"] { .innerCardFooterClear { background-color: transparent !important; } + +/*Theme slider marker style*/ +.sliderMarker { + width: 3px; + border-radius: 2px; +}