theme-store/themes/b2a8d0eb-61eb-4bed-80db-b553bc87241c/chrome.css
2025-03-25 17:20:22 +00:00

9 lines
187 B
CSS

/* Removes dimming effect while hovering PiP (Picture in Picture) video */
#controls:hover {
background-color: transparent !important;
}
#pip-window:hover {
opacity: 1 !important;
}