Index: trunk/phase3/skins/vector/images/arrow-down-focus-icon.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/phase3/skins/vector/images/arrow-down-focus-icon.png |
___________________________________________________________________ |
Added: svn:mime-type |
1 | 1 | + application/octet-stream |
Index: trunk/phase3/skins/vector/images/arrow-down-icon.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/phase3/skins/vector/screen.css |
— | — | @@ -211,12 +211,14 @@ |
212 | 212 | float: left; |
213 | 213 | /* @embed */ |
214 | 214 | background-image: url(images/arrow-down-icon.png); |
215 | | - background-position: 0px 60%; |
| 215 | + background-position: 100% 60%; |
216 | 216 | background-repeat: no-repeat; |
217 | 217 | cursor: pointer; |
218 | 218 | } |
219 | 219 | div.vectorMenuFocus { |
220 | | - background-position: -22px 60%; |
| 220 | + /* @embed */ |
| 221 | + background-image: url(images/arrow-down-focus-icon.png); |
| 222 | + background-position: 100% 60%; |
221 | 223 | } |
222 | 224 | /* @noflip */ |
223 | 225 | body.rtl div.vectorMenu { |