@syncfusion/ej2-angular-documenteditor 22.2.12 → 23.1.36

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 (92) hide show
  1. package/package.json +9 -9
  2. package/schematics/utils/lib-details.d.ts +2 -2
  3. package/schematics/utils/lib-details.js +2 -2
  4. package/schematics/utils/lib-details.ts +2 -2
  5. package/styles/bootstrap-dark.css +6 -0
  6. package/styles/bootstrap.css +6 -0
  7. package/styles/bootstrap4.css +6 -0
  8. package/styles/bootstrap5-dark.css +6 -0
  9. package/styles/bootstrap5.css +6 -0
  10. package/styles/document-editor/_theme.scss +15 -0
  11. package/styles/document-editor/bootstrap-dark.css +5 -0
  12. package/styles/document-editor/bootstrap-dark.scss +1 -1
  13. package/styles/document-editor/bootstrap.css +5 -0
  14. package/styles/document-editor/bootstrap.scss +1 -1
  15. package/styles/document-editor/bootstrap4.css +5 -0
  16. package/styles/document-editor/bootstrap4.scss +1 -1
  17. package/styles/document-editor/bootstrap5-dark.css +5 -0
  18. package/styles/document-editor/bootstrap5-dark.scss +1 -1
  19. package/styles/document-editor/bootstrap5.css +5 -0
  20. package/styles/document-editor/bootstrap5.scss +1 -1
  21. package/styles/document-editor/fabric-dark.css +5 -0
  22. package/styles/document-editor/fabric-dark.scss +1 -1
  23. package/styles/document-editor/fabric.css +5 -0
  24. package/styles/document-editor/fabric.scss +1 -1
  25. package/styles/document-editor/fluent-dark.css +5 -0
  26. package/styles/document-editor/fluent-dark.scss +1 -1
  27. package/styles/document-editor/fluent.css +5 -0
  28. package/styles/document-editor/fluent.scss +1 -1
  29. package/styles/document-editor/highcontrast-light.scss +1 -1
  30. package/styles/document-editor/highcontrast.css +5 -0
  31. package/styles/document-editor/highcontrast.scss +1 -1
  32. package/styles/document-editor/material-dark.css +5 -1
  33. package/styles/document-editor/material-dark.scss +1 -1
  34. package/styles/document-editor/material.css +5 -1
  35. package/styles/document-editor/material.scss +1 -1
  36. package/styles/document-editor/material3-dark.css +10 -1
  37. package/styles/document-editor/material3-dark.scss +1 -1
  38. package/styles/document-editor/material3.css +10 -1
  39. package/styles/document-editor/material3.scss +1 -1
  40. package/styles/document-editor/tailwind-dark.css +5 -1
  41. package/styles/document-editor/tailwind-dark.scss +1 -1
  42. package/styles/document-editor/tailwind.css +5 -1
  43. package/styles/document-editor/tailwind.scss +1 -1
  44. package/styles/document-editor-container/_theme.scss +2 -1
  45. package/styles/document-editor-container/bootstrap-dark.css +1 -0
  46. package/styles/document-editor-container/bootstrap-dark.scss +1 -1
  47. package/styles/document-editor-container/bootstrap.css +1 -0
  48. package/styles/document-editor-container/bootstrap.scss +1 -1
  49. package/styles/document-editor-container/bootstrap4.css +1 -0
  50. package/styles/document-editor-container/bootstrap4.scss +1 -1
  51. package/styles/document-editor-container/bootstrap5-dark.css +1 -0
  52. package/styles/document-editor-container/bootstrap5-dark.scss +1 -1
  53. package/styles/document-editor-container/bootstrap5.css +1 -0
  54. package/styles/document-editor-container/bootstrap5.scss +1 -1
  55. package/styles/document-editor-container/fabric-dark.css +1 -0
  56. package/styles/document-editor-container/fabric-dark.scss +1 -1
  57. package/styles/document-editor-container/fabric.css +1 -0
  58. package/styles/document-editor-container/fabric.scss +1 -1
  59. package/styles/document-editor-container/fluent-dark.css +1 -0
  60. package/styles/document-editor-container/fluent-dark.scss +1 -1
  61. package/styles/document-editor-container/fluent.css +1 -0
  62. package/styles/document-editor-container/fluent.scss +1 -1
  63. package/styles/document-editor-container/highcontrast-light.css +1 -0
  64. package/styles/document-editor-container/highcontrast-light.scss +1 -1
  65. package/styles/document-editor-container/highcontrast.css +1 -0
  66. package/styles/document-editor-container/highcontrast.scss +1 -1
  67. package/styles/document-editor-container/material-dark.css +1 -1
  68. package/styles/document-editor-container/material-dark.scss +1 -1
  69. package/styles/document-editor-container/material.css +1 -1
  70. package/styles/document-editor-container/material.scss +1 -1
  71. package/styles/document-editor-container/material3-dark.css +1 -1
  72. package/styles/document-editor-container/material3-dark.scss +1 -1
  73. package/styles/document-editor-container/material3.css +1 -1
  74. package/styles/document-editor-container/material3.scss +1 -1
  75. package/styles/document-editor-container/tailwind-dark.css +0 -1
  76. package/styles/document-editor-container/tailwind-dark.scss +1 -1
  77. package/styles/document-editor-container/tailwind.css +0 -1
  78. package/styles/document-editor-container/tailwind.scss +1 -1
  79. package/styles/fabric-dark.css +6 -0
  80. package/styles/fabric.css +6 -0
  81. package/styles/fluent-dark.css +6 -0
  82. package/styles/fluent.css +6 -0
  83. package/styles/highcontrast-light.css +1 -0
  84. package/styles/highcontrast.css +6 -0
  85. package/styles/material-dark.css +6 -1
  86. package/styles/material.css +6 -1
  87. package/styles/material3-dark.css +11 -1
  88. package/styles/material3-dark.scss +1 -1
  89. package/styles/material3.css +11 -1
  90. package/styles/material3.scss +1 -1
  91. package/styles/tailwind-dark.css +5 -2
  92. package/styles/tailwind.css +5 -2
@@ -1417,6 +1417,7 @@
1417
1417
  line-height: normal;
1418
1418
  margin: 0;
1419
1419
  outline: 0;
1420
+ background: #f8f9fa;
1420
1421
  padding: 5px 0;
1421
1422
  position: absolute;
1422
1423
  width: auto;
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/bootstrap5-definition.scss';
1
+ @import 'ej2-base/styles/definition/bootstrap5.scss';
2
2
  @import '../document-editor/bootstrap5-definition.scss';
3
3
  @import 'bootstrap5-definition.scss';
4
4
  @import 'icons/bootstrap5.scss';
@@ -1198,6 +1198,7 @@
1198
1198
  line-height: normal;
1199
1199
  margin: 0;
1200
1200
  outline: 0;
1201
+ background: #282727;
1201
1202
  padding: 5px 0;
1202
1203
  position: absolute;
1203
1204
  width: auto;
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/fabric-dark-definition.scss';
1
+ @import 'ej2-base/styles/definition/fabric-dark.scss';
2
2
  @import '../document-editor/fabric-dark-definition.scss';
3
3
  @import 'fabric-dark-definition.scss';
4
4
  @import 'icons/fabric-dark.scss';
@@ -1200,6 +1200,7 @@
1200
1200
  line-height: normal;
1201
1201
  margin: 0;
1202
1202
  outline: 0;
1203
+ background: #fff;
1203
1204
  padding: 5px 0;
1204
1205
  position: absolute;
1205
1206
  width: auto;
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/fabric-definition.scss';
1
+ @import 'ej2-base/styles/definition/fabric.scss';
2
2
  @import '../document-editor/fabric-definition.scss';
3
3
  @import 'fabric-definition.scss';
4
4
  @import 'icons/fabric.scss';
@@ -1316,6 +1316,7 @@
1316
1316
  line-height: normal;
1317
1317
  margin: 0;
1318
1318
  outline: 0;
1319
+ background: #201f1e;
1319
1320
  padding: 5px 0;
1320
1321
  position: absolute;
1321
1322
  width: auto;
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/fluent-dark-definition.scss';
1
+ @import 'ej2-base/styles/definition/fluent-dark.scss';
2
2
  @import '../document-editor/fluent-dark-definition.scss';
3
3
  @import 'fluent-dark-definition.scss';
4
4
  @import 'icons/fluent-dark.scss';
@@ -1316,6 +1316,7 @@
1316
1316
  line-height: normal;
1317
1317
  margin: 0;
1318
1318
  outline: 0;
1319
+ background: #faf9f8;
1319
1320
  padding: 5px 0;
1320
1321
  position: absolute;
1321
1322
  width: auto;
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/fluent-definition.scss';
1
+ @import 'ej2-base/styles/definition/fluent.scss';
2
2
  @import '../document-editor/fluent-definition.scss';
3
3
  @import 'fluent-definition.scss';
4
4
  @import 'icons/fluent.scss';
@@ -3235,6 +3235,7 @@ label[for=container_wholeWord] {
3235
3235
  line-height: normal;
3236
3236
  margin: 0;
3237
3237
  outline: 0;
3238
+ background: #fff;
3238
3239
  padding: 5px 0;
3239
3240
  position: absolute;
3240
3241
  width: auto;
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/highcontrast-light-definition.scss';
1
+ @import 'ej2-base/styles/definition/highcontrast-light.scss';
2
2
  @import '../document-editor/highcontrast-light-definition.scss';
3
3
  @import 'highcontrast-light-definition.scss';
4
4
  @import 'icons/highcontrast-light.scss';
@@ -1197,6 +1197,7 @@
1197
1197
  line-height: normal;
1198
1198
  margin: 0;
1199
1199
  outline: 0;
1200
+ background: #000;
1200
1201
  padding: 5px 0;
1201
1202
  position: absolute;
1202
1203
  width: auto;
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/highcontrast-definition.scss';
1
+ @import 'ej2-base/styles/definition/highcontrast.scss';
2
2
  @import '../document-editor/highcontrast-definition.scss';
3
3
  @import 'highcontrast-definition.scss';
4
4
  @import 'icons/highcontrast.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  .e-de-ctnr-close::before {
3
2
  content: "\eb36";
4
3
  }
@@ -1200,6 +1199,7 @@
1200
1199
  line-height: normal;
1201
1200
  margin: 0;
1202
1201
  outline: 0;
1202
+ background: #303030;
1203
1203
  padding: 5px 0;
1204
1204
  position: absolute;
1205
1205
  width: auto;
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/material-dark-definition.scss';
1
+ @import 'ej2-base/styles/definition/material-dark.scss';
2
2
  @import '../document-editor/material-dark-definition.scss';
3
3
  @import 'material-dark-definition.scss';
4
4
  @import 'icons/material-dark.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  .e-de-ctnr-close::before {
3
2
  content: "\eb36";
4
3
  }
@@ -1205,6 +1204,7 @@
1205
1204
  line-height: normal;
1206
1205
  margin: 0;
1207
1206
  outline: 0;
1207
+ background: #fafafa;
1208
1208
  padding: 5px 0;
1209
1209
  position: absolute;
1210
1210
  width: auto;
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/material-definition.scss';
1
+ @import 'ej2-base/styles/definition/material.scss';
2
2
  @import '../document-editor/material-definition.scss';
3
3
  @import 'material-definition.scss';
4
4
  @import 'icons/material.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
1
  :root {
3
2
  --color-sf-black: 0, 0, 0;
4
3
  --color-sf-white: 255, 255, 255;
@@ -1451,6 +1450,7 @@
1451
1450
  line-height: normal;
1452
1451
  margin: 0;
1453
1452
  outline: 0;
1453
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
1454
1454
  padding: 10px 0;
1455
1455
  position: absolute;
1456
1456
  width: auto;
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/material3-dark-definition.scss';
1
+
2
2
 
3
3
  @import '../document-editor/material3-dark-definition.scss';
4
4
  @import 'material3-dark-definition.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
1
  :root {
3
2
  --color-sf-black: 0, 0, 0;
4
3
  --color-sf-white: 255, 255, 255;
@@ -1507,6 +1506,7 @@
1507
1506
  line-height: normal;
1508
1507
  margin: 0;
1509
1508
  outline: 0;
1509
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
1510
1510
  padding: 10px 0;
1511
1511
  position: absolute;
1512
1512
  width: auto;
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/material3-definition.scss';
1
+
2
2
 
3
3
  @import '../document-editor/material3-definition.scss';
4
4
  @import 'material3-definition.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
1
  .e-de-ctnr-close::before {
3
2
  color: #d1d5db;
4
3
  content: "\e7e7";
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/tailwind-dark-definition.scss';
1
+ @import 'ej2-base/styles/definition/tailwind-dark.scss';
2
2
  @import '../document-editor/tailwind-dark-definition.scss';
3
3
  @import 'tailwind-dark-definition.scss';
4
4
  @import 'icons/tailwind-dark.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
1
  .e-de-ctnr-close::before {
3
2
  color: #6b7280;
4
3
  content: "\e7e7";
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/tailwind-definition.scss';
1
+ @import 'ej2-base/styles/definition/tailwind.scss';
2
2
  @import '../document-editor/tailwind-definition.scss';
3
3
  @import 'tailwind-definition.scss';
4
4
  @import 'icons/tailwind.scss';
@@ -2365,6 +2365,11 @@ label[for*=_wholeWord_e-de-rtl] {
2365
2365
  width: auto !important;
2366
2366
  }
2367
2367
 
2368
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2369
+ height: 40px !important;
2370
+ width: auto !important;
2371
+ }
2372
+
2368
2373
  .e-de-style-bold-button-size {
2369
2374
  margin-left: 8px;
2370
2375
  margin-right: 8px;
@@ -5030,6 +5035,7 @@ label[for*=_wholeWord_e-de-rtl] {
5030
5035
  line-height: normal;
5031
5036
  margin: 0;
5032
5037
  outline: 0;
5038
+ background: #282727;
5033
5039
  padding: 5px 0;
5034
5040
  position: absolute;
5035
5041
  width: auto;
package/styles/fabric.css CHANGED
@@ -2365,6 +2365,11 @@ label[for*=_wholeWord_e-de-rtl] {
2365
2365
  width: auto !important;
2366
2366
  }
2367
2367
 
2368
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2369
+ height: 40px !important;
2370
+ width: auto !important;
2371
+ }
2372
+
2368
2373
  .e-de-style-bold-button-size {
2369
2374
  margin-left: 8px;
2370
2375
  margin-right: 8px;
@@ -5036,6 +5041,7 @@ label[for*=_wholeWord_e-de-rtl] {
5036
5041
  line-height: normal;
5037
5042
  margin: 0;
5038
5043
  outline: 0;
5044
+ background: #fff;
5039
5045
  padding: 5px 0;
5040
5046
  position: absolute;
5041
5047
  width: auto;
@@ -2455,6 +2455,11 @@ label[for*=_wholeWord_e-de-rtl] {
2455
2455
  width: auto !important;
2456
2456
  }
2457
2457
 
2458
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2459
+ height: 40px !important;
2460
+ width: auto !important;
2461
+ }
2462
+
2458
2463
  .e-de-style-bold-button-size {
2459
2464
  margin-left: 12px;
2460
2465
  }
@@ -5190,6 +5195,7 @@ label[for*=_wholeWord_e-de-rtl] {
5190
5195
  line-height: normal;
5191
5196
  margin: 0;
5192
5197
  outline: 0;
5198
+ background: #201f1e;
5193
5199
  padding: 5px 0;
5194
5200
  position: absolute;
5195
5201
  width: auto;
package/styles/fluent.css CHANGED
@@ -2455,6 +2455,11 @@ label[for*=_wholeWord_e-de-rtl] {
2455
2455
  width: auto !important;
2456
2456
  }
2457
2457
 
2458
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2459
+ height: 40px !important;
2460
+ width: auto !important;
2461
+ }
2462
+
2458
2463
  .e-de-style-bold-button-size {
2459
2464
  margin-left: 12px;
2460
2465
  }
@@ -5190,6 +5195,7 @@ label[for*=_wholeWord_e-de-rtl] {
5190
5195
  line-height: normal;
5191
5196
  margin: 0;
5192
5197
  outline: 0;
5198
+ background: #faf9f8;
5193
5199
  padding: 5px 0;
5194
5200
  position: absolute;
5195
5201
  width: auto;
@@ -3992,6 +3992,7 @@ label[for=container_wholeWord] {
3992
3992
  line-height: normal;
3993
3993
  margin: 0;
3994
3994
  outline: 0;
3995
+ background: #fff;
3995
3996
  padding: 5px 0;
3996
3997
  position: absolute;
3997
3998
  width: auto;
@@ -2364,6 +2364,11 @@ label[for*=_wholeWord_e-de-rtl] {
2364
2364
  width: auto !important;
2365
2365
  }
2366
2366
 
2367
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2368
+ height: 40px !important;
2369
+ width: auto !important;
2370
+ }
2371
+
2367
2372
  .e-de-style-bold-button-size {
2368
2373
  margin-left: 8px;
2369
2374
  margin-right: 8px;
@@ -5029,6 +5034,7 @@ label[for*=_wholeWord_e-de-rtl] {
5029
5034
  line-height: normal;
5030
5035
  margin: 0;
5031
5036
  outline: 0;
5037
+ background: #000;
5032
5038
  padding: 5px 0;
5033
5039
  position: absolute;
5034
5040
  width: auto;
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  .e-documenteditor .e-close::before {
3
2
  content: "\e825";
4
3
  font-family: "e-icons";
@@ -2359,6 +2358,11 @@ label[for*=_wholeWord_e-de-rtl] {
2359
2358
  width: auto !important;
2360
2359
  }
2361
2360
 
2361
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2362
+ height: 40px !important;
2363
+ width: auto !important;
2364
+ }
2365
+
2362
2366
  .e-de-style-bold-button-size {
2363
2367
  margin-left: 8px;
2364
2368
  margin-right: 8px;
@@ -5026,6 +5030,7 @@ label[for*=_wholeWord_e-de-rtl] {
5026
5030
  line-height: normal;
5027
5031
  margin: 0;
5028
5032
  outline: 0;
5033
+ background: #303030;
5029
5034
  padding: 5px 0;
5030
5035
  position: absolute;
5031
5036
  width: auto;
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  .e-documenteditor .e-close::before {
3
2
  content: "\e825";
4
3
  font-family: "e-icons";
@@ -2359,6 +2358,11 @@ label[for*=_wholeWord_e-de-rtl] {
2359
2358
  width: auto !important;
2360
2359
  }
2361
2360
 
2361
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2362
+ height: 40px !important;
2363
+ width: auto !important;
2364
+ }
2365
+
2362
2366
  .e-de-style-bold-button-size {
2363
2367
  margin-left: 8px;
2364
2368
  margin-right: 8px;
@@ -5031,6 +5035,7 @@ label[for*=_wholeWord_e-de-rtl] {
5031
5035
  line-height: normal;
5032
5036
  margin: 0;
5033
5037
  outline: 0;
5038
+ background: #fafafa;
5034
5039
  padding: 5px 0;
5035
5040
  position: absolute;
5036
5041
  width: auto;
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
1
  :root {
3
2
  --color-sf-black: 0, 0, 0;
4
3
  --color-sf-white: 255, 255, 255;
@@ -2488,6 +2487,16 @@ label[for*=_wholeWord_e-de-rtl] {
2488
2487
  width: auto !important;
2489
2488
  }
2490
2489
 
2490
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-group-button button,
2491
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-style-paragraph button {
2492
+ height: 40px !important;
2493
+ width: 44px !important;
2494
+ }
2495
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2496
+ height: 40px !important;
2497
+ width: auto !important;
2498
+ }
2499
+
2491
2500
  .e-bigger .e-rtl .e-de-style-font-group-button button,
2492
2501
  .e-bigger .e-rtl .e-de-style-paragraph-indent-group-button button,
2493
2502
  .e-bigger .e-rtl .e-de-style-paragraph-group-button button {
@@ -5375,6 +5384,7 @@ label[for*=_wholeWord_e-de-rtl] {
5375
5384
  line-height: normal;
5376
5385
  margin: 0;
5377
5386
  outline: 0;
5387
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
5378
5388
  padding: 10px 0;
5379
5389
  position: absolute;
5380
5390
  width: auto;
@@ -1,4 +1,4 @@
1
1
 
2
- @import 'ej2-base/styles/material3-dark-definition.scss';
2
+
3
3
  @import 'document-editor/material3-dark.scss';
4
4
  @import 'document-editor-container/material3-dark.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
1
  :root {
3
2
  --color-sf-black: 0, 0, 0;
4
3
  --color-sf-white: 255, 255, 255;
@@ -2544,6 +2543,16 @@ label[for*=_wholeWord_e-de-rtl] {
2544
2543
  width: auto !important;
2545
2544
  }
2546
2545
 
2546
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-group-button button,
2547
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-style-paragraph button {
2548
+ height: 40px !important;
2549
+ width: 44px !important;
2550
+ }
2551
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2552
+ height: 40px !important;
2553
+ width: auto !important;
2554
+ }
2555
+
2547
2556
  .e-bigger .e-rtl .e-de-style-font-group-button button,
2548
2557
  .e-bigger .e-rtl .e-de-style-paragraph-indent-group-button button,
2549
2558
  .e-bigger .e-rtl .e-de-style-paragraph-group-button button {
@@ -5431,6 +5440,7 @@ label[for*=_wholeWord_e-de-rtl] {
5431
5440
  line-height: normal;
5432
5441
  margin: 0;
5433
5442
  outline: 0;
5443
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
5434
5444
  padding: 10px 0;
5435
5445
  position: absolute;
5436
5446
  width: auto;
@@ -1,4 +1,4 @@
1
1
 
2
- @import 'ej2-base/styles/material3-definition.scss';
2
+
3
3
  @import 'document-editor/material3.scss';
4
4
  @import 'document-editor-container/material3.scss';
@@ -1,5 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
3
1
  .e-documenteditor .e-close::before {
4
2
  color: #d1d5db;
5
3
  content: "\e7e7";
@@ -2713,6 +2711,11 @@ label[for*=_wholeWord_e-de-rtl] {
2713
2711
  width: auto !important;
2714
2712
  }
2715
2713
 
2714
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2715
+ height: 40px !important;
2716
+ width: auto !important;
2717
+ }
2718
+
2716
2719
  .e-de-style-bold-button-size {
2717
2720
  margin-left: 12px;
2718
2721
  }
@@ -1,5 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
3
1
  .e-documenteditor .e-close::before {
4
2
  color: #6b7280;
5
3
  content: "\e7e7";
@@ -2716,6 +2714,11 @@ label[for*=_wholeWord_e-de-rtl] {
2716
2714
  width: auto !important;
2717
2715
  }
2718
2716
 
2717
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2718
+ height: 40px !important;
2719
+ width: auto !important;
2720
+ }
2721
+
2719
2722
  .e-de-style-bold-button-size {
2720
2723
  margin-left: 12px;
2721
2724
  }