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
parent e579c0bd3b
commit aac1550868

View File

@ -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%;
}