EarlyBlue 2.0a1 -> 2.0a2 changes, communicator/ and global/ changes
[themes.git] / EarlyBlue / global / tree.css
index bab24ed30a4ce94e2ce734c8e4ffb255dccef395..d4ad6f73066cbeeafd0ecfa139b757e14f370a37 100644 (file)
@@ -171,18 +171,16 @@ treechildren::-moz-tree-line {
   visibility: hidden;
 }
 
-/*
 tree[seltype="cell"] > treechildren::-moz-tree-line,
 tree[seltype="text"] > treechildren::-moz-tree-line,
 treechildren::-moz-tree-line {
-  border: 1px dotted grey;
+  border: 1px dotted #CCD0DD;
 }
 
 tree[seltype="cell"] > treechildren::-moz-tree-line(active, selected, focus),
 treechildren::-moz-tree-line(selected, focus) {
-  border: 1px dotted black;
+  border: 1px dotted #666699;
 }
-*/
 
 /* ::::: tree separator ::::: */