This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch upstream/28.4.0 in repository pale-moon. commit e8cebef9d2a524067863741333a6784db4ea258d Author: wolfbeast <mcwerewolf@wolfbeast.com> Date: Mon Jan 7 14:19:54 2019 +0100 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 16a0ab0..16ce259 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 */ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git