@syncfusion/ej2-angular-documenteditor 20.4.54 → 21.1.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/esm2020/src/document-editor/documenteditor.component.mjs +3 -3
  2. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +3 -3
  3. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +4 -4
  4. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
  5. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +4 -4
  6. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
  7. package/package.json +9 -9
  8. package/schematics/utils/lib-details.d.ts +2 -2
  9. package/schematics/utils/lib-details.js +2 -2
  10. package/schematics/utils/lib-details.ts +2 -2
  11. package/src/document-editor/documenteditor.component.d.ts +1 -1
  12. package/src/document-editor-container/documenteditorcontainer.component.d.ts +1 -1
  13. package/styles/bootstrap-dark.css +64 -21
  14. package/styles/bootstrap.css +60 -17
  15. package/styles/bootstrap4.css +74 -28
  16. package/styles/bootstrap5-dark.css +84 -37
  17. package/styles/bootstrap5.css +84 -37
  18. package/styles/document-editor/_bootstrap5-definition.scss +6 -6
  19. package/styles/document-editor/_fluent-definition.scss +6 -6
  20. package/styles/document-editor/_tailwind-definition.scss +6 -6
  21. package/styles/document-editor/_theme.scss +103 -33
  22. package/styles/document-editor/bootstrap-dark.css +6 -2
  23. package/styles/document-editor/bootstrap.css +6 -2
  24. package/styles/document-editor/bootstrap4.css +8 -4
  25. package/styles/document-editor/bootstrap5-dark.css +25 -17
  26. package/styles/document-editor/bootstrap5.css +25 -17
  27. package/styles/document-editor/fabric-dark.css +6 -2
  28. package/styles/document-editor/fabric.css +6 -2
  29. package/styles/document-editor/fluent-dark.css +40 -27
  30. package/styles/document-editor/fluent.css +40 -27
  31. package/styles/document-editor/highcontrast-light.css +4 -0
  32. package/styles/document-editor/highcontrast.css +6 -2
  33. package/styles/document-editor/icons/_bootstrap-dark.scss +5 -0
  34. package/styles/document-editor/icons/_bootstrap.scss +5 -0
  35. package/styles/document-editor/icons/_bootstrap4.scss +5 -0
  36. package/styles/document-editor/icons/_bootstrap5.scss +9 -0
  37. package/styles/document-editor/icons/_fabric-dark.scss +5 -0
  38. package/styles/document-editor/icons/_fabric.scss +5 -0
  39. package/styles/document-editor/icons/_fluent.scss +28 -14
  40. package/styles/document-editor/icons/_fusionnew.scss +6 -0
  41. package/styles/document-editor/icons/_highcontrast-light.scss +5 -0
  42. package/styles/document-editor/icons/_highcontrast.scss +5 -0
  43. package/styles/document-editor/icons/_material-dark.scss +5 -0
  44. package/styles/document-editor/icons/_material.scss +5 -0
  45. package/styles/document-editor/icons/_material3.scss +12 -6
  46. package/styles/document-editor/icons/_tailwind-dark.scss +6 -0
  47. package/styles/document-editor/icons/_tailwind.scss +9 -0
  48. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +3 -0
  49. package/styles/document-editor/material-dark.css +6 -2
  50. package/styles/document-editor/material.css +6 -2
  51. package/styles/document-editor/tailwind-dark.css +22 -17
  52. package/styles/document-editor/tailwind.css +25 -17
  53. package/styles/document-editor-container/_bootstrap-dark-definition.scss +7 -2
  54. package/styles/document-editor-container/_bootstrap-definition.scss +7 -2
  55. package/styles/document-editor-container/_bootstrap4-definition.scss +7 -2
  56. package/styles/document-editor-container/_bootstrap5-definition.scss +11 -6
  57. package/styles/document-editor-container/_definition.scss +1 -0
  58. package/styles/document-editor-container/_fabric-dark-definition.scss +7 -2
  59. package/styles/document-editor-container/_fabric-definition.scss +7 -2
  60. package/styles/document-editor-container/_fluent-definition.scss +11 -6
  61. package/styles/document-editor-container/_fusionnew-definition.scss +7 -2
  62. package/styles/document-editor-container/_highcontrast-definition.scss +7 -2
  63. package/styles/document-editor-container/_highcontrast-light-definition.scss +7 -2
  64. package/styles/document-editor-container/_material-dark-definition.scss +7 -2
  65. package/styles/document-editor-container/_material-definition.scss +7 -2
  66. package/styles/document-editor-container/_tailwind-definition.scss +12 -7
  67. package/styles/document-editor-container/_theme.scss +249 -67
  68. package/styles/document-editor-container/bootstrap-dark.css +58 -19
  69. package/styles/document-editor-container/bootstrap.css +54 -15
  70. package/styles/document-editor-container/bootstrap4.css +66 -24
  71. package/styles/document-editor-container/bootstrap5-dark.css +59 -20
  72. package/styles/document-editor-container/bootstrap5.css +59 -20
  73. package/styles/document-editor-container/fabric-dark.css +58 -19
  74. package/styles/document-editor-container/fabric.css +58 -19
  75. package/styles/document-editor-container/fluent-dark.css +63 -27
  76. package/styles/document-editor-container/fluent.css +63 -27
  77. package/styles/document-editor-container/highcontrast-light.css +58 -19
  78. package/styles/document-editor-container/highcontrast.css +58 -19
  79. package/styles/document-editor-container/material-dark.css +58 -19
  80. package/styles/document-editor-container/material.css +57 -18
  81. package/styles/document-editor-container/tailwind-dark.css +58 -19
  82. package/styles/document-editor-container/tailwind.css +58 -19
  83. package/styles/fabric-dark.css +64 -21
  84. package/styles/fabric.css +64 -21
  85. package/styles/fluent-dark.css +103 -54
  86. package/styles/fluent.css +103 -54
  87. package/styles/highcontrast-light.css +62 -19
  88. package/styles/highcontrast.css +64 -21
  89. package/styles/material-dark.css +64 -21
  90. package/styles/material.css +63 -20
  91. package/styles/tailwind-dark.css +80 -36
  92. package/styles/tailwind.css +83 -36
  93. package/styles/document-editor/_material3-definition.scss +0 -560
  94. package/styles/document-editor-container/_material3-definition.scss +0 -153
@@ -32,6 +32,9 @@
32
32
  // font-size: $de-para-dlg-heading-font-size;
33
33
  font-weight: $de-para-dlg-heading-font-weight;
34
34
  margin-bottom: $de-ff-dlg-heading-mrgn-btm;
35
+ @if $skin-name=='Material3' {
36
+ font-size: 14px;
37
+ }
35
38
  @if $skin-name=='tailwind' {
36
39
  color: $de-dlg-heading-main-header;
37
40
  }
@@ -585,7 +588,9 @@
585
588
  .e-de-table-dia-align-label {
586
589
  display: inline-block;
587
590
  font-size: $de-table-alignment-label-font-size;
588
- font-weight: $de-header-font-weight;
591
+ @if $skin-name !='Material3' {
592
+ font-weight: $de-header-font-weight;
593
+ }
589
594
  margin-left: $de-table-alignment-label-margin-left;
590
595
  margin-top: $de-table-alignment-label-margin-top;
591
596
  }
@@ -602,16 +607,22 @@
602
607
  .e-de-table-alignment-active {
603
608
  border: 1px solid $de-table-align-active-color;
604
609
  }
605
- // .e-de-table-dialog-options-label {
606
- // font-size: $de-table-options-font-size;
607
- // font-weight: $de-table-options-font-weight;
608
- // padding-bottom: $de-table-options-padding-bottom;
609
- // @if $skin-name=='tailwind' {
610
- // color: $de-dlg-heading-main-header;
611
- // }
612
- // }
610
+ .e-de-table-dialog-options-label {
611
+ @if $skin-name =='Material3' {
612
+ font-size: $de-table-options-font-size;
613
+ font-weight: $de-table-options-font-weight;
614
+ padding-bottom: $de-table-options-padding-bottom;
615
+ }
616
+ // @if $skin-name=='tailwind' {
617
+ // color: $de-dlg-heading-main-header;
618
+ // }
619
+ }
613
620
  .e-de-table-dialog-size-label {
614
621
  padding-top: $de-table-options-padding-top !important;
622
+ @if $skin-name =='Material3' {
623
+ font-weight: 600;
624
+ font-size: 12px;
625
+ }
615
626
  }
616
627
 
617
628
  .e-de-list-ddl-header {
@@ -807,8 +818,10 @@
807
818
  .e-de-style-paragraph-group-button,
808
819
  .e-de-style-paragraph-indent-group-button {
809
820
  .e-btn {
810
- background-color: $de-style-dlg-btn-bg-color;
811
- border-color: $de-style-dlg-btn-border-color;
821
+ background: $de-style-dlg-btn-bg-color;
822
+ @if $skin-name !='Material3' {
823
+ border-color: $de-style-dlg-btn-border-color;
824
+ }
812
825
  #{if(&, '&', '*')}:focus {
813
826
  background-color: $de-style-btn-bg-color;
814
827
  box-shadow: $de-toggle-btn-border;
@@ -898,7 +911,7 @@
898
911
  margin-right: $de-style-list-top;
899
912
  }
900
913
  .e-bigger {
901
- .e-de-style-left-div .e-de-style-dlg-name-input {
914
+ .e-de-style-dlg-name-input {
902
915
  height: $e-de-style-input-text-height-bigger;
903
916
  }
904
917
  .e-de-style-bold-button-size {
@@ -1471,7 +1484,7 @@
1471
1484
  }
1472
1485
  .e-de-restrict-pane,
1473
1486
  .e-de-op {
1474
- background-color: $de-op-bg-color;
1487
+ background: $de-op-bg-color;
1475
1488
  }
1476
1489
  .e-de-restrict-pane,
1477
1490
  .e-de-op {
@@ -1720,13 +1733,21 @@
1720
1733
  }
1721
1734
  .e-de-font-dlg {
1722
1735
  width: $de-font-dlg-width;
1736
+ @if $skin-name == 'Material3' {
1737
+ padding: 8px
1738
+ }
1723
1739
  }
1724
1740
  .e-de-hyperlink {
1725
1741
  width: $de-hyper-link-width;
1726
1742
  }
1727
1743
  .e-bigger {
1728
1744
  .e-de-hyperlink {
1729
- width: 300px;
1745
+ @if $skin-name=='Material3' {
1746
+ width: 320px;
1747
+ }
1748
+ @else {
1749
+ width: 300px;
1750
+ }
1730
1751
  }
1731
1752
  }
1732
1753
  .e-de-insert-table {
@@ -1824,14 +1845,23 @@
1824
1845
  }
1825
1846
  .e-de-table-properties-dlg {
1826
1847
  //height: $de-table-ppty-dlg-height;
1848
+ @if $skin-name =='Material3' {
1849
+ padding: 0px 8px;
1850
+ }
1827
1851
  width: $de-table-ppty-dlg-width;
1828
1852
  }
1829
1853
  .e-de-table-border-shading-dlg {
1830
1854
  width: $de-table-border-shading-dlg-width;
1855
+ @if $skin-name =='Material3'{
1856
+ height: 400px
1857
+ }
1831
1858
  }
1832
1859
  .e-de-table-cell-margin-dlg {
1833
1860
  height: $de-table-cell-margin-dlg-height;
1834
1861
  width: $de-table-cell-margin-dlg-width;
1862
+ @if $skin-name =='Material3' {
1863
+ padding: 0px 8px
1864
+ }
1835
1865
  }
1836
1866
  .e-de-table-options-dlg {
1837
1867
  height: $de-table-options-dlg-height;
@@ -2096,15 +2126,26 @@
2096
2126
  }
2097
2127
  .e-de-style-bold-button-size {
2098
2128
  margin-left: $de-style-dialog-label-bottom-margin;
2099
- @if $skin-name !='tailwind' and $skin-name !='bootstrap5' and $skin-name != 'FluentUI' {
2129
+ @if $skin-name !='tailwind' and $skin-name !='bootstrap5' and $skin-name != 'FluentUI' and $skin-name != 'Material3' {
2100
2130
  margin-right: 8px;
2101
2131
  height: 35px;
2102
2132
  }
2103
2133
  }
2104
2134
  }
2135
+
2136
+ @if $skin-name =='Material3' {
2137
+ .e-de-style-font-group-button button,
2138
+ .e-de-style-paragraph-indent-group-button button,
2139
+ .e-de-style-paragraph-group-button button {
2140
+ width: 36px;
2141
+ border-radius: 4px;
2142
+ margin-right: 5px;
2143
+ background: $de-style-dlg-btn-bg-color;
2144
+ }
2145
+ }
2105
2146
  .e-de-style-bold-button-size {
2106
2147
  margin-left: $de-style-dialog-label-bottom-margin;
2107
- @if $skin-name !='tailwind' and $skin-name !='bootstrap5' and $skin-name != 'FluentUI' {
2148
+ @if $skin-name !='tailwind' and $skin-name !='bootstrap5' and $skin-name != 'FluentUI' and $skin-name != 'Material3' {
2108
2149
  margin-right: 8px;
2109
2150
  height: 31px;
2110
2151
  }
@@ -2137,7 +2178,7 @@
2137
2178
  margin-left: $de-style-font-margin-left;
2138
2179
  margin-right: $de-style-font-margin-right;
2139
2180
  }
2140
- .e-de-style-left-div .e-de-style-dlg-name-input {
2181
+ .e-de-style-dlg-name-input {
2141
2182
  height: $e-de-style-input-text-height;
2142
2183
  }
2143
2184
  .e-style-list {
@@ -2153,6 +2194,10 @@
2153
2194
  @else
2154
2195
  {
2155
2196
  width: 135px;
2197
+ @if $skin-name =='Material3' {
2198
+ background: $de-style-dlg-btn-bg-color;
2199
+ border-radius: 2px;
2200
+ }
2156
2201
  }
2157
2202
  }
2158
2203
  .e-de-style-options-div,
@@ -2160,11 +2205,15 @@
2160
2205
  margin-bottom: $de-style-dialog-option-div-bottom-margin !important;
2161
2206
  }
2162
2207
  .e-de-style-paragraph-group-button {
2163
- border-right: 2px solid $de-style-toggle-btn-color;
2208
+ @if $skin-name !='Material3' {
2209
+ border-right: 2px solid $de-style-toggle-btn-color;
2210
+ }
2164
2211
  }
2165
2212
  .e-de-style-font-group-button {
2166
- border-left: 2px solid $de-style-toggle-btn-color;
2167
- border-right: 2px solid $de-style-toggle-btn-color;
2213
+ @if $skin-name !='Material3' {
2214
+ border-left: 2px solid $de-style-toggle-btn-color;
2215
+ border-right: 2px solid $de-style-toggle-btn-color;
2216
+ }
2168
2217
  @if $skin-name=='bootstrap5' or $skin-name == 'FluentUI' {
2169
2218
  padding-right: $de-style-dialog-option-div-bottom-margin;
2170
2219
  }
@@ -2259,14 +2308,18 @@
2259
2308
  margin-left: 0;
2260
2309
  margin-right: $de-table-ppty-dlg-measure-div-margin-left;
2261
2310
  }
2262
- // .e-de-table-ppty-dlg-left-indent-container {
2263
- // bottom: $e-de-table-ppty-dlg-left-indent-container-bottom;
2264
- // left: $de-table-prop-left-indnt-cntr-pos;
2265
- // position: relative;
2266
- // }
2267
- // .e-de-table-ppty-dlg-left-indent-container.e-de-rtl {
2268
- // right: $de-table-prop-left-indnt-cntr-pos;
2269
- // }
2311
+ .e-de-table-ppty-dlg-left-indent-container {
2312
+ @if $skin-name =='Material3' {
2313
+ bottom: $e-de-table-ppty-dlg-left-indent-container-bottom;
2314
+ left: $de-table-prop-left-indnt-cntr-pos;
2315
+ position: relative;
2316
+ }
2317
+ }
2318
+ .e-de-table-ppty-dlg-left-indent-container.e-de-rtl {
2319
+ @if $skin-name =='Material3' {
2320
+ right: $de-table-prop-left-indnt-cntr-pos;
2321
+ }
2322
+ }
2270
2323
  .e-de-table-ppty-dlg-row-height-label {
2271
2324
  float: right;
2272
2325
  margin-right: $de-table-ppty-dlg-row-height-label-margin-right;
@@ -2518,7 +2571,12 @@
2518
2571
 
2519
2572
  .e-de-ltr-btn-div {
2520
2573
  font-size: 12px;
2521
- width: 200px;
2574
+ @if $skin-name =='Material3' {
2575
+ width: 100px;
2576
+ }
2577
+ @else {
2578
+ width: 200px;
2579
+ }
2522
2580
  }
2523
2581
  .e-de-tbl-rtl-btn-div {
2524
2582
  font-size: 12px;
@@ -2802,8 +2860,10 @@
2802
2860
  @if $skin-name !='tailwind' and $skin-name != 'FluentUI' {
2803
2861
  background-color: $de-background;
2804
2862
  }
2805
- border: 1px solid $de-cmt-separator;
2806
- border-radius: 2px;
2863
+ @if $skin-name !='Material3' {
2864
+ border: 1px solid $de-cmt-separator;
2865
+ border-radius: 2px;
2866
+ }
2807
2867
  margin: $de-cmt-sub-container-margin;
2808
2868
  padding: $de-cmt-sub-container-padding;
2809
2869
  }
@@ -2917,7 +2977,12 @@
2917
2977
  .e-de-track-pane-drop-btn {
2918
2978
  padding-left: 0px;
2919
2979
  padding-right: 0px;
2920
- padding-top: 5px;
2980
+ @if $skin-name =='Material3' {
2981
+ padding-top: 10px;
2982
+ }
2983
+ @else {
2984
+ padding-top: 5px;
2985
+ }
2921
2986
  font-size: 13px;
2922
2987
  font-weight: $de-header-font-weight;
2923
2988
  }
@@ -3044,7 +3109,12 @@
3044
3109
  }
3045
3110
  .e-de-cmt-textarea.e-input {
3046
3111
  color: $de-cmt-pant-content-font;
3047
- font-size: 13px;
3112
+ @if $skin-name == 'tailwind' {
3113
+ font-size: $de-cmt-author-nme-fnt-size;
3114
+ }
3115
+ @else {
3116
+ font-size: 13px;
3117
+ }
3048
3118
  line-height: normal;
3049
3119
  min-height: 30px;
3050
3120
  overflow: hidden;
@@ -43,6 +43,10 @@
43
43
  font-family: "e-icons";
44
44
  font-size: 13px;
45
45
  }
46
+ .e-documenteditor .e-de-multi-cmt-mark::before {
47
+ content: "\e98a";
48
+ font-family: "e-icons";
49
+ }
46
50
  .e-documenteditor .e-de-cmt-post::before {
47
51
  content: "\e816";
48
52
  font-family: "e-icons";
@@ -1690,7 +1694,7 @@ label[for*=_wholeWord_e-de-rtl] {
1690
1694
 
1691
1695
  .e-de-restrict-pane,
1692
1696
  .e-de-op {
1693
- background-color: #1a1a1a;
1697
+ background: #1a1a1a;
1694
1698
  }
1695
1699
 
1696
1700
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2383,7 +2387,7 @@ label[for*=_wholeWord_e-de-rtl] {
2383
2387
  margin-right: 20px;
2384
2388
  }
2385
2389
 
2386
- .e-de-style-left-div .e-de-style-dlg-name-input {
2390
+ .e-de-style-dlg-name-input {
2387
2391
  height: 32px;
2388
2392
  }
2389
2393
 
@@ -43,6 +43,10 @@
43
43
  font-family: "e-icons";
44
44
  font-size: 13px;
45
45
  }
46
+ .e-documenteditor .e-de-multi-cmt-mark::before {
47
+ content: "\e98a";
48
+ font-family: "e-icons";
49
+ }
46
50
  .e-documenteditor .e-de-cmt-post::before {
47
51
  content: "\e816";
48
52
  font-family: "e-icons";
@@ -1686,7 +1690,7 @@ label[for*=_wholeWord_e-de-rtl] {
1686
1690
 
1687
1691
  .e-de-restrict-pane,
1688
1692
  .e-de-op {
1689
- background-color: #fff;
1693
+ background: #fff;
1690
1694
  }
1691
1695
 
1692
1696
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2379,7 +2383,7 @@ label[for*=_wholeWord_e-de-rtl] {
2379
2383
  margin-right: 20px;
2380
2384
  }
2381
2385
 
2382
- .e-de-style-left-div .e-de-style-dlg-name-input {
2386
+ .e-de-style-dlg-name-input {
2383
2387
  height: 32px;
2384
2388
  }
2385
2389
 
@@ -43,6 +43,10 @@
43
43
  font-family: "e-icons";
44
44
  font-size: 13px;
45
45
  }
46
+ .e-documenteditor .e-de-multi-cmt-mark::before {
47
+ content: "\e978";
48
+ font-family: "e-icons";
49
+ }
46
50
  .e-documenteditor .e-de-cmt-post::before {
47
51
  content: "\e816";
48
52
  font-family: "e-icons";
@@ -1639,7 +1643,7 @@ label[for*=_wholeWord_e-de-rtl] {
1639
1643
  .e-de-style-font-group-button .e-btn,
1640
1644
  .e-de-style-paragraph-group-button .e-btn,
1641
1645
  .e-de-style-paragraph-indent-group-button .e-btn {
1642
- background-color: #fff;
1646
+ background: #fff;
1643
1647
  border-color: #ced4da;
1644
1648
  }
1645
1649
  .e-de-style-font-group-button .e-btn:focus,
@@ -1732,7 +1736,7 @@ label[for*=_wholeWord_e-de-rtl] {
1732
1736
  margin-right: 14px;
1733
1737
  }
1734
1738
 
1735
- .e-bigger .e-de-style-left-div .e-de-style-dlg-name-input {
1739
+ .e-bigger .e-de-style-dlg-name-input {
1736
1740
  height: 41px;
1737
1741
  }
1738
1742
  .e-bigger .e-de-style-bold-button-size {
@@ -1835,7 +1839,7 @@ label[for*=_wholeWord_e-de-rtl] {
1835
1839
 
1836
1840
  .e-de-restrict-pane,
1837
1841
  .e-de-op {
1838
- background-color: #f8f9fa;
1842
+ background: #f8f9fa;
1839
1843
  }
1840
1844
 
1841
1845
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2519,7 +2523,7 @@ label[for*=_wholeWord_e-de-rtl] {
2519
2523
  margin-right: 20px;
2520
2524
  }
2521
2525
 
2522
- .e-de-style-left-div .e-de-style-dlg-name-input {
2526
+ .e-de-style-dlg-name-input {
2523
2527
  height: 31px;
2524
2528
  }
2525
2529
 
@@ -42,6 +42,11 @@
42
42
  font-family: "e-icons";
43
43
  font-size: 13px;
44
44
  }
45
+ .e-documenteditor .e-de-multi-cmt-mark::before {
46
+ color: #adb5bd;
47
+ content: "\e8bc";
48
+ font-family: "e-icons";
49
+ }
45
50
  .e-documenteditor .e-de-cmt-post::before {
46
51
  content: "\e71d";
47
52
  font-family: "e-icons";
@@ -123,40 +128,43 @@
123
128
  .e-de-table-left-alignment::before {
124
129
  color: #adb5bd;
125
130
  content: "\e7f6";
126
- font-size: 46px;
131
+ font-size: 48px;
127
132
  }
128
133
 
129
134
  .e-de-table-center-alignment::before {
130
135
  color: #adb5bd;
131
136
  content: "\e7f1";
132
- font-size: 46px;
137
+ font-size: 48px;
133
138
  }
134
139
 
135
140
  .e-de-table-right-alignment::before {
136
141
  color: #adb5bd;
137
142
  content: "\e703";
138
- font-size: 46px;
143
+ font-size: 48px;
139
144
  }
140
145
 
141
146
  .e-de-tablecell-top-alignment::before {
142
147
  color: #adb5bd;
143
148
  content: "\e775";
144
149
  font-family: "e-icons";
145
- font-size: 51px;
150
+ font-size: 48px;
151
+ margin: 2px;
146
152
  }
147
153
 
148
154
  .e-de-tablecell-center-alignment::before {
149
155
  color: #adb5bd;
150
156
  content: "\e7e5";
151
157
  font-family: "e-icons";
152
- font-size: 51px;
158
+ font-size: 48px;
159
+ margin: 2px;
153
160
  }
154
161
 
155
162
  .e-de-tablecell-bottom-alignment::before {
156
163
  color: #adb5bd;
157
164
  content: "\e7d9";
158
165
  font-family: "e-icons";
159
- font-size: 51px;
166
+ font-size: 48px;
167
+ margin: 2px;
160
168
  }
161
169
 
162
170
  .e-de-table-border-setting {
@@ -204,14 +212,14 @@
204
212
  .e-de-table-border-none-setting::before {
205
213
  color: #adb5bd;
206
214
  content: "\e7eb";
207
- font-size: 38px;
215
+ font-size: 36px;
208
216
  position: absolute;
209
217
  }
210
218
 
211
219
  .e-de-table-border-box-setting::before {
212
220
  color: #adb5bd;
213
221
  content: "\e834";
214
- font-size: 34px;
222
+ font-size: 36px;
215
223
  left: 2px;
216
224
  position: absolute;
217
225
  top: 2px;
@@ -221,7 +229,7 @@
221
229
  color: #adb5bd;
222
230
  content: "\e7e8";
223
231
  font-family: "e-icons";
224
- font-size: 34px;
232
+ font-size: 36px;
225
233
  left: 2px;
226
234
  position: absolute;
227
235
  top: 2px;
@@ -230,7 +238,7 @@
230
238
  .e-de-table-border-custom-setting::before {
231
239
  color: #adb5bd;
232
240
  content: "\e7d5";
233
- font-size: 34px;
241
+ font-size: 36px;
234
242
  left: 2px;
235
243
  position: absolute;
236
244
  top: 2px;
@@ -239,14 +247,14 @@
239
247
  .e-de-para-border-none-setting::before {
240
248
  color: #adb5bd;
241
249
  content: "\e890";
242
- font-size: 38px;
250
+ font-size: 36px;
243
251
  position: absolute;
244
252
  }
245
253
 
246
254
  .e-de-para-border-box-setting::before {
247
255
  color: #adb5bd;
248
256
  content: "\e891";
249
- font-size: 34px;
257
+ font-size: 36px;
250
258
  left: 2px;
251
259
  position: absolute;
252
260
  top: 2px;
@@ -255,7 +263,7 @@
255
263
  .e-de-para-border-shadow-setting::before {
256
264
  color: #adb5bd;
257
265
  content: "\e892";
258
- font-size: 34px;
266
+ font-size: 36px;
259
267
  left: 2px;
260
268
  position: absolute;
261
269
  top: 2px;
@@ -264,7 +272,7 @@
264
272
  .e-de-para-border-custom-setting::before {
265
273
  color: #adb5bd;
266
274
  content: "\e88f";
267
- font-size: 34px;
275
+ font-size: 36px;
268
276
  left: 2px;
269
277
  position: absolute;
270
278
  top: 2px;
@@ -1676,7 +1684,7 @@ label[for*=_wholeWord_e-de-rtl] {
1676
1684
  .e-de-style-font-group-button .e-btn,
1677
1685
  .e-de-style-paragraph-group-button .e-btn,
1678
1686
  .e-de-style-paragraph-indent-group-button .e-btn {
1679
- background-color: #212529;
1687
+ background: #212529;
1680
1688
  border-color: #444c54;
1681
1689
  }
1682
1690
  .e-de-style-font-group-button .e-btn:focus,
@@ -1848,7 +1856,7 @@ label[for*=_wholeWord_e-de-rtl] {
1848
1856
 
1849
1857
  .e-de-restrict-pane,
1850
1858
  .e-de-op {
1851
- background-color: #282d31;
1859
+ background: #282d31;
1852
1860
  }
1853
1861
 
1854
1862
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2518,7 +2526,7 @@ label[for*=_wholeWord_e-de-rtl] {
2518
2526
  margin-right: 20px;
2519
2527
  }
2520
2528
 
2521
- .e-de-style-left-div .e-de-style-dlg-name-input {
2529
+ .e-de-style-dlg-name-input {
2522
2530
  height: 31px;
2523
2531
  }
2524
2532
 
@@ -42,6 +42,11 @@
42
42
  font-family: "e-icons";
43
43
  font-size: 13px;
44
44
  }
45
+ .e-documenteditor .e-de-multi-cmt-mark::before {
46
+ color: #6c757d;
47
+ content: "\e8bc";
48
+ font-family: "e-icons";
49
+ }
45
50
  .e-documenteditor .e-de-cmt-post::before {
46
51
  content: "\e71d";
47
52
  font-family: "e-icons";
@@ -123,40 +128,43 @@
123
128
  .e-de-table-left-alignment::before {
124
129
  color: #6c757d;
125
130
  content: "\e7f6";
126
- font-size: 46px;
131
+ font-size: 48px;
127
132
  }
128
133
 
129
134
  .e-de-table-center-alignment::before {
130
135
  color: #6c757d;
131
136
  content: "\e7f1";
132
- font-size: 46px;
137
+ font-size: 48px;
133
138
  }
134
139
 
135
140
  .e-de-table-right-alignment::before {
136
141
  color: #6c757d;
137
142
  content: "\e703";
138
- font-size: 46px;
143
+ font-size: 48px;
139
144
  }
140
145
 
141
146
  .e-de-tablecell-top-alignment::before {
142
147
  color: #6c757d;
143
148
  content: "\e775";
144
149
  font-family: "e-icons";
145
- font-size: 51px;
150
+ font-size: 48px;
151
+ margin: 2px;
146
152
  }
147
153
 
148
154
  .e-de-tablecell-center-alignment::before {
149
155
  color: #6c757d;
150
156
  content: "\e7e5";
151
157
  font-family: "e-icons";
152
- font-size: 51px;
158
+ font-size: 48px;
159
+ margin: 2px;
153
160
  }
154
161
 
155
162
  .e-de-tablecell-bottom-alignment::before {
156
163
  color: #6c757d;
157
164
  content: "\e7d9";
158
165
  font-family: "e-icons";
159
- font-size: 51px;
166
+ font-size: 48px;
167
+ margin: 2px;
160
168
  }
161
169
 
162
170
  .e-de-table-border-setting {
@@ -204,14 +212,14 @@
204
212
  .e-de-table-border-none-setting::before {
205
213
  color: #6c757d;
206
214
  content: "\e7eb";
207
- font-size: 38px;
215
+ font-size: 36px;
208
216
  position: absolute;
209
217
  }
210
218
 
211
219
  .e-de-table-border-box-setting::before {
212
220
  color: #6c757d;
213
221
  content: "\e834";
214
- font-size: 34px;
222
+ font-size: 36px;
215
223
  left: 2px;
216
224
  position: absolute;
217
225
  top: 2px;
@@ -221,7 +229,7 @@
221
229
  color: #6c757d;
222
230
  content: "\e7e8";
223
231
  font-family: "e-icons";
224
- font-size: 34px;
232
+ font-size: 36px;
225
233
  left: 2px;
226
234
  position: absolute;
227
235
  top: 2px;
@@ -230,7 +238,7 @@
230
238
  .e-de-table-border-custom-setting::before {
231
239
  color: #6c757d;
232
240
  content: "\e7d5";
233
- font-size: 34px;
241
+ font-size: 36px;
234
242
  left: 2px;
235
243
  position: absolute;
236
244
  top: 2px;
@@ -239,14 +247,14 @@
239
247
  .e-de-para-border-none-setting::before {
240
248
  color: #6c757d;
241
249
  content: "\e890";
242
- font-size: 38px;
250
+ font-size: 36px;
243
251
  position: absolute;
244
252
  }
245
253
 
246
254
  .e-de-para-border-box-setting::before {
247
255
  color: #6c757d;
248
256
  content: "\e891";
249
- font-size: 34px;
257
+ font-size: 36px;
250
258
  left: 2px;
251
259
  position: absolute;
252
260
  top: 2px;
@@ -255,7 +263,7 @@
255
263
  .e-de-para-border-shadow-setting::before {
256
264
  color: #6c757d;
257
265
  content: "\e892";
258
- font-size: 34px;
266
+ font-size: 36px;
259
267
  left: 2px;
260
268
  position: absolute;
261
269
  top: 2px;
@@ -264,7 +272,7 @@
264
272
  .e-de-para-border-custom-setting::before {
265
273
  color: #6c757d;
266
274
  content: "\e88f";
267
- font-size: 34px;
275
+ font-size: 36px;
268
276
  left: 2px;
269
277
  position: absolute;
270
278
  top: 2px;
@@ -1676,7 +1684,7 @@ label[for*=_wholeWord_e-de-rtl] {
1676
1684
  .e-de-style-font-group-button .e-btn,
1677
1685
  .e-de-style-paragraph-group-button .e-btn,
1678
1686
  .e-de-style-paragraph-indent-group-button .e-btn {
1679
- background-color: #fff;
1687
+ background: #fff;
1680
1688
  border-color: #dee2e6;
1681
1689
  }
1682
1690
  .e-de-style-font-group-button .e-btn:focus,
@@ -1848,7 +1856,7 @@ label[for*=_wholeWord_e-de-rtl] {
1848
1856
 
1849
1857
  .e-de-restrict-pane,
1850
1858
  .e-de-op {
1851
- background-color: #f8f9fa;
1859
+ background: #f8f9fa;
1852
1860
  }
1853
1861
 
1854
1862
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2518,7 +2526,7 @@ label[for*=_wholeWord_e-de-rtl] {
2518
2526
  margin-right: 20px;
2519
2527
  }
2520
2528
 
2521
- .e-de-style-left-div .e-de-style-dlg-name-input {
2529
+ .e-de-style-dlg-name-input {
2522
2530
  height: 31px;
2523
2531
  }
2524
2532