mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fixed icon uris broken in browser shim removal. bug=328543 r=ben@mozilla.org
This commit is contained in:
parent
18772b57cc
commit
1a5e09fd36
@ -962,8 +962,7 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-text {
|
||||
}
|
||||
|
||||
#places-bookmark {
|
||||
list-style-image: url("chrome://browser/skin/bookmarks/Bookmarks-toolbar.png");
|
||||
-moz-image-region: rect(0px 24px 24px 0px);
|
||||
list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png");
|
||||
}
|
||||
|
||||
#places-subscribe {
|
||||
@ -976,7 +975,7 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-text {
|
||||
}
|
||||
|
||||
#bookmarksBarShowPlaces {
|
||||
list-style-image: url("chrome://browser/skin/places/places-icon.png");
|
||||
list-style-image: url("chrome://browser/skin/places/placesIcon.png");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user