bug 77 css scoping - making skin work again
[themes.git] / EarlyBlue / global / skin / tree.css
index 6dd871682286a6baaf1d595a4c83cebbdf69877e..6f25760b8856521e2f5a4e0f5959fe6b75478f93 100755 (executable)
@@ -16,7 +16,7 @@ tree {
  *  inset borders, and default dialog spacing.
  **/
 tree.inset {
-  border: 1px inset #CCCCDD;
+  border: 1px inset #CCD0DD;
   margin: 1px 3px 2px 3px;
 }
 
@@ -41,9 +41,9 @@ treecell {
 .treecell-header,
 .treecell-header-image,
 .treecell-inset-header {
-  background-color: #CCCCDD; 
+  background-color: #CCD0DD; 
   color: black;
-  border: 1px outset #CCCCDD;
+  border: 1px outset #CCD0DD;
   vertical-align: middle;
   padding: 0px;
 }
@@ -62,7 +62,7 @@ treecell {
 .treecell-header:hover:active,
 .treecell-inset-header:hover:active,
 .treecell-header-image:hover:active {
-  border: 1px inset #CCCCDD;
+  border: 1px inset #CCD0DD;
 }
 
 .treecell-image 
@@ -161,31 +161,6 @@ treecol[sortActive="true"]
     margin-left           : 2px;
   }
 
-/* Inline Editable Treecells */
-.textfield-inline-edit 
-  {
-    border                : 1px solid #666699 !important;
-    margin                : 0px !important;
-  }
-
-.textfield-inline-edit > .textfield-internal-box > .textfield-input 
-  {
-    border                : 0px !important;
-    padding               : 1px !important;
-    margin                : 0px !important;
-  }
-
-.textfield-inline-edit > .textfield-internal-box 
-  {
-    border                : 0px !important;
-    padding               : 0px !important;
-    margin                : 0px !important;
-  }
-
-treerow[mode="inline-edit"] 
-  {
-    background            : transparent;
-  }