and again some small modifications, nothing big...
authorrobert <robert>
Sat, 3 Feb 2001 18:30:04 +0000 (18:30 +0000)
committerrobert <robert>
Sat, 3 Feb 2001 18:30:04 +0000 (18:30 +0000)
LCARStrek/communicator/skin/bookmarks/bookmarks.css
LCARStrek/global/skin/tree.css

index 95222d086cbb699ba776937c1406a75092b5b085..8c512de0ae24249f044b5406af8c3dda6d57d598 100755 (executable)
@@ -36,7 +36,7 @@
   {
     list-style-image      : url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif");
   }
   {
     list-style-image      : url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif");
   }
-  
+
 .bookmarkfolder
   {
     list-style-image      : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
 .bookmarkfolder
   {
     list-style-image      : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
@@ -157,3 +157,4 @@ treeitem > treerow > .treecell-bookmark {
  list-style-image:url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
 }
 
  list-style-image:url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
 }
 
+
index 38a57bb847e0f212e73fcd93224bc58bea5e7c49..0e6b3c7e49296957ba3b9ac62e9bc50a653e94f6 100755 (executable)
@@ -21,10 +21,20 @@ tree.inset {
   margin: 1px 5px 2px 5px;
 }
 
   margin: 1px 5px 2px 5px;
 }
 
+/*
 treeitem[selected="true"] > treerow { 
 treeitem[selected="true"] > treerow { 
-/*     color: #000000; */
+/      color: #000000; /
        background-color: #008484;
 }
        background-color: #008484;
 }
+*/
+
+tree:focus > treechildren treeitem[selected="true"] > treerow,
+treeitem[dd-dropon="true"] > treerow
+  {
+       background-color    : #008484;
+/*       color               : #000000; */
+  }
+
 
 treecell { 
   white-space: nowrap;
 
 treecell { 
   white-space: nowrap;