diff --git a/user.css b/user.css index 4726041..ccf2c5e 100644 --- a/user.css +++ b/user.css @@ -597,6 +597,11 @@ li.GlueDropTarget { transition: opacity,left 0.2s ease; } +.playback-bar:active .prog-tooltip { + opacity: 1; + transition: none; +} + .playback-bar:hover .prog-tooltip { opacity: 1; }