add images that are referenced somewhere but not actually present
[themes.git] / LCARStrek / global / tree.css
index d57c3d0bd4df20c5c68835f8904016dd3f0a6030..cf182d5fe6a8a8c698ccb26d5d77203bd92f988c 100644 (file)
@@ -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 {