sync LCARStrek to Firefox 13 winstripe changes, first part
[themes.git] / LCARStrek / browser / places / places.css
index 39a0fafb1a60b514e43477e266e02f8192496e8d..0ffdacc21b460a5086278c49463047e247b41b0b 100644 (file)
@@ -30,6 +30,10 @@ treechildren::-moz-tree-image(title, livemarkItem) {
   list-style-image: url("chrome://communicator/skin/bookmarks/livemark-item.png");
 }
 
+treechildren::-moz-tree-image(title, livemarkItem, visited) {
+  /* nothing yet */
+}
+
 treechildren::-moz-tree-image(title, separator) {
   list-style-image: none;
   width: 0;
@@ -81,6 +85,11 @@ treechildren::-moz-tree-image(query, OrganizerQuery_Tags) {
   -moz-image-region: auto;
 }
 
+treechildren::-moz-tree-image(query, OrganizerQuery_Downloads) {
+  list-style-image: url("chrome://browser/skin/places/downloads.png");
+  -moz-image-region: auto;
+}
+
 /* calendar icon for folders grouping items by date */
 treechildren::-moz-tree-image(title, query, dayContainer) {
   list-style-image: url("chrome://communicator/skin/history/calendar.png");