@syncfusion/blazor-themes 28.2.4 → 28.2.5

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 (257) hide show
  1. package/Compiled-Themes/bds-dark-lite.css +5 -0
  2. package/Compiled-Themes/bds-dark.css +5 -0
  3. package/Compiled-Themes/bds-lite.css +5 -0
  4. package/Compiled-Themes/bds.css +5 -0
  5. package/Compiled-Themes/bootstrap-dark-lite.css +5 -0
  6. package/Compiled-Themes/bootstrap-dark.css +5 -0
  7. package/Compiled-Themes/bootstrap-lite.css +5 -0
  8. package/Compiled-Themes/bootstrap.css +5 -0
  9. package/Compiled-Themes/bootstrap4-lite.css +5 -0
  10. package/Compiled-Themes/bootstrap4.css +5 -0
  11. package/Compiled-Themes/bootstrap5-dark-lite.css +5 -0
  12. package/Compiled-Themes/bootstrap5-dark.css +5 -0
  13. package/Compiled-Themes/bootstrap5-lite.css +5 -0
  14. package/Compiled-Themes/bootstrap5.3-dark-lite.css +13 -0
  15. package/Compiled-Themes/bootstrap5.3-dark.css +13 -0
  16. package/Compiled-Themes/bootstrap5.3-lite.css +13 -0
  17. package/Compiled-Themes/bootstrap5.3.css +13 -0
  18. package/Compiled-Themes/bootstrap5.css +5 -0
  19. package/Compiled-Themes/fabric-dark-lite.css +5 -0
  20. package/Compiled-Themes/fabric-dark.css +5 -0
  21. package/Compiled-Themes/fabric-lite.css +5 -0
  22. package/Compiled-Themes/fabric.css +5 -0
  23. package/Compiled-Themes/fluent-dark-lite.css +5 -0
  24. package/Compiled-Themes/fluent-dark.css +5 -0
  25. package/Compiled-Themes/fluent-lite.css +5 -0
  26. package/Compiled-Themes/fluent.css +5 -0
  27. package/Compiled-Themes/fluent2-dark-lite.css +6 -1
  28. package/Compiled-Themes/fluent2-dark.css +6 -1
  29. package/Compiled-Themes/fluent2-highcontrast-lite.css +6 -1
  30. package/Compiled-Themes/fluent2-highcontrast.css +6 -1
  31. package/Compiled-Themes/fluent2-lite.css +6 -1
  32. package/Compiled-Themes/fluent2.css +6 -1
  33. package/Compiled-Themes/highcontrast-lite.css +5 -0
  34. package/Compiled-Themes/highcontrast.css +5 -0
  35. package/Compiled-Themes/material-dark-lite.css +18 -0
  36. package/Compiled-Themes/material-dark.css +18 -0
  37. package/Compiled-Themes/material-lite.css +18 -0
  38. package/Compiled-Themes/material.css +18 -0
  39. package/Compiled-Themes/material3-dark-lite.css +18 -0
  40. package/Compiled-Themes/material3-dark.css +18 -0
  41. package/Compiled-Themes/material3-lite.css +18 -0
  42. package/Compiled-Themes/material3.css +18 -0
  43. package/Compiled-Themes/tailwind-dark-lite.css +5 -0
  44. package/Compiled-Themes/tailwind-dark.css +5 -0
  45. package/Compiled-Themes/tailwind-lite.css +5 -0
  46. package/Compiled-Themes/tailwind.css +5 -0
  47. package/Compiled-Themes/tailwind3-dark-lite.css +5 -0
  48. package/Compiled-Themes/tailwind3-dark.css +5 -0
  49. package/Compiled-Themes/tailwind3-lite.css +5 -0
  50. package/Compiled-Themes/tailwind3.css +5 -0
  51. package/SCSS-Themes/bds-dark-lite.scss +40 -0
  52. package/SCSS-Themes/bds-dark.scss +40 -0
  53. package/SCSS-Themes/bds-lite.scss +40 -0
  54. package/SCSS-Themes/bds.scss +40 -0
  55. package/SCSS-Themes/bootstrap-dark-lite.scss +40 -0
  56. package/SCSS-Themes/bootstrap-dark.scss +40 -0
  57. package/SCSS-Themes/bootstrap-lite.scss +40 -0
  58. package/SCSS-Themes/bootstrap.scss +40 -0
  59. package/SCSS-Themes/bootstrap4-lite.scss +40 -0
  60. package/SCSS-Themes/bootstrap4.scss +40 -0
  61. package/SCSS-Themes/bootstrap5-dark-lite.scss +40 -0
  62. package/SCSS-Themes/bootstrap5-dark.scss +40 -0
  63. package/SCSS-Themes/bootstrap5-lite.scss +40 -0
  64. package/SCSS-Themes/bootstrap5.3-dark-lite.scss +40 -0
  65. package/SCSS-Themes/bootstrap5.3-dark.scss +40 -0
  66. package/SCSS-Themes/bootstrap5.3-lite.scss +40 -0
  67. package/SCSS-Themes/bootstrap5.3.scss +40 -0
  68. package/SCSS-Themes/bootstrap5.scss +40 -0
  69. package/SCSS-Themes/fabric-dark-lite.scss +40 -0
  70. package/SCSS-Themes/fabric-dark.scss +40 -0
  71. package/SCSS-Themes/fabric-lite.scss +40 -0
  72. package/SCSS-Themes/fabric.scss +40 -0
  73. package/SCSS-Themes/fluent-dark-lite.scss +40 -0
  74. package/SCSS-Themes/fluent-dark.scss +40 -0
  75. package/SCSS-Themes/fluent-lite.scss +40 -0
  76. package/SCSS-Themes/fluent.scss +40 -0
  77. package/SCSS-Themes/fluent2-dark-lite.scss +41 -1
  78. package/SCSS-Themes/fluent2-dark.scss +41 -1
  79. package/SCSS-Themes/fluent2-highcontrast-lite.scss +41 -1
  80. package/SCSS-Themes/fluent2-highcontrast.scss +41 -1
  81. package/SCSS-Themes/fluent2-lite.scss +41 -1
  82. package/SCSS-Themes/fluent2.scss +41 -1
  83. package/SCSS-Themes/highcontrast-lite.scss +40 -0
  84. package/SCSS-Themes/highcontrast.scss +40 -0
  85. package/SCSS-Themes/image-editor/image-editor/bds-dark-lite.scss +4 -0
  86. package/SCSS-Themes/image-editor/image-editor/bds-dark.scss +4 -0
  87. package/SCSS-Themes/image-editor/image-editor/bds-lite.scss +4 -0
  88. package/SCSS-Themes/image-editor/image-editor/bds.scss +4 -0
  89. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark-lite.scss +4 -0
  90. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +4 -0
  91. package/SCSS-Themes/image-editor/image-editor/bootstrap-lite.scss +4 -0
  92. package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +4 -0
  93. package/SCSS-Themes/image-editor/image-editor/bootstrap4-lite.scss +4 -0
  94. package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +4 -0
  95. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark-lite.scss +4 -0
  96. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +4 -0
  97. package/SCSS-Themes/image-editor/image-editor/bootstrap5-lite.scss +4 -0
  98. package/SCSS-Themes/image-editor/image-editor/bootstrap5.3-dark-lite.scss +4 -0
  99. package/SCSS-Themes/image-editor/image-editor/bootstrap5.3-dark.scss +4 -0
  100. package/SCSS-Themes/image-editor/image-editor/bootstrap5.3-lite.scss +4 -0
  101. package/SCSS-Themes/image-editor/image-editor/bootstrap5.3.scss +4 -0
  102. package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +4 -0
  103. package/SCSS-Themes/image-editor/image-editor/fabric-dark-lite.scss +4 -0
  104. package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +4 -0
  105. package/SCSS-Themes/image-editor/image-editor/fabric-lite.scss +4 -0
  106. package/SCSS-Themes/image-editor/image-editor/fabric.scss +4 -0
  107. package/SCSS-Themes/image-editor/image-editor/fluent-dark-lite.scss +4 -0
  108. package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +4 -0
  109. package/SCSS-Themes/image-editor/image-editor/fluent-lite.scss +4 -0
  110. package/SCSS-Themes/image-editor/image-editor/fluent.scss +4 -0
  111. package/SCSS-Themes/image-editor/image-editor/fluent2-dark-lite.scss +4 -0
  112. package/SCSS-Themes/image-editor/image-editor/fluent2-dark.scss +4 -0
  113. package/SCSS-Themes/image-editor/image-editor/fluent2-highcontrast-lite.scss +4 -0
  114. package/SCSS-Themes/image-editor/image-editor/fluent2-highcontrast.scss +4 -0
  115. package/SCSS-Themes/image-editor/image-editor/fluent2-lite.scss +4 -0
  116. package/SCSS-Themes/image-editor/image-editor/fluent2.scss +4 -0
  117. package/SCSS-Themes/image-editor/image-editor/highcontrast-lite.scss +4 -0
  118. package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +4 -0
  119. package/SCSS-Themes/image-editor/image-editor/material-dark-lite.scss +4 -0
  120. package/SCSS-Themes/image-editor/image-editor/material-dark.scss +4 -0
  121. package/SCSS-Themes/image-editor/image-editor/material-lite.scss +4 -0
  122. package/SCSS-Themes/image-editor/image-editor/material.scss +4 -0
  123. package/SCSS-Themes/image-editor/image-editor/material3-dark-lite.scss +4 -0
  124. package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +4 -0
  125. package/SCSS-Themes/image-editor/image-editor/material3-lite.scss +4 -0
  126. package/SCSS-Themes/image-editor/image-editor/material3.scss +4 -0
  127. package/SCSS-Themes/image-editor/image-editor/tailwind-dark-lite.scss +4 -0
  128. package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +4 -0
  129. package/SCSS-Themes/image-editor/image-editor/tailwind-lite.scss +4 -0
  130. package/SCSS-Themes/image-editor/image-editor/tailwind.scss +4 -0
  131. package/SCSS-Themes/image-editor/image-editor/tailwind3-dark-lite.scss +4 -0
  132. package/SCSS-Themes/image-editor/image-editor/tailwind3-dark.scss +4 -0
  133. package/SCSS-Themes/image-editor/image-editor/tailwind3-lite.scss +4 -0
  134. package/SCSS-Themes/image-editor/image-editor/tailwind3.scss +4 -0
  135. package/SCSS-Themes/inputs/input/bds-dark-lite.scss +23 -0
  136. package/SCSS-Themes/inputs/input/bds-dark.scss +23 -0
  137. package/SCSS-Themes/inputs/input/bds-lite.scss +23 -0
  138. package/SCSS-Themes/inputs/input/bds.scss +23 -0
  139. package/SCSS-Themes/inputs/input/bootstrap-dark-lite.scss +23 -0
  140. package/SCSS-Themes/inputs/input/bootstrap-dark.scss +23 -0
  141. package/SCSS-Themes/inputs/input/bootstrap-lite.scss +23 -0
  142. package/SCSS-Themes/inputs/input/bootstrap.scss +23 -0
  143. package/SCSS-Themes/inputs/input/bootstrap4-lite.scss +23 -0
  144. package/SCSS-Themes/inputs/input/bootstrap4.scss +23 -0
  145. package/SCSS-Themes/inputs/input/bootstrap5-dark-lite.scss +23 -0
  146. package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +23 -0
  147. package/SCSS-Themes/inputs/input/bootstrap5-lite.scss +23 -0
  148. package/SCSS-Themes/inputs/input/bootstrap5.3-dark-lite.scss +23 -0
  149. package/SCSS-Themes/inputs/input/bootstrap5.3-dark.scss +23 -0
  150. package/SCSS-Themes/inputs/input/bootstrap5.3-lite.scss +23 -0
  151. package/SCSS-Themes/inputs/input/bootstrap5.3.scss +23 -0
  152. package/SCSS-Themes/inputs/input/bootstrap5.scss +23 -0
  153. package/SCSS-Themes/inputs/input/fabric-dark-lite.scss +23 -0
  154. package/SCSS-Themes/inputs/input/fabric-dark.scss +23 -0
  155. package/SCSS-Themes/inputs/input/fabric-lite.scss +23 -0
  156. package/SCSS-Themes/inputs/input/fabric.scss +23 -0
  157. package/SCSS-Themes/inputs/input/fluent-dark-lite.scss +23 -0
  158. package/SCSS-Themes/inputs/input/fluent-dark.scss +23 -0
  159. package/SCSS-Themes/inputs/input/fluent-lite.scss +23 -0
  160. package/SCSS-Themes/inputs/input/fluent.scss +23 -0
  161. package/SCSS-Themes/inputs/input/fluent2-dark-lite.scss +23 -0
  162. package/SCSS-Themes/inputs/input/fluent2-dark.scss +23 -0
  163. package/SCSS-Themes/inputs/input/fluent2-highcontrast-lite.scss +23 -0
  164. package/SCSS-Themes/inputs/input/fluent2-highcontrast.scss +23 -0
  165. package/SCSS-Themes/inputs/input/fluent2-lite.scss +23 -0
  166. package/SCSS-Themes/inputs/input/fluent2.scss +23 -0
  167. package/SCSS-Themes/inputs/input/highcontrast-lite.scss +23 -0
  168. package/SCSS-Themes/inputs/input/highcontrast.scss +23 -0
  169. package/SCSS-Themes/inputs/input/material-dark-lite.scss +23 -0
  170. package/SCSS-Themes/inputs/input/material-dark.scss +23 -0
  171. package/SCSS-Themes/inputs/input/material-lite.scss +23 -0
  172. package/SCSS-Themes/inputs/input/material.scss +23 -0
  173. package/SCSS-Themes/inputs/input/material3-dark-lite.scss +23 -0
  174. package/SCSS-Themes/inputs/input/material3-dark.scss +23 -0
  175. package/SCSS-Themes/inputs/input/material3-lite.scss +23 -0
  176. package/SCSS-Themes/inputs/input/material3.scss +23 -0
  177. package/SCSS-Themes/inputs/input/tailwind-dark-lite.scss +23 -0
  178. package/SCSS-Themes/inputs/input/tailwind-dark.scss +23 -0
  179. package/SCSS-Themes/inputs/input/tailwind-lite.scss +23 -0
  180. package/SCSS-Themes/inputs/input/tailwind.scss +23 -0
  181. package/SCSS-Themes/inputs/input/tailwind3-dark-lite.scss +23 -0
  182. package/SCSS-Themes/inputs/input/tailwind3-dark.scss +23 -0
  183. package/SCSS-Themes/inputs/input/tailwind3-lite.scss +23 -0
  184. package/SCSS-Themes/inputs/input/tailwind3.scss +23 -0
  185. package/SCSS-Themes/kanban/kanban/fluent2-dark-lite.scss +1 -1
  186. package/SCSS-Themes/kanban/kanban/fluent2-dark.scss +1 -1
  187. package/SCSS-Themes/kanban/kanban/fluent2-highcontrast-lite.scss +1 -1
  188. package/SCSS-Themes/kanban/kanban/fluent2-highcontrast.scss +1 -1
  189. package/SCSS-Themes/kanban/kanban/fluent2-lite.scss +1 -1
  190. package/SCSS-Themes/kanban/kanban/fluent2.scss +1 -1
  191. package/SCSS-Themes/material-dark-lite.scss +40 -0
  192. package/SCSS-Themes/material-dark.scss +40 -0
  193. package/SCSS-Themes/material-lite.scss +40 -0
  194. package/SCSS-Themes/material.scss +40 -0
  195. package/SCSS-Themes/material3-dark-lite.scss +40 -0
  196. package/SCSS-Themes/material3-dark.scss +40 -0
  197. package/SCSS-Themes/material3-lite.scss +40 -0
  198. package/SCSS-Themes/material3.scss +40 -0
  199. package/SCSS-Themes/navigations/toolbar/bds-dark-lite.scss +13 -0
  200. package/SCSS-Themes/navigations/toolbar/bds-dark.scss +13 -0
  201. package/SCSS-Themes/navigations/toolbar/bds-lite.scss +13 -0
  202. package/SCSS-Themes/navigations/toolbar/bds.scss +13 -0
  203. package/SCSS-Themes/navigations/toolbar/bootstrap-dark-lite.scss +13 -0
  204. package/SCSS-Themes/navigations/toolbar/bootstrap-dark.scss +13 -0
  205. package/SCSS-Themes/navigations/toolbar/bootstrap-lite.scss +13 -0
  206. package/SCSS-Themes/navigations/toolbar/bootstrap.scss +13 -0
  207. package/SCSS-Themes/navigations/toolbar/bootstrap4-lite.scss +13 -0
  208. package/SCSS-Themes/navigations/toolbar/bootstrap4.scss +13 -0
  209. package/SCSS-Themes/navigations/toolbar/bootstrap5-dark-lite.scss +13 -0
  210. package/SCSS-Themes/navigations/toolbar/bootstrap5-dark.scss +13 -0
  211. package/SCSS-Themes/navigations/toolbar/bootstrap5-lite.scss +13 -0
  212. package/SCSS-Themes/navigations/toolbar/bootstrap5.3-dark-lite.scss +13 -0
  213. package/SCSS-Themes/navigations/toolbar/bootstrap5.3-dark.scss +13 -0
  214. package/SCSS-Themes/navigations/toolbar/bootstrap5.3-lite.scss +13 -0
  215. package/SCSS-Themes/navigations/toolbar/bootstrap5.3.scss +13 -0
  216. package/SCSS-Themes/navigations/toolbar/bootstrap5.scss +13 -0
  217. package/SCSS-Themes/navigations/toolbar/fabric-dark-lite.scss +13 -0
  218. package/SCSS-Themes/navigations/toolbar/fabric-dark.scss +13 -0
  219. package/SCSS-Themes/navigations/toolbar/fabric-lite.scss +13 -0
  220. package/SCSS-Themes/navigations/toolbar/fabric.scss +13 -0
  221. package/SCSS-Themes/navigations/toolbar/fluent-dark-lite.scss +13 -0
  222. package/SCSS-Themes/navigations/toolbar/fluent-dark.scss +13 -0
  223. package/SCSS-Themes/navigations/toolbar/fluent-lite.scss +13 -0
  224. package/SCSS-Themes/navigations/toolbar/fluent.scss +13 -0
  225. package/SCSS-Themes/navigations/toolbar/fluent2-dark-lite.scss +13 -0
  226. package/SCSS-Themes/navigations/toolbar/fluent2-dark.scss +13 -0
  227. package/SCSS-Themes/navigations/toolbar/fluent2-highcontrast-lite.scss +13 -0
  228. package/SCSS-Themes/navigations/toolbar/fluent2-highcontrast.scss +13 -0
  229. package/SCSS-Themes/navigations/toolbar/fluent2-lite.scss +13 -0
  230. package/SCSS-Themes/navigations/toolbar/fluent2.scss +13 -0
  231. package/SCSS-Themes/navigations/toolbar/highcontrast-lite.scss +13 -0
  232. package/SCSS-Themes/navigations/toolbar/highcontrast.scss +13 -0
  233. package/SCSS-Themes/navigations/toolbar/material-dark-lite.scss +13 -0
  234. package/SCSS-Themes/navigations/toolbar/material-dark.scss +13 -0
  235. package/SCSS-Themes/navigations/toolbar/material-lite.scss +13 -0
  236. package/SCSS-Themes/navigations/toolbar/material.scss +13 -0
  237. package/SCSS-Themes/navigations/toolbar/material3-dark-lite.scss +13 -0
  238. package/SCSS-Themes/navigations/toolbar/material3-dark.scss +13 -0
  239. package/SCSS-Themes/navigations/toolbar/material3-lite.scss +13 -0
  240. package/SCSS-Themes/navigations/toolbar/material3.scss +13 -0
  241. package/SCSS-Themes/navigations/toolbar/tailwind-dark-lite.scss +13 -0
  242. package/SCSS-Themes/navigations/toolbar/tailwind-dark.scss +13 -0
  243. package/SCSS-Themes/navigations/toolbar/tailwind-lite.scss +13 -0
  244. package/SCSS-Themes/navigations/toolbar/tailwind.scss +13 -0
  245. package/SCSS-Themes/navigations/toolbar/tailwind3-dark-lite.scss +13 -0
  246. package/SCSS-Themes/navigations/toolbar/tailwind3-dark.scss +13 -0
  247. package/SCSS-Themes/navigations/toolbar/tailwind3-lite.scss +13 -0
  248. package/SCSS-Themes/navigations/toolbar/tailwind3.scss +13 -0
  249. package/SCSS-Themes/tailwind-dark-lite.scss +40 -0
  250. package/SCSS-Themes/tailwind-dark.scss +40 -0
  251. package/SCSS-Themes/tailwind-lite.scss +40 -0
  252. package/SCSS-Themes/tailwind.scss +40 -0
  253. package/SCSS-Themes/tailwind3-dark-lite.scss +40 -0
  254. package/SCSS-Themes/tailwind3-dark.scss +40 -0
  255. package/SCSS-Themes/tailwind3-lite.scss +40 -0
  256. package/SCSS-Themes/tailwind3.scss +40 -0
  257. package/package.json +1 -1
@@ -10158,6 +10158,29 @@ $float-label-rtl-value: -7px !default;
10158
10158
  border-bottom: transparent;
10159
10159
  }
10160
10160
  }
10161
+
10162
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
10163
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
10164
+ padding: 0;
10165
+
10166
+ input {
10167
+ padding: 14px 2px 5px 12px;
10168
+ }
10169
+
10170
+ label.e-float-text {
10171
+ padding-left: 12px;
10172
+ }
10173
+
10174
+ .e-input-in-wrap .e-input-group-icon {
10175
+ @if $input-skin-name == 'material' {
10176
+ padding-right: 17px;
10177
+ }
10178
+ @else {
10179
+ margin-right: 10px;
10180
+ }
10181
+ }
10182
+ }
10183
+ }
10161
10184
  }
10162
10185
 
10163
10186
 
@@ -39296,6 +39319,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
39296
39319
  @else {
39297
39320
  box-shadow: $tbar-ext-btn-focus-box-shadow;
39298
39321
  }
39322
+ @if $skin-name == 'bootstrap5.3' {
39323
+ .e-tbar-btn-text,
39324
+ .e-icons.e-btn-icon {
39325
+ color: $tbar-default-icon-color;
39326
+ }
39327
+ }
39299
39328
  }
39300
39329
 
39301
39330
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -39319,6 +39348,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
39319
39348
  border-color: $tbar-ext-btn-hover-border-color;
39320
39349
  border-style: $tbar-border-nav-type;
39321
39350
  border-width: $tbar-btn-hover-border-size;
39351
+
39352
+ @if $skin-name == 'bootstrap5.3' {
39353
+ .e-tbar-btn-text,
39354
+ .e-icons.e-btn-icon {
39355
+ color: $tbar-btn-text-focus-color;
39356
+ }
39357
+ }
39322
39358
  }
39323
39359
 
39324
39360
  &:active {
@@ -103569,6 +103605,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
103569
103605
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
103570
103606
  top: calc(50% + 60px);
103571
103607
  }
103608
+
103609
+ .e-image-editor.e-control.e-readonly {
103610
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
103611
+ }
103572
103612
  }
103573
103613
 
103574
103614
 
@@ -10992,6 +10992,29 @@ $float-label-rtl-value: -7px !default;
10992
10992
  border-bottom: transparent;
10993
10993
  }
10994
10994
  }
10995
+
10996
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
10997
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
10998
+ padding: 0;
10999
+
11000
+ input {
11001
+ padding: 14px 2px 5px 12px;
11002
+ }
11003
+
11004
+ label.e-float-text {
11005
+ padding-left: 12px;
11006
+ }
11007
+
11008
+ .e-input-in-wrap .e-input-group-icon {
11009
+ @if $input-skin-name == 'material' {
11010
+ padding-right: 17px;
11011
+ }
11012
+ @else {
11013
+ margin-right: 10px;
11014
+ }
11015
+ }
11016
+ }
11017
+ }
10995
11018
  }
10996
11019
 
10997
11020
 
@@ -53540,6 +53563,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
53540
53563
  @else {
53541
53564
  box-shadow: $tbar-ext-btn-focus-box-shadow;
53542
53565
  }
53566
+ @if $skin-name == 'bootstrap5.3' {
53567
+ .e-tbar-btn-text,
53568
+ .e-icons.e-btn-icon {
53569
+ color: $tbar-default-icon-color;
53570
+ }
53571
+ }
53543
53572
  }
53544
53573
 
53545
53574
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -53563,6 +53592,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
53563
53592
  border-color: $tbar-ext-btn-hover-border-color;
53564
53593
  border-style: $tbar-border-nav-type;
53565
53594
  border-width: $tbar-btn-hover-border-size;
53595
+
53596
+ @if $skin-name == 'bootstrap5.3' {
53597
+ .e-tbar-btn-text,
53598
+ .e-icons.e-btn-icon {
53599
+ color: $tbar-btn-text-focus-color;
53600
+ }
53601
+ }
53566
53602
  }
53567
53603
 
53568
53604
  &:active {
@@ -134757,6 +134793,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
134757
134793
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
134758
134794
  top: calc(50% + 60px);
134759
134795
  }
134796
+
134797
+ .e-image-editor.e-control.e-readonly {
134798
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
134799
+ }
134760
134800
  }
134761
134801
 
134762
134802
 
@@ -9893,6 +9893,29 @@ $float-label-rtl-value: -7px !default;
9893
9893
  border-bottom: transparent;
9894
9894
  }
9895
9895
  }
9896
+
9897
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9898
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9899
+ padding: 0;
9900
+
9901
+ input {
9902
+ padding: 14px 2px 5px 12px;
9903
+ }
9904
+
9905
+ label.e-float-text {
9906
+ padding-left: 12px;
9907
+ }
9908
+
9909
+ .e-input-in-wrap .e-input-group-icon {
9910
+ @if $input-skin-name == 'material' {
9911
+ padding-right: 17px;
9912
+ }
9913
+ @else {
9914
+ margin-right: 10px;
9915
+ }
9916
+ }
9917
+ }
9918
+ }
9896
9919
  }
9897
9920
 
9898
9921
 
@@ -52430,6 +52453,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52430
52453
  @else {
52431
52454
  box-shadow: $tbar-ext-btn-focus-box-shadow;
52432
52455
  }
52456
+ @if $skin-name == 'bootstrap5.3' {
52457
+ .e-tbar-btn-text,
52458
+ .e-icons.e-btn-icon {
52459
+ color: $tbar-default-icon-color;
52460
+ }
52461
+ }
52433
52462
  }
52434
52463
 
52435
52464
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -52453,6 +52482,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52453
52482
  border-color: $tbar-ext-btn-hover-border-color;
52454
52483
  border-style: $tbar-border-nav-type;
52455
52484
  border-width: $tbar-btn-hover-border-size;
52485
+
52486
+ @if $skin-name == 'bootstrap5.3' {
52487
+ .e-tbar-btn-text,
52488
+ .e-icons.e-btn-icon {
52489
+ color: $tbar-btn-text-focus-color;
52490
+ }
52491
+ }
52456
52492
  }
52457
52493
 
52458
52494
  &:active {
@@ -133620,6 +133656,10 @@ $image-editor-button-width-mobile: calc(67% - 30px) !default;
133620
133656
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
133621
133657
  top: calc(50% + 60px);
133622
133658
  }
133659
+
133660
+ .e-image-editor.e-control.e-readonly {
133661
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
133662
+ }
133623
133663
  }
133624
133664
 
133625
133665
 
@@ -8983,6 +8983,29 @@ $float-label-rtl-value: -7px !default;
8983
8983
  border-bottom: transparent;
8984
8984
  }
8985
8985
  }
8986
+
8987
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
8988
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
8989
+ padding: 0;
8990
+
8991
+ input {
8992
+ padding: 14px 2px 5px 12px;
8993
+ }
8994
+
8995
+ label.e-float-text {
8996
+ padding-left: 12px;
8997
+ }
8998
+
8999
+ .e-input-in-wrap .e-input-group-icon {
9000
+ @if $input-skin-name == 'material' {
9001
+ padding-right: 17px;
9002
+ }
9003
+ @else {
9004
+ margin-right: 10px;
9005
+ }
9006
+ }
9007
+ }
9008
+ }
8986
9009
  }
8987
9010
 
8988
9011
 
@@ -37988,6 +38011,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
37988
38011
  @else {
37989
38012
  box-shadow: $tbar-ext-btn-focus-box-shadow;
37990
38013
  }
38014
+ @if $skin-name == 'bootstrap5.3' {
38015
+ .e-tbar-btn-text,
38016
+ .e-icons.e-btn-icon {
38017
+ color: $tbar-default-icon-color;
38018
+ }
38019
+ }
37991
38020
  }
37992
38021
 
37993
38022
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -38011,6 +38040,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
38011
38040
  border-color: $tbar-ext-btn-hover-border-color;
38012
38041
  border-style: $tbar-border-nav-type;
38013
38042
  border-width: $tbar-btn-hover-border-size;
38043
+
38044
+ @if $skin-name == 'bootstrap5.3' {
38045
+ .e-tbar-btn-text,
38046
+ .e-icons.e-btn-icon {
38047
+ color: $tbar-btn-text-focus-color;
38048
+ }
38049
+ }
38014
38050
  }
38015
38051
 
38016
38052
  &:active {
@@ -102080,6 +102116,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
102080
102116
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
102081
102117
  top: calc(50% + 60px);
102082
102118
  }
102119
+
102120
+ .e-image-editor.e-control.e-readonly {
102121
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
102122
+ }
102083
102123
  }
102084
102124
 
102085
102125
 
@@ -9817,6 +9817,29 @@ $float-label-rtl-value: -7px !default;
9817
9817
  border-bottom: transparent;
9818
9818
  }
9819
9819
  }
9820
+
9821
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9822
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9823
+ padding: 0;
9824
+
9825
+ input {
9826
+ padding: 14px 2px 5px 12px;
9827
+ }
9828
+
9829
+ label.e-float-text {
9830
+ padding-left: 12px;
9831
+ }
9832
+
9833
+ .e-input-in-wrap .e-input-group-icon {
9834
+ @if $input-skin-name == 'material' {
9835
+ padding-right: 17px;
9836
+ }
9837
+ @else {
9838
+ margin-right: 10px;
9839
+ }
9840
+ }
9841
+ }
9842
+ }
9820
9843
  }
9821
9844
 
9822
9845
 
@@ -52232,6 +52255,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52232
52255
  @else {
52233
52256
  box-shadow: $tbar-ext-btn-focus-box-shadow;
52234
52257
  }
52258
+ @if $skin-name == 'bootstrap5.3' {
52259
+ .e-tbar-btn-text,
52260
+ .e-icons.e-btn-icon {
52261
+ color: $tbar-default-icon-color;
52262
+ }
52263
+ }
52235
52264
  }
52236
52265
 
52237
52266
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -52255,6 +52284,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52255
52284
  border-color: $tbar-ext-btn-hover-border-color;
52256
52285
  border-style: $tbar-border-nav-type;
52257
52286
  border-width: $tbar-btn-hover-border-size;
52287
+
52288
+ @if $skin-name == 'bootstrap5.3' {
52289
+ .e-tbar-btn-text,
52290
+ .e-icons.e-btn-icon {
52291
+ color: $tbar-btn-text-focus-color;
52292
+ }
52293
+ }
52258
52294
  }
52259
52295
 
52260
52296
  &:active {
@@ -133268,6 +133304,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
133268
133304
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
133269
133305
  top: calc(50% + 60px);
133270
133306
  }
133307
+
133308
+ .e-image-editor.e-control.e-readonly {
133309
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
133310
+ }
133271
133311
  }
133272
133312
 
133273
133313
 
@@ -8970,6 +8970,29 @@ $float-label-rtl-value: -7px !default;
8970
8970
  border-bottom: transparent;
8971
8971
  }
8972
8972
  }
8973
+
8974
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
8975
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
8976
+ padding: 0;
8977
+
8978
+ input {
8979
+ padding: 14px 2px 5px 12px;
8980
+ }
8981
+
8982
+ label.e-float-text {
8983
+ padding-left: 12px;
8984
+ }
8985
+
8986
+ .e-input-in-wrap .e-input-group-icon {
8987
+ @if $input-skin-name == 'material' {
8988
+ padding-right: 17px;
8989
+ }
8990
+ @else {
8991
+ margin-right: 10px;
8992
+ }
8993
+ }
8994
+ }
8995
+ }
8973
8996
  }
8974
8997
 
8975
8998
 
@@ -37773,6 +37796,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
37773
37796
  @else {
37774
37797
  box-shadow: $tbar-ext-btn-focus-box-shadow;
37775
37798
  }
37799
+ @if $skin-name == 'bootstrap5.3' {
37800
+ .e-tbar-btn-text,
37801
+ .e-icons.e-btn-icon {
37802
+ color: $tbar-default-icon-color;
37803
+ }
37804
+ }
37776
37805
  }
37777
37806
 
37778
37807
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -37796,6 +37825,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
37796
37825
  border-color: $tbar-ext-btn-hover-border-color;
37797
37826
  border-style: $tbar-border-nav-type;
37798
37827
  border-width: $tbar-btn-hover-border-size;
37828
+
37829
+ @if $skin-name == 'bootstrap5.3' {
37830
+ .e-tbar-btn-text,
37831
+ .e-icons.e-btn-icon {
37832
+ color: $tbar-btn-text-focus-color;
37833
+ }
37834
+ }
37799
37835
  }
37800
37836
 
37801
37837
  &:active {
@@ -101855,6 +101891,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
101855
101891
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
101856
101892
  top: calc(50% + 60px);
101857
101893
  }
101894
+
101895
+ .e-image-editor.e-control.e-readonly {
101896
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
101897
+ }
101858
101898
  }
101859
101899
 
101860
101900
 
@@ -9804,6 +9804,29 @@ $float-label-rtl-value: -7px !default;
9804
9804
  border-bottom: transparent;
9805
9805
  }
9806
9806
  }
9807
+
9808
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9809
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9810
+ padding: 0;
9811
+
9812
+ input {
9813
+ padding: 14px 2px 5px 12px;
9814
+ }
9815
+
9816
+ label.e-float-text {
9817
+ padding-left: 12px;
9818
+ }
9819
+
9820
+ .e-input-in-wrap .e-input-group-icon {
9821
+ @if $input-skin-name == 'material' {
9822
+ padding-right: 17px;
9823
+ }
9824
+ @else {
9825
+ margin-right: 10px;
9826
+ }
9827
+ }
9828
+ }
9829
+ }
9807
9830
  }
9808
9831
 
9809
9832
 
@@ -52017,6 +52040,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52017
52040
  @else {
52018
52041
  box-shadow: $tbar-ext-btn-focus-box-shadow;
52019
52042
  }
52043
+ @if $skin-name == 'bootstrap5.3' {
52044
+ .e-tbar-btn-text,
52045
+ .e-icons.e-btn-icon {
52046
+ color: $tbar-default-icon-color;
52047
+ }
52048
+ }
52020
52049
  }
52021
52050
 
52022
52051
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -52040,6 +52069,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52040
52069
  border-color: $tbar-ext-btn-hover-border-color;
52041
52070
  border-style: $tbar-border-nav-type;
52042
52071
  border-width: $tbar-btn-hover-border-size;
52072
+
52073
+ @if $skin-name == 'bootstrap5.3' {
52074
+ .e-tbar-btn-text,
52075
+ .e-icons.e-btn-icon {
52076
+ color: $tbar-btn-text-focus-color;
52077
+ }
52078
+ }
52043
52079
  }
52044
52080
 
52045
52081
  &:active {
@@ -133043,6 +133079,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
133043
133079
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
133044
133080
  top: calc(50% + 60px);
133045
133081
  }
133082
+
133083
+ .e-image-editor.e-control.e-readonly {
133084
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
133085
+ }
133046
133086
  }
133047
133087
 
133048
133088
 
@@ -9069,6 +9069,29 @@ $float-label-rtl-value: -10px !default;
9069
9069
  border-bottom: transparent;
9070
9070
  }
9071
9071
  }
9072
+
9073
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9074
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9075
+ padding: 0;
9076
+
9077
+ input {
9078
+ padding: 14px 2px 5px 12px;
9079
+ }
9080
+
9081
+ label.e-float-text {
9082
+ padding-left: 12px;
9083
+ }
9084
+
9085
+ .e-input-in-wrap .e-input-group-icon {
9086
+ @if $input-skin-name == 'material' {
9087
+ padding-right: 17px;
9088
+ }
9089
+ @else {
9090
+ margin-right: 10px;
9091
+ }
9092
+ }
9093
+ }
9094
+ }
9072
9095
  }
9073
9096
 
9074
9097
 
@@ -38258,6 +38281,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
38258
38281
  @else {
38259
38282
  box-shadow: $tbar-ext-btn-focus-box-shadow;
38260
38283
  }
38284
+ @if $skin-name == 'bootstrap5.3' {
38285
+ .e-tbar-btn-text,
38286
+ .e-icons.e-btn-icon {
38287
+ color: $tbar-default-icon-color;
38288
+ }
38289
+ }
38261
38290
  }
38262
38291
 
38263
38292
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -38281,6 +38310,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
38281
38310
  border-color: $tbar-ext-btn-hover-border-color;
38282
38311
  border-style: $tbar-border-nav-type;
38283
38312
  border-width: $tbar-btn-hover-border-size;
38313
+
38314
+ @if $skin-name == 'bootstrap5.3' {
38315
+ .e-tbar-btn-text,
38316
+ .e-icons.e-btn-icon {
38317
+ color: $tbar-btn-text-focus-color;
38318
+ }
38319
+ }
38284
38320
  }
38285
38321
 
38286
38322
  &:active {
@@ -102534,6 +102570,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
102534
102570
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
102535
102571
  top: calc(50% + 60px);
102536
102572
  }
102573
+
102574
+ .e-image-editor.e-control.e-readonly {
102575
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
102576
+ }
102537
102577
  }
102538
102578
 
102539
102579
 
@@ -9903,6 +9903,29 @@ $float-label-rtl-value: -10px !default;
9903
9903
  border-bottom: transparent;
9904
9904
  }
9905
9905
  }
9906
+
9907
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9908
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9909
+ padding: 0;
9910
+
9911
+ input {
9912
+ padding: 14px 2px 5px 12px;
9913
+ }
9914
+
9915
+ label.e-float-text {
9916
+ padding-left: 12px;
9917
+ }
9918
+
9919
+ .e-input-in-wrap .e-input-group-icon {
9920
+ @if $input-skin-name == 'material' {
9921
+ padding-right: 17px;
9922
+ }
9923
+ @else {
9924
+ margin-right: 10px;
9925
+ }
9926
+ }
9927
+ }
9928
+ }
9906
9929
  }
9907
9930
 
9908
9931
 
@@ -52502,6 +52525,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52502
52525
  @else {
52503
52526
  box-shadow: $tbar-ext-btn-focus-box-shadow;
52504
52527
  }
52528
+ @if $skin-name == 'bootstrap5.3' {
52529
+ .e-tbar-btn-text,
52530
+ .e-icons.e-btn-icon {
52531
+ color: $tbar-default-icon-color;
52532
+ }
52533
+ }
52505
52534
  }
52506
52535
 
52507
52536
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -52525,6 +52554,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52525
52554
  border-color: $tbar-ext-btn-hover-border-color;
52526
52555
  border-style: $tbar-border-nav-type;
52527
52556
  border-width: $tbar-btn-hover-border-size;
52557
+
52558
+ @if $skin-name == 'bootstrap5.3' {
52559
+ .e-tbar-btn-text,
52560
+ .e-icons.e-btn-icon {
52561
+ color: $tbar-btn-text-focus-color;
52562
+ }
52563
+ }
52528
52564
  }
52529
52565
 
52530
52566
  &:active {
@@ -133722,6 +133758,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
133722
133758
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
133723
133759
  top: calc(50% + 60px);
133724
133760
  }
133761
+
133762
+ .e-image-editor.e-control.e-readonly {
133763
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
133764
+ }
133725
133765
  }
133726
133766
 
133727
133767
 
@@ -9069,6 +9069,29 @@ $float-label-rtl-value: -10px !default;
9069
9069
  border-bottom: transparent;
9070
9070
  }
9071
9071
  }
9072
+
9073
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9074
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9075
+ padding: 0;
9076
+
9077
+ input {
9078
+ padding: 14px 2px 5px 12px;
9079
+ }
9080
+
9081
+ label.e-float-text {
9082
+ padding-left: 12px;
9083
+ }
9084
+
9085
+ .e-input-in-wrap .e-input-group-icon {
9086
+ @if $input-skin-name == 'material' {
9087
+ padding-right: 17px;
9088
+ }
9089
+ @else {
9090
+ margin-right: 10px;
9091
+ }
9092
+ }
9093
+ }
9094
+ }
9072
9095
  }
9073
9096
 
9074
9097
 
@@ -38258,6 +38281,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
38258
38281
  @else {
38259
38282
  box-shadow: $tbar-ext-btn-focus-box-shadow;
38260
38283
  }
38284
+ @if $skin-name == 'bootstrap5.3' {
38285
+ .e-tbar-btn-text,
38286
+ .e-icons.e-btn-icon {
38287
+ color: $tbar-default-icon-color;
38288
+ }
38289
+ }
38261
38290
  }
38262
38291
 
38263
38292
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -38281,6 +38310,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
38281
38310
  border-color: $tbar-ext-btn-hover-border-color;
38282
38311
  border-style: $tbar-border-nav-type;
38283
38312
  border-width: $tbar-btn-hover-border-size;
38313
+
38314
+ @if $skin-name == 'bootstrap5.3' {
38315
+ .e-tbar-btn-text,
38316
+ .e-icons.e-btn-icon {
38317
+ color: $tbar-btn-text-focus-color;
38318
+ }
38319
+ }
38284
38320
  }
38285
38321
 
38286
38322
  &:active {
@@ -102534,6 +102570,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
102534
102570
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
102535
102571
  top: calc(50% + 60px);
102536
102572
  }
102573
+
102574
+ .e-image-editor.e-control.e-readonly {
102575
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
102576
+ }
102537
102577
  }
102538
102578
 
102539
102579