mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Remove Dim PiP
This commit is contained in:
parent
2a9820d3e9
commit
16ae3c1c33
4 changed files with 27 additions and 0 deletions
9
themes/b2a8d0eb-61eb-4bed-80db-b553bc87241c/chrome.css
Normal file
9
themes/b2a8d0eb-61eb-4bed-80db-b553bc87241c/chrome.css
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
/* Removes dimming effect while hovering PiP (Picture in Picture) video */
|
||||
#controls:hover {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
#pip-window:hover {
|
||||
opacity: 1 !important;
|
||||
}
|
BIN
themes/b2a8d0eb-61eb-4bed-80db-b553bc87241c/image.png
Normal file
BIN
themes/b2a8d0eb-61eb-4bed-80db-b553bc87241c/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 183 KiB |
4
themes/b2a8d0eb-61eb-4bed-80db-b553bc87241c/readme.md
Normal file
4
themes/b2a8d0eb-61eb-4bed-80db-b553bc87241c/readme.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
# Remove-Dim-PiP
|
||||
Removes the dim effect when hovering on a video in Picture in Picture mode
|
||||

|
14
themes/b2a8d0eb-61eb-4bed-80db-b553bc87241c/theme.json
Normal file
14
themes/b2a8d0eb-61eb-4bed-80db-b553bc87241c/theme.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"id": "b2a8d0eb-61eb-4bed-80db-b553bc87241c",
|
||||
"name": "Remove Dim PiP",
|
||||
"description": "Removes the dim effect when hovering on a video in Picture in Picture mode",
|
||||
"homepage": "https://github.com/seanstackn/Remove-Dim-PiP",
|
||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b2a8d0eb-61eb-4bed-80db-b553bc87241c/chrome.css",
|
||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b2a8d0eb-61eb-4bed-80db-b553bc87241c/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b2a8d0eb-61eb-4bed-80db-b553bc87241c/image.png",
|
||||
"author": "seanstackn",
|
||||
"version": "1.0.0",
|
||||
"tags": [],
|
||||
"createdAt": "2025-03-25",
|
||||
"updatedAt": "2025-03-25"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue