make LCARStrek work with Mozilla 1.6 chatzilla; provide really good dark and default...
[themes.git] / LCARStrek / global / tree.css
index 034bbc281a3024de04a585fb09db83d493d70960..6c43d0f8b6c0543b397cbf5fbba92e50b22e3a44 100644 (file)
@@ -67,7 +67,6 @@ tree {
 
 /* ::::: tree rows ::::: */
 
-tree[selstyle="primary"] > treechildren::-moz-tree-row,
 treechildren::-moz-tree-row {
   border: 1px solid transparent;
   background-color: transparent;
@@ -93,6 +92,11 @@ treechildren::-moz-tree-row(selected, current, focus) {
   border: 1px dotted #FF9F00;
 }
 
+tree[selstyle="primary"] > treechildren::-moz-tree-row {
+  border: none;
+  background-color: transparent;
+}
+
 /* ::::: tree cells ::::: */
 
 treechildren::-moz-tree-cell {
@@ -102,36 +106,38 @@ treechildren::-moz-tree-cell {
 tree[selstyle="primary"] > treechildren::-moz-tree-cell-text,
 treechildren::-moz-tree-cell-text {
   color: inherit;
-  border: 2px solid transparent;
 }
 
-/*
+tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary) {
+  border: 1px solid transparent;
+  padding: 0px 1px 1px 1px;
+}
+
 treechildren::-moz-tree-cell-text(selected) {
-  color: #FFFFFF;
+  color: #FFCF00;
 }
 
 tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected) {
-  background-color: #808080;
-  color: #FFFFFF;
+  background-color: #008484;
+  color: #FFCF00;
 }
 
 treechildren::-moz-tree-cell-text(selected, focus) {
-  color: #FFFFFF;
+  color: #FFCF00;
 }
 
 tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected, focus) {
-  background-color: #336699;
-  color: #FFFFFF;
+  background-color: #008484;
+  color: #FFCF00;
 }
 
 tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, current, focus) {
-  border: 1px dotted #9999CC;
+  border: 1px dotted #FF9F00;
 }
 
 tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected, current, focus) {
-  border: 1px dotted #666699;
+  border: 1px dotted #FF9F00;
 }
-*/
 
 /* ::::: lines connecting cells ::::: */