mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 01:10:01 +02:00
Add theme: Hide pinned close button
This commit is contained in:
parent
21e5f9ab75
commit
02fee785f1
4 changed files with 25 additions and 0 deletions
8
themes/fb473f0e-005f-4cf1-97f8-ad1475f16722/chrome.css
Normal file
8
themes/fb473f0e-005f-4cf1-97f8-ad1475f16722/chrome.css
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
@-moz-document url-prefix("chrome:") {
|
||||||
|
/* Hides the close button on pinned tabs */
|
||||||
|
:root #vertical-pinned-tabs-container .tab-close-button,
|
||||||
|
#main-window #vertical-pinned-tabs-container .tab-close-button {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
}
|
BIN
themes/fb473f0e-005f-4cf1-97f8-ad1475f16722/image.png
Normal file
BIN
themes/fb473f0e-005f-4cf1-97f8-ad1475f16722/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
3
themes/fb473f0e-005f-4cf1-97f8-ad1475f16722/readme.md
Normal file
3
themes/fb473f0e-005f-4cf1-97f8-ad1475f16722/readme.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
This zen mod removes the close button from pinned tabs to prevent accidental closure.
|
||||||
|
Pinned tabs can still be closed through the context menu.
|
14
themes/fb473f0e-005f-4cf1-97f8-ad1475f16722/theme.json
Normal file
14
themes/fb473f0e-005f-4cf1-97f8-ad1475f16722/theme.json
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"id": "fb473f0e-005f-4cf1-97f8-ad1475f16722",
|
||||||
|
"name": "Hide pinned close button",
|
||||||
|
"description": "hide the close button on pinned tabs, to prevent accidental closure.",
|
||||||
|
"homepage": "https://github.com/Bliwi/zenhideclosepinned",
|
||||||
|
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/fb473f0e-005f-4cf1-97f8-ad1475f16722/chrome.css",
|
||||||
|
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/fb473f0e-005f-4cf1-97f8-ad1475f16722/readme.md",
|
||||||
|
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/fb473f0e-005f-4cf1-97f8-ad1475f16722/image.png",
|
||||||
|
"author": "Bliwi",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"tags": [],
|
||||||
|
"createdAt": "2025-03-10",
|
||||||
|
"updatedAt": "2025-03-10"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue