mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-08 08:33:02 +00:00
62 lines
1.9 KiB
CSS
62 lines
1.9 KiB
CSS
![]() |
/* Replace icons */
|
||
|
|
||
|
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
|
||
|
|
||
|
/* Back button */
|
||
|
#nav-bar #back-button .toolbarbutton-icon {
|
||
|
filter: var(--gnome-icons-hack-filter);
|
||
|
list-style-image: url("moz-icon://stock/go-previous-symbolic?size=dialog") !important;;
|
||
|
}
|
||
|
|
||
|
/* Forward button */
|
||
|
#nav-bar #forward-button .toolbarbutton-icon {
|
||
|
filter: var(--gnome-icons-hack-filter);
|
||
|
list-style-image: url("moz-icon://stock/go-next-symbolic?size=dialog") !important;
|
||
|
}
|
||
|
|
||
|
/* Reload button */
|
||
|
/* Glitch - animations (may be possible to fix in about:config)
|
||
|
#reload-button .toolbarbutton-icon {
|
||
|
filter: var(--gnome-icons-hack-filter);
|
||
|
list-style-image: url("moz-icon://stock/view-refresh-symbolic?size=dialog") !important;
|
||
|
}*/
|
||
|
/* Reload button */
|
||
|
/* Glitch - animations (may be possible to fix in about:config)
|
||
|
#stop-button .toolbarbutton-icon {
|
||
|
filter: var(--gnome-icons-hack-filter);
|
||
|
list-style-image: url("moz-icon://stock/process-stop-symbolic?size=dialog") !important;
|
||
|
}*/
|
||
|
|
||
|
/* Downloads button */
|
||
|
/* Glitch - it swaps to the default one anyway
|
||
|
#downloads-button {
|
||
|
filter: var(--gnome-icons-hack-filter);
|
||
|
list-style-image: url("moz-icon://stock/folder-download-symbolic?size=dialog") !important;
|
||
|
} */
|
||
|
|
||
|
/* Downloads button */
|
||
|
/* Default is ok
|
||
|
#PanelUI-menu-button {
|
||
|
filter: var(--gnome-icons-hack-filter);
|
||
|
list-style-image: url("moz-icon://stock/open-menu-symbolic?size=dialog") !important;
|
||
|
} */
|
||
|
|
||
|
/* Popovers subview menu arrow */
|
||
|
.PanelUI-subView .subviewbutton-nav::after {
|
||
|
content: "" !important;
|
||
|
filter: var(--gnome-icons-hack-filter);
|
||
|
background: url("moz-icon://stock/pan-start-symbolic?size=dialog");
|
||
|
background-size: contain;
|
||
|
height: 16px;
|
||
|
width: 16px;
|
||
|
margin-top: -2px !important;
|
||
|
}
|
||
|
|
||
|
/* Popovers subview back button */
|
||
|
.subviewbutton-back {
|
||
|
list-style-image: url("moz-icon://stock/pan-start-symbolic?size=dialog") !important;
|
||
|
}
|
||
|
.subviewbutton-back .toolbarbutton-icon {
|
||
|
filter: var(--gnome-icons-hack-filter);
|
||
|
}
|