sync both themes with toolkit windows theme changes in Mozilla 45-48 cycles
[themes.git] / EarlyBlue / global / button.css
index a49f0bee6c70191f77f2717214e198bb05adaed2..f2d02f87a35ab358c7ccc98cc5dc649987eb5897 100644 (file)
@@ -137,13 +137,13 @@ button[type="disclosure"] {
   border: 0px !important;
   margin: 0px !important;
   padding: 0px !important;
-  list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
+  list-style-image: url("chrome://global/skin/tree/twisty.svg#clsd");
   min-width: 0px !important;
   background-color: transparent;
 }
 
 button[type="disclosure"][open="true"] {
-  list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
+  list-style-image: url("chrome://global/skin/tree/twisty.svg#open");
 }
 
 /* ::::: xhtml buttons ::::: */