bump app versions
[themes.git] / EarlyBlue / communicator / bookmarks / bookmarks.css
index fe84b5ea3b52215b6745d5e8844f14beac7b128d..4a1e4691a51aa152b2984e17f9ecafa6e016fb4f 100644 (file)
@@ -99,8 +99,14 @@ treechildren::-moz-tree-image(title, container, livemark) {
 .bookmark-item[container][livemark] .bookmark-item,
 treechildren::-moz-tree-image(title, livemarkItem) {
   list-style-image: url("chrome://communicator/skin/bookmarks/livemark-item.png");
+  -moz-image-region: rect(0px, 16px, 16px, 0px);
 }
 
+.bookmark-item[container][livemark] .bookmark-item[visited],
+treechildren::-moz-tree-image(title, livemarkItem, visited) {
+  -moz-image-region: rect(0px, 32px, 16px, 16px);
+}
+   
 treechildren::-moz-tree-image(container, OrganizerQuery_AllBookmarks) {
   list-style-image: url("chrome://communicator/skin/bookmarks/allBookmarks.png");
   -moz-image-region: auto;
@@ -119,6 +125,7 @@ treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksMenu) {
 }
 
 #unsortedBookmarksFolderMenu,
+#BMB_unsortedBookmarksFolderMenu,
 treechildren::-moz-tree-image(container, OrganizerQuery_UnfiledBookmarks) {
   list-style-image: url("chrome://communicator/skin/bookmarks/unsortedBookmarks.png");
   -moz-image-region: auto;