X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftree.css;h=9c1715c7aaf72ffc6ecd2b19ed59ce8dd339f1c8;hb=7c6f4fb9a814abcd4b2d3a2276e62ab4fbef8582;hp=2469e66c16ff4ab7768f1f4ac50c43c1151a48dd;hpb=f1d07a656d02e10b65f2abff615574540461aaab;p=themes.git diff --git a/LCARStrek/global/tree.css b/LCARStrek/global/tree.css index 2469e66c..9c1715c7 100644 --- a/LCARStrek/global/tree.css +++ b/LCARStrek/global/tree.css @@ -258,7 +258,16 @@ treecol { padding: 1px 4px; } +treecol:first-child { + -moz-border-radius-topleft: 3px; +} + +treecol:last-child { + -moz-border-radius-topright: 3px; +} + treecolpicker { + -moz-border-radius-topright: 3px; -moz-box-align: center; -moz-box-pack: center; border: 1px solid transparent; @@ -427,12 +436,12 @@ treechildren[alternatingbackground="true"]::-moz-tree-row(odd) { } treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected) { - background-color: #E7ADE7; + background-color: #008484; color: #000000; } treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected, focus) { - background-color: #E7ADE7; + background-color: #008484; color: #000000; }