diff --git a/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/icons.png b/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/icons.png index 08a1195a8..9300c01f4 100644 Binary files a/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/icons.png and b/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/icons.png differ diff --git a/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/sprite.css b/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/sprite.css index 12fca63e3..7b05e68e0 100644 --- a/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/sprite.css +++ b/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/sprite.css @@ -450,13 +450,13 @@ height: 19px; } -.icon-comment_toptoolbar { +.icon-chart { background-position: -123px -145px; width: 22px; height: 19px; } -.icon-insertchart { +.icon-comment_toptoolbar { background-position: -145px -145px; width: 22px; height: 19px; diff --git a/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/src/icons/chart.png b/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/src/icons/chart.png new file mode 100644 index 000000000..b0b965c50 Binary files /dev/null and b/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/src/icons/chart.png differ diff --git a/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/src/icons/insertchart.png b/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/src/icons/insertchart.png deleted file mode 100644 index 10d247f7b..000000000 Binary files a/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/src/icons/insertchart.png and /dev/null differ diff --git a/Web/css/help.less b/Web/css/help.less index 6ff071143..2a17137ed 100644 --- a/Web/css/help.less +++ b/Web/css/help.less @@ -12343,13 +12343,13 @@ input[id^="expanded"]:not(:checked) + label + ul.collapsible { height: 19px; } - .icon-comment_toptoolbar { + .icon-chart { background-position: -123px -145px; width: 22px; height: 19px; } - .icon-insertchart { + .icon-comment_toptoolbar { background-position: -145px -145px; width: 22px; height: 19px;