X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftree.css;h=becca3544353da9958d772e9d9d0bb73cc0db493;hp=ad6140ac4148c0ca2a96262f0344aa3c55b59048;hb=aa2773102942029101f2e1c549573cca0983a121;hpb=32fb9cf922b000ef9e13f984e6d1a587d2b46582 diff --git a/EarlyBlue/global/tree.css b/EarlyBlue/global/tree.css index ad6140ac..becca354 100644 --- a/EarlyBlue/global/tree.css +++ b/EarlyBlue/global/tree.css @@ -66,7 +66,6 @@ tree { /* ::::: tree rows ::::: */ -tree[selstyle="primary"] > treechildren::-moz-tree-row, treechildren::-moz-tree-row { border: 1px solid transparent; background-color: transparent; @@ -90,6 +89,11 @@ treechildren::-moz-tree-row(selected, current, focus) { border: 1px dotted #666699; } +tree[selstyle="primary"] > treechildren::-moz-tree-row { + border: none; + background-color: transparent; +} + /* ::::: tree cells ::::: */ treechildren::-moz-tree-cell { @@ -99,13 +103,17 @@ treechildren::-moz-tree-cell { tree[selstyle="primary"] > treechildren::-moz-tree-cell-text, treechildren::-moz-tree-cell-text { color: inherit; - border: 2px solid transparent; } treechildren::-moz-tree-cell-text(selected) { color: #FFFFFF; } +tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary) { + border: 2px solid transparent; + padding: 0px 1px 1px 1px; +} + tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected) { background-color: #808080; color: #FFFFFF;