This commit is contained in:
vinceliuice 2024-02-18 21:24:14 +08:00
parent 4eb6a5f6bb
commit 5e42b1f048
3 changed files with 9 additions and 2 deletions

View File

@ -423,7 +423,6 @@ tab[selected]:-moz-window-inactive {
}
#firefox-view-button > .toolbarbutton-icon {
filter: none !important;
box-shadow: none !important;
}

View File

@ -0,0 +1,3 @@
<svg width="16" height="16" fill="none" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="m4 0c-1.108 0-2 0.892-2 2v1c-1.108 0-2 0.892-2 2v9c0 1.108 0.892 2 2 2h12c1.108 0 2-0.892 2-2v-9c0-1.108-0.892-2-2-2v-1c0-1.108-0.892-2-2-2h-8zm0 1h8c0.554 0 1 0.446 1 1v1h-10v-1c0-0.554 0.446-1 1-1zm-2 3h1 10 1c0.554 0 1 0.446 1 1v9c0 0.554-0.446 1-1 1h-12c-0.554 0-1-0.446-1-1v-9c0-0.554 0.446-1 1-1zm3 3v1h6v-1h-6z" fill="#333333"/>
</svg>

After

Width:  |  Height:  |  Size: 443 B

View File

@ -575,6 +575,10 @@ toolbar:not([brighttext]) .webextension-browser-action:-moz-lwtheme {
fill: rgb(224, 41, 29) !important;
}
#firefox-view-button {
list-style-image: url("../icons/firefox-view.svg") !important;
}
/* Info */
.panel-info-button > image {
list-style-image: url("../icons/info-symbolic.svg") !important;
@ -761,7 +765,8 @@ treechildren::-moz-tree-image {
.bookmark-item[container] .toolbarbutton-icon,
.menu-iconic.bookmark-item[container] .menu-iconic-icon,
.panel-info-button > image,
#password-notification-icon {
#password-notification-icon,
#firefox-view-button .toolbarbutton-icon {
filter: invert(60%) brightness(150%);
}