From 98f14fa84bb31df23122b03e9cb89b8a77f7638b Mon Sep 17 00:00:00 2001 From: "sspitzer%mozilla.org" Date: Tue, 27 Jun 2006 01:25:50 +0000 Subject: [PATCH] supplimental fix for bug #318168 rtl (right to left) changes for the winstripe theme for tab scrolling the pinstripe theme is not being fixed as asaf wants to fix the whole theme to be rtl friendly. r=mconnor --- toolkit/themes/winstripe/global/scrollbox.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toolkit/themes/winstripe/global/scrollbox.css b/toolkit/themes/winstripe/global/scrollbox.css index 294cfff63ee..1057573f226 100644 --- a/toolkit/themes/winstripe/global/scrollbox.css +++ b/toolkit/themes/winstripe/global/scrollbox.css @@ -3,13 +3,13 @@ /* * Autorepeatbutton */ -.autorepeatbutton-up +.autorepeatbutton-up, .autorepeatbutton-down[chromedir="rtl"] { list-style-image : url("chrome://global/skin/arrow/arrow-lft.gif"); -moz-image-region : auto; /* cut off inheritance */ } -.autorepeatbutton-down +.autorepeatbutton-down, .autorepeatbutton-up[chromedir="rtl"] { list-style-image : url("chrome://global/skin/arrow/arrow-rit.gif"); -moz-image-region : auto; /* cut off inheritance */