Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions themes/378ba8b9-cd36-45f5-88df-595df5288795/chrome.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@

#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;
&[open] #identity-icon-box::after {
content: "New Tab" !important;
filter: opacity(0.5) !important;
padding-left: 6px !important;
}
}
}
2 changes: 1 addition & 1 deletion themes/378ba8b9-cd36-45f5-88df-595df5288795/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +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.
Adds an icon and the text "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.
Loading