Bug 614696 - [RTL]folder arrow is pointed the wrong way [r=mfinkle]

This commit is contained in:
Vivien Nicolas 2010-12-09 10:08:58 -05:00
Родитель e579c0bd3b
Коммит aac1550868
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -613,6 +613,7 @@ placeitem[type="folder"] {
}
placeitem[type="folder"]:-moz-locale-dir(rtl) {
background-image: url(images/arrowleft-16.png);
background-position: 2% 50%;
}