keeping up with Classic, make text/icons configurable toolbars working
[themes.git] / LCARStrek / global / tree.css
index 8c188c3e12749415a93318f03af87863b2190e6c..12ae83f1ff534de1fb9901797fd7de097c6dcc51 100644 (file)
@@ -20,6 +20,8 @@
  *
  * Contributor(s):
  *   Robert Kaiser <KaiRo@KaiRo.at>
+ *   Joe Hewitt (hewitt@netscape.com)                                           
+ *   Dean Tessman (dean_tessman@hotmail.com)
  *
  * Alternatively, the contents of this file may be used under the terms of
  * either the GNU General Public License Version 2 or later (the "GPL"), or
@@ -70,7 +72,11 @@ treechildren:-moz-tree-row(selected, focus) {
 }
 
 treechildren:-moz-tree-row(current, focus) {
-  border: 1px dotted #008484;
+  border: 1px dotted #FF9F00;
+}
+
+treechildren:-moz-tree-row(selected, current, focus) {
+  border: 1px dotted #FF9F00;
 }
 
 /* ::::: tree cells ::::: */