4,554
edits
No edit summary |
No edit summary |
||
Line 2,157: | Line 2,157: | ||
} | } | ||
/* ----->END------ SEARCH PAGE */ | /* ----->END------ SEARCH PAGE */ | ||
/* ----->START------ TOOLTIP EVENT CARDS */ | |||
.tooltip-popup { | |||
position: fixed; | |||
padding: 6px 12px; | |||
background-color: black; | |||
color: white; | |||
font-size: 13px; | |||
border-radius: 4px; | |||
pointer-events: none; | |||
opacity: 0; | |||
transition: opacity 0.15s ease; | |||
z-index: 9999; | |||
} | |||
/* ----->END------ TOOLTIP EVENT CARDS */ |