Skip to content

Commit e08512c

Browse files
committed
Update bookmark_icons_colorized.css
1 parent ca8ce2c commit e08512c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

current/css/generalui/bookmark_icons_colorized.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ treechildren::-moz-tree-image(query, OrganizerQuery_tags_______v),
125125
list-style-image: url("./../../image/unsortedBookmarks.png") !important;
126126
}
127127

128+
/* Fx 139+*/
128129
.bookmark-item {
129130
&[container] {
130131
list-style-image: url("./../../image/folder-item.png")!important;
@@ -133,3 +134,15 @@ treechildren::-moz-tree-image(query, OrganizerQuery_tags_______v),
133134
list-style-image: url("./../../image/folder-item.png")!important;
134135
}
135136
}
137+
138+
:is(#bookmarksToolbarFolderMenu,#BMB_bookmarksToolbar,#panelMenu_bookmarksToolbar).bookmark-item {
139+
&[container] {
140+
list-style-image: url("./../../image/bookmarksToolbar.png")!important;
141+
}
142+
}
143+
144+
:is(#menu_unsortedBookmarks,#BMB_unsortedBookmarks,#panelMenu_unsortedBookmarks).bookmark-item {
145+
&[container] {
146+
list-style-image: url("./../../image/unsortedBookmarks.png")!important;
147+
}
148+
}

0 commit comments

Comments
 (0)