X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftree.css;h=3a96fe18011f0bec85857f1d10d57358516bef35;hp=9afbe603dc60f9502aa034e5fed5e2952ff44da0;hb=08682b188c6be77cf7bcbeb17df91c4879e913b2;hpb=02920d2b69ae86d5762a1874ba85d273c38bac75 diff --git a/EarlyBlue/global/tree.css b/EarlyBlue/global/tree.css index 9afbe603..3a96fe18 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; } @@ -300,20 +300,22 @@ treecol[dragging="true"] { color: #000000; } -treecol[insertafter="true"] { +treecol[insertafter="true"]:-moz-locale-dir(ltr), +treecol[insertbefore="true"]:-moz-locale-dir(rtl) { border-right: 1px solid #000000; } -treecol[insertbefore="true"] { +treecol[insertafter="true"]:-moz-locale-dir(rtl), +treecol[insertbefore="true"]:-moz-locale-dir(ltr) { border-left: 1px solid #000000; } treechildren::-moz-tree-column(insertbefore) { - border-left: 1px solid #000000; + -moz-border-start: 1px solid #000000; } treechildren::-moz-tree-column(insertafter) { - border-right: 1px solid #000000; + -moz-border-end: 1px solid #000000; } /* ::::: sort direction indicator ::::: */