X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftree.css;h=3a96fe18011f0bec85857f1d10d57358516bef35;hp=bd00dd7ac31ed911ff9dc4081559e6c17671ec14;hb=c64e6c0decc589514d435b1c54c1f576bb09eee5;hpb=18f5421a753324176299d1a66883253f6658d863 diff --git a/EarlyBlue/global/tree.css b/EarlyBlue/global/tree.css index bd00dd7a..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,13 +300,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; }