diff --git a/modules/ve/ui/styles/images/icons/redo.png b/modules/ve/ui/styles/images/icons/arched-arrow-ltr.png similarity index 100% rename from modules/ve/ui/styles/images/icons/redo.png rename to modules/ve/ui/styles/images/icons/arched-arrow-ltr.png diff --git a/modules/ve/ui/styles/images/icons/redo.svg b/modules/ve/ui/styles/images/icons/arched-arrow-ltr.svg similarity index 100% rename from modules/ve/ui/styles/images/icons/redo.svg rename to modules/ve/ui/styles/images/icons/arched-arrow-ltr.svg diff --git a/modules/ve/ui/styles/images/icons/undo.png b/modules/ve/ui/styles/images/icons/arched-arrow-rtl.png similarity index 100% rename from modules/ve/ui/styles/images/icons/undo.png rename to modules/ve/ui/styles/images/icons/arched-arrow-rtl.png diff --git a/modules/ve/ui/styles/images/icons/undo.svg b/modules/ve/ui/styles/images/icons/arched-arrow-rtl.svg similarity index 100% rename from modules/ve/ui/styles/images/icons/undo.svg rename to modules/ve/ui/styles/images/icons/arched-arrow-rtl.svg diff --git a/modules/ve/ui/styles/ve.ui.Icons-raster.css b/modules/ve/ui/styles/ve.ui.Icons-raster.css index 2e456aae24..fb2aa13c9b 100644 --- a/modules/ve/ui/styles/ve.ui.Icons-raster.css +++ b/modules/ve/ui/styles/ve.ui.Icons-raster.css @@ -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 { diff --git a/modules/ve/ui/styles/ve.ui.Icons-vector.css b/modules/ve/ui/styles/ve.ui.Icons-vector.css index 3ef0870d0c..364c2bcd95 100644 --- a/modules/ve/ui/styles/ve.ui.Icons-vector.css +++ b/modules/ve/ui/styles/ve.ui.Icons-vector.css @@ -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 {