X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftree.css;h=cf182d5fe6a8a8c698ccb26d5d77203bd92f988c;hb=1e9e1791d430ae539727c01da67e7dbbf3adfa18;hp=d57c3d0bd4df20c5c68835f8904016dd3f0a6030;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1;p=themes.git diff --git a/LCARStrek/global/tree.css b/LCARStrek/global/tree.css index d57c3d0b..cf182d5f 100644 --- a/LCARStrek/global/tree.css +++ b/LCARStrek/global/tree.css @@ -40,12 +40,12 @@ treechildren::-moz-tree-row { treechildren::-moz-tree-row(selected) { background-color: #008484; - color: #FFCF00; + color: #000000; } treechildren::-moz-tree-row(selected, focus) { background-color: #008484; - color: #FFCF00; + color: #000000; } treechildren::-moz-tree-row(current, focus) { @@ -342,12 +342,12 @@ treechildren::-moz-tree-twisty { -moz-padding-end: 1px; padding-top: 0px; width: 11px; /* The image's width is 11 pixels */ - list-style-image: url("chrome://global/skin/tree/twisty-closed.gif"); + list-style-image: url("chrome://global/skin/tree/twisty.svg#clsd"); } treechildren::-moz-tree-twisty(open) { width: 11px; /* The image's width is 11 pixels */ - list-style-image: url("chrome://global/skin/tree/twisty-open.gif"); + list-style-image: url("chrome://global/skin/tree/twisty.svg#open"); } treechildren::-moz-tree-indentation {