keeping up with Classic and EarlyBlue development, add some LCARStrek-specific tweaks...
[themes.git] / LCARStrek / communicator / bookmarks / bookmarks.css
index 27801a12c79ef27ecba0d3c47698d0d67a1e2ae3..d0ccbec1f18c91dbf08abf0765306c6f070892eb 100644 (file)
@@ -87,10 +87,23 @@ toolbarbutton.bookmark-item > .toolbarbutton-menu-dropmarker {
   max-height: 16px;
 }
 
-treechildren:-moz-tree-twisty(group,hidetwisty) {                                                                               
+treechildren:-moz-tree-twisty(group, hidetwisty) {
   list-style-image: none;
 }
 
 treechildren:-moz-tree-image(Name, container, group) {
   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-group.gif");
 }
+
+treechildren:-moz-tree-image(Name, separator) {
+  list-style-image: none;
+}
+
+treechildren:-moz-tree-cell-text(Name, separator) {
+  color: #E7ADE7;
+  margin: 0px 5px 0px 5px;
+}
+
+treechildren:-moz-tree-cell-text(Name, separator, selected, focus) {
+  /* color: #FFCF00; */
+}