diff --git a/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/chrome.css b/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/chrome.css new file mode 100644 index 00000000..9f7a21f7 --- /dev/null +++ b/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/chrome.css @@ -0,0 +1,4 @@ + +#tabbrowser-tabs .tabbrowser-tab:is([visuallyselected]):not(:hover) .tab-reset-button { + display: none !important; +} diff --git a/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/image.png b/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/image.png new file mode 100644 index 00000000..2cb13805 Binary files /dev/null and b/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/image.png differ diff --git a/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/readme.md b/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/readme.md new file mode 100644 index 00000000..a2ca14dc --- /dev/null +++ b/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/readme.md @@ -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. diff --git a/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/theme.json b/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/theme.json new file mode 100644 index 00000000..6315b099 --- /dev/null +++ b/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/theme.json @@ -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" +} \ No newline at end of file