X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fbookmarks%2Fbookmarks.css;h=b21a9020ff94a0e6e887d2f3d1ece58a153406fa;hp=adf45615421f146714291d5d8d76ff4145e7e7b6;hb=8caa872d050772c572257f23011c668f70dcaef7;hpb=76983f4cfc3f3fbe2c8fa4526bd86bac7cb0bdaa diff --git a/EarlyBlue/communicator/bookmarks/bookmarks.css b/EarlyBlue/communicator/bookmarks/bookmarks.css index adf45615..b21a9020 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, @@ -80,10 +80,10 @@ toolbarbutton.bookmark-item > .toolbarbutton-menu-dropmarker { display: none; } -.bookmark-item > .toolbarbutton-box > .toolbarbutton-icon { +.bookmark-item > .toolbarbutton-icon { list-style-image: inherit; - height: 16px; - width: 16px; + max-height: 16px; + max-width: 16px; } treechildren::-moz-tree-twisty(group, hidetwisty) { @@ -94,6 +94,11 @@ 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; }