sync both themes with toolkit windows theme changes in Mozilla 52 cycle
[themes.git] / LCARStrek / global / tree.css
index 35351d101f80a7f228cda531cfc124d8b5f4c2b3..76b61de919e18eee48ba165d20d9849ed5a71f6c 100644 (file)
@@ -392,6 +392,17 @@ treechildren::-moz-tree-cell-text(selected, editing) {
   color: inherit;
 }
 
+treechildren::-moz-tree-cell(active, selected, focus, editing),
+tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected, focus, editing),
+tree[seltype="text"] > treechildren::-moz-tree-cell(active, selected, focus, editing) {
+  background-color: transparent;
+  border: none;
+}
+
+treechildren::-moz-tree-cell-text(active, selected, editing) {
+  opacity: 0;
+}
+
 .tree-input {
   border: 1px solid #9C9CFF;
   margin: 0;