update EarlyBlue and LCARStrek for toolkit winstripe changes between SM 2.0a2 and...
[themes.git] / LCARStrek / global / tree.css
index 2469e66c16ff4ab7768f1f4ac50c43c1151a48dd..b5c035c86a53ca331fdbfc773a2d832ae2df7557 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;
@@ -385,41 +394,6 @@ treechildren.gridlines::-moz-tree-row {
   border: none;
 }
 
-/* ::::: Name (what is that?) ::::: */
-
-treechildren::-moz-tree-image(Name) {
-  -moz-padding-end: 3px;
-}
-
-treechildren::-moz-tree-image(Name) {
-  margin: 0px 1px;
-  list-style-image: url("chrome://global/skin/filepicker/file.gif") !important;
-}
-
-treechildren::-moz-tree-image(Name, container) {
-  list-style-image: url("chrome://global/skin/filepicker/dir-closed.gif") !important;
-}
-
-treechildren::-moz-tree-image(Name, open) {
-  list-style-image: url("chrome://global/skin/filepicker/dir-open.gif") !important;
-}
-
-treechildren::-moz-tree-image(Name, separator) {
-  list-style-image: none;
-  width: 0px !important;
-  height: 0px !important;
-  margin: 0px 0px;
-}
-
-treechildren::-moz-tree-cell-text(Name, separator) {
-  color: #9C9CFF;
-  margin: 0px 3px;
-}
-
-treechildren::-moz-tree-cell-text(Name, separator, selected, focus) {
-  color: #000000;
-}
-
 /* ::::: alternating background ::::: */
 
 treechildren[alternatingbackground="true"]::-moz-tree-row(odd) {
@@ -427,12 +401,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;
 }