X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fplaces%2Fplaces.css;h=0ffdacc21b460a5086278c49463047e247b41b0b;hp=21bd26061473890d18dcd9851329b30e3c37a304;hb=eec397bed63746d5575bf0b2952a2bcce09d03c5;hpb=8da9da4e242c0cf4d69669781189ba31f8619df5 diff --git a/LCARStrek/browser/places/places.css b/LCARStrek/browser/places/places.css index 21bd2606..0ffdacc2 100644 --- a/LCARStrek/browser/places/places.css +++ b/LCARStrek/browser/places/places.css @@ -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"); @@ -109,13 +118,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 */