@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
@@ -9869,6 +9869,29 @@ $float-label-rtl-value: -7px !default;
9869
9869
  border-bottom: transparent;
9870
9870
  }
9871
9871
  }
9872
+
9873
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9874
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9875
+ padding: 0;
9876
+
9877
+ input {
9878
+ padding: 14px 2px 5px 12px;
9879
+ }
9880
+
9881
+ label.e-float-text {
9882
+ padding-left: 12px;
9883
+ }
9884
+
9885
+ .e-input-in-wrap .e-input-group-icon {
9886
+ @if $input-skin-name == 'material' {
9887
+ padding-right: 17px;
9888
+ }
9889
+ @else {
9890
+ margin-right: 10px;
9891
+ }
9892
+ }
9893
+ }
9894
+ }
9872
9895
  }
9873
9896
 
9874
9897
 
@@ -52329,6 +52352,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52329
52352
  @else {
52330
52353
  box-shadow: $tbar-ext-btn-focus-box-shadow;
52331
52354
  }
52355
+ @if $skin-name == 'bootstrap5.3' {
52356
+ .e-tbar-btn-text,
52357
+ .e-icons.e-btn-icon {
52358
+ color: $tbar-default-icon-color;
52359
+ }
52360
+ }
52332
52361
  }
52333
52362
 
52334
52363
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -52352,6 +52381,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52352
52381
  border-color: $tbar-ext-btn-hover-border-color;
52353
52382
  border-style: $tbar-border-nav-type;
52354
52383
  border-width: $tbar-btn-hover-border-size;
52384
+
52385
+ @if $skin-name == 'bootstrap5.3' {
52386
+ .e-tbar-btn-text,
52387
+ .e-icons.e-btn-icon {
52388
+ color: $tbar-btn-text-focus-color;
52389
+ }
52390
+ }
52355
52391
  }
52356
52392
 
52357
52393
  &:active {
@@ -133412,6 +133448,10 @@ $image-editor-button-width-mobile: calc(66% - 30px) !default;
133412
133448
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
133413
133449
  top: calc(50% + 60px);
133414
133450
  }
133451
+
133452
+ .e-image-editor.e-control.e-readonly {
133453
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
133454
+ }
133415
133455
  }
133416
133456
 
133417
133457
 
@@ -9020,6 +9020,29 @@ $float-label-rtl-value: -7px !default;
9020
9020
  border-bottom: transparent;
9021
9021
  }
9022
9022
  }
9023
+
9024
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9025
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9026
+ padding: 0;
9027
+
9028
+ input {
9029
+ padding: 14px 2px 5px 12px;
9030
+ }
9031
+
9032
+ label.e-float-text {
9033
+ padding-left: 12px;
9034
+ }
9035
+
9036
+ .e-input-in-wrap .e-input-group-icon {
9037
+ @if $input-skin-name == 'material' {
9038
+ padding-right: 17px;
9039
+ }
9040
+ @else {
9041
+ margin-right: 10px;
9042
+ }
9043
+ }
9044
+ }
9045
+ }
9023
9046
  }
9024
9047
 
9025
9048
 
@@ -37859,6 +37882,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
37859
37882
  @else {
37860
37883
  box-shadow: $tbar-ext-btn-focus-box-shadow;
37861
37884
  }
37885
+ @if $skin-name == 'bootstrap5.3' {
37886
+ .e-tbar-btn-text,
37887
+ .e-icons.e-btn-icon {
37888
+ color: $tbar-default-icon-color;
37889
+ }
37890
+ }
37862
37891
  }
37863
37892
 
37864
37893
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -37882,6 +37911,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
37882
37911
  border-color: $tbar-ext-btn-hover-border-color;
37883
37912
  border-style: $tbar-border-nav-type;
37884
37913
  border-width: $tbar-btn-hover-border-size;
37914
+
37915
+ @if $skin-name == 'bootstrap5.3' {
37916
+ .e-tbar-btn-text,
37917
+ .e-icons.e-btn-icon {
37918
+ color: $tbar-btn-text-focus-color;
37919
+ }
37920
+ }
37885
37921
  }
37886
37922
 
37887
37923
  &:active {
@@ -102043,6 +102079,10 @@ $image-editor-button-width-mobile: calc(66% - 30px) !default;
102043
102079
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
102044
102080
  top: calc(50% + 60px);
102045
102081
  }
102082
+
102083
+ .e-image-editor.e-control.e-readonly {
102084
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
102085
+ }
102046
102086
  }
102047
102087
 
102048
102088
 
@@ -9854,6 +9854,29 @@ $float-label-rtl-value: -7px !default;
9854
9854
  border-bottom: transparent;
9855
9855
  }
9856
9856
  }
9857
+
9858
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9859
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9860
+ padding: 0;
9861
+
9862
+ input {
9863
+ padding: 14px 2px 5px 12px;
9864
+ }
9865
+
9866
+ label.e-float-text {
9867
+ padding-left: 12px;
9868
+ }
9869
+
9870
+ .e-input-in-wrap .e-input-group-icon {
9871
+ @if $input-skin-name == 'material' {
9872
+ padding-right: 17px;
9873
+ }
9874
+ @else {
9875
+ margin-right: 10px;
9876
+ }
9877
+ }
9878
+ }
9879
+ }
9857
9880
  }
9858
9881
 
9859
9882
 
@@ -52103,6 +52126,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52103
52126
  @else {
52104
52127
  box-shadow: $tbar-ext-btn-focus-box-shadow;
52105
52128
  }
52129
+ @if $skin-name == 'bootstrap5.3' {
52130
+ .e-tbar-btn-text,
52131
+ .e-icons.e-btn-icon {
52132
+ color: $tbar-default-icon-color;
52133
+ }
52134
+ }
52106
52135
  }
52107
52136
 
52108
52137
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -52126,6 +52155,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52126
52155
  border-color: $tbar-ext-btn-hover-border-color;
52127
52156
  border-style: $tbar-border-nav-type;
52128
52157
  border-width: $tbar-btn-hover-border-size;
52158
+
52159
+ @if $skin-name == 'bootstrap5.3' {
52160
+ .e-tbar-btn-text,
52161
+ .e-icons.e-btn-icon {
52162
+ color: $tbar-btn-text-focus-color;
52163
+ }
52164
+ }
52129
52165
  }
52130
52166
 
52131
52167
  &:active {
@@ -133231,6 +133267,10 @@ $image-editor-button-width-mobile: calc(66% - 30px) !default;
133231
133267
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
133232
133268
  top: calc(50% + 60px);
133233
133269
  }
133270
+
133271
+ .e-image-editor.e-control.e-readonly {
133272
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
133273
+ }
133234
133274
  }
133235
133275
 
133236
133276
 
@@ -8865,6 +8865,29 @@ $float-label-rtl-value: -7px !default;
8865
8865
  border-bottom: transparent;
8866
8866
  }
8867
8867
  }
8868
+
8869
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
8870
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
8871
+ padding: 0;
8872
+
8873
+ input {
8874
+ padding: 14px 2px 5px 12px;
8875
+ }
8876
+
8877
+ label.e-float-text {
8878
+ padding-left: 12px;
8879
+ }
8880
+
8881
+ .e-input-in-wrap .e-input-group-icon {
8882
+ @if $input-skin-name == 'material' {
8883
+ padding-right: 17px;
8884
+ }
8885
+ @else {
8886
+ margin-right: 10px;
8887
+ }
8888
+ }
8889
+ }
8890
+ }
8868
8891
  }
8869
8892
 
8870
8893
 
@@ -37830,6 +37853,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
37830
37853
  @else {
37831
37854
  box-shadow: $tbar-ext-btn-focus-box-shadow;
37832
37855
  }
37856
+ @if $skin-name == 'bootstrap5.3' {
37857
+ .e-tbar-btn-text,
37858
+ .e-icons.e-btn-icon {
37859
+ color: $tbar-default-icon-color;
37860
+ }
37861
+ }
37833
37862
  }
37834
37863
 
37835
37864
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -37853,6 +37882,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
37853
37882
  border-color: $tbar-ext-btn-hover-border-color;
37854
37883
  border-style: $tbar-border-nav-type;
37855
37884
  border-width: $tbar-btn-hover-border-size;
37885
+
37886
+ @if $skin-name == 'bootstrap5.3' {
37887
+ .e-tbar-btn-text,
37888
+ .e-icons.e-btn-icon {
37889
+ color: $tbar-btn-text-focus-color;
37890
+ }
37891
+ }
37856
37892
  }
37857
37893
 
37858
37894
  &:active {
@@ -102277,6 +102313,10 @@ $image-editor-button-width-mobile: calc(66% - 30px) !default;
102277
102313
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
102278
102314
  top: calc(50% + 60px);
102279
102315
  }
102316
+
102317
+ .e-image-editor.e-control.e-readonly {
102318
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
102319
+ }
102280
102320
  }
102281
102321
 
102282
102322
 
@@ -9699,6 +9699,29 @@ $float-label-rtl-value: -7px !default;
9699
9699
  border-bottom: transparent;
9700
9700
  }
9701
9701
  }
9702
+
9703
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9704
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9705
+ padding: 0;
9706
+
9707
+ input {
9708
+ padding: 14px 2px 5px 12px;
9709
+ }
9710
+
9711
+ label.e-float-text {
9712
+ padding-left: 12px;
9713
+ }
9714
+
9715
+ .e-input-in-wrap .e-input-group-icon {
9716
+ @if $input-skin-name == 'material' {
9717
+ padding-right: 17px;
9718
+ }
9719
+ @else {
9720
+ margin-right: 10px;
9721
+ }
9722
+ }
9723
+ }
9724
+ }
9702
9725
  }
9703
9726
 
9704
9727
 
@@ -52074,6 +52097,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52074
52097
  @else {
52075
52098
  box-shadow: $tbar-ext-btn-focus-box-shadow;
52076
52099
  }
52100
+ @if $skin-name == 'bootstrap5.3' {
52101
+ .e-tbar-btn-text,
52102
+ .e-icons.e-btn-icon {
52103
+ color: $tbar-default-icon-color;
52104
+ }
52105
+ }
52077
52106
  }
52078
52107
 
52079
52108
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -52097,6 +52126,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52097
52126
  border-color: $tbar-ext-btn-hover-border-color;
52098
52127
  border-style: $tbar-border-nav-type;
52099
52128
  border-width: $tbar-btn-hover-border-size;
52129
+
52130
+ @if $skin-name == 'bootstrap5.3' {
52131
+ .e-tbar-btn-text,
52132
+ .e-icons.e-btn-icon {
52133
+ color: $tbar-btn-text-focus-color;
52134
+ }
52135
+ }
52100
52136
  }
52101
52137
 
52102
52138
  &:active {
@@ -133465,6 +133501,10 @@ $image-editor-button-width-mobile: calc(66% - 30px) !default;
133465
133501
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
133466
133502
  top: calc(50% + 60px);
133467
133503
  }
133504
+
133505
+ .e-image-editor.e-control.e-readonly {
133506
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
133507
+ }
133468
133508
  }
133469
133509
 
133470
133510
 
@@ -9060,6 +9060,29 @@ $float-label-rtl-value: -7px !default;
9060
9060
  border-bottom: transparent;
9061
9061
  }
9062
9062
  }
9063
+
9064
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9065
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9066
+ padding: 0;
9067
+
9068
+ input {
9069
+ padding: 14px 2px 5px 12px;
9070
+ }
9071
+
9072
+ label.e-float-text {
9073
+ padding-left: 12px;
9074
+ }
9075
+
9076
+ .e-input-in-wrap .e-input-group-icon {
9077
+ @if $input-skin-name == 'material' {
9078
+ padding-right: 17px;
9079
+ }
9080
+ @else {
9081
+ margin-right: 10px;
9082
+ }
9083
+ }
9084
+ }
9085
+ }
9063
9086
  }
9064
9087
 
9065
9088
 
@@ -38187,6 +38210,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
38187
38210
  @else {
38188
38211
  box-shadow: $tbar-ext-btn-focus-box-shadow;
38189
38212
  }
38213
+ @if $skin-name == 'bootstrap5.3' {
38214
+ .e-tbar-btn-text,
38215
+ .e-icons.e-btn-icon {
38216
+ color: $tbar-default-icon-color;
38217
+ }
38218
+ }
38190
38219
  }
38191
38220
 
38192
38221
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -38210,6 +38239,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
38210
38239
  border-color: $tbar-ext-btn-hover-border-color;
38211
38240
  border-style: $tbar-border-nav-type;
38212
38241
  border-width: $tbar-btn-hover-border-size;
38242
+
38243
+ @if $skin-name == 'bootstrap5.3' {
38244
+ .e-tbar-btn-text,
38245
+ .e-icons.e-btn-icon {
38246
+ color: $tbar-btn-text-focus-color;
38247
+ }
38248
+ }
38213
38249
  }
38214
38250
 
38215
38251
  &:active {
@@ -102433,6 +102469,10 @@ $image-editor-button-width-mobile: calc(67% - 30px) !default;
102433
102469
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
102434
102470
  top: calc(50% + 60px);
102435
102471
  }
102472
+
102473
+ .e-image-editor.e-control.e-readonly {
102474
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
102475
+ }
102436
102476
  }
102437
102477
 
102438
102478
 
@@ -9894,6 +9894,29 @@ $float-label-rtl-value: -7px !default;
9894
9894
  border-bottom: transparent;
9895
9895
  }
9896
9896
  }
9897
+
9898
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9899
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9900
+ padding: 0;
9901
+
9902
+ input {
9903
+ padding: 14px 2px 5px 12px;
9904
+ }
9905
+
9906
+ label.e-float-text {
9907
+ padding-left: 12px;
9908
+ }
9909
+
9910
+ .e-input-in-wrap .e-input-group-icon {
9911
+ @if $input-skin-name == 'material' {
9912
+ padding-right: 17px;
9913
+ }
9914
+ @else {
9915
+ margin-right: 10px;
9916
+ }
9917
+ }
9918
+ }
9919
+ }
9897
9920
  }
9898
9921
 
9899
9922
 
@@ -52431,6 +52454,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52431
52454
  @else {
52432
52455
  box-shadow: $tbar-ext-btn-focus-box-shadow;
52433
52456
  }
52457
+ @if $skin-name == 'bootstrap5.3' {
52458
+ .e-tbar-btn-text,
52459
+ .e-icons.e-btn-icon {
52460
+ color: $tbar-default-icon-color;
52461
+ }
52462
+ }
52434
52463
  }
52435
52464
 
52436
52465
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -52454,6 +52483,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52454
52483
  border-color: $tbar-ext-btn-hover-border-color;
52455
52484
  border-style: $tbar-border-nav-type;
52456
52485
  border-width: $tbar-btn-hover-border-size;
52486
+
52487
+ @if $skin-name == 'bootstrap5.3' {
52488
+ .e-tbar-btn-text,
52489
+ .e-icons.e-btn-icon {
52490
+ color: $tbar-btn-text-focus-color;
52491
+ }
52492
+ }
52457
52493
  }
52458
52494
 
52459
52495
  &:active {
@@ -133621,6 +133657,10 @@ $image-editor-button-width-mobile: calc(67% - 30px) !default;
133621
133657
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
133622
133658
  top: calc(50% + 60px);
133623
133659
  }
133660
+
133661
+ .e-image-editor.e-control.e-readonly {
133662
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
133663
+ }
133624
133664
  }
133625
133665
 
133626
133666
 
@@ -9059,6 +9059,29 @@ $float-label-rtl-value: -7px !default;
9059
9059
  border-bottom: transparent;
9060
9060
  }
9061
9061
  }
9062
+
9063
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9064
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9065
+ padding: 0;
9066
+
9067
+ input {
9068
+ padding: 14px 2px 5px 12px;
9069
+ }
9070
+
9071
+ label.e-float-text {
9072
+ padding-left: 12px;
9073
+ }
9074
+
9075
+ .e-input-in-wrap .e-input-group-icon {
9076
+ @if $input-skin-name == 'material' {
9077
+ padding-right: 17px;
9078
+ }
9079
+ @else {
9080
+ margin-right: 10px;
9081
+ }
9082
+ }
9083
+ }
9084
+ }
9062
9085
  }
9063
9086
 
9064
9087
 
@@ -38186,6 +38209,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
38186
38209
  @else {
38187
38210
  box-shadow: $tbar-ext-btn-focus-box-shadow;
38188
38211
  }
38212
+ @if $skin-name == 'bootstrap5.3' {
38213
+ .e-tbar-btn-text,
38214
+ .e-icons.e-btn-icon {
38215
+ color: $tbar-default-icon-color;
38216
+ }
38217
+ }
38189
38218
  }
38190
38219
 
38191
38220
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -38209,6 +38238,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
38209
38238
  border-color: $tbar-ext-btn-hover-border-color;
38210
38239
  border-style: $tbar-border-nav-type;
38211
38240
  border-width: $tbar-btn-hover-border-size;
38241
+
38242
+ @if $skin-name == 'bootstrap5.3' {
38243
+ .e-tbar-btn-text,
38244
+ .e-icons.e-btn-icon {
38245
+ color: $tbar-btn-text-focus-color;
38246
+ }
38247
+ }
38212
38248
  }
38213
38249
 
38214
38250
  &:active {
@@ -102432,6 +102468,10 @@ $image-editor-button-width-mobile: calc(67% - 30px) !default;
102432
102468
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
102433
102469
  top: calc(50% + 60px);
102434
102470
  }
102471
+
102472
+ .e-image-editor.e-control.e-readonly {
102473
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
102474
+ }
102435
102475
  }
102436
102476
 
102437
102477
 
@@ -9811,6 +9811,29 @@ $float-label-rtl-value: -7px !default;
9811
9811
  border-bottom: transparent;
9812
9812
  }
9813
9813
  }
9814
+
9815
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9816
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9817
+ padding: 0;
9818
+
9819
+ input {
9820
+ padding: 14px 2px 5px 12px;
9821
+ }
9822
+
9823
+ label.e-float-text {
9824
+ padding-left: 12px;
9825
+ }
9826
+
9827
+ .e-input-in-wrap .e-input-group-icon {
9828
+ @if $input-skin-name == 'material' {
9829
+ padding-right: 17px;
9830
+ }
9831
+ @else {
9832
+ margin-right: 10px;
9833
+ }
9834
+ }
9835
+ }
9836
+ }
9814
9837
  }
9815
9838
 
9816
9839
 
@@ -38949,6 +38972,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
38949
38972
  @else {
38950
38973
  box-shadow: $tbar-ext-btn-focus-box-shadow;
38951
38974
  }
38975
+ @if $skin-name == 'bootstrap5.3' {
38976
+ .e-tbar-btn-text,
38977
+ .e-icons.e-btn-icon {
38978
+ color: $tbar-default-icon-color;
38979
+ }
38980
+ }
38952
38981
  }
38953
38982
 
38954
38983
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -38972,6 +39001,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
38972
39001
  border-color: $tbar-ext-btn-hover-border-color;
38973
39002
  border-style: $tbar-border-nav-type;
38974
39003
  border-width: $tbar-btn-hover-border-size;
39004
+
39005
+ @if $skin-name == 'bootstrap5.3' {
39006
+ .e-tbar-btn-text,
39007
+ .e-icons.e-btn-icon {
39008
+ color: $tbar-btn-text-focus-color;
39009
+ }
39010
+ }
38975
39011
  }
38976
39012
 
38977
39013
  &:active {
@@ -103222,6 +103258,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
103222
103258
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
103223
103259
  top: calc(50% + 60px);
103224
103260
  }
103261
+
103262
+ .e-image-editor.e-control.e-readonly {
103263
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
103264
+ }
103225
103265
  }
103226
103266
 
103227
103267
 
@@ -10645,6 +10645,29 @@ $float-label-rtl-value: -7px !default;
10645
10645
  border-bottom: transparent;
10646
10646
  }
10647
10647
  }
10648
+
10649
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
10650
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
10651
+ padding: 0;
10652
+
10653
+ input {
10654
+ padding: 14px 2px 5px 12px;
10655
+ }
10656
+
10657
+ label.e-float-text {
10658
+ padding-left: 12px;
10659
+ }
10660
+
10661
+ .e-input-in-wrap .e-input-group-icon {
10662
+ @if $input-skin-name == 'material' {
10663
+ padding-right: 17px;
10664
+ }
10665
+ @else {
10666
+ margin-right: 10px;
10667
+ }
10668
+ }
10669
+ }
10670
+ }
10648
10671
  }
10649
10672
 
10650
10673
 
@@ -53193,6 +53216,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
53193
53216
  @else {
53194
53217
  box-shadow: $tbar-ext-btn-focus-box-shadow;
53195
53218
  }
53219
+ @if $skin-name == 'bootstrap5.3' {
53220
+ .e-tbar-btn-text,
53221
+ .e-icons.e-btn-icon {
53222
+ color: $tbar-default-icon-color;
53223
+ }
53224
+ }
53196
53225
  }
53197
53226
 
53198
53227
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -53216,6 +53245,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
53216
53245
  border-color: $tbar-ext-btn-hover-border-color;
53217
53246
  border-style: $tbar-border-nav-type;
53218
53247
  border-width: $tbar-btn-hover-border-size;
53248
+
53249
+ @if $skin-name == 'bootstrap5.3' {
53250
+ .e-tbar-btn-text,
53251
+ .e-icons.e-btn-icon {
53252
+ color: $tbar-btn-text-focus-color;
53253
+ }
53254
+ }
53219
53255
  }
53220
53256
 
53221
53257
  &:active {
@@ -134410,6 +134446,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
134410
134446
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
134411
134447
  top: calc(50% + 60px);
134412
134448
  }
134449
+
134450
+ .e-image-editor.e-control.e-readonly {
134451
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
134452
+ }
134413
134453
  }
134414
134454
 
134415
134455