From 83b95f2c5be37608ee93d535ef1f603380e062b9 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Mon, 7 Jan 2019 14:19:54 +0100 Subject: [PATCH] Fix library window reference to SVG toolbar image. Tag #576. This needs uplift to the relbranch. --- application/palemoon/themes/windows/places/organizer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/palemoon/themes/windows/places/organizer.css b/application/palemoon/themes/windows/places/organizer.css index 16a0ab09c5..16ce25911d 100644 --- a/application/palemoon/themes/windows/places/organizer.css +++ b/application/palemoon/themes/windows/places/organizer.css @@ -5,7 +5,7 @@ :root { --toolbar-custom-color: hsl(210,75%,92%); --toolbar-highlight-top: rgba(255,255,255,.5); - --toolbarbutton-image: url("chrome://browser/skin/Toolbar.png"); + --toolbarbutton-image: url("chrome://browser/skin/Toolbar.svg"); } /* Toolbar */