accomodate recent XUL 1.0 changes
[themes.git] / EarlyBlue / global / skin / tree.css
index 7f2e3373ceb9cfa7632b49518ac9bceeb0667aab..55144eb02969df904963751c059503453bca84db 100755 (executable)
@@ -29,7 +29,7 @@ treeitem[dd-dropon="true"] > treerow
 
 treecell { 
   white-space: nowrap;
-  vertical-align: middle;
+  -moz-box-align: center;
   padding: 1px 0px 1px 2px;
 } 
 
@@ -44,7 +44,7 @@ treecell {
   background-color: #CCD0DD; 
   color: black;
   border: 1px outset #CCD0DD;
-  vertical-align: middle;
+  -moz-box-align: center;
   padding: 0px;
 }
 
@@ -160,35 +160,3 @@ treecol[sortActive="true"]
   {
     margin-left           : 2px;
   }
-
-/* Inline Editable Treecells */
-.textbox-inline-edit 
-  {
-    border                : 1px solid #666699 !important;
-    margin                : 0px !important;
-  }
-
-.textbox-inline-edit > .textbox-internal-box > .textbox-input 
-  {
-    border                : 0px !important;
-    padding               : 1px !important;
-    margin                : 0px !important;
-  }
-
-.textbox-inline-edit > .textbox-internal-box 
-  {
-    border                : 0px !important;
-    padding               : 0px !important;
-    margin                : 0px !important;
-  }
-
-treerow[mode="inline-edit"] 
-  {
-    background            : transparent;
-  }
-
-
-
-
-
-