From e8cebef9d2a524067863741333a6784db4ea258d Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Mon, 7 Jan 2019 14:19:54 +0100 Subject: 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(-) (limited to 'application') diff --git a/application/palemoon/themes/windows/places/organizer.css b/application/palemoon/themes/windows/places/organizer.css index 16a0ab09c..16ce25911 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 */ -- cgit v1.2.3