mirror of
				https://github.com/loof2736/scyfin.git
				synced 2025-11-04 00:18:52 +01:00 
			
		
		
		
	transition hover
This commit is contained in:
		
							parent
							
								
									f6d572bc00
								
							
						
					
					
						commit
						bf5b7473ff
					
				@ -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;  */
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user