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
Родитель 2c27f29b83
Коммит 98f14fa84b
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -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 */