first (largest) part of sync for both themes with toolkit windows theme changes in...
[themes.git] / LCARStrek / browser / places / places.css
index 21bd26061473890d18dcd9851329b30e3c37a304..c0cb2521c0b710e895bc6322fccf681f5f0d3927 100644 (file)
@@ -28,6 +28,11 @@ treechildren::-moz-tree-image(title) {
 
 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);
+}
+
+treechildren::-moz-tree-image(title, livemarkItem, visited) {
+  -moz-image-region: rect(0px, 32px, 16px, 16px);
 }
 
 treechildren::-moz-tree-image(title, separator) {
@@ -81,6 +86,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");
@@ -109,13 +119,12 @@ treechildren::-moz-tree-image(title, query, folder, open) {
   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
 }
 
-treechildren::-moz-tree-row(session-start) {
-  border-top:1px dotted #9C9CFF;
-  font-weight: bold;
+treechildren::-moz-tree-image(cutting) {
+  opacity: 0.5;
 }
 
-treechildren::-moz-tree-cell-text(date, session-continue) {
-  color: #E7ADE7;
+treechildren::-moz-tree-cell-text(cutting) {
+  opacity: 0.7;
 }
 
 /* Browser Sidebars */
@@ -129,5 +138,5 @@ treechildren::-moz-tree-cell-text(date, session-continue) {
 #viewButton > .button-box > .button-menu-dropmarker {
   height: auto;
   width: auto;
-  -moz-margin-end: -3px;
+  margin-inline-end: -3px;
 }