diff --git a/resources/style.css b/resources/style.css index 5615b59..3a092fb 100644 --- a/resources/style.css +++ b/resources/style.css @@ -25,6 +25,15 @@ toolbarview#main { min-height: 10px; } +#seek-scale trough { + background: + linear-gradient( + 150deg, + color-mix(in srgb, var(--background-color-1) 16%, transparent), + color-mix(in srgb, var(--background-color-2) 16%, transparent) 70%); + box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px; +} + #seek-scale trough highlight { background-color: var(--background-color-0); }