X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fbookmarks%2Fbookmarks.css;h=e3e320864f31db0b41bb9a7b22d9d4be09e706ba;hb=d15f39a158fd24c3ba677be25e09cebf9dd802a8;hp=bb35c0050a30b127e2e282454c994b61330b8b65;hpb=3d6dd546c97f902b849a45d2bf2fa7cc623cb2e9;p=themes.git diff --git a/LCARStrek/communicator/bookmarks/bookmarks.css b/LCARStrek/communicator/bookmarks/bookmarks.css index bb35c005..e3e32086 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, @@ -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,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: #E7ADE7; - margin: 0px 5px 0px 5px; + margin: 0px 5px; } treechildren::-moz-tree-cell-text(Name, separator, selected, focus) {