mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Only Reset On Hover
This commit is contained in:
parent
b5b53819a2
commit
6b872d911d
4 changed files with 21 additions and 0 deletions
4
themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/chrome.css
Normal file
4
themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/chrome.css
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
#tabbrowser-tabs .tabbrowser-tab:is([visuallyselected]):not(:hover) .tab-reset-button {
|
||||||
|
display: none !important;
|
||||||
|
}
|
BIN
themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/image.png
Normal file
BIN
themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
3
themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/readme.md
Normal file
3
themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/readme.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
Show pinned tab's reset button only on hover, even on the active tab.
|
||||||
|
Zen browser always show the reset button on the active pinned tab by default, and this theme will disable that behavior and make reset button on the active pinned tab only visible on hover.
|
14
themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/theme.json
Normal file
14
themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/theme.json
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"id": "ae051a40-3e3a-429a-a6f4-199a28b18a75",
|
||||||
|
"name": "Only Reset On Hover",
|
||||||
|
"description": "Show pinned tab's reset button only on hover, even on the active tab.",
|
||||||
|
"homepage": "",
|
||||||
|
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/chrome.css",
|
||||||
|
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/readme.md",
|
||||||
|
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/image.png",
|
||||||
|
"author": "TheCatRiX",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"tags": [],
|
||||||
|
"createdAt": "2024-12-16",
|
||||||
|
"updatedAt": "2024-12-16"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue