mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 20:23:53 +02:00
13 lines
338 B
CSS
13 lines
338 B
CSS
|
|
#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;
|
|
}
|
|
}
|