diff --git a/apps/documenteditor/main/app/controller/Links.js b/apps/documenteditor/main/app/controller/Links.js index 2f2bbc6ee..1d7a88ee7 100644 --- a/apps/documenteditor/main/app/controller/Links.js +++ b/apps/documenteditor/main/app/controller/Links.js @@ -248,6 +248,7 @@ define([ props.put_Hyperlink(true); props.put_ShowPageNumbers(false); props.put_TabLeader( Asc.c_oAscTabLeader.None); + props.put_StylesType(Asc.c_oAscTOCStylesType.Web); (currentTOC) ? this.api.asc_SetTableOfContentsPr(props) : this.api.asc_AddTableOfContents(null, props); break; case 'settings': diff --git a/apps/documenteditor/main/resources/img/toolbar/contents.png b/apps/documenteditor/main/resources/img/toolbar/contents.png index a778df998..3a5e2116b 100644 Binary files a/apps/documenteditor/main/resources/img/toolbar/contents.png and b/apps/documenteditor/main/resources/img/toolbar/contents.png differ diff --git a/apps/documenteditor/main/resources/img/toolbar/contents@2x.png b/apps/documenteditor/main/resources/img/toolbar/contents@2x.png index 5f84a8441..d11f0c20b 100644 Binary files a/apps/documenteditor/main/resources/img/toolbar/contents@2x.png and b/apps/documenteditor/main/resources/img/toolbar/contents@2x.png differ