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
This commit is contained in:
sspitzer%mozilla.org 2006-06-27 01:25:50 +00:00
Родитель d3379f18b5
Коммит 1fef26785d
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -3,13 +3,13 @@
/* /*
* Autorepeatbutton * Autorepeatbutton
*/ */
.autorepeatbutton-up .autorepeatbutton-up, .autorepeatbutton-down[chromedir="rtl"]
{ {
list-style-image : url("chrome://global/skin/arrow/arrow-lft.gif"); list-style-image : url("chrome://global/skin/arrow/arrow-lft.gif");
-moz-image-region : auto; /* cut off inheritance */ -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"); list-style-image : url("chrome://global/skin/arrow/arrow-rit.gif");
-moz-image-region : auto; /* cut off inheritance */ -moz-image-region : auto; /* cut off inheritance */