mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 01:10:01 +02:00
Merge pull request #1122 from zen-browser/create-theme-1121
Add theme: Add new tab urlbar icon
This commit is contained in:
commit
5cf390f7c8
4 changed files with 30 additions and 0 deletions
13
themes/378ba8b9-cd36-45f5-88df-595df5288795/chrome.css
Normal file
13
themes/378ba8b9-cd36-45f5-88df-595df5288795/chrome.css
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
|
||||||
|
#urlbar[zen-newtab="true"] {
|
||||||
|
#identity-icon {
|
||||||
|
list-style-image: url("chrome://browser/skin/zen-icons/new-tab-image.svg") !important;
|
||||||
|
filter: opacity(0.5) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
&[open] #identity-icon-box::after {
|
||||||
|
content: "open in new tab" !important;
|
||||||
|
filter: opacity(0.5) !important;
|
||||||
|
padding-left: 6px !important;
|
||||||
|
}
|
||||||
|
}
|
BIN
themes/378ba8b9-cd36-45f5-88df-595df5288795/image.png
Normal file
BIN
themes/378ba8b9-cd36-45f5-88df-595df5288795/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 106 KiB |
3
themes/378ba8b9-cd36-45f5-88df-595df5288795/readme.md
Normal file
3
themes/378ba8b9-cd36-45f5-88df-595df5288795/readme.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
# Add new tab urlbar icon
|
||||||
|
Adds an icon and the text "open in new tab" to the urlbar when it is opened by pressing the "New Tab" button or by pressing "Ctrl+T" so that it is easy to differentiate between when you are editing a URL and opening a new tab.
|
14
themes/378ba8b9-cd36-45f5-88df-595df5288795/theme.json
Normal file
14
themes/378ba8b9-cd36-45f5-88df-595df5288795/theme.json
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"id": "378ba8b9-cd36-45f5-88df-595df5288795",
|
||||||
|
"name": "Add new tab urlbar icon",
|
||||||
|
"description": "Adds an icon and the text open in new tab to the urlbar if opened by pressing New Tab or Ctrl+T",
|
||||||
|
"homepage": "https://github.com/Evthestrike/zen-browser-add-new-tab-icon-to-urlbar",
|
||||||
|
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/378ba8b9-cd36-45f5-88df-595df5288795/chrome.css",
|
||||||
|
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/378ba8b9-cd36-45f5-88df-595df5288795/readme.md",
|
||||||
|
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/378ba8b9-cd36-45f5-88df-595df5288795/image.png",
|
||||||
|
"author": "Evthestrike",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"tags": [],
|
||||||
|
"createdAt": "2025-02-20",
|
||||||
|
"updatedAt": "2025-02-20"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue