X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftree.css;h=1831ce700f6e87b6c516e49f7607dcb0340e63fa;hp=8bb5d53cf78dd8a9e4019db542855a7a89b5edd2;hb=f1b199d69e2a2217ca8f85f03884fe75edd84904;hpb=18f5421a753324176299d1a66883253f6658d863 diff --git a/LCARStrek/global/tree.css b/LCARStrek/global/tree.css index 8bb5d53c..1831ce70 100644 --- a/LCARStrek/global/tree.css +++ b/LCARStrek/global/tree.css @@ -46,7 +46,7 @@ /* ::::: tree ::::: */ tree { - -moz-border-radius: 5px; + border-radius: 5px; margin: 0px; border: 1px solid #9C9CFF; background-color: #000000; @@ -60,7 +60,7 @@ tree { outline-offset: -1px; } -.focusring:focus > .tree-stack > .tree-rows > .tree-bodybox { +.focusring:-moz-focusring > .tree-stack > .tree-rows > .tree-bodybox { outline: 1px dotted #008484; } @@ -260,15 +260,15 @@ treecol { } treecol:first-child { - -moz-border-radius-topleft: 3px; + border-top-left-radius: 3px; } tree[hidecolumnpicker] treecol:last-child { - -moz-border-radius-topright: 3px; + border-top-right-radius: 3px; } treecolpicker { - -moz-border-radius-topright: 3px; + border-top-right-radius: 3px; -moz-box-align: center; -moz-box-pack: center; border: 1px solid #FF9F00; @@ -324,13 +324,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 #FFCF00; } -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 #FFCF00; }