X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftree.css;h=b7d6f42706f1ee1a671c5575b4cdfef2c8c46726;hp=034bbc281a3024de04a585fb09db83d493d70960;hb=03f6f39c58668f7003fb4baba2da0e0e0f1e5f00;hpb=01fc5c117995a5c529b237b3aeedfb7b00a335a0 diff --git a/LCARStrek/global/tree.css b/LCARStrek/global/tree.css index 034bbc28..b7d6f427 100644 --- a/LCARStrek/global/tree.css +++ b/LCARStrek/global/tree.css @@ -67,7 +67,6 @@ tree { /* ::::: tree rows ::::: */ -tree[selstyle="primary"] > treechildren::-moz-tree-row, treechildren::-moz-tree-row { border: 1px solid transparent; background-color: transparent; @@ -93,6 +92,11 @@ treechildren::-moz-tree-row(selected, current, focus) { border: 1px dotted #FF9F00; } +tree[selstyle="primary"] > treechildren::-moz-tree-row { + border: none; + background-color: transparent; +} + /* ::::: tree cells ::::: */ treechildren::-moz-tree-cell { @@ -102,7 +106,11 @@ treechildren::-moz-tree-cell { tree[selstyle="primary"] > treechildren::-moz-tree-cell-text, treechildren::-moz-tree-cell-text { color: inherit; +} + +tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary) { border: 2px solid transparent; + padding: 0px 1px 1px 1px; } /*