X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftree.css;h=750f55d07c3dc69892a6525fbba3de864b8b17b7;hp=4e4c8a2146dfa32971c2834c0e03c7b306c26c44;hb=938117ba0f9581f628e39f0e3624bb82e05797d9;hpb=3b1530c2325c37e07e8f75e72bf2d157ed606175 diff --git a/EarlyBlue/global/tree.css b/EarlyBlue/global/tree.css index 4e4c8a21..750f55d0 100644 --- a/EarlyBlue/global/tree.css +++ b/EarlyBlue/global/tree.css @@ -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; }