mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 15:33:02 +00:00
update
This commit is contained in:
parent
4eb6a5f6bb
commit
5e42b1f048
@ -423,7 +423,6 @@ tab[selected]:-moz-window-inactive {
|
||||
}
|
||||
|
||||
#firefox-view-button > .toolbarbutton-icon {
|
||||
filter: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
|
3
src/other/firefox/common/icons/firefox-view.svg
Normal file
3
src/other/firefox/common/icons/firefox-view.svg
Normal 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 |
@ -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%);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user