@syncfusion/blazor-themes 24.2.7 → 24.2.8

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 (97) hide show
  1. package/SCSS-Themes/bootstrap-dark.scss +114 -30
  2. package/SCSS-Themes/bootstrap.scss +116 -32
  3. package/SCSS-Themes/bootstrap4.scss +105 -21
  4. package/SCSS-Themes/bootstrap5-dark.scss +102 -18
  5. package/SCSS-Themes/bootstrap5.scss +102 -18
  6. package/SCSS-Themes/fabric-dark.scss +102 -18
  7. package/SCSS-Themes/fabric.scss +102 -18
  8. package/SCSS-Themes/fluent-dark.scss +105 -21
  9. package/SCSS-Themes/fluent.scss +105 -21
  10. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +0 -2
  11. package/SCSS-Themes/grids/grid/bootstrap.scss +0 -2
  12. package/SCSS-Themes/grids/grid/bootstrap4.scss +0 -2
  13. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +0 -2
  14. package/SCSS-Themes/grids/grid/bootstrap5.scss +0 -2
  15. package/SCSS-Themes/grids/grid/fabric-dark.scss +0 -2
  16. package/SCSS-Themes/grids/grid/fabric.scss +0 -2
  17. package/SCSS-Themes/grids/grid/fluent-dark.scss +0 -2
  18. package/SCSS-Themes/grids/grid/fluent.scss +0 -2
  19. package/SCSS-Themes/grids/grid/highcontrast.scss +0 -2
  20. package/SCSS-Themes/grids/grid/material-dark.scss +0 -2
  21. package/SCSS-Themes/grids/grid/material.scss +0 -2
  22. package/SCSS-Themes/grids/grid/material3-dark.scss +0 -2
  23. package/SCSS-Themes/grids/grid/material3.scss +0 -2
  24. package/SCSS-Themes/grids/grid/tailwind-dark.scss +0 -2
  25. package/SCSS-Themes/grids/grid/tailwind.scss +0 -2
  26. package/SCSS-Themes/highcontrast.scss +102 -18
  27. package/SCSS-Themes/material-dark.scss +102 -18
  28. package/SCSS-Themes/material.scss +102 -18
  29. package/SCSS-Themes/material3-dark.scss +103 -19
  30. package/SCSS-Themes/material3.scss +103 -19
  31. package/SCSS-Themes/navigations/toolbar/bootstrap-dark.scss +39 -4
  32. package/SCSS-Themes/navigations/toolbar/bootstrap.scss +35 -0
  33. package/SCSS-Themes/navigations/toolbar/bootstrap4.scss +38 -3
  34. package/SCSS-Themes/navigations/toolbar/bootstrap5-dark.scss +35 -0
  35. package/SCSS-Themes/navigations/toolbar/bootstrap5.scss +35 -0
  36. package/SCSS-Themes/navigations/toolbar/fabric-dark.scss +35 -0
  37. package/SCSS-Themes/navigations/toolbar/fabric.scss +35 -0
  38. package/SCSS-Themes/navigations/toolbar/fluent-dark.scss +38 -3
  39. package/SCSS-Themes/navigations/toolbar/fluent.scss +38 -3
  40. package/SCSS-Themes/navigations/toolbar/highcontrast.scss +35 -0
  41. package/SCSS-Themes/navigations/toolbar/material-dark.scss +35 -0
  42. package/SCSS-Themes/navigations/toolbar/material.scss +35 -0
  43. package/SCSS-Themes/navigations/toolbar/material3-dark.scss +35 -0
  44. package/SCSS-Themes/navigations/toolbar/material3.scss +35 -0
  45. package/SCSS-Themes/navigations/toolbar/tailwind-dark.scss +35 -0
  46. package/SCSS-Themes/navigations/toolbar/tailwind.scss +35 -0
  47. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +4 -2
  48. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +4 -2
  49. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +4 -2
  50. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +4 -2
  51. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +4 -2
  52. package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +4 -2
  53. package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +4 -2
  54. package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +4 -2
  55. package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +4 -2
  56. package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +4 -2
  57. package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +4 -2
  58. package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +4 -2
  59. package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +4 -2
  60. package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +4 -2
  61. package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +4 -2
  62. package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +4 -2
  63. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +69 -22
  64. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +75 -28
  65. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +61 -14
  66. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +61 -14
  67. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +61 -14
  68. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +61 -14
  69. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +61 -14
  70. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +61 -14
  71. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +61 -14
  72. package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +61 -14
  73. package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +61 -14
  74. package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +61 -14
  75. package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark.scss +62 -15
  76. package/SCSS-Themes/richtexteditor/rich-text-editor/material3.scss +62 -15
  77. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +61 -14
  78. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +61 -14
  79. package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +2 -0
  80. package/SCSS-Themes/schedule/schedule/bootstrap.scss +2 -0
  81. package/SCSS-Themes/schedule/schedule/bootstrap4.scss +2 -0
  82. package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +2 -0
  83. package/SCSS-Themes/schedule/schedule/bootstrap5.scss +2 -0
  84. package/SCSS-Themes/schedule/schedule/fabric-dark.scss +2 -0
  85. package/SCSS-Themes/schedule/schedule/fabric.scss +2 -0
  86. package/SCSS-Themes/schedule/schedule/fluent-dark.scss +2 -0
  87. package/SCSS-Themes/schedule/schedule/fluent.scss +2 -0
  88. package/SCSS-Themes/schedule/schedule/highcontrast.scss +2 -0
  89. package/SCSS-Themes/schedule/schedule/material-dark.scss +2 -0
  90. package/SCSS-Themes/schedule/schedule/material.scss +2 -0
  91. package/SCSS-Themes/schedule/schedule/material3-dark.scss +2 -0
  92. package/SCSS-Themes/schedule/schedule/material3.scss +2 -0
  93. package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +2 -0
  94. package/SCSS-Themes/schedule/schedule/tailwind.scss +2 -0
  95. package/SCSS-Themes/tailwind-dark.scss +102 -18
  96. package/SCSS-Themes/tailwind.scss +102 -18
  97. package/package.json +1 -1
@@ -1381,7 +1381,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
1381
1381
 
1382
1382
  .e-rte-image.e-imginline,
1383
1383
  .e-rte-audio.e-audio-inline,
1384
- .e-rte-video.e-video-inline {
1384
+ .e-rte-video.e-video-inline {
1385
+ margin-left: 5px;
1386
+ margin-right: 5px;
1385
1387
  display: inline-block;
1386
1388
  float: none;
1387
1389
  max-width: calc(100% - (2 * 5px));
@@ -1990,6 +1992,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
1990
1992
  .e-rte-quick-toolbar {
1991
1993
  min-height: 48px;
1992
1994
 
1995
+ .e-toolbar-items .e-rte-backgroundcolor-dropdown {
1996
+ .e-rte-color-content,
1997
+ .e-caret {
1998
+ height: $rte-big-dropdown-btn-color-content-height;
1999
+
2000
+ &:hover {
2001
+ height: $rte-big-dropdown-btn-color-content-height;
2002
+ }
2003
+ }
2004
+ }
2005
+
1993
2006
  .e-toolbar-items:not(.e-tbar-pos) {
1994
2007
  margin: $rte-big-quick-toolbar-items-margin;
1995
2008
  min-height: 48px;
@@ -2738,12 +2751,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
2738
2751
  }
2739
2752
  }
2740
2753
 
2741
- @if $skin-name == 'bootstrap5' {
2742
- .e-tbar-btn:focus .e-icons {
2743
- color: $rte-quick-item-active-font-color;
2744
- }
2745
- }
2746
-
2747
2754
  &.e-active .e-tbar-btn,
2748
2755
  &.e-active .e-tbar-btn:focus {
2749
2756
  background: $rte-tb-item-active-bg;
@@ -2767,10 +2774,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
2767
2774
  .e-tbar-btn:hover .e-icons {
2768
2775
  color: $rte-tb-hover-font-color;
2769
2776
  }
2770
-
2771
- .e-tbar-btn:focus .e-icons {
2772
- color: $primary-text-focus;
2773
- }
2774
2777
  }
2775
2778
 
2776
2779
  .e-dropdown-btn.e-active {
@@ -2882,9 +2885,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
2882
2885
  .e-toolbar-item .e-tbar-btn:hover .e-icons {
2883
2886
  color: $rte-hover-icons-color;
2884
2887
  }
2885
- .e-toolbar-item .e-tbar-btn:focus .e-icons {
2886
- color: $rte-hover-icons-color;
2887
- }
2888
2888
  .e-toolbar-item.e-active .e-tbar-btn .e-icons {
2889
2889
  color: $rte-tb-active-font-color;
2890
2890
  }
@@ -3125,6 +3125,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
3125
3125
  .e-toolbar-items {
3126
3126
  background: $rte-quick-pop-bg;
3127
3127
 
3128
+ .e-rte-backgroundcolor-dropdown {
3129
+ .e-rte-color-content{
3130
+ padding-top: $rte-dropdown-btn-color-content-padding;
3131
+ @if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
3132
+ padding-top: 5px;
3133
+ }
3134
+ height: $rte-dropdown-btn-color-content-height;
3135
+ @if $skin-name == 'FluentUI' {
3136
+ display: flex;
3137
+ align-items: center;
3138
+ justify-content: center;
3139
+ }
3140
+ &:hover {
3141
+ background: $rte-split-btn-span-hover-bg;
3142
+ }
3143
+ }
3144
+
3145
+ .e-caret {
3146
+ &:hover {
3147
+ background: $rte-split-btn-span-hover-bg;
3148
+ }
3149
+ }
3150
+ &.e-tbar-btn:hover {
3151
+ @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
3152
+ background: $rte-split-btn-hover-bg;
3153
+ }
3154
+ @if $skin-name =='bootstrap-dark'{
3155
+ background: $rte-tbar-default-bg;
3156
+ }
3157
+ }
3158
+ }
3159
+
3128
3160
  .e-separator {
3129
3161
  border: .5px solid $rte-quick-vr-line-color;
3130
3162
  }
@@ -3205,6 +3237,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
3205
3237
  }
3206
3238
  }
3207
3239
 
3240
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
3241
+ .e-rte-color-content {
3242
+ @if $skin-name =='tailwind' or $skin-name =='tailwind-dark' or $skin-name =='bootstrap5' or $skin-name =='bootstrap5-dark' or $skin-name =='material' or $skin-name =='material-dark' {
3243
+ padding-top: 8px;
3244
+ }
3245
+ }
3246
+ }
3247
+
3208
3248
  .e-dialog .e-img-uploadwrap .e-droptext,
3209
3249
  .e-dialog .e-aud-uploadwrap .e-droptext,
3210
3250
  .e-dialog .e-vid-uploadwrap .e-droptext,
@@ -3495,6 +3535,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
3495
3535
  color: $rte-icons-color;
3496
3536
  }
3497
3537
 
3538
+ .e-bigger .e-richtexteditor,
3539
+ .e-richtexteditor {
3540
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
3541
+ color: $icon-color-disabled;
3542
+ }
3543
+ }
3544
+
3498
3545
  .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
3499
3546
  border-radius: 4px;
3500
3547
  }
@@ -1183,7 +1183,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
1183
1183
 
1184
1184
  .e-rte-image.e-imginline,
1185
1185
  .e-rte-audio.e-audio-inline,
1186
- .e-rte-video.e-video-inline {
1186
+ .e-rte-video.e-video-inline {
1187
+ margin-left: 5px;
1188
+ margin-right: 5px;
1187
1189
  display: inline-block;
1188
1190
  float: none;
1189
1191
  max-width: calc(100% - (2 * 5px));
@@ -1792,6 +1794,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
1792
1794
  .e-rte-quick-toolbar {
1793
1795
  min-height: 48px;
1794
1796
 
1797
+ .e-toolbar-items .e-rte-backgroundcolor-dropdown {
1798
+ .e-rte-color-content,
1799
+ .e-caret {
1800
+ height: $rte-big-dropdown-btn-color-content-height;
1801
+
1802
+ &:hover {
1803
+ height: $rte-big-dropdown-btn-color-content-height;
1804
+ }
1805
+ }
1806
+ }
1807
+
1795
1808
  .e-toolbar-items:not(.e-tbar-pos) {
1796
1809
  margin: $rte-big-quick-toolbar-items-margin;
1797
1810
  min-height: 48px;
@@ -2540,12 +2553,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
2540
2553
  }
2541
2554
  }
2542
2555
 
2543
- @if $skin-name == 'bootstrap5' {
2544
- .e-tbar-btn:focus .e-icons {
2545
- color: $rte-quick-item-active-font-color;
2546
- }
2547
- }
2548
-
2549
2556
  &.e-active .e-tbar-btn,
2550
2557
  &.e-active .e-tbar-btn:focus {
2551
2558
  background: $rte-tb-item-active-bg;
@@ -2569,10 +2576,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
2569
2576
  .e-tbar-btn:hover .e-icons {
2570
2577
  color: $rte-tb-hover-font-color;
2571
2578
  }
2572
-
2573
- .e-tbar-btn:focus .e-icons {
2574
- color: $primary-text-focus;
2575
- }
2576
2579
  }
2577
2580
 
2578
2581
  .e-dropdown-btn.e-active {
@@ -2684,9 +2687,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
2684
2687
  .e-toolbar-item .e-tbar-btn:hover .e-icons {
2685
2688
  color: $rte-hover-icons-color;
2686
2689
  }
2687
- .e-toolbar-item .e-tbar-btn:focus .e-icons {
2688
- color: $rte-hover-icons-color;
2689
- }
2690
2690
  .e-toolbar-item.e-active .e-tbar-btn .e-icons {
2691
2691
  color: $rte-tb-active-font-color;
2692
2692
  }
@@ -2927,6 +2927,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
2927
2927
  .e-toolbar-items {
2928
2928
  background: $rte-quick-pop-bg;
2929
2929
 
2930
+ .e-rte-backgroundcolor-dropdown {
2931
+ .e-rte-color-content{
2932
+ padding-top: $rte-dropdown-btn-color-content-padding;
2933
+ @if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
2934
+ padding-top: 5px;
2935
+ }
2936
+ height: $rte-dropdown-btn-color-content-height;
2937
+ @if $skin-name == 'FluentUI' {
2938
+ display: flex;
2939
+ align-items: center;
2940
+ justify-content: center;
2941
+ }
2942
+ &:hover {
2943
+ background: $rte-split-btn-span-hover-bg;
2944
+ }
2945
+ }
2946
+
2947
+ .e-caret {
2948
+ &:hover {
2949
+ background: $rte-split-btn-span-hover-bg;
2950
+ }
2951
+ }
2952
+ &.e-tbar-btn:hover {
2953
+ @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
2954
+ background: $rte-split-btn-hover-bg;
2955
+ }
2956
+ @if $skin-name =='bootstrap-dark'{
2957
+ background: $rte-tbar-default-bg;
2958
+ }
2959
+ }
2960
+ }
2961
+
2930
2962
  .e-separator {
2931
2963
  border: .5px solid $rte-quick-vr-line-color;
2932
2964
  }
@@ -3007,6 +3039,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
3007
3039
  }
3008
3040
  }
3009
3041
 
3042
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
3043
+ .e-rte-color-content {
3044
+ @if $skin-name =='tailwind' or $skin-name =='tailwind-dark' or $skin-name =='bootstrap5' or $skin-name =='bootstrap5-dark' or $skin-name =='material' or $skin-name =='material-dark' {
3045
+ padding-top: 8px;
3046
+ }
3047
+ }
3048
+ }
3049
+
3010
3050
  .e-dialog .e-img-uploadwrap .e-droptext,
3011
3051
  .e-dialog .e-aud-uploadwrap .e-droptext,
3012
3052
  .e-dialog .e-vid-uploadwrap .e-droptext,
@@ -3297,6 +3337,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
3297
3337
  color: $rte-icons-color;
3298
3338
  }
3299
3339
 
3340
+ .e-bigger .e-richtexteditor,
3341
+ .e-richtexteditor {
3342
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
3343
+ color: $icon-color-disabled;
3344
+ }
3345
+ }
3346
+
3300
3347
  .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
3301
3348
  border-radius: 4px;
3302
3349
  }
@@ -1183,7 +1183,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
1183
1183
 
1184
1184
  .e-rte-image.e-imginline,
1185
1185
  .e-rte-audio.e-audio-inline,
1186
- .e-rte-video.e-video-inline {
1186
+ .e-rte-video.e-video-inline {
1187
+ margin-left: 5px;
1188
+ margin-right: 5px;
1187
1189
  display: inline-block;
1188
1190
  float: none;
1189
1191
  max-width: calc(100% - (2 * 5px));
@@ -1792,6 +1794,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
1792
1794
  .e-rte-quick-toolbar {
1793
1795
  min-height: 48px;
1794
1796
 
1797
+ .e-toolbar-items .e-rte-backgroundcolor-dropdown {
1798
+ .e-rte-color-content,
1799
+ .e-caret {
1800
+ height: $rte-big-dropdown-btn-color-content-height;
1801
+
1802
+ &:hover {
1803
+ height: $rte-big-dropdown-btn-color-content-height;
1804
+ }
1805
+ }
1806
+ }
1807
+
1795
1808
  .e-toolbar-items:not(.e-tbar-pos) {
1796
1809
  margin: $rte-big-quick-toolbar-items-margin;
1797
1810
  min-height: 48px;
@@ -2540,12 +2553,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
2540
2553
  }
2541
2554
  }
2542
2555
 
2543
- @if $skin-name == 'bootstrap5' {
2544
- .e-tbar-btn:focus .e-icons {
2545
- color: $rte-quick-item-active-font-color;
2546
- }
2547
- }
2548
-
2549
2556
  &.e-active .e-tbar-btn,
2550
2557
  &.e-active .e-tbar-btn:focus {
2551
2558
  background: $rte-tb-item-active-bg;
@@ -2569,10 +2576,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
2569
2576
  .e-tbar-btn:hover .e-icons {
2570
2577
  color: $rte-tb-hover-font-color;
2571
2578
  }
2572
-
2573
- .e-tbar-btn:focus .e-icons {
2574
- color: $primary-text-focus;
2575
- }
2576
2579
  }
2577
2580
 
2578
2581
  .e-dropdown-btn.e-active {
@@ -2684,9 +2687,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
2684
2687
  .e-toolbar-item .e-tbar-btn:hover .e-icons {
2685
2688
  color: $rte-hover-icons-color;
2686
2689
  }
2687
- .e-toolbar-item .e-tbar-btn:focus .e-icons {
2688
- color: $rte-hover-icons-color;
2689
- }
2690
2690
  .e-toolbar-item.e-active .e-tbar-btn .e-icons {
2691
2691
  color: $rte-tb-active-font-color;
2692
2692
  }
@@ -2927,6 +2927,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
2927
2927
  .e-toolbar-items {
2928
2928
  background: $rte-quick-pop-bg;
2929
2929
 
2930
+ .e-rte-backgroundcolor-dropdown {
2931
+ .e-rte-color-content{
2932
+ padding-top: $rte-dropdown-btn-color-content-padding;
2933
+ @if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
2934
+ padding-top: 5px;
2935
+ }
2936
+ height: $rte-dropdown-btn-color-content-height;
2937
+ @if $skin-name == 'FluentUI' {
2938
+ display: flex;
2939
+ align-items: center;
2940
+ justify-content: center;
2941
+ }
2942
+ &:hover {
2943
+ background: $rte-split-btn-span-hover-bg;
2944
+ }
2945
+ }
2946
+
2947
+ .e-caret {
2948
+ &:hover {
2949
+ background: $rte-split-btn-span-hover-bg;
2950
+ }
2951
+ }
2952
+ &.e-tbar-btn:hover {
2953
+ @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
2954
+ background: $rte-split-btn-hover-bg;
2955
+ }
2956
+ @if $skin-name =='bootstrap-dark'{
2957
+ background: $rte-tbar-default-bg;
2958
+ }
2959
+ }
2960
+ }
2961
+
2930
2962
  .e-separator {
2931
2963
  border: .5px solid $rte-quick-vr-line-color;
2932
2964
  }
@@ -3007,6 +3039,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
3007
3039
  }
3008
3040
  }
3009
3041
 
3042
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
3043
+ .e-rte-color-content {
3044
+ @if $skin-name =='tailwind' or $skin-name =='tailwind-dark' or $skin-name =='bootstrap5' or $skin-name =='bootstrap5-dark' or $skin-name =='material' or $skin-name =='material-dark' {
3045
+ padding-top: 8px;
3046
+ }
3047
+ }
3048
+ }
3049
+
3010
3050
  .e-dialog .e-img-uploadwrap .e-droptext,
3011
3051
  .e-dialog .e-aud-uploadwrap .e-droptext,
3012
3052
  .e-dialog .e-vid-uploadwrap .e-droptext,
@@ -3297,6 +3337,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
3297
3337
  color: $rte-icons-color;
3298
3338
  }
3299
3339
 
3340
+ .e-bigger .e-richtexteditor,
3341
+ .e-richtexteditor {
3342
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
3343
+ color: $icon-color-disabled;
3344
+ }
3345
+ }
3346
+
3300
3347
  .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
3301
3348
  border-radius: 4px;
3302
3349
  }
@@ -1180,7 +1180,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
1180
1180
 
1181
1181
  .e-rte-image.e-imginline,
1182
1182
  .e-rte-audio.e-audio-inline,
1183
- .e-rte-video.e-video-inline {
1183
+ .e-rte-video.e-video-inline {
1184
+ margin-left: 5px;
1185
+ margin-right: 5px;
1184
1186
  display: inline-block;
1185
1187
  float: none;
1186
1188
  max-width: calc(100% - (2 * 5px));
@@ -1789,6 +1791,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
1789
1791
  .e-rte-quick-toolbar {
1790
1792
  min-height: 48px;
1791
1793
 
1794
+ .e-toolbar-items .e-rte-backgroundcolor-dropdown {
1795
+ .e-rte-color-content,
1796
+ .e-caret {
1797
+ height: $rte-big-dropdown-btn-color-content-height;
1798
+
1799
+ &:hover {
1800
+ height: $rte-big-dropdown-btn-color-content-height;
1801
+ }
1802
+ }
1803
+ }
1804
+
1792
1805
  .e-toolbar-items:not(.e-tbar-pos) {
1793
1806
  margin: $rte-big-quick-toolbar-items-margin;
1794
1807
  min-height: 48px;
@@ -2537,12 +2550,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
2537
2550
  }
2538
2551
  }
2539
2552
 
2540
- @if $skin-name == 'bootstrap5' {
2541
- .e-tbar-btn:focus .e-icons {
2542
- color: $rte-quick-item-active-font-color;
2543
- }
2544
- }
2545
-
2546
2553
  &.e-active .e-tbar-btn,
2547
2554
  &.e-active .e-tbar-btn:focus {
2548
2555
  background: $rte-tb-item-active-bg;
@@ -2566,10 +2573,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
2566
2573
  .e-tbar-btn:hover .e-icons {
2567
2574
  color: $rte-tb-hover-font-color;
2568
2575
  }
2569
-
2570
- .e-tbar-btn:focus .e-icons {
2571
- color: $primary-text-focus;
2572
- }
2573
2576
  }
2574
2577
 
2575
2578
  .e-dropdown-btn.e-active {
@@ -2681,9 +2684,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
2681
2684
  .e-toolbar-item .e-tbar-btn:hover .e-icons {
2682
2685
  color: $rte-hover-icons-color;
2683
2686
  }
2684
- .e-toolbar-item .e-tbar-btn:focus .e-icons {
2685
- color: $rte-hover-icons-color;
2686
- }
2687
2687
  .e-toolbar-item.e-active .e-tbar-btn .e-icons {
2688
2688
  color: $rte-tb-active-font-color;
2689
2689
  }
@@ -2924,6 +2924,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
2924
2924
  .e-toolbar-items {
2925
2925
  background: $rte-quick-pop-bg;
2926
2926
 
2927
+ .e-rte-backgroundcolor-dropdown {
2928
+ .e-rte-color-content{
2929
+ padding-top: $rte-dropdown-btn-color-content-padding;
2930
+ @if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
2931
+ padding-top: 5px;
2932
+ }
2933
+ height: $rte-dropdown-btn-color-content-height;
2934
+ @if $skin-name == 'FluentUI' {
2935
+ display: flex;
2936
+ align-items: center;
2937
+ justify-content: center;
2938
+ }
2939
+ &:hover {
2940
+ background: $rte-split-btn-span-hover-bg;
2941
+ }
2942
+ }
2943
+
2944
+ .e-caret {
2945
+ &:hover {
2946
+ background: $rte-split-btn-span-hover-bg;
2947
+ }
2948
+ }
2949
+ &.e-tbar-btn:hover {
2950
+ @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
2951
+ background: $rte-split-btn-hover-bg;
2952
+ }
2953
+ @if $skin-name =='bootstrap-dark'{
2954
+ background: $rte-tbar-default-bg;
2955
+ }
2956
+ }
2957
+ }
2958
+
2927
2959
  .e-separator {
2928
2960
  border: .5px solid $rte-quick-vr-line-color;
2929
2961
  }
@@ -3004,6 +3036,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
3004
3036
  }
3005
3037
  }
3006
3038
 
3039
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
3040
+ .e-rte-color-content {
3041
+ @if $skin-name =='tailwind' or $skin-name =='tailwind-dark' or $skin-name =='bootstrap5' or $skin-name =='bootstrap5-dark' or $skin-name =='material' or $skin-name =='material-dark' {
3042
+ padding-top: 8px;
3043
+ }
3044
+ }
3045
+ }
3046
+
3007
3047
  .e-dialog .e-img-uploadwrap .e-droptext,
3008
3048
  .e-dialog .e-aud-uploadwrap .e-droptext,
3009
3049
  .e-dialog .e-vid-uploadwrap .e-droptext,
@@ -3294,6 +3334,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
3294
3334
  color: $rte-icons-color;
3295
3335
  }
3296
3336
 
3337
+ .e-bigger .e-richtexteditor,
3338
+ .e-richtexteditor {
3339
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
3340
+ color: $icon-color-disabled;
3341
+ }
3342
+ }
3343
+
3297
3344
  .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
3298
3345
  border-radius: 4px;
3299
3346
  }
@@ -1178,7 +1178,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
1178
1178
 
1179
1179
  .e-rte-image.e-imginline,
1180
1180
  .e-rte-audio.e-audio-inline,
1181
- .e-rte-video.e-video-inline {
1181
+ .e-rte-video.e-video-inline {
1182
+ margin-left: 5px;
1183
+ margin-right: 5px;
1182
1184
  display: inline-block;
1183
1185
  float: none;
1184
1186
  max-width: calc(100% - (2 * 5px));
@@ -1787,6 +1789,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
1787
1789
  .e-rte-quick-toolbar {
1788
1790
  min-height: 48px;
1789
1791
 
1792
+ .e-toolbar-items .e-rte-backgroundcolor-dropdown {
1793
+ .e-rte-color-content,
1794
+ .e-caret {
1795
+ height: $rte-big-dropdown-btn-color-content-height;
1796
+
1797
+ &:hover {
1798
+ height: $rte-big-dropdown-btn-color-content-height;
1799
+ }
1800
+ }
1801
+ }
1802
+
1790
1803
  .e-toolbar-items:not(.e-tbar-pos) {
1791
1804
  margin: $rte-big-quick-toolbar-items-margin;
1792
1805
  min-height: 48px;
@@ -2535,12 +2548,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
2535
2548
  }
2536
2549
  }
2537
2550
 
2538
- @if $skin-name == 'bootstrap5' {
2539
- .e-tbar-btn:focus .e-icons {
2540
- color: $rte-quick-item-active-font-color;
2541
- }
2542
- }
2543
-
2544
2551
  &.e-active .e-tbar-btn,
2545
2552
  &.e-active .e-tbar-btn:focus {
2546
2553
  background: $rte-tb-item-active-bg;
@@ -2564,10 +2571,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
2564
2571
  .e-tbar-btn:hover .e-icons {
2565
2572
  color: $rte-tb-hover-font-color;
2566
2573
  }
2567
-
2568
- .e-tbar-btn:focus .e-icons {
2569
- color: $primary-text-focus;
2570
- }
2571
2574
  }
2572
2575
 
2573
2576
  .e-dropdown-btn.e-active {
@@ -2679,9 +2682,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
2679
2682
  .e-toolbar-item .e-tbar-btn:hover .e-icons {
2680
2683
  color: $rte-hover-icons-color;
2681
2684
  }
2682
- .e-toolbar-item .e-tbar-btn:focus .e-icons {
2683
- color: $rte-hover-icons-color;
2684
- }
2685
2685
  .e-toolbar-item.e-active .e-tbar-btn .e-icons {
2686
2686
  color: $rte-tb-active-font-color;
2687
2687
  }
@@ -2922,6 +2922,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
2922
2922
  .e-toolbar-items {
2923
2923
  background: $rte-quick-pop-bg;
2924
2924
 
2925
+ .e-rte-backgroundcolor-dropdown {
2926
+ .e-rte-color-content{
2927
+ padding-top: $rte-dropdown-btn-color-content-padding;
2928
+ @if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
2929
+ padding-top: 5px;
2930
+ }
2931
+ height: $rte-dropdown-btn-color-content-height;
2932
+ @if $skin-name == 'FluentUI' {
2933
+ display: flex;
2934
+ align-items: center;
2935
+ justify-content: center;
2936
+ }
2937
+ &:hover {
2938
+ background: $rte-split-btn-span-hover-bg;
2939
+ }
2940
+ }
2941
+
2942
+ .e-caret {
2943
+ &:hover {
2944
+ background: $rte-split-btn-span-hover-bg;
2945
+ }
2946
+ }
2947
+ &.e-tbar-btn:hover {
2948
+ @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
2949
+ background: $rte-split-btn-hover-bg;
2950
+ }
2951
+ @if $skin-name =='bootstrap-dark'{
2952
+ background: $rte-tbar-default-bg;
2953
+ }
2954
+ }
2955
+ }
2956
+
2925
2957
  .e-separator {
2926
2958
  border: .5px solid $rte-quick-vr-line-color;
2927
2959
  }
@@ -3002,6 +3034,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
3002
3034
  }
3003
3035
  }
3004
3036
 
3037
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
3038
+ .e-rte-color-content {
3039
+ @if $skin-name =='tailwind' or $skin-name =='tailwind-dark' or $skin-name =='bootstrap5' or $skin-name =='bootstrap5-dark' or $skin-name =='material' or $skin-name =='material-dark' {
3040
+ padding-top: 8px;
3041
+ }
3042
+ }
3043
+ }
3044
+
3005
3045
  .e-dialog .e-img-uploadwrap .e-droptext,
3006
3046
  .e-dialog .e-aud-uploadwrap .e-droptext,
3007
3047
  .e-dialog .e-vid-uploadwrap .e-droptext,
@@ -3292,6 +3332,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
3292
3332
  color: $rte-icons-color;
3293
3333
  }
3294
3334
 
3335
+ .e-bigger .e-richtexteditor,
3336
+ .e-richtexteditor {
3337
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
3338
+ color: $icon-color-disabled;
3339
+ }
3340
+ }
3341
+
3295
3342
  .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
3296
3343
  border-radius: 4px;
3297
3344
  }