From 2542779b57ba8ee0fc7cc2f85c3dcaff345227e1 Mon Sep 17 00:00:00 2001 From: Gijs Kruitbosch Date: Mon, 1 Jul 2013 03:48:24 +0200 Subject: [PATCH] Bug 888594 - Back/forward buttons in library should have the right icon, r=jaws --- browser/themes/windows/places/organizer.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/themes/windows/places/organizer.css b/browser/themes/windows/places/organizer.css index 4ccdc1b5c00d..ae20999296c3 100644 --- a/browser/themes/windows/places/organizer.css +++ b/browser/themes/windows/places/organizer.css @@ -18,11 +18,11 @@ } #back-button { - -moz-image-region: rect(0, 18px, 18px, 0); + -moz-image-region: rect(0, 54px, 18px, 36px); } #forward-button { - -moz-image-region: rect(0, 36px, 18px, 18px); + -moz-image-region: rect(0, 72px, 18px, 54px); } #back-button:-moz-locale-dir(rtl) > .toolbarbutton-icon,