fix a few issues pointed out by AMO reviews of previous theme versions
[themes.git] / EarlyBlue / global / tree.css
index 4e4c8a2146dfa32971c2834c0e03c7b306c26c44..750f55d07c3dc69892a6525fbba3de864b8b17b7 100644 (file)
@@ -58,7 +58,7 @@ tree {
   border: 1px solid transparent;
 }
 
-.focusring:focus > .tree-stack > .tree-rows > .tree-bodybox {
+.focusring:-moz-focusring > .tree-stack > .tree-rows > .tree-bodybox {
   border: 1px solid #000000;
 }
 
@@ -192,10 +192,13 @@ treechildren::-moz-tree-separator {
 
 /* ::::: drop feedback ::::: */
 
+treechildren::-moz-tree-row(dropOn) {
+  background-color: #336699;
+}
+
 tree[seltype="cell"] > treechildren::-moz-tree-cell-text(primary, dropOn),
 tree[seltype="text"] > treechildren::-moz-tree-cell-text(primary, dropOn),
 treechildren::-moz-tree-cell-text(dropOn) {
-  background-color: #336699;
   color: #FFFFFF;
 }