make us look even cooler, give outliner a border by default and disable it where...
[themes.git] / LCARStrek / global / skin / tree.css
index e38bcc4c97557d2195bb9742e043c9c91feb500c..7edafcacfb4af9483f3a7f3bf1d020c6bbc7bc3e 100755 (executable)
@@ -138,7 +138,7 @@ treeitem[selected="true"][container="true"][open="true"] > treerow > treecell >
 
 .sortDirectionIndicator[sortDirection="ascending"] > .treecell-header-box > .tree-header-sortdirection {
   list-style-image: url("chrome://global/skin/sortAscending.gif");
-  margin-right: 3px;
+/*  margin-right: 3px; */
 }
 
 .sortDirectionIndicator[sortDirection="descending"] > .treecell-header-box > .tree-header-sortdirection {
@@ -161,29 +161,3 @@ treecol[sortActive="true"]
     margin-left           : 2px;
   }
 
-/* Inline Editable Treecells */
-.textbox-inline-edit 
-  {
-    border                : 1px solid #FFCF00 !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;
-  }
-