Fixed: video progress bar wasn't properly colored

This commit is contained in:
Niléane 2023-07-14 14:49:21 +02:00
commit 88e9e9353b
No known key found for this signature in database
2 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
/* TangerineUI 🍊 for Mastodon
version: 1.4.2
version: 1.4.3
A Tangerine redesign for Mastodon's Web UI.
https://github.com/nileane/TangerineUI-for-Mastodon/
@ -2230,10 +2230,10 @@ body.layout-single-column {
}
/* ⏯️ Video controls */
.layout-single-column .video-player__seek__buffer,
.layout-single-column .video-player__seek__progress,
.layout-single-column .video-player__volume__handle,
.layout-single-column .video-player__volume__current {
.layout-single-column .video-player__volume__current,
.layout-single-column .video-player__seek__handle {
background-color: var(--color-accent);
}