mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Hide Close Button
This commit is contained in:
parent
21e5f9ab75
commit
6c2c970a20
4 changed files with 22 additions and 0 deletions
4
themes/dbd0b205-a5d9-4c0d-887a-df8e5f988599/chrome.css
Normal file
4
themes/dbd0b205-a5d9-4c0d-887a-df8e5f988599/chrome.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
.tab-close-button {
|
||||
display: none !important;
|
||||
}
|
BIN
themes/dbd0b205-a5d9-4c0d-887a-df8e5f988599/image.png
Normal file
BIN
themes/dbd0b205-a5d9-4c0d-887a-df8e5f988599/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
4
themes/dbd0b205-a5d9-4c0d-887a-df8e5f988599/readme.md
Normal file
4
themes/dbd0b205-a5d9-4c0d-887a-df8e5f988599/readme.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
Hides the close button on all tabs.
|
||||
|
||||
Tabs can still be closed with a middle click or the default ctrl + w shortcut.
|
14
themes/dbd0b205-a5d9-4c0d-887a-df8e5f988599/theme.json
Normal file
14
themes/dbd0b205-a5d9-4c0d-887a-df8e5f988599/theme.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"id": "dbd0b205-a5d9-4c0d-887a-df8e5f988599",
|
||||
"name": "Hide Close Button",
|
||||
"description": "Hides the close button on all tabs.",
|
||||
"homepage": "https://github.com/M-Borer/zen-mods/tree/master/hide-close-button",
|
||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dbd0b205-a5d9-4c0d-887a-df8e5f988599/chrome.css",
|
||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dbd0b205-a5d9-4c0d-887a-df8e5f988599/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dbd0b205-a5d9-4c0d-887a-df8e5f988599/image.png",
|
||||
"author": "M-Borer",
|
||||
"version": "1.0.0",
|
||||
"tags": [],
|
||||
"createdAt": "2025-03-09",
|
||||
"updatedAt": "2025-03-09"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue