(bug 38548) Switch undo / redo buttons for RTL.

Rename the graphic files to more generic names to make them
flippable by CSSJanus.

Change-Id: Ide2540f2f281367909f7f2c7943c9106c0b36699
This commit is contained in:
Rob Moen 2012-09-11 15:57:48 -07:00 committed by amire80
parent 33c86832d7
commit df4391bc69
6 changed files with 4 additions and 4 deletions

View file

Before

Width:  |  Height:  |  Size: 280 B

After

Width:  |  Height:  |  Size: 280 B

View file

Before

Width:  |  Height:  |  Size: 607 B

After

Width:  |  Height:  |  Size: 607 B

View file

Before

Width:  |  Height:  |  Size: 267 B

After

Width:  |  Height:  |  Size: 267 B

View file

Before

Width:  |  Height:  |  Size: 589 B

After

Width:  |  Height:  |  Size: 589 B

View file

@ -29,12 +29,12 @@
.ve-ui-toolbarButtonTool-undo:before {
/* @embed */
background-image: url(images/icons/undo.png);
background-image: url(images/icons/arched-arrow-rtl.png);
}
.ve-ui-toolbarButtonTool-redo:before {
/* @embed */
background-image: url(images/icons/redo.png);
background-image: url(images/icons/arched-arrow-ltr.png);
}
.ve-ui-toolbarButtonTool-bold:before {

View file

@ -29,12 +29,12 @@
.ve-ui-toolbarButtonTool-undo:before {
/* @embed */
background-image: url(images/icons/undo.svg);
background-image: url(images/icons/arched-arrow-rtl.svg);
}
.ve-ui-toolbarButtonTool-redo:before {
/* @embed */
background-image: url(images/icons/redo.svg);
background-image: url(images/icons/arched-arrow-ltr.svg);
}
.ve-ui-toolbarButtonTool-bold:before {