mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 20:23:53 +02:00
9 lines
187 B
CSS
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;
|
|
}
|