X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fbookmarks%2Fbookmarks.css;h=eeac6da4aa76e423473014b100261807dfe6a2d1;hb=eac115025f33b7c26711ef8b905b6957a1a7683b;hp=8409655f6cd31c18db1573d330920f30f2a5cd13;hpb=d84b9613e1a1e1e6892338ba0df362fd68886085;p=themes.git diff --git a/EarlyBlue/communicator/bookmarks/bookmarks.css b/EarlyBlue/communicator/bookmarks/bookmarks.css index 8409655f..eeac6da4 100644 --- a/EarlyBlue/communicator/bookmarks/bookmarks.css +++ b/EarlyBlue/communicator/bookmarks/bookmarks.css @@ -45,7 +45,7 @@ */ treechildren::-moz-tree-image(Name) { - padding-right: 2px; + -moz-padding-end: 2px; } .bookmark-item, @@ -94,13 +94,18 @@ treechildren::-moz-tree-image(Name, container, group) { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-group.gif"); } +/* calendar icon for folders grouping items by day */ +treechildren::-moz-tree-image(Name, query, dayContainer) { + list-style-image: url("chrome://communicator/skin/history/calendar.png"); +} + treechildren::-moz-tree-image(Name, separator) { list-style-image: none; } treechildren::-moz-tree-cell-text(Name, separator) { color: #808080; - margin: 0px 5px 0px 5px; + margin: 0px 5px; } treechildren::-moz-tree-cell-text(Name, separator, selected, focus) {