From bf5b7473ff7eb69d5661315eb6f133942d978523 Mon Sep 17 00:00:00 2001 From: Julien9969 Date: Fri, 2 Aug 2024 19:01:06 +0200 Subject: [PATCH] transition hover --- 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 f695362..9f842c2 100644 --- a/CSS/chapters-on-player.css +++ b/CSS/chapters-on-player.css @@ -13,11 +13,11 @@ .sliderMarker.watched { background-color: red !important; /* Initially invisible */ transition: background-color 0.3s ease !important; - z-index: 10 !important; /* Higher z-index to be on top */ + /* z-index: 10 !important; */ } .sliderMarker.watched:hover { background-color: #00a4dc !important; /* Visible on hover */ transform: scale(2.05) !important; - z-index: 11 !important; /* Ensure it stays on top when hovered */ + /* z-index: 11 !important; */ } \ No newline at end of file