(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
Before Width: | Height: | Size: 280 B After Width: | Height: | Size: 280 B |
Before Width: | Height: | Size: 607 B After Width: | Height: | Size: 607 B |
Before Width: | Height: | Size: 267 B After Width: | Height: | Size: 267 B |
Before Width: | Height: | Size: 589 B After Width: | Height: | Size: 589 B |
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|