mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Add theme: Remove Pinned Tab X
This commit is contained in:
parent
2e27bdad86
commit
d272bb4a70
4 changed files with 21 additions and 0 deletions
4
themes/9fe46ca1-88cf-4794-8a18-a2909c7fc167/chrome.css
Normal file
4
themes/9fe46ca1-88cf-4794-8a18-a2909c7fc167/chrome.css
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
#tabbrowser-tabs .tabbrowser-tab[pinned] .tab-close-button {
|
||||||
|
display: none !important;
|
||||||
|
}
|
BIN
themes/9fe46ca1-88cf-4794-8a18-a2909c7fc167/image.png
Normal file
BIN
themes/9fe46ca1-88cf-4794-8a18-a2909c7fc167/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.4 KiB |
3
themes/9fe46ca1-88cf-4794-8a18-a2909c7fc167/readme.md
Normal file
3
themes/9fe46ca1-88cf-4794-8a18-a2909c7fc167/readme.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
# remove-pinned-tab-x
|
||||||
|
Zen browser mod to remove the close button from pinned tabs. Should help prevent pinned tabs from being accidentally closed.
|
14
themes/9fe46ca1-88cf-4794-8a18-a2909c7fc167/theme.json
Normal file
14
themes/9fe46ca1-88cf-4794-8a18-a2909c7fc167/theme.json
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"id": "9fe46ca1-88cf-4794-8a18-a2909c7fc167",
|
||||||
|
"name": "Remove Pinned Tab X",
|
||||||
|
"description": "Removes a pinned tab's close button to prevent pinned tabs from being accidentally closed.",
|
||||||
|
"homepage": "https://github.com/adnval/remove-pinned-tab-x",
|
||||||
|
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/9fe46ca1-88cf-4794-8a18-a2909c7fc167/chrome.css",
|
||||||
|
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/9fe46ca1-88cf-4794-8a18-a2909c7fc167/readme.md",
|
||||||
|
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/9fe46ca1-88cf-4794-8a18-a2909c7fc167/image.png",
|
||||||
|
"author": "adnval",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"tags": [],
|
||||||
|
"createdAt": "2025-05-08",
|
||||||
|
"updatedAt": "2025-05-08"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue