@syncfusion/blazor-themes 30.1.37 → 30.1.38

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 (159) hide show
  1. package/Compiled-Themes/bds-dark-lite.css +30 -0
  2. package/Compiled-Themes/bds-dark.css +30 -0
  3. package/Compiled-Themes/bds-lite.css +30 -0
  4. package/Compiled-Themes/bds.css +30 -0
  5. package/Compiled-Themes/bootstrap-dark-lite.css +30 -0
  6. package/Compiled-Themes/bootstrap-dark.css +30 -0
  7. package/Compiled-Themes/bootstrap-lite.css +30 -0
  8. package/Compiled-Themes/bootstrap.css +30 -0
  9. package/Compiled-Themes/bootstrap4-lite.css +30 -0
  10. package/Compiled-Themes/bootstrap4.css +30 -0
  11. package/Compiled-Themes/bootstrap5-dark-lite.css +31 -1
  12. package/Compiled-Themes/bootstrap5-dark.css +31 -1
  13. package/Compiled-Themes/bootstrap5-lite.css +31 -1
  14. package/Compiled-Themes/bootstrap5.3-dark-lite.css +30 -0
  15. package/Compiled-Themes/bootstrap5.3-dark.css +30 -0
  16. package/Compiled-Themes/bootstrap5.3-lite.css +30 -0
  17. package/Compiled-Themes/bootstrap5.3.css +30 -0
  18. package/Compiled-Themes/bootstrap5.css +31 -1
  19. package/Compiled-Themes/fabric-dark-lite.css +30 -0
  20. package/Compiled-Themes/fabric-dark.css +30 -0
  21. package/Compiled-Themes/fabric-lite.css +30 -0
  22. package/Compiled-Themes/fabric.css +30 -0
  23. package/Compiled-Themes/fluent-dark-lite.css +30 -0
  24. package/Compiled-Themes/fluent-dark.css +30 -0
  25. package/Compiled-Themes/fluent-lite.css +30 -0
  26. package/Compiled-Themes/fluent.css +30 -0
  27. package/Compiled-Themes/fluent2-dark-lite.css +30 -0
  28. package/Compiled-Themes/fluent2-dark.css +30 -0
  29. package/Compiled-Themes/fluent2-highcontrast-lite.css +30 -0
  30. package/Compiled-Themes/fluent2-highcontrast.css +30 -0
  31. package/Compiled-Themes/fluent2-lite.css +30 -0
  32. package/Compiled-Themes/fluent2.css +30 -0
  33. package/Compiled-Themes/highcontrast-lite.css +30 -0
  34. package/Compiled-Themes/highcontrast.css +30 -0
  35. package/Compiled-Themes/material-dark-lite.css +30 -0
  36. package/Compiled-Themes/material-dark.css +30 -0
  37. package/Compiled-Themes/material-lite.css +30 -0
  38. package/Compiled-Themes/material.css +30 -0
  39. package/Compiled-Themes/material3-dark-lite.css +33 -3
  40. package/Compiled-Themes/material3-dark.css +34 -4
  41. package/Compiled-Themes/material3-lite.css +33 -3
  42. package/Compiled-Themes/material3.css +34 -4
  43. package/Compiled-Themes/tailwind-dark-lite.css +30 -0
  44. package/Compiled-Themes/tailwind-dark.css +30 -0
  45. package/Compiled-Themes/tailwind-lite.css +30 -0
  46. package/Compiled-Themes/tailwind.css +30 -0
  47. package/Compiled-Themes/tailwind3-dark-lite.css +30 -0
  48. package/Compiled-Themes/tailwind3-dark.css +30 -0
  49. package/Compiled-Themes/tailwind3-lite.css +30 -0
  50. package/Compiled-Themes/tailwind3.css +30 -0
  51. package/SCSS-Themes/bds-dark-lite.scss +24 -0
  52. package/SCSS-Themes/bds-dark.scss +24 -0
  53. package/SCSS-Themes/bds-lite.scss +24 -0
  54. package/SCSS-Themes/bds.scss +24 -0
  55. package/SCSS-Themes/bootstrap-dark-lite.scss +24 -0
  56. package/SCSS-Themes/bootstrap-dark.scss +24 -0
  57. package/SCSS-Themes/bootstrap-lite.scss +24 -0
  58. package/SCSS-Themes/bootstrap.scss +24 -0
  59. package/SCSS-Themes/bootstrap4-lite.scss +24 -0
  60. package/SCSS-Themes/bootstrap4.scss +24 -0
  61. package/SCSS-Themes/bootstrap5-dark-lite.scss +25 -1
  62. package/SCSS-Themes/bootstrap5-dark.scss +25 -1
  63. package/SCSS-Themes/bootstrap5-lite.scss +25 -1
  64. package/SCSS-Themes/bootstrap5.3-dark-lite.scss +24 -0
  65. package/SCSS-Themes/bootstrap5.3-dark.scss +24 -0
  66. package/SCSS-Themes/bootstrap5.3-lite.scss +24 -0
  67. package/SCSS-Themes/bootstrap5.3.scss +24 -0
  68. package/SCSS-Themes/bootstrap5.scss +25 -1
  69. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5-dark-lite.scss +1 -1
  70. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5-dark.scss +1 -1
  71. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5-lite.scss +1 -1
  72. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.scss +1 -1
  73. package/SCSS-Themes/dropdowns/drop-down-tree/material3-dark-lite.scss +2 -2
  74. package/SCSS-Themes/dropdowns/drop-down-tree/material3-dark.scss +2 -2
  75. package/SCSS-Themes/dropdowns/drop-down-tree/material3-lite.scss +2 -2
  76. package/SCSS-Themes/dropdowns/drop-down-tree/material3.scss +2 -2
  77. package/SCSS-Themes/fabric-dark-lite.scss +24 -0
  78. package/SCSS-Themes/fabric-dark.scss +24 -0
  79. package/SCSS-Themes/fabric-lite.scss +24 -0
  80. package/SCSS-Themes/fabric.scss +24 -0
  81. package/SCSS-Themes/fluent-dark-lite.scss +24 -0
  82. package/SCSS-Themes/fluent-dark.scss +24 -0
  83. package/SCSS-Themes/fluent-lite.scss +24 -0
  84. package/SCSS-Themes/fluent.scss +24 -0
  85. package/SCSS-Themes/fluent2-dark-lite.scss +24 -0
  86. package/SCSS-Themes/fluent2-dark.scss +24 -0
  87. package/SCSS-Themes/fluent2-highcontrast-lite.scss +24 -0
  88. package/SCSS-Themes/fluent2-highcontrast.scss +24 -0
  89. package/SCSS-Themes/fluent2-lite.scss +24 -0
  90. package/SCSS-Themes/fluent2.scss +24 -0
  91. package/SCSS-Themes/highcontrast-lite.scss +24 -0
  92. package/SCSS-Themes/highcontrast.scss +24 -0
  93. package/SCSS-Themes/material-dark-lite.scss +24 -0
  94. package/SCSS-Themes/material-dark.scss +24 -0
  95. package/SCSS-Themes/material-lite.scss +24 -0
  96. package/SCSS-Themes/material.scss +24 -0
  97. package/SCSS-Themes/material3-dark-lite.scss +26 -2
  98. package/SCSS-Themes/material3-dark.scss +26 -2
  99. package/SCSS-Themes/material3-lite.scss +26 -2
  100. package/SCSS-Themes/material3.scss +26 -2
  101. package/SCSS-Themes/richtexteditor/rich-text-editor/bds-dark-lite.scss +24 -0
  102. package/SCSS-Themes/richtexteditor/rich-text-editor/bds-dark.scss +24 -0
  103. package/SCSS-Themes/richtexteditor/rich-text-editor/bds-lite.scss +24 -0
  104. package/SCSS-Themes/richtexteditor/rich-text-editor/bds.scss +24 -0
  105. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark-lite.scss +24 -0
  106. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +24 -0
  107. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-lite.scss +24 -0
  108. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +24 -0
  109. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4-lite.scss +24 -0
  110. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +24 -0
  111. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark-lite.scss +24 -0
  112. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +24 -0
  113. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-lite.scss +24 -0
  114. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.3-dark-lite.scss +24 -0
  115. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.3-dark.scss +24 -0
  116. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.3-lite.scss +24 -0
  117. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.3.scss +24 -0
  118. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +24 -0
  119. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark-lite.scss +24 -0
  120. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +24 -0
  121. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-lite.scss +24 -0
  122. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +24 -0
  123. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark-lite.scss +24 -0
  124. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +24 -0
  125. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-lite.scss +24 -0
  126. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +24 -0
  127. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent2-dark-lite.scss +24 -0
  128. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent2-dark.scss +24 -0
  129. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent2-highcontrast-lite.scss +24 -0
  130. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent2-highcontrast.scss +24 -0
  131. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent2-lite.scss +24 -0
  132. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent2.scss +24 -0
  133. package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast-lite.scss +24 -0
  134. package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +24 -0
  135. package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark-lite.scss +24 -0
  136. package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +24 -0
  137. package/SCSS-Themes/richtexteditor/rich-text-editor/material-lite.scss +24 -0
  138. package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +24 -0
  139. package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark-lite.scss +24 -0
  140. package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark.scss +24 -0
  141. package/SCSS-Themes/richtexteditor/rich-text-editor/material3-lite.scss +24 -0
  142. package/SCSS-Themes/richtexteditor/rich-text-editor/material3.scss +24 -0
  143. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark-lite.scss +24 -0
  144. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +24 -0
  145. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-lite.scss +24 -0
  146. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +24 -0
  147. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind3-dark-lite.scss +24 -0
  148. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind3-dark.scss +24 -0
  149. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind3-lite.scss +24 -0
  150. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind3.scss +24 -0
  151. package/SCSS-Themes/tailwind-dark-lite.scss +24 -0
  152. package/SCSS-Themes/tailwind-dark.scss +24 -0
  153. package/SCSS-Themes/tailwind-lite.scss +24 -0
  154. package/SCSS-Themes/tailwind.scss +24 -0
  155. package/SCSS-Themes/tailwind3-dark-lite.scss +24 -0
  156. package/SCSS-Themes/tailwind3-dark.scss +24 -0
  157. package/SCSS-Themes/tailwind3-lite.scss +24 -0
  158. package/SCSS-Themes/tailwind3.scss +24 -0
  159. package/package.json +1 -1
@@ -76207,6 +76207,30 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
76207
76207
  }
76208
76208
  }
76209
76209
 
76210
+ .e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item {
76211
+ .e-tbar-btn,
76212
+ .e-rte-dropdown-menu,
76213
+ .e-rte-dropdown {
76214
+ pointer-events: none;
76215
+ cursor: default;
76216
+ background: transparent;
76217
+ border: none;
76218
+
76219
+ &:hover {
76220
+ background: transparent;
76221
+ border: none;
76222
+
76223
+ .e-icons,
76224
+ .e-rte-dropdown-btn-text,
76225
+ .e-rte-font-color::before,
76226
+ .e-background-color::before {
76227
+ color: inherit;
76228
+ background: transparent;
76229
+ }
76230
+ }
76231
+ }
76232
+ }
76233
+
76210
76234
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item,
76211
76235
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item {
76212
76236
  .e-rte-dropdown {
@@ -102220,6 +102220,30 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
102220
102220
  }
102221
102221
  }
102222
102222
 
102223
+ .e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item {
102224
+ .e-tbar-btn,
102225
+ .e-rte-dropdown-menu,
102226
+ .e-rte-dropdown {
102227
+ pointer-events: none;
102228
+ cursor: default;
102229
+ background: transparent;
102230
+ border: none;
102231
+
102232
+ &:hover {
102233
+ background: transparent;
102234
+ border: none;
102235
+
102236
+ .e-icons,
102237
+ .e-rte-dropdown-btn-text,
102238
+ .e-rte-font-color::before,
102239
+ .e-background-color::before {
102240
+ color: inherit;
102241
+ background: transparent;
102242
+ }
102243
+ }
102244
+ }
102245
+ }
102246
+
102223
102247
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item,
102224
102248
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item {
102225
102249
  .e-rte-dropdown {
@@ -75950,6 +75950,30 @@ $rte-popup-item-padding: 4px 4px !default;
75950
75950
  }
75951
75951
  }
75952
75952
 
75953
+ .e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item {
75954
+ .e-tbar-btn,
75955
+ .e-rte-dropdown-menu,
75956
+ .e-rte-dropdown {
75957
+ pointer-events: none;
75958
+ cursor: default;
75959
+ background: transparent;
75960
+ border: none;
75961
+
75962
+ &:hover {
75963
+ background: transparent;
75964
+ border: none;
75965
+
75966
+ .e-icons,
75967
+ .e-rte-dropdown-btn-text,
75968
+ .e-rte-font-color::before,
75969
+ .e-background-color::before {
75970
+ color: inherit;
75971
+ background: transparent;
75972
+ }
75973
+ }
75974
+ }
75975
+ }
75976
+
75953
75977
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item,
75954
75978
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item {
75955
75979
  .e-rte-dropdown {
@@ -101963,6 +101963,30 @@ $rte-popup-item-padding: 4px 4px !default;
101963
101963
  }
101964
101964
  }
101965
101965
 
101966
+ .e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item {
101967
+ .e-tbar-btn,
101968
+ .e-rte-dropdown-menu,
101969
+ .e-rte-dropdown {
101970
+ pointer-events: none;
101971
+ cursor: default;
101972
+ background: transparent;
101973
+ border: none;
101974
+
101975
+ &:hover {
101976
+ background: transparent;
101977
+ border: none;
101978
+
101979
+ .e-icons,
101980
+ .e-rte-dropdown-btn-text,
101981
+ .e-rte-font-color::before,
101982
+ .e-background-color::before {
101983
+ color: inherit;
101984
+ background: transparent;
101985
+ }
101986
+ }
101987
+ }
101988
+ }
101989
+
101966
101990
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item,
101967
101991
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item {
101968
101992
  .e-rte-dropdown {
@@ -47175,8 +47175,8 @@ $ddt-remains-padding: 0 0 0 8px !default;
47175
47175
  $ddt-rtl-remains-padding: 0 8px 0 0 !default;
47176
47176
  $ddt-chip-font-size: $text-sm !default;
47177
47177
  $ddt-overflow-count-padding: 5px 4px !default;
47178
- $ddt-delim-padding: 0 8px !default;
47179
- $ddt-delim-bigger-padding: 0 12px !default;
47178
+ $ddt-delim-padding: 8px 8px !default;
47179
+ $ddt-delim-bigger-padding: 8px 12px !default;
47180
47180
  $ddt-remains-count-padding-top: 6px !default;
47181
47181
  $ddt-outline-padding: 10px 12px !default;
47182
47182
  $ddt-outline-chip-padding: 4px 12px !default;
@@ -75990,6 +75990,30 @@ $rte-popup-item-padding: 2px 4px !default;
75990
75990
  }
75991
75991
  }
75992
75992
 
75993
+ .e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item {
75994
+ .e-tbar-btn,
75995
+ .e-rte-dropdown-menu,
75996
+ .e-rte-dropdown {
75997
+ pointer-events: none;
75998
+ cursor: default;
75999
+ background: transparent;
76000
+ border: none;
76001
+
76002
+ &:hover {
76003
+ background: transparent;
76004
+ border: none;
76005
+
76006
+ .e-icons,
76007
+ .e-rte-dropdown-btn-text,
76008
+ .e-rte-font-color::before,
76009
+ .e-background-color::before {
76010
+ color: inherit;
76011
+ background: transparent;
76012
+ }
76013
+ }
76014
+ }
76015
+ }
76016
+
75993
76017
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item,
75994
76018
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item {
75995
76019
  .e-rte-dropdown {
@@ -63926,8 +63926,8 @@ $ddt-remains-padding: 0 0 0 8px !default;
63926
63926
  $ddt-rtl-remains-padding: 0 8px 0 0 !default;
63927
63927
  $ddt-chip-font-size: $text-sm !default;
63928
63928
  $ddt-overflow-count-padding: 5px 4px !default;
63929
- $ddt-delim-padding: 0 8px !default;
63930
- $ddt-delim-bigger-padding: 0 12px !default;
63929
+ $ddt-delim-padding: 8px 8px !default;
63930
+ $ddt-delim-bigger-padding: 8px 12px !default;
63931
63931
  $ddt-remains-count-padding-top: 6px !default;
63932
63932
  $ddt-outline-padding: 10px 12px !default;
63933
63933
  $ddt-outline-chip-padding: 4px 12px !default;
@@ -102003,6 +102003,30 @@ $rte-popup-item-padding: 2px 4px !default;
102003
102003
  }
102004
102004
  }
102005
102005
 
102006
+ .e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item {
102007
+ .e-tbar-btn,
102008
+ .e-rte-dropdown-menu,
102009
+ .e-rte-dropdown {
102010
+ pointer-events: none;
102011
+ cursor: default;
102012
+ background: transparent;
102013
+ border: none;
102014
+
102015
+ &:hover {
102016
+ background: transparent;
102017
+ border: none;
102018
+
102019
+ .e-icons,
102020
+ .e-rte-dropdown-btn-text,
102021
+ .e-rte-font-color::before,
102022
+ .e-background-color::before {
102023
+ color: inherit;
102024
+ background: transparent;
102025
+ }
102026
+ }
102027
+ }
102028
+ }
102029
+
102006
102030
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item,
102007
102031
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item {
102008
102032
  .e-rte-dropdown {
@@ -47245,8 +47245,8 @@ $ddt-remains-padding: 0 0 0 8px !default;
47245
47245
  $ddt-rtl-remains-padding: 0 8px 0 0 !default;
47246
47246
  $ddt-chip-font-size: $text-sm !default;
47247
47247
  $ddt-overflow-count-padding: 5px 4px !default;
47248
- $ddt-delim-padding: 0 8px !default;
47249
- $ddt-delim-bigger-padding: 0 12px !default;
47248
+ $ddt-delim-padding: 8px 8px !default;
47249
+ $ddt-delim-bigger-padding: 8px 12px !default;
47250
47250
  $ddt-remains-count-padding-top: 6px !default;
47251
47251
  $ddt-outline-padding: 10px 12px !default;
47252
47252
  $ddt-outline-chip-padding: 4px 12px !default;
@@ -76060,6 +76060,30 @@ $rte-popup-item-padding: 2px 4px !default;
76060
76060
  }
76061
76061
  }
76062
76062
 
76063
+ .e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item {
76064
+ .e-tbar-btn,
76065
+ .e-rte-dropdown-menu,
76066
+ .e-rte-dropdown {
76067
+ pointer-events: none;
76068
+ cursor: default;
76069
+ background: transparent;
76070
+ border: none;
76071
+
76072
+ &:hover {
76073
+ background: transparent;
76074
+ border: none;
76075
+
76076
+ .e-icons,
76077
+ .e-rte-dropdown-btn-text,
76078
+ .e-rte-font-color::before,
76079
+ .e-background-color::before {
76080
+ color: inherit;
76081
+ background: transparent;
76082
+ }
76083
+ }
76084
+ }
76085
+ }
76086
+
76063
76087
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item,
76064
76088
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item {
76065
76089
  .e-rte-dropdown {
@@ -63996,8 +63996,8 @@ $ddt-remains-padding: 0 0 0 8px !default;
63996
63996
  $ddt-rtl-remains-padding: 0 8px 0 0 !default;
63997
63997
  $ddt-chip-font-size: $text-sm !default;
63998
63998
  $ddt-overflow-count-padding: 5px 4px !default;
63999
- $ddt-delim-padding: 0 8px !default;
64000
- $ddt-delim-bigger-padding: 0 12px !default;
63999
+ $ddt-delim-padding: 8px 8px !default;
64000
+ $ddt-delim-bigger-padding: 8px 12px !default;
64001
64001
  $ddt-remains-count-padding-top: 6px !default;
64002
64002
  $ddt-outline-padding: 10px 12px !default;
64003
64003
  $ddt-outline-chip-padding: 4px 12px !default;
@@ -102073,6 +102073,30 @@ $rte-popup-item-padding: 2px 4px !default;
102073
102073
  }
102074
102074
  }
102075
102075
 
102076
+ .e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item {
102077
+ .e-tbar-btn,
102078
+ .e-rte-dropdown-menu,
102079
+ .e-rte-dropdown {
102080
+ pointer-events: none;
102081
+ cursor: default;
102082
+ background: transparent;
102083
+ border: none;
102084
+
102085
+ &:hover {
102086
+ background: transparent;
102087
+ border: none;
102088
+
102089
+ .e-icons,
102090
+ .e-rte-dropdown-btn-text,
102091
+ .e-rte-font-color::before,
102092
+ .e-background-color::before {
102093
+ color: inherit;
102094
+ background: transparent;
102095
+ }
102096
+ }
102097
+ }
102098
+ }
102099
+
102076
102100
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item,
102077
102101
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item {
102078
102102
  .e-rte-dropdown {
@@ -2762,6 +2762,30 @@ $rte-popup-item-padding: 4px 4px !default;
2762
2762
  }
2763
2763
  }
2764
2764
 
2765
+ .e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item {
2766
+ .e-tbar-btn,
2767
+ .e-rte-dropdown-menu,
2768
+ .e-rte-dropdown {
2769
+ pointer-events: none;
2770
+ cursor: default;
2771
+ background: transparent;
2772
+ border: none;
2773
+
2774
+ &:hover {
2775
+ background: transparent;
2776
+ border: none;
2777
+
2778
+ .e-icons,
2779
+ .e-rte-dropdown-btn-text,
2780
+ .e-rte-font-color::before,
2781
+ .e-background-color::before {
2782
+ color: inherit;
2783
+ background: transparent;
2784
+ }
2785
+ }
2786
+ }
2787
+ }
2788
+
2765
2789
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item,
2766
2790
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item {
2767
2791
  .e-rte-dropdown {
@@ -2762,6 +2762,30 @@ $rte-popup-item-padding: 4px 4px !default;
2762
2762
  }
2763
2763
  }
2764
2764
 
2765
+ .e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item {
2766
+ .e-tbar-btn,
2767
+ .e-rte-dropdown-menu,
2768
+ .e-rte-dropdown {
2769
+ pointer-events: none;
2770
+ cursor: default;
2771
+ background: transparent;
2772
+ border: none;
2773
+
2774
+ &:hover {
2775
+ background: transparent;
2776
+ border: none;
2777
+
2778
+ .e-icons,
2779
+ .e-rte-dropdown-btn-text,
2780
+ .e-rte-font-color::before,
2781
+ .e-background-color::before {
2782
+ color: inherit;
2783
+ background: transparent;
2784
+ }
2785
+ }
2786
+ }
2787
+ }
2788
+
2765
2789
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item,
2766
2790
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item {
2767
2791
  .e-rte-dropdown {
@@ -2762,6 +2762,30 @@ $rte-popup-item-padding: 4px 4px !default;
2762
2762
  }
2763
2763
  }
2764
2764
 
2765
+ .e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item {
2766
+ .e-tbar-btn,
2767
+ .e-rte-dropdown-menu,
2768
+ .e-rte-dropdown {
2769
+ pointer-events: none;
2770
+ cursor: default;
2771
+ background: transparent;
2772
+ border: none;
2773
+
2774
+ &:hover {
2775
+ background: transparent;
2776
+ border: none;
2777
+
2778
+ .e-icons,
2779
+ .e-rte-dropdown-btn-text,
2780
+ .e-rte-font-color::before,
2781
+ .e-background-color::before {
2782
+ color: inherit;
2783
+ background: transparent;
2784
+ }
2785
+ }
2786
+ }
2787
+ }
2788
+
2765
2789
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item,
2766
2790
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item {
2767
2791
  .e-rte-dropdown {
@@ -2762,6 +2762,30 @@ $rte-popup-item-padding: 4px 4px !default;
2762
2762
  }
2763
2763
  }
2764
2764
 
2765
+ .e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item {
2766
+ .e-tbar-btn,
2767
+ .e-rte-dropdown-menu,
2768
+ .e-rte-dropdown {
2769
+ pointer-events: none;
2770
+ cursor: default;
2771
+ background: transparent;
2772
+ border: none;
2773
+
2774
+ &:hover {
2775
+ background: transparent;
2776
+ border: none;
2777
+
2778
+ .e-icons,
2779
+ .e-rte-dropdown-btn-text,
2780
+ .e-rte-font-color::before,
2781
+ .e-background-color::before {
2782
+ color: inherit;
2783
+ background: transparent;
2784
+ }
2785
+ }
2786
+ }
2787
+ }
2788
+
2765
2789
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item,
2766
2790
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item {
2767
2791
  .e-rte-dropdown {
@@ -2766,6 +2766,30 @@ $rte-popup-item-padding: 9px 4px !default;
2766
2766
  }
2767
2767
  }
2768
2768
 
2769
+ .e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item {
2770
+ .e-tbar-btn,
2771
+ .e-rte-dropdown-menu,
2772
+ .e-rte-dropdown {
2773
+ pointer-events: none;
2774
+ cursor: default;
2775
+ background: transparent;
2776
+ border: none;
2777
+
2778
+ &:hover {
2779
+ background: transparent;
2780
+ border: none;
2781
+
2782
+ .e-icons,
2783
+ .e-rte-dropdown-btn-text,
2784
+ .e-rte-font-color::before,
2785
+ .e-background-color::before {
2786
+ color: inherit;
2787
+ background: transparent;
2788
+ }
2789
+ }
2790
+ }
2791
+ }
2792
+
2769
2793
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item,
2770
2794
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item {
2771
2795
  .e-rte-dropdown {
@@ -2766,6 +2766,30 @@ $rte-popup-item-padding: 9px 4px !default;
2766
2766
  }
2767
2767
  }
2768
2768
 
2769
+ .e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item {
2770
+ .e-tbar-btn,
2771
+ .e-rte-dropdown-menu,
2772
+ .e-rte-dropdown {
2773
+ pointer-events: none;
2774
+ cursor: default;
2775
+ background: transparent;
2776
+ border: none;
2777
+
2778
+ &:hover {
2779
+ background: transparent;
2780
+ border: none;
2781
+
2782
+ .e-icons,
2783
+ .e-rte-dropdown-btn-text,
2784
+ .e-rte-font-color::before,
2785
+ .e-background-color::before {
2786
+ color: inherit;
2787
+ background: transparent;
2788
+ }
2789
+ }
2790
+ }
2791
+ }
2792
+
2769
2793
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item,
2770
2794
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item {
2771
2795
  .e-rte-dropdown {
@@ -2820,6 +2820,30 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
2820
2820
  }
2821
2821
  }
2822
2822
 
2823
+ .e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item {
2824
+ .e-tbar-btn,
2825
+ .e-rte-dropdown-menu,
2826
+ .e-rte-dropdown {
2827
+ pointer-events: none;
2828
+ cursor: default;
2829
+ background: transparent;
2830
+ border: none;
2831
+
2832
+ &:hover {
2833
+ background: transparent;
2834
+ border: none;
2835
+
2836
+ .e-icons,
2837
+ .e-rte-dropdown-btn-text,
2838
+ .e-rte-font-color::before,
2839
+ .e-background-color::before {
2840
+ color: inherit;
2841
+ background: transparent;
2842
+ }
2843
+ }
2844
+ }
2845
+ }
2846
+
2823
2847
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item,
2824
2848
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item {
2825
2849
  .e-rte-dropdown {
@@ -2820,6 +2820,30 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
2820
2820
  }
2821
2821
  }
2822
2822
 
2823
+ .e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item {
2824
+ .e-tbar-btn,
2825
+ .e-rte-dropdown-menu,
2826
+ .e-rte-dropdown {
2827
+ pointer-events: none;
2828
+ cursor: default;
2829
+ background: transparent;
2830
+ border: none;
2831
+
2832
+ &:hover {
2833
+ background: transparent;
2834
+ border: none;
2835
+
2836
+ .e-icons,
2837
+ .e-rte-dropdown-btn-text,
2838
+ .e-rte-font-color::before,
2839
+ .e-background-color::before {
2840
+ color: inherit;
2841
+ background: transparent;
2842
+ }
2843
+ }
2844
+ }
2845
+ }
2846
+
2823
2847
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item,
2824
2848
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item {
2825
2849
  .e-rte-dropdown {
@@ -2924,6 +2924,30 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
2924
2924
  }
2925
2925
  }
2926
2926
 
2927
+ .e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item {
2928
+ .e-tbar-btn,
2929
+ .e-rte-dropdown-menu,
2930
+ .e-rte-dropdown {
2931
+ pointer-events: none;
2932
+ cursor: default;
2933
+ background: transparent;
2934
+ border: none;
2935
+
2936
+ &:hover {
2937
+ background: transparent;
2938
+ border: none;
2939
+
2940
+ .e-icons,
2941
+ .e-rte-dropdown-btn-text,
2942
+ .e-rte-font-color::before,
2943
+ .e-background-color::before {
2944
+ color: inherit;
2945
+ background: transparent;
2946
+ }
2947
+ }
2948
+ }
2949
+ }
2950
+
2927
2951
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item,
2928
2952
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item {
2929
2953
  .e-rte-dropdown {
@@ -2924,6 +2924,30 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
2924
2924
  }
2925
2925
  }
2926
2926
 
2927
+ .e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item {
2928
+ .e-tbar-btn,
2929
+ .e-rte-dropdown-menu,
2930
+ .e-rte-dropdown {
2931
+ pointer-events: none;
2932
+ cursor: default;
2933
+ background: transparent;
2934
+ border: none;
2935
+
2936
+ &:hover {
2937
+ background: transparent;
2938
+ border: none;
2939
+
2940
+ .e-icons,
2941
+ .e-rte-dropdown-btn-text,
2942
+ .e-rte-font-color::before,
2943
+ .e-background-color::before {
2944
+ color: inherit;
2945
+ background: transparent;
2946
+ }
2947
+ }
2948
+ }
2949
+ }
2950
+
2927
2951
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item,
2928
2952
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item {
2929
2953
  .e-rte-dropdown {
@@ -2750,6 +2750,30 @@ $rte-popup-item-padding: 4px 4px !default;
2750
2750
  }
2751
2751
  }
2752
2752
 
2753
+ .e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item {
2754
+ .e-tbar-btn,
2755
+ .e-rte-dropdown-menu,
2756
+ .e-rte-dropdown {
2757
+ pointer-events: none;
2758
+ cursor: default;
2759
+ background: transparent;
2760
+ border: none;
2761
+
2762
+ &:hover {
2763
+ background: transparent;
2764
+ border: none;
2765
+
2766
+ .e-icons,
2767
+ .e-rte-dropdown-btn-text,
2768
+ .e-rte-font-color::before,
2769
+ .e-background-color::before {
2770
+ color: inherit;
2771
+ background: transparent;
2772
+ }
2773
+ }
2774
+ }
2775
+ }
2776
+
2753
2777
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item,
2754
2778
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item {
2755
2779
  .e-rte-dropdown {
@@ -2750,6 +2750,30 @@ $rte-popup-item-padding: 4px 4px !default;
2750
2750
  }
2751
2751
  }
2752
2752
 
2753
+ .e-richtexteditor.e-disabled .e-rte-toolbar .e-toolbar-item {
2754
+ .e-tbar-btn,
2755
+ .e-rte-dropdown-menu,
2756
+ .e-rte-dropdown {
2757
+ pointer-events: none;
2758
+ cursor: default;
2759
+ background: transparent;
2760
+ border: none;
2761
+
2762
+ &:hover {
2763
+ background: transparent;
2764
+ border: none;
2765
+
2766
+ .e-icons,
2767
+ .e-rte-dropdown-btn-text,
2768
+ .e-rte-font-color::before,
2769
+ .e-background-color::before {
2770
+ color: inherit;
2771
+ background: transparent;
2772
+ }
2773
+ }
2774
+ }
2775
+ }
2776
+
2753
2777
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item,
2754
2778
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item {
2755
2779
  .e-rte-dropdown {