X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftree.css;h=750f55d07c3dc69892a6525fbba3de864b8b17b7;hp=bd00dd7ac31ed911ff9dc4081559e6c17671ec14;hb=f128e38f4b564fd22f46f810e104934d864d7caf;hpb=18f5421a753324176299d1a66883253f6658d863 diff --git a/EarlyBlue/global/tree.css b/EarlyBlue/global/tree.css index bd00dd7a..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; } @@ -300,13 +303,13 @@ treecol[dragging="true"] { color: #000000; } -tree:-moz-locale-dir(ltr) treecol[insertafter="true"], -tree:-moz-locale-dir(rtl) treecol[insertbefore="true"] { +treecol[insertafter="true"]:-moz-locale-dir(ltr), +treecol[insertbefore="true"]:-moz-locale-dir(rtl) { border-right: 1px solid #000000; } -tree:-moz-locale-dir(rtl) treecol[insertafter="true"], -tree:-moz-locale-dir(ltr) treecol[insertbefore="true"] { +treecol[insertafter="true"]:-moz-locale-dir(rtl), +treecol[insertbefore="true"]:-moz-locale-dir(ltr) { border-left: 1px solid #000000; }