X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=LCARStrek%2Fcommunicator%2Fbookmarks%2Fbookmarks.css;h=ce55dcc7fefa6b5cfaeb0ccb0bb6b925a8d5f286;hb=8caa872d050772c572257f23011c668f70dcaef7;hp=b50ad302a68d449ab0b910d7c8e358c9d132bde7;hpb=d84b9613e1a1e1e6892338ba0df362fd68886085;p=themes.git diff --git a/LCARStrek/communicator/bookmarks/bookmarks.css b/LCARStrek/communicator/bookmarks/bookmarks.css index b50ad302..ce55dcc7 100644 --- a/LCARStrek/communicator/bookmarks/bookmarks.css +++ b/LCARStrek/communicator/bookmarks/bookmarks.css @@ -45,7 +45,7 @@ */ treechildren::-moz-tree-image(Name) { - padding-right: 2px; + -moz-padding-end: 2px; } .bookmark-item, @@ -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; }