iconized places context menu: restrict #toggle_PersonalToolbar selector
We need to restrict this to #placesContext because there's another element with same id
This commit is contained in:
@@ -85,7 +85,7 @@ See the above repository for updates as well as full license text. */
|
|||||||
#placesContext_createBookmark::before{
|
#placesContext_createBookmark::before{
|
||||||
content: url("chrome://browser/skin/bookmark-hollow.svg");
|
content: url("chrome://browser/skin/bookmark-hollow.svg");
|
||||||
}
|
}
|
||||||
#toggle_PersonalToolbar::before{
|
#placesContext > #toggle_PersonalToolbar::before{
|
||||||
content: url("chrome://browser/skin/bookmarks-toolbar.svg");
|
content: url("chrome://browser/skin/bookmarks-toolbar.svg");
|
||||||
}
|
}
|
||||||
#placesContext_showAllBookmarks::before{
|
#placesContext_showAllBookmarks::before{
|
||||||
|
|||||||
Reference in New Issue
Block a user