From ca7a6490a504dc8ad42ecd2ecd0f427942ff07cd Mon Sep 17 00:00:00 2001 From: Julien9969 Date: Fri, 2 Aug 2024 18:57:06 +0200 Subject: [PATCH] try fix hover 2 --- CSS/chapters-on-player.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/chapters-on-player.css b/CSS/chapters-on-player.css index 0c991b4..8b8230d 100644 --- a/CSS/chapters-on-player.css +++ b/CSS/chapters-on-player.css @@ -11,8 +11,8 @@ } .sliderMarker.watched { - background-color: transparent !important; /* Initially invisible */ - transition: background-color 0.3s ease !important; /* Smooth transition */ + background-color: red !important; /* Initially invisible */ + /* transition: background-color 0.3s ease !important; Smooth transition */ z-index: 10 !important; /* Higher z-index to be on top */ }