X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftree.css;h=6c43d0f8b6c0543b397cbf5fbba92e50b22e3a44;hp=b7d6f42706f1ee1a671c5575b4cdfef2c8c46726;hb=0c7f928db227e5dcf900830c3cf317205c2acd33;hpb=03f6f39c58668f7003fb4baba2da0e0e0f1e5f00 diff --git a/LCARStrek/global/tree.css b/LCARStrek/global/tree.css index b7d6f427..6c43d0f8 100644 --- a/LCARStrek/global/tree.css +++ b/LCARStrek/global/tree.css @@ -109,37 +109,35 @@ treechildren::-moz-tree-cell-text { } tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary) { - border: 2px solid transparent; + border: 1px solid transparent; padding: 0px 1px 1px 1px; } -/* treechildren::-moz-tree-cell-text(selected) { - color: #FFFFFF; + color: #FFCF00; } tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected) { - background-color: #808080; - color: #FFFFFF; + background-color: #008484; + color: #FFCF00; } treechildren::-moz-tree-cell-text(selected, focus) { - color: #FFFFFF; + color: #FFCF00; } tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected, focus) { - background-color: #336699; - color: #FFFFFF; + background-color: #008484; + color: #FFCF00; } tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, current, focus) { - border: 1px dotted #9999CC; + border: 1px dotted #FF9F00; } tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected, current, focus) { - border: 1px dotted #666699; + border: 1px dotted #FF9F00; } -*/ /* ::::: lines connecting cells ::::: */