sync both themes with toolkit windows theme changes in Mozilla 45-48 cycles
[themes.git] / LCARStrek / devtools / projecteditor / projecteditor.css
index 8dd736a038fdf0ebfc7899ef710e15c44be56fbe..53404fa7414e51d21f95279cd7c4e3472c6a5de9 100644 (file)
 }
 
 .arrow {
-  list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
+  list-style-image: url("chrome://global/skin/tree/twisty.svg#clsd");
   width: 20px;
   height: 20px;
 }
 
 .arrow[open] {
-  list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
+  list-style-image: url("chrome://global/skin/tree/twisty.svg#open");
 }
 
 .arrow[invisible] {