Bug 888594 - Back/forward buttons in library should have the right icon, r=jaws

This commit is contained in:
Gijs Kruitbosch 2013-07-01 03:48:24 +02:00
parent 23403cbf7f
commit 2542779b57

View File

@ -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,