EarlyBlue 2.0a1 -> 2.0a2 changes, communicator/ and global/ changes
[themes.git] / LCARStrek / global / tree.css
index 2469e66c16ff4ab7768f1f4ac50c43c1151a48dd..9c1715c7aaf72ffc6ecd2b19ed59ce8dd339f1c8 100644 (file)
@@ -258,7 +258,16 @@ treecol {
   padding: 1px 4px;
 }
 
+treecol:first-child {
+  -moz-border-radius-topleft: 3px;
+}
+
+treecol:last-child {
+  -moz-border-radius-topright: 3px;
+}
+
 treecolpicker {
+  -moz-border-radius-topright: 3px;
   -moz-box-align: center;
   -moz-box-pack: center;
   border: 1px solid transparent;
@@ -427,12 +436,12 @@ treechildren[alternatingbackground="true"]::-moz-tree-row(odd) {
 }
 
 treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected) {
-  background-color: #E7ADE7;
+  background-color: #008484;
   color: #000000;
 }
 
 treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected, focus) {
-  background-color: #E7ADE7;
+  background-color: #008484;
   color: #000000;
 }