mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
Fixed icon uris broken in browser shim removal. bug=328543 r=ben@mozilla.org
This commit is contained in:
parent
7482c1d454
commit
3c7906133c
@ -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