X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftree.css;h=bd00dd7ac31ed911ff9dc4081559e6c17671ec14;hp=d4ad6f73066cbeeafd0ecfa139b757e14f370a37;hb=18f5421a753324176299d1a66883253f6658d863;hpb=726e083d383785788bf5cd6e5d087aabcb8a9fae diff --git a/EarlyBlue/global/tree.css b/EarlyBlue/global/tree.css index d4ad6f73..bd00dd7a 100644 --- a/EarlyBlue/global/tree.css +++ b/EarlyBlue/global/tree.css @@ -111,12 +111,12 @@ treechildren::-moz-tree-cell-text(selected) { tree[seltype="cell"] > treechildren::-moz-tree-cell { border: 1px solid transparent; - padding: 0px 1px 0px 1px; + padding: 0px 1px; } tree[seltype="text"] > treechildren::-moz-tree-cell-text { border: 1px solid transparent; - padding: 0px 1px 1px 1px; + padding: 0px 1px 1px; } tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected) { @@ -300,20 +300,22 @@ treecol[dragging="true"] { color: #000000; } -treecol[insertafter="true"] { +tree:-moz-locale-dir(ltr) treecol[insertafter="true"], +tree:-moz-locale-dir(rtl) treecol[insertbefore="true"] { border-right: 1px solid #000000; } -treecol[insertbefore="true"] { +tree:-moz-locale-dir(rtl) treecol[insertafter="true"], +tree:-moz-locale-dir(ltr) treecol[insertbefore="true"] { 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 ::::: */ @@ -366,41 +368,6 @@ treechildren.gridlines::-moz-tree-row { border: none; } -/* ::::: Name (what is that?) ::::: */ - -treechildren::-moz-tree-image(Name) { - -moz-padding-end: 2px; -} - -treechildren::-moz-tree-image(Name) { - margin: 0px 1px; - list-style-image: url("chrome://global/skin/filepicker/file.gif") !important; -} - -treechildren::-moz-tree-image(Name, container) { - list-style-image: url("chrome://global/skin/filepicker/dir-closed.gif") !important; -} - -treechildren::-moz-tree-image(Name, open) { - list-style-image: url("chrome://global/skin/filepicker/dir-open.gif") !important; -} - -treechildren::-moz-tree-image(Name, separator) { - list-style-image: none; - width: 0px !important; - height: 0px !important; - margin: 0px 0px; -} - -treechildren::-moz-tree-cell-text(Name, separator) { - color: #666699; - margin: 0px 3px; -} - -treechildren::-moz-tree-cell-text(Name, separator, selected, focus) { - color: #FFFFFF; -} - /* ::::: alternating background ::::: */ treechildren[alternatingbackground="true"]::-moz-tree-row(odd) {