keeping up with Classic, make text/icons configurable toolbars working
[themes.git] / LCARStrek / global / tree.css
index a5ee34bbb2ac4924139c63c30f68dbec5b5c78ce..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
@@ -55,7 +57,8 @@ tree {
 
 treechildren:-moz-tree-row {
   border: 1px solid transparent;
-  height: 18px;
+  min-height: 18px;
+  height: 1.3em;
 }
 
 treechildren:-moz-tree-row(selected) {
@@ -69,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 ::::: */
@@ -133,6 +140,24 @@ treechildren:-moz-tree-drop-feedback(selected) {
   background-color: #FFCF00;
 }
 
+/* ::::: tree progress meter ::::: */
+
+treechildren:-moz-tree-progressmeter {
+  margin: 0px 0px;
+  border: 1px solid #FF9F00;
+  background-color: #000000;
+  color: #008484;
+}
+
+treechildren:-moz-tree-progressmeter(progressUndetermined) {
+  list-style-image: url("chrome://global/skin/progressmeter/progressmeter-busy.gif");
+  background-color: #008484;
+}
+
+treechildren:-moz-tree-cell-text(progressmeter) {
+  margin: 2px 4px;
+}
+
 /* ::::: tree columns ::::: */
 
 treecol { 
@@ -161,6 +186,11 @@ treecolpicker {
   padding: 0px !important;
 }
 
+treecol[hideheader="true"] {
+  border: none;
+  padding: 0;
+}
+
 /* ..... internal box ..... */
 
 treecol:hover:active {
@@ -221,12 +251,12 @@ treechildren:-moz-tree-column(insertafter) {
 
 /* ::::: column picker :::::  */
 
-.outliner-columnpicker-icon {
+.tree-columnpicker-icon {
   list-style-image: url("chrome://global/skin/tree/columnpicker.gif");
 }
 
-treecolpicker:hover > .outliner-columnpicker-icon,
-treecolpicker:hover:active > .outliner-columnpicker-icon {
+treecolpicker:hover > .tree-columnpicker-icon,
+treecolpicker:hover:active > .tree-columnpicker-icon {
   list-style-image: url("chrome://global/skin/tree/columnpicker-hover.gif");
 }
 
@@ -234,17 +264,18 @@ treecolpicker:hover:active > .outliner-columnpicker-icon {
 
 treechildren:-moz-tree-twisty {
   padding-right: 2px;
-  width: 12px; /* The image's width is 12 pixels */
+  padding-top: 1px;
+  width: 11px; /* The image's width is 11 pixels */
   list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
 }
   
 treechildren:-moz-tree-twisty(open) {
-  width: 12px; /* The image's width is 12 pixels */
+  width: 11px; /* The image's width is 11 pixels */
   list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
 }
 
 treechildren:-moz-tree-indentation {
-  width: 10px;
+  width: 11px;
 }
 
 /* ::::: gridline style ::::: */
@@ -256,4 +287,4 @@ treechildren.gridlines:-moz-tree-cell {
 
 treechildren.gridlines:-moz-tree-row {
   border: none;
-}
+}
\ No newline at end of file