X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftree.css;h=7240c3db7ef4301ac4deb5d5623a6644c3d99697;hp=9c1715c7aaf72ffc6ecd2b19ed59ce8dd339f1c8;hb=4496cb5df3a340dd775f095234182a7c3b357921;hpb=d0646e4a75a2e7c90b075456d6bab4a0b0d8ab6f diff --git a/LCARStrek/global/tree.css b/LCARStrek/global/tree.css index 9c1715c7..7240c3db 100644 --- a/LCARStrek/global/tree.css +++ b/LCARStrek/global/tree.css @@ -56,11 +56,12 @@ tree { /* ::::: tree focusring ::::: */ .focusring > .tree-stack > .tree-rows > .tree-bodybox { - border: 1px solid transparent; + outline: 1px solid transparent; + outline-offset: -1px; } .focusring:focus > .tree-stack > .tree-rows > .tree-bodybox { - border: 1px dotted #008484; + outline: 1px dotted #008484; } /* ::::: tree rows ::::: */ @@ -83,7 +84,7 @@ treechildren::-moz-tree-row(selected, focus) { } treechildren::-moz-tree-row(current, focus) { - border: 1px dotted #FF9F00; + border: 1px dotted #008484; } treechildren::-moz-tree-row(selected, current, focus) { @@ -157,11 +158,11 @@ tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected, focus } tree[seltype="cell"] > treechildren::-moz-tree-cell(active, current, focus) { - border: 1px dotted #FF9F00; + border: 1px dotted #008484; } tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, current, focus) { - border: 1px dotted #FF9F00; + border: 1px dotted #008484; } tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected, current, focus) { @@ -262,7 +263,7 @@ treecol:first-child { -moz-border-radius-topleft: 3px; } -treecol:last-child { +tree[hidecolumnpicker] treecol:last-child { -moz-border-radius-topright: 3px; } @@ -270,7 +271,7 @@ treecolpicker { -moz-border-radius-topright: 3px; -moz-box-align: center; -moz-box-pack: center; - border: 1px solid transparent; + border: 1px solid #FF9F00; background-color: #000000; padding: 1px 0px; } @@ -394,41 +395,6 @@ treechildren.gridlines::-moz-tree-row { border: none; } -/* ::::: Name (what is that?) ::::: */ - -treechildren::-moz-tree-image(Name) { - -moz-padding-end: 3px; -} - -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: #9C9CFF; - margin: 0px 3px; -} - -treechildren::-moz-tree-cell-text(Name, separator, selected, focus) { - color: #000000; -} - /* ::::: alternating background ::::: */ treechildren[alternatingbackground="true"]::-moz-tree-row(odd) {