mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 00:45:30 +02:00
Add theme: DoubleClickless
This commit is contained in:
parent
bcb031530d
commit
f67b7023a5
4 changed files with 24 additions and 0 deletions
7
themes/272850c0-36b4-4867-be8f-7c4b5942069f/chrome.css
Normal file
7
themes/272850c0-36b4-4867-be8f-7c4b5942069f/chrome.css
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
#zen-browser-tabs-wrapper {
|
||||
pointer-events: none;
|
||||
& > * {
|
||||
pointer-events: auto;
|
||||
}
|
||||
}
|
BIN
themes/272850c0-36b4-4867-be8f-7c4b5942069f/image.png
Normal file
BIN
themes/272850c0-36b4-4867-be8f-7c4b5942069f/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
3
themes/272850c0-36b4-4867-be8f-7c4b5942069f/readme.md
Normal file
3
themes/272850c0-36b4-4867-be8f-7c4b5942069f/readme.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
# DoubleClickless
|
||||
Disable double clicking and middle clicking on the tab bar to open a new tab.
|
14
themes/272850c0-36b4-4867-be8f-7c4b5942069f/theme.json
Normal file
14
themes/272850c0-36b4-4867-be8f-7c4b5942069f/theme.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"id": "272850c0-36b4-4867-be8f-7c4b5942069f",
|
||||
"name": "DoubleClickless",
|
||||
"description": "Disable double clicking and middle clicking on the tab bar to open a new tab.",
|
||||
"homepage": "",
|
||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/272850c0-36b4-4867-be8f-7c4b5942069f/chrome.css",
|
||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/272850c0-36b4-4867-be8f-7c4b5942069f/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/272850c0-36b4-4867-be8f-7c4b5942069f/image.png",
|
||||
"author": "different55",
|
||||
"version": "1.0.0",
|
||||
"tags": [],
|
||||
"createdAt": "2025-02-24",
|
||||
"updatedAt": "2025-02-24"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue