Skip to content

Commit

Permalink
change a few icons to inherit from the GTK+ theme
Browse files Browse the repository at this point in the history
  • Loading branch information
garrett committed Sep 19, 2016
1 parent 944ec6b commit 707ada1
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -524,3 +524,27 @@ toolbarbutton {
padding: 3px;
}

/* Restyle icons; look in /usr/share/icons/Adwaita for names */

#back-button .toolbarbutton-icon {
list-style-image: url("moz-icon://stock/go-previous-symbolic?size=menu") !important;
-moz-image-region: auto;
padding: 6px;
}

#forward-button .toolbarbutton-icon {
list-style-image: url("moz-icon://stock/go-next-symbolic?size=menu") !important;
-moz-image-region: auto;
}

#PanelUI-menu-button {
list-style-image: url("moz-icon://stock/open-menu-symbolic?size=menu") !important;
-moz-image-region: auto;
}

/*
#downloads-button {
list-style-image: url("moz-icon://stock/folder-download-symbolic?size=menu") !important;
-moz-image-region: auto;
}
*/

0 comments on commit 707ada1

Please sign in to comment.