@syncfusion/ej2-fabric-dark-theme 33.2.15 → 34.1.29

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 (1382) hide show
  1. package/package.json +2 -2
  2. package/styles/accordion/_all.scss +2 -0
  3. package/styles/accordion/_bigger.scss +122 -0
  4. package/styles/accordion/_fabric-dark-definition.scss +180 -0
  5. package/styles/accordion/_layout.scss +249 -0
  6. package/styles/accordion/_theme.scss +432 -0
  7. package/styles/accordion/_variables.scss +2 -0
  8. package/styles/accordion/accordion-lite.css +446 -0
  9. package/styles/accordion/accordion-lite.scss +3 -0
  10. package/styles/accordion/accordion.css +541 -0
  11. package/styles/accordion/accordion.scss +4 -0
  12. package/styles/accordion/icons/_fabric-dark.scss +16 -0
  13. package/styles/accordion/index-lite.css +2 -0
  14. package/styles/accordion/index-lite.scss +2 -0
  15. package/styles/accordion/index.css +2 -0
  16. package/styles/accordion/index.scss +2 -0
  17. package/styles/ai-assistview/_all.scss +2 -0
  18. package/styles/ai-assistview/_bigger.scss +312 -0
  19. package/styles/ai-assistview/_fabric-dark-definition.scss +311 -0
  20. package/styles/ai-assistview/_layout.scss +1052 -0
  21. package/styles/ai-assistview/_theme.scss +428 -0
  22. package/styles/ai-assistview/_variables.scss +2 -0
  23. package/styles/ai-assistview/ai-assistview-lite.css +1321 -0
  24. package/styles/ai-assistview/ai-assistview-lite.scss +3 -0
  25. package/styles/ai-assistview/ai-assistview.css +1632 -0
  26. package/styles/ai-assistview/ai-assistview.scss +4 -0
  27. package/styles/ai-assistview/icons/_fabric-dark.scss +63 -0
  28. package/styles/ai-assistview/index-lite.css +11 -0
  29. package/styles/ai-assistview/index-lite.scss +11 -0
  30. package/styles/ai-assistview/index.css +11 -0
  31. package/styles/ai-assistview/index.scss +11 -0
  32. package/styles/appbar/_all.scss +2 -0
  33. package/styles/appbar/_bigger.scss +16 -0
  34. package/styles/appbar/_fabric-dark-definition.scss +20 -0
  35. package/styles/appbar/_layout.scss +77 -0
  36. package/styles/appbar/_theme.scss +217 -0
  37. package/styles/appbar/_variables.scss +2 -0
  38. package/styles/appbar/appbar-lite.css +223 -0
  39. package/styles/appbar/appbar-lite.scss +2 -0
  40. package/styles/appbar/appbar.css +236 -0
  41. package/styles/appbar/appbar.scss +3 -0
  42. package/styles/appbar/index-lite.css +2 -0
  43. package/styles/appbar/index-lite.scss +2 -0
  44. package/styles/appbar/index.css +2 -0
  45. package/styles/appbar/index.scss +2 -0
  46. package/styles/auto-complete/_all.scss +1 -0
  47. package/styles/auto-complete/_fabric-dark-definition.scss +2 -0
  48. package/styles/auto-complete/_variables.scss +2 -0
  49. package/styles/auto-complete/auto-complete.css +1 -0
  50. package/styles/auto-complete/auto-complete.scss +2 -0
  51. package/styles/auto-complete/index.css +7 -0
  52. package/styles/auto-complete/index.scss +7 -0
  53. package/styles/avatar/_all.scss +1 -0
  54. package/styles/avatar/_fabric-dark-definition.scss +27 -0
  55. package/styles/avatar/_layout.scss +84 -0
  56. package/styles/avatar/_theme.scss +1 -0
  57. package/styles/avatar/_variables.scss +2 -0
  58. package/styles/avatar/avatar.css +45 -0
  59. package/styles/avatar/avatar.scss +2 -0
  60. package/styles/avatar/index.css +2 -0
  61. package/styles/avatar/index.scss +2 -0
  62. package/styles/badge/_all.scss +2 -0
  63. package/styles/badge/_bigger.scss +54 -0
  64. package/styles/badge/_fabric-dark-definition.scss +100 -0
  65. package/styles/badge/_layout.scss +131 -0
  66. package/styles/badge/_theme.scss +314 -0
  67. package/styles/badge/_variables.scss +2 -0
  68. package/styles/badge/badge-lite.css +221 -0
  69. package/styles/badge/badge-lite.scss +2 -0
  70. package/styles/badge/badge.css +221 -0
  71. package/styles/badge/badge.scss +3 -0
  72. package/styles/badge/index-lite.css +2 -0
  73. package/styles/badge/index-lite.scss +2 -0
  74. package/styles/badge/index.css +2 -0
  75. package/styles/badge/index.scss +2 -0
  76. package/styles/barcode/_all.scss +1 -0
  77. package/styles/barcode/_definition.scss +1 -0
  78. package/styles/barcode/_fabric-dark-definition.scss +1 -0
  79. package/styles/barcode/_theme.scss +24 -0
  80. package/styles/barcode/_variables.scss +2 -0
  81. package/styles/barcode/barcode.css +19 -0
  82. package/styles/barcode/barcode.scss +2 -0
  83. package/styles/barcode/index.css +2 -0
  84. package/styles/barcode/index.scss +2 -0
  85. package/styles/base/_fabric-dark-definition.scss +1 -0
  86. package/styles/base/animation/_all.scss +537 -0
  87. package/styles/base/base.css +3163 -0
  88. package/styles/base/base.scss +4 -0
  89. package/styles/base/common/_all.scss +2 -0
  90. package/styles/base/common/_base-variables.scss +2 -0
  91. package/styles/base/common/_core.scss +113 -0
  92. package/styles/base/common/_mixin.scss +11 -0
  93. package/styles/base/definition/_fabric-dark.scss +194 -0
  94. package/styles/blockeditor/_all.scss +2 -0
  95. package/styles/blockeditor/_bigger.scss +384 -0
  96. package/styles/blockeditor/_fabric-dark-definition.scss +521 -0
  97. package/styles/blockeditor/_layout.scss +1314 -0
  98. package/styles/blockeditor/_theme.scss +627 -0
  99. package/styles/blockeditor/_variables.scss +2 -0
  100. package/styles/blockeditor/blockeditor-lite.css +1828 -0
  101. package/styles/blockeditor/blockeditor-lite.scss +3 -0
  102. package/styles/blockeditor/blockeditor.css +2226 -0
  103. package/styles/blockeditor/blockeditor.scss +4 -0
  104. package/styles/blockeditor/icons/_fabric-dark.scss +99 -0
  105. package/styles/blockeditor/index-lite.css +20 -0
  106. package/styles/blockeditor/index-lite.scss +20 -0
  107. package/styles/blockeditor/index.css +20 -0
  108. package/styles/blockeditor/index.scss +20 -0
  109. package/styles/breadcrumb/_all.scss +2 -0
  110. package/styles/breadcrumb/_bigger.scss +168 -0
  111. package/styles/breadcrumb/_fabric-dark-definition.scss +70 -0
  112. package/styles/breadcrumb/_layout.scss +465 -0
  113. package/styles/breadcrumb/_theme.scss +297 -0
  114. package/styles/breadcrumb/_variables.scss +2 -0
  115. package/styles/breadcrumb/breadcrumb-lite.css +308 -0
  116. package/styles/breadcrumb/breadcrumb-lite.scss +3 -0
  117. package/styles/breadcrumb/breadcrumb.css +400 -0
  118. package/styles/breadcrumb/breadcrumb.scss +4 -0
  119. package/styles/breadcrumb/icons/_fabric-dark.scss +13 -0
  120. package/styles/breadcrumb/index-lite.css +2 -0
  121. package/styles/breadcrumb/index-lite.scss +2 -0
  122. package/styles/breadcrumb/index.css +2 -0
  123. package/styles/breadcrumb/index.scss +2 -0
  124. package/styles/button/_all.scss +2 -0
  125. package/styles/button/_bigger.scss +293 -0
  126. package/styles/button/_fabric-dark-definition.scss +317 -0
  127. package/styles/button/_layout.scss +340 -0
  128. package/styles/button/_mixin.scss +683 -0
  129. package/styles/button/_theme.scss +1945 -0
  130. package/styles/button/_variables.scss +2 -0
  131. package/styles/button/button-lite.css +1095 -0
  132. package/styles/button/button-lite.scss +2 -0
  133. package/styles/button/button.css +1359 -0
  134. package/styles/button/button.scss +3 -0
  135. package/styles/button/index-lite.css +2 -0
  136. package/styles/button/index-lite.scss +2 -0
  137. package/styles/button/index.css +2 -0
  138. package/styles/button/index.scss +2 -0
  139. package/styles/button-group/_all.scss +2 -0
  140. package/styles/button-group/_bigger.scss +13 -0
  141. package/styles/button-group/_fabric-dark-definition.scss +42 -0
  142. package/styles/button-group/_group-button-mixin.scss +96 -0
  143. package/styles/button-group/_layout.scss +280 -0
  144. package/styles/button-group/_theme.scss +481 -0
  145. package/styles/button-group/_variables.scss +2 -0
  146. package/styles/button-group/button-group-lite.css +760 -0
  147. package/styles/button-group/button-group-lite.scss +2 -0
  148. package/styles/button-group/button-group.css +766 -0
  149. package/styles/button-group/button-group.scss +3 -0
  150. package/styles/button-group/index-lite.css +3 -0
  151. package/styles/button-group/index-lite.scss +3 -0
  152. package/styles/button-group/index.css +3 -0
  153. package/styles/button-group/index.scss +3 -0
  154. package/styles/calendar/_all.scss +2 -0
  155. package/styles/calendar/_bigger.scss +1161 -0
  156. package/styles/calendar/_fabric-dark-definition.scss +214 -0
  157. package/styles/calendar/_layout.scss +589 -0
  158. package/styles/calendar/_theme.scss +725 -0
  159. package/styles/calendar/_variables.scss +2 -0
  160. package/styles/calendar/calendar-lite.css +567 -0
  161. package/styles/calendar/calendar-lite.scss +3 -0
  162. package/styles/calendar/calendar.css +1141 -0
  163. package/styles/calendar/calendar.scss +4 -0
  164. package/styles/calendar/icons/_fabric-dark.scss +14 -0
  165. package/styles/calendar/index-lite.css +3 -0
  166. package/styles/calendar/index-lite.scss +3 -0
  167. package/styles/calendar/index.css +3 -0
  168. package/styles/calendar/index.scss +3 -0
  169. package/styles/card/_all.scss +2 -0
  170. package/styles/card/_bigger.scss +172 -0
  171. package/styles/card/_fabric-dark-definition.scss +254 -0
  172. package/styles/card/_layout.scss +387 -0
  173. package/styles/card/_theme.scss +113 -0
  174. package/styles/card/_variables.scss +2 -0
  175. package/styles/card/card-lite.css +375 -0
  176. package/styles/card/card-lite.scss +2 -0
  177. package/styles/card/card.css +509 -0
  178. package/styles/card/card.scss +3 -0
  179. package/styles/card/index-lite.css +2 -0
  180. package/styles/card/index-lite.scss +2 -0
  181. package/styles/card/index.css +2 -0
  182. package/styles/card/index.scss +2 -0
  183. package/styles/carousel/_all.scss +2 -0
  184. package/styles/carousel/_fabric-dark-definition.scss +36 -0
  185. package/styles/carousel/_layout.scss +258 -0
  186. package/styles/carousel/_theme.scss +110 -0
  187. package/styles/carousel/_variables.scss +2 -0
  188. package/styles/carousel/carousel.css +304 -0
  189. package/styles/carousel/carousel.scss +3 -0
  190. package/styles/carousel/icons/_fabric-dark.scss +31 -0
  191. package/styles/carousel/index.css +2 -0
  192. package/styles/carousel/index.scss +2 -0
  193. package/styles/chartwizard/_all.scss +2 -0
  194. package/styles/chartwizard/_bigger.scss +24 -0
  195. package/styles/chartwizard/_fabric-dark-definition.scss +12 -0
  196. package/styles/chartwizard/_layout.scss +285 -0
  197. package/styles/chartwizard/_theme.scss +58 -0
  198. package/styles/chartwizard/_variables.scss +2 -0
  199. package/styles/chartwizard/chartwizard-lite.css +348 -0
  200. package/styles/chartwizard/chartwizard-lite.scss +3 -0
  201. package/styles/chartwizard/chartwizard.css +365 -0
  202. package/styles/chartwizard/chartwizard.scss +4 -0
  203. package/styles/chartwizard/icons/_fabric-dark.scss +110 -0
  204. package/styles/chartwizard/index-lite.css +38 -0
  205. package/styles/chartwizard/index-lite.scss +38 -0
  206. package/styles/chartwizard/index.css +38 -0
  207. package/styles/chartwizard/index.scss +38 -0
  208. package/styles/chat-ui/_all.scss +2 -0
  209. package/styles/chat-ui/_bigger.scss +282 -0
  210. package/styles/chat-ui/_fabric-dark-definition.scss +429 -0
  211. package/styles/chat-ui/_layout.scss +975 -0
  212. package/styles/chat-ui/_theme.scss +436 -0
  213. package/styles/chat-ui/_variables.scss +2 -0
  214. package/styles/chat-ui/chat-ui-lite.css +1326 -0
  215. package/styles/chat-ui/chat-ui-lite.scss +3 -0
  216. package/styles/chat-ui/chat-ui.css +1618 -0
  217. package/styles/chat-ui/chat-ui.scss +4 -0
  218. package/styles/chat-ui/icons/_fabric-dark.scss +72 -0
  219. package/styles/chat-ui/index-lite.css +15 -0
  220. package/styles/chat-ui/index-lite.scss +15 -0
  221. package/styles/chat-ui/index.css +15 -0
  222. package/styles/chat-ui/index.scss +15 -0
  223. package/styles/check-box/_all.scss +2 -0
  224. package/styles/check-box/_bigger.scss +252 -0
  225. package/styles/check-box/_fabric-dark-definition.scss +94 -0
  226. package/styles/check-box/_layout.scss +330 -0
  227. package/styles/check-box/_theme.scss +286 -0
  228. package/styles/check-box/_variables.scss +2 -0
  229. package/styles/check-box/check-box-lite.css +389 -0
  230. package/styles/check-box/check-box-lite.scss +3 -0
  231. package/styles/check-box/check-box.css +558 -0
  232. package/styles/check-box/check-box.scss +4 -0
  233. package/styles/check-box/icons/_fabric-dark.scss +19 -0
  234. package/styles/check-box/index-lite.css +2 -0
  235. package/styles/check-box/index-lite.scss +2 -0
  236. package/styles/check-box/index.css +2 -0
  237. package/styles/check-box/index.scss +2 -0
  238. package/styles/chips/_all.scss +2 -0
  239. package/styles/chips/_bigger.scss +150 -0
  240. package/styles/chips/_fabric-dark-definition.scss +593 -0
  241. package/styles/chips/_layout.scss +240 -0
  242. package/styles/chips/_theme.scss +909 -0
  243. package/styles/chips/_variables.scss +2 -0
  244. package/styles/chips/chips-lite.css +1881 -0
  245. package/styles/chips/chips-lite.scss +3 -0
  246. package/styles/chips/chips.css +1979 -0
  247. package/styles/chips/chips.scss +4 -0
  248. package/styles/chips/icons/_fabric-dark.scss +17 -0
  249. package/styles/chips/index-lite.css +2 -0
  250. package/styles/chips/index-lite.scss +2 -0
  251. package/styles/chips/index.css +2 -0
  252. package/styles/chips/index.scss +2 -0
  253. package/styles/color-picker/_all.scss +2 -0
  254. package/styles/color-picker/_bigger.scss +550 -0
  255. package/styles/color-picker/_fabric-dark-definition.scss +180 -0
  256. package/styles/color-picker/_layout.scss +970 -0
  257. package/styles/color-picker/_theme.scss +217 -0
  258. package/styles/color-picker/_variables.scss +2 -0
  259. package/styles/color-picker/color-picker-lite.css +585 -0
  260. package/styles/color-picker/color-picker-lite.scss +3 -0
  261. package/styles/color-picker/color-picker.css +773 -0
  262. package/styles/color-picker/color-picker.scss +4 -0
  263. package/styles/color-picker/icons/_fabric-dark.scss +10 -0
  264. package/styles/color-picker/index-lite.css +10 -0
  265. package/styles/color-picker/index-lite.scss +10 -0
  266. package/styles/color-picker/index.css +10 -0
  267. package/styles/color-picker/index.scss +10 -0
  268. package/styles/combo-box/_all.scss +1 -0
  269. package/styles/combo-box/_fabric-dark-definition.scss +2 -0
  270. package/styles/combo-box/_variables.scss +2 -0
  271. package/styles/combo-box/combo-box.css +1 -0
  272. package/styles/combo-box/combo-box.scss +2 -0
  273. package/styles/combo-box/index.css +7 -0
  274. package/styles/combo-box/index.scss +7 -0
  275. package/styles/context-menu/_all.scss +2 -0
  276. package/styles/context-menu/_bigger.scss +111 -0
  277. package/styles/context-menu/_fabric-dark-definition.scss +66 -0
  278. package/styles/context-menu/_layout-mixin.scss +144 -0
  279. package/styles/context-menu/_layout.scss +181 -0
  280. package/styles/context-menu/_theme-mixin.scss +87 -0
  281. package/styles/context-menu/_theme.scss +79 -0
  282. package/styles/context-menu/_variables.scss +2 -0
  283. package/styles/context-menu/context-menu-lite.css +320 -0
  284. package/styles/context-menu/context-menu-lite.scss +3 -0
  285. package/styles/context-menu/context-menu.css +376 -0
  286. package/styles/context-menu/context-menu.scss +4 -0
  287. package/styles/context-menu/icons/_fabric-dark.scss +32 -0
  288. package/styles/context-menu/index-lite.css +2 -0
  289. package/styles/context-menu/index-lite.scss +2 -0
  290. package/styles/context-menu/index.css +2 -0
  291. package/styles/context-menu/index.scss +2 -0
  292. package/styles/dashboard-layout/_all.scss +2 -0
  293. package/styles/dashboard-layout/_bigger.scss +40 -0
  294. package/styles/dashboard-layout/_fabric-dark-definition.scss +106 -0
  295. package/styles/dashboard-layout/_layout.scss +234 -0
  296. package/styles/dashboard-layout/_theme.scss +117 -0
  297. package/styles/dashboard-layout/_variables.scss +2 -0
  298. package/styles/dashboard-layout/dashboard-layout-lite.css +276 -0
  299. package/styles/dashboard-layout/dashboard-layout-lite.scss +3 -0
  300. package/styles/dashboard-layout/dashboard-layout.css +291 -0
  301. package/styles/dashboard-layout/dashboard-layout.scss +4 -0
  302. package/styles/dashboard-layout/icons/_fabric-dark.scss +81 -0
  303. package/styles/dashboard-layout/index-lite.css +2 -0
  304. package/styles/dashboard-layout/index-lite.scss +2 -0
  305. package/styles/dashboard-layout/index.css +2 -0
  306. package/styles/dashboard-layout/index.scss +2 -0
  307. package/styles/data-form/_all.scss +2 -0
  308. package/styles/data-form/_fabric-dark-definition.scss +54 -0
  309. package/styles/data-form/_layout.scss +232 -0
  310. package/styles/data-form/_theme.scss +41 -0
  311. package/styles/data-form/_variables.scss +2 -0
  312. package/styles/data-form/data-form.css +240 -0
  313. package/styles/data-form/data-form.scss +2 -0
  314. package/styles/data-form/index.css +2 -0
  315. package/styles/data-form/index.scss +2 -0
  316. package/styles/datepicker/_all.scss +2 -0
  317. package/styles/datepicker/_bigger.scss +83 -0
  318. package/styles/datepicker/_fabric-dark-definition.scss +126 -0
  319. package/styles/datepicker/_layout.scss +442 -0
  320. package/styles/datepicker/_theme.scss +49 -0
  321. package/styles/datepicker/_variables.scss +2 -0
  322. package/styles/datepicker/datepicker-lite.css +380 -0
  323. package/styles/datepicker/datepicker-lite.scss +3 -0
  324. package/styles/datepicker/datepicker.css +406 -0
  325. package/styles/datepicker/datepicker.scss +4 -0
  326. package/styles/datepicker/icons/_fabric-dark.scss +45 -0
  327. package/styles/datepicker/index-lite.css +6 -0
  328. package/styles/datepicker/index-lite.scss +6 -0
  329. package/styles/datepicker/index.css +6 -0
  330. package/styles/datepicker/index.scss +6 -0
  331. package/styles/daterangepicker/_all.scss +2 -0
  332. package/styles/daterangepicker/_bigger.scss +972 -0
  333. package/styles/daterangepicker/_fabric-dark-definition.scss +284 -0
  334. package/styles/daterangepicker/_layout.scss +814 -0
  335. package/styles/daterangepicker/_theme.scss +429 -0
  336. package/styles/daterangepicker/_variables.scss +2 -0
  337. package/styles/daterangepicker/daterangepicker-lite.css +753 -0
  338. package/styles/daterangepicker/daterangepicker-lite.scss +3 -0
  339. package/styles/daterangepicker/daterangepicker.css +1354 -0
  340. package/styles/daterangepicker/daterangepicker.scss +4 -0
  341. package/styles/daterangepicker/icons/_fabric-dark.scss +71 -0
  342. package/styles/daterangepicker/index-lite.css +8 -0
  343. package/styles/daterangepicker/index-lite.scss +8 -0
  344. package/styles/daterangepicker/index.css +8 -0
  345. package/styles/daterangepicker/index.scss +8 -0
  346. package/styles/datetimepicker/_all.scss +2 -0
  347. package/styles/datetimepicker/_bigger.scss +106 -0
  348. package/styles/datetimepicker/_fabric-dark-definition.scss +71 -0
  349. package/styles/datetimepicker/_layout.scss +193 -0
  350. package/styles/datetimepicker/_theme.scss +96 -0
  351. package/styles/datetimepicker/_variables.scss +2 -0
  352. package/styles/datetimepicker/datetimepicker-lite.css +162 -0
  353. package/styles/datetimepicker/datetimepicker-lite.scss +3 -0
  354. package/styles/datetimepicker/datetimepicker.css +199 -0
  355. package/styles/datetimepicker/datetimepicker.scss +4 -0
  356. package/styles/datetimepicker/icons/_fabric-dark.scss +12 -0
  357. package/styles/datetimepicker/index-lite.css +9 -0
  358. package/styles/datetimepicker/index-lite.scss +9 -0
  359. package/styles/datetimepicker/index.css +9 -0
  360. package/styles/datetimepicker/index.scss +9 -0
  361. package/styles/diagram/_all.scss +1 -0
  362. package/styles/diagram/_definition.scss +54 -0
  363. package/styles/diagram/_fabric-dark-definition.scss +71 -0
  364. package/styles/diagram/_theme.scss +461 -0
  365. package/styles/diagram/_variables.scss +2 -0
  366. package/styles/diagram/diagram.css +449 -0
  367. package/styles/diagram/diagram.scss +2 -0
  368. package/styles/diagram/index.css +5 -0
  369. package/styles/diagram/index.scss +5 -0
  370. package/styles/dialog/_all.scss +2 -0
  371. package/styles/dialog/_bigger.scss +88 -0
  372. package/styles/dialog/_fabric-dark-definition.scss +97 -0
  373. package/styles/dialog/_layout.scss +490 -0
  374. package/styles/dialog/_theme.scss +165 -0
  375. package/styles/dialog/_variables.scss +2 -0
  376. package/styles/dialog/dialog-lite.css +460 -0
  377. package/styles/dialog/dialog-lite.scss +3 -0
  378. package/styles/dialog/dialog.css +506 -0
  379. package/styles/dialog/dialog.scss +4 -0
  380. package/styles/dialog/icons/_fabric-dark.scss +28 -0
  381. package/styles/dialog/index-lite.css +4 -0
  382. package/styles/dialog/index-lite.scss +4 -0
  383. package/styles/dialog/index.css +4 -0
  384. package/styles/dialog/index.scss +4 -0
  385. package/styles/document-editor/_all.scss +3 -0
  386. package/styles/document-editor/_bigger.scss +964 -0
  387. package/styles/document-editor/_fabric-dark-definition.scss +921 -0
  388. package/styles/document-editor/_layout.scss +445 -0
  389. package/styles/document-editor/_theme.scss +2921 -0
  390. package/styles/document-editor/_variables.scss +2 -0
  391. package/styles/document-editor/document-editor-lite.css +3245 -0
  392. package/styles/document-editor/document-editor-lite.scss +3 -0
  393. package/styles/document-editor/document-editor.css +3487 -0
  394. package/styles/document-editor/document-editor.scss +4 -0
  395. package/styles/document-editor/icons/_fabric-dark.scss +666 -0
  396. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +88 -0
  397. package/styles/document-editor/index-lite.css +27 -0
  398. package/styles/document-editor/index-lite.scss +27 -0
  399. package/styles/document-editor/index.css +27 -0
  400. package/styles/document-editor/index.scss +27 -0
  401. package/styles/document-editor-container/_all.scss +2 -0
  402. package/styles/document-editor-container/_bigger.scss +1154 -0
  403. package/styles/document-editor-container/_definition.scss +10 -0
  404. package/styles/document-editor-container/_fabric-dark-definition.scss +370 -0
  405. package/styles/document-editor-container/_layout.scss +240 -0
  406. package/styles/document-editor-container/_theme.scss +1993 -0
  407. package/styles/document-editor-container/_variables.scss +2 -0
  408. package/styles/document-editor-container/document-editor-container-lite.css +1609 -0
  409. package/styles/document-editor-container/document-editor-container-lite.scss +3 -0
  410. package/styles/document-editor-container/document-editor-container.css +2074 -0
  411. package/styles/document-editor-container/document-editor-container.scss +4 -0
  412. package/styles/document-editor-container/icons/_fabric-dark.scss +709 -0
  413. package/styles/document-editor-container/index-lite.css +31 -0
  414. package/styles/document-editor-container/index-lite.scss +31 -0
  415. package/styles/document-editor-container/index.css +31 -0
  416. package/styles/document-editor-container/index.scss +31 -0
  417. package/styles/drawing/_all.scss +1 -0
  418. package/styles/drawing/_definition.scss +1 -0
  419. package/styles/drawing/_fabric-dark-definition.scss +1 -0
  420. package/styles/drawing/_theme.scss +1 -0
  421. package/styles/drawing/_variables.scss +2 -0
  422. package/styles/drawing/drawing.css +2 -0
  423. package/styles/drawing/drawing.scss +2 -0
  424. package/styles/drawing/index.css +2 -0
  425. package/styles/drawing/index.scss +2 -0
  426. package/styles/drop-down-base/_all.scss +2 -0
  427. package/styles/drop-down-base/_bigger.scss +194 -0
  428. package/styles/drop-down-base/_definition.scss +24 -0
  429. package/styles/drop-down-base/_fabric-dark-definition.scss +101 -0
  430. package/styles/drop-down-base/_layout.scss +158 -0
  431. package/styles/drop-down-base/_theme.scss +310 -0
  432. package/styles/drop-down-base/_variables.scss +2 -0
  433. package/styles/drop-down-base/drop-down-base-lite.css +259 -0
  434. package/styles/drop-down-base/drop-down-base-lite.scss +2 -0
  435. package/styles/drop-down-base/drop-down-base.css +323 -0
  436. package/styles/drop-down-base/drop-down-base.scss +3 -0
  437. package/styles/drop-down-base/index-lite.css +2 -0
  438. package/styles/drop-down-base/index-lite.scss +2 -0
  439. package/styles/drop-down-base/index.css +2 -0
  440. package/styles/drop-down-base/index.scss +2 -0
  441. package/styles/drop-down-button/_all.scss +2 -0
  442. package/styles/drop-down-button/_bigger.scss +105 -0
  443. package/styles/drop-down-button/_fabric-dark-definition.scss +63 -0
  444. package/styles/drop-down-button/_layout.scss +248 -0
  445. package/styles/drop-down-button/_theme.scss +106 -0
  446. package/styles/drop-down-button/_variables.scss +2 -0
  447. package/styles/drop-down-button/drop-down-button-lite.css +200 -0
  448. package/styles/drop-down-button/drop-down-button-lite.scss +3 -0
  449. package/styles/drop-down-button/drop-down-button.css +253 -0
  450. package/styles/drop-down-button/drop-down-button.scss +4 -0
  451. package/styles/drop-down-button/icons/_fabric-dark.scss +11 -0
  452. package/styles/drop-down-button/index-lite.css +4 -0
  453. package/styles/drop-down-button/index-lite.scss +4 -0
  454. package/styles/drop-down-button/index.css +4 -0
  455. package/styles/drop-down-button/index.scss +4 -0
  456. package/styles/drop-down-list/_all.scss +2 -0
  457. package/styles/drop-down-list/_bigger.scss +624 -0
  458. package/styles/drop-down-list/_fabric-dark-definition.scss +96 -0
  459. package/styles/drop-down-list/_layout.scss +294 -0
  460. package/styles/drop-down-list/_theme.scss +18 -0
  461. package/styles/drop-down-list/_variables.scss +2 -0
  462. package/styles/drop-down-list/drop-down-list-lite.css +247 -0
  463. package/styles/drop-down-list/drop-down-list-lite.scss +3 -0
  464. package/styles/drop-down-list/drop-down-list.css +333 -0
  465. package/styles/drop-down-list/drop-down-list.scss +4 -0
  466. package/styles/drop-down-list/icons/_fabric-dark.scss +19 -0
  467. package/styles/drop-down-list/index-lite.css +6 -0
  468. package/styles/drop-down-list/index-lite.scss +6 -0
  469. package/styles/drop-down-list/index.css +6 -0
  470. package/styles/drop-down-list/index.scss +6 -0
  471. package/styles/drop-down-tree/_all.scss +2 -0
  472. package/styles/drop-down-tree/_bigger.scss +589 -0
  473. package/styles/drop-down-tree/_fabric-dark-definition.scss +101 -0
  474. package/styles/drop-down-tree/_layout.scss +980 -0
  475. package/styles/drop-down-tree/_theme.scss +144 -0
  476. package/styles/drop-down-tree/_variables.scss +2 -0
  477. package/styles/drop-down-tree/drop-down-tree-lite.css +337 -0
  478. package/styles/drop-down-tree/drop-down-tree-lite.scss +3 -0
  479. package/styles/drop-down-tree/drop-down-tree.css +423 -0
  480. package/styles/drop-down-tree/drop-down-tree.scss +4 -0
  481. package/styles/drop-down-tree/icons/_fabric-dark.scss +12 -0
  482. package/styles/drop-down-tree/index-lite.css +8 -0
  483. package/styles/drop-down-tree/index-lite.scss +8 -0
  484. package/styles/drop-down-tree/index.css +8 -0
  485. package/styles/drop-down-tree/index.scss +8 -0
  486. package/styles/excel-filter/_all.scss +2 -0
  487. package/styles/excel-filter/_bigger.scss +238 -0
  488. package/styles/excel-filter/_fabric-dark-definition.scss +66 -0
  489. package/styles/excel-filter/_layout.scss +405 -0
  490. package/styles/excel-filter/_theme.scss +52 -0
  491. package/styles/excel-filter/_variables.scss +2 -0
  492. package/styles/excel-filter/excel-filter-lite.css +277 -0
  493. package/styles/excel-filter/excel-filter-lite.scss +3 -0
  494. package/styles/excel-filter/excel-filter.css +393 -0
  495. package/styles/excel-filter/excel-filter.scss +4 -0
  496. package/styles/excel-filter/icons/_fabric-dark.scss +37 -0
  497. package/styles/excel-filter/index-lite.css +18 -0
  498. package/styles/excel-filter/index-lite.scss +18 -0
  499. package/styles/excel-filter/index.css +18 -0
  500. package/styles/excel-filter/index.scss +18 -0
  501. package/styles/fabric-dark-lite.css +99 -1
  502. package/styles/fabric-dark-lite.scss +99 -0
  503. package/styles/fabric-dark.css +99 -1
  504. package/styles/fabric-dark.scss +99 -0
  505. package/styles/file-manager/_all.scss +2 -0
  506. package/styles/file-manager/_bigger.scss +869 -0
  507. package/styles/file-manager/_fabric-dark-definition.scss +322 -0
  508. package/styles/file-manager/_layout.scss +1397 -0
  509. package/styles/file-manager/_theme.scss +434 -0
  510. package/styles/file-manager/_variables.scss +2 -0
  511. package/styles/file-manager/file-manager-lite.css +1024 -0
  512. package/styles/file-manager/file-manager-lite.scss +3 -0
  513. package/styles/file-manager/file-manager.css +1608 -0
  514. package/styles/file-manager/file-manager.scss +4 -0
  515. package/styles/file-manager/icons/_fabric-dark.scss +230 -0
  516. package/styles/file-manager/index-lite.css +31 -0
  517. package/styles/file-manager/index-lite.scss +31 -0
  518. package/styles/file-manager/index.css +31 -0
  519. package/styles/file-manager/index.scss +31 -0
  520. package/styles/floating-action-button/_all.scss +2 -0
  521. package/styles/floating-action-button/_bigger.scss +29 -0
  522. package/styles/floating-action-button/_fabric-dark-definition.scss +31 -0
  523. package/styles/floating-action-button/_layout.scss +113 -0
  524. package/styles/floating-action-button/_theme.scss +29 -0
  525. package/styles/floating-action-button/_variables.scss +2 -0
  526. package/styles/floating-action-button/floating-action-button-lite.css +99 -0
  527. package/styles/floating-action-button/floating-action-button-lite.scss +2 -0
  528. package/styles/floating-action-button/floating-action-button.css +135 -0
  529. package/styles/floating-action-button/floating-action-button.scss +3 -0
  530. package/styles/floating-action-button/index-lite.css +3 -0
  531. package/styles/floating-action-button/index-lite.scss +3 -0
  532. package/styles/floating-action-button/index.css +3 -0
  533. package/styles/floating-action-button/index.scss +3 -0
  534. package/styles/gantt/_all.scss +2 -0
  535. package/styles/gantt/_bigger.scss +647 -0
  536. package/styles/gantt/_fabric-dark-definition.scss +234 -0
  537. package/styles/gantt/_layout.scss +1452 -0
  538. package/styles/gantt/_theme.scss +812 -0
  539. package/styles/gantt/_variables.scss +2 -0
  540. package/styles/gantt/gantt-lite.css +1729 -0
  541. package/styles/gantt/gantt-lite.scss +3 -0
  542. package/styles/gantt/gantt.css +2030 -0
  543. package/styles/gantt/gantt.scss +4 -0
  544. package/styles/gantt/icons/_fabric-dark.scss +118 -0
  545. package/styles/gantt/index-lite.css +43 -0
  546. package/styles/gantt/index-lite.scss +43 -0
  547. package/styles/gantt/index.css +43 -0
  548. package/styles/gantt/index.scss +43 -0
  549. package/styles/grid/_all.scss +2 -0
  550. package/styles/grid/_bigger.scss +2481 -0
  551. package/styles/grid/_fabric-dark-definition.scss +600 -0
  552. package/styles/grid/_layout.scss +4393 -0
  553. package/styles/grid/_theme.scss +1033 -0
  554. package/styles/grid/_variables.scss +2 -0
  555. package/styles/grid/grid-lite.css +3947 -0
  556. package/styles/grid/grid-lite.scss +3 -0
  557. package/styles/grid/grid.css +5356 -0
  558. package/styles/grid/grid.scss +4 -0
  559. package/styles/grid/icons/_fabric-dark.scss +375 -0
  560. package/styles/grid/index-lite.css +25 -0
  561. package/styles/grid/index-lite.scss +25 -0
  562. package/styles/grid/index.css +25 -0
  563. package/styles/grid/index.scss +25 -0
  564. package/styles/grid-chart/_all.scss +2 -0
  565. package/styles/grid-chart/_bigger.scss +65 -0
  566. package/styles/grid-chart/_fabric-dark-definition.scss +11 -0
  567. package/styles/grid-chart/_layout.scss +161 -0
  568. package/styles/grid-chart/_theme.scss +63 -0
  569. package/styles/grid-chart/_variables.scss +2 -0
  570. package/styles/grid-chart/grid-chart-lite.css +206 -0
  571. package/styles/grid-chart/grid-chart-lite.scss +3 -0
  572. package/styles/grid-chart/grid-chart.css +239 -0
  573. package/styles/grid-chart/grid-chart.scss +4 -0
  574. package/styles/grid-chart/icons/_fabric-dark.scss +122 -0
  575. package/styles/grid-chart/index-lite.css +33 -0
  576. package/styles/grid-chart/index-lite.scss +33 -0
  577. package/styles/grid-chart/index.css +33 -0
  578. package/styles/grid-chart/index.scss +33 -0
  579. package/styles/h-scroll/_all.scss +2 -0
  580. package/styles/h-scroll/_bigger.scss +40 -0
  581. package/styles/h-scroll/_fabric-dark-definition.scss +65 -0
  582. package/styles/h-scroll/_layout.scss +161 -0
  583. package/styles/h-scroll/_theme.scss +147 -0
  584. package/styles/h-scroll/_variables.scss +2 -0
  585. package/styles/h-scroll/h-scroll-lite.css +222 -0
  586. package/styles/h-scroll/h-scroll-lite.scss +3 -0
  587. package/styles/h-scroll/h-scroll.css +256 -0
  588. package/styles/h-scroll/h-scroll.scss +4 -0
  589. package/styles/h-scroll/icons/_fabric-dark.scss +50 -0
  590. package/styles/h-scroll/index-lite.css +2 -0
  591. package/styles/h-scroll/index-lite.scss +2 -0
  592. package/styles/h-scroll/index.css +2 -0
  593. package/styles/h-scroll/index.scss +2 -0
  594. package/styles/icons/fabric.css +2669 -0
  595. package/styles/icons/fabric.scss +913 -0
  596. package/styles/image-editor/_all.scss +2 -0
  597. package/styles/image-editor/_bigger.scss +323 -0
  598. package/styles/image-editor/_fabric-dark-definition.scss +80 -0
  599. package/styles/image-editor/_layout.scss +948 -0
  600. package/styles/image-editor/_theme.scss +240 -0
  601. package/styles/image-editor/_variables.scss +2 -0
  602. package/styles/image-editor/icons/_fabric-dark.scss +260 -0
  603. package/styles/image-editor/image-editor-lite.css +668 -0
  604. package/styles/image-editor/image-editor-lite.scss +3 -0
  605. package/styles/image-editor/image-editor.css +801 -0
  606. package/styles/image-editor/image-editor.scss +4 -0
  607. package/styles/image-editor/index-lite.css +17 -0
  608. package/styles/image-editor/index-lite.scss +17 -0
  609. package/styles/image-editor/index.css +17 -0
  610. package/styles/image-editor/index.scss +17 -0
  611. package/styles/inline-ai-assist/_all.scss +2 -0
  612. package/styles/inline-ai-assist/_bigger.scss +59 -0
  613. package/styles/inline-ai-assist/_fabric-dark-definition.scss +59 -0
  614. package/styles/inline-ai-assist/_layout.scss +247 -0
  615. package/styles/inline-ai-assist/_theme.scss +108 -0
  616. package/styles/inline-ai-assist/_variables.scss +2 -0
  617. package/styles/inline-ai-assist/icons/_fabric-dark.scss +15 -0
  618. package/styles/inline-ai-assist/index-lite.css +13 -0
  619. package/styles/inline-ai-assist/index-lite.scss +13 -0
  620. package/styles/inline-ai-assist/index.css +13 -0
  621. package/styles/inline-ai-assist/index.scss +13 -0
  622. package/styles/inline-ai-assist/inline-ai-assist-lite.css +340 -0
  623. package/styles/inline-ai-assist/inline-ai-assist-lite.scss +3 -0
  624. package/styles/inline-ai-assist/inline-ai-assist.css +398 -0
  625. package/styles/inline-ai-assist/inline-ai-assist.scss +4 -0
  626. package/styles/inplace-editor/_all.scss +2 -0
  627. package/styles/inplace-editor/_bigger.scss +196 -0
  628. package/styles/inplace-editor/_fabric-dark-definition.scss +83 -0
  629. package/styles/inplace-editor/_layout.scss +444 -0
  630. package/styles/inplace-editor/_theme.scss +255 -0
  631. package/styles/inplace-editor/_variables.scss +2 -0
  632. package/styles/inplace-editor/icons/_fabric-dark.scss +20 -0
  633. package/styles/inplace-editor/index-lite.css +39 -0
  634. package/styles/inplace-editor/index-lite.scss +39 -0
  635. package/styles/inplace-editor/index.css +39 -0
  636. package/styles/inplace-editor/index.scss +39 -0
  637. package/styles/inplace-editor/inplace-editor-lite.css +446 -0
  638. package/styles/inplace-editor/inplace-editor-lite.scss +3 -0
  639. package/styles/inplace-editor/inplace-editor.css +573 -0
  640. package/styles/inplace-editor/inplace-editor.scss +4 -0
  641. package/styles/input/_all.scss +3 -0
  642. package/styles/input/_bigger.scss +6232 -0
  643. package/styles/input/_definition.scss +232 -0
  644. package/styles/input/_fabric-dark-definition.scss +379 -0
  645. package/styles/input/_layout.scss +5747 -0
  646. package/styles/input/_responsive.scss +1 -0
  647. package/styles/input/_theme.scss +2624 -0
  648. package/styles/input/_variables.scss +2 -0
  649. package/styles/input/icons/_fabric-dark.scss +18 -0
  650. package/styles/input/index-lite.css +2 -0
  651. package/styles/input/index-lite.scss +2 -0
  652. package/styles/input/index.css +2 -0
  653. package/styles/input/index.scss +2 -0
  654. package/styles/input/input-lite.css +2351 -0
  655. package/styles/input/input-lite.scss +3 -0
  656. package/styles/input/input.css +4054 -0
  657. package/styles/input/input.scss +4 -0
  658. package/styles/kanban/_all.scss +2 -0
  659. package/styles/kanban/_bigger.scss +172 -0
  660. package/styles/kanban/_fabric-dark-definition.scss +333 -0
  661. package/styles/kanban/_layout.scss +888 -0
  662. package/styles/kanban/_theme.scss +178 -0
  663. package/styles/kanban/_variables.scss +2 -0
  664. package/styles/kanban/icons/_fabric-dark.scss +48 -0
  665. package/styles/kanban/index-lite.css +17 -0
  666. package/styles/kanban/index-lite.scss +17 -0
  667. package/styles/kanban/index.css +17 -0
  668. package/styles/kanban/index.scss +17 -0
  669. package/styles/kanban/kanban-lite.css +844 -0
  670. package/styles/kanban/kanban-lite.scss +3 -0
  671. package/styles/kanban/kanban.css +1019 -0
  672. package/styles/kanban/kanban.scss +4 -0
  673. package/styles/list-box/_all.scss +2 -0
  674. package/styles/list-box/_bigger.scss +184 -0
  675. package/styles/list-box/_fabric-dark-definition.scss +171 -0
  676. package/styles/list-box/_layout.scss +495 -0
  677. package/styles/list-box/_theme.scss +334 -0
  678. package/styles/list-box/_variables.scss +2 -0
  679. package/styles/list-box/icons/_fabric-dark.scss +26 -0
  680. package/styles/list-box/index-lite.css +6 -0
  681. package/styles/list-box/index-lite.scss +6 -0
  682. package/styles/list-box/index.css +6 -0
  683. package/styles/list-box/index.scss +6 -0
  684. package/styles/list-box/list-box-lite.css +747 -0
  685. package/styles/list-box/list-box-lite.scss +3 -0
  686. package/styles/list-box/list-box.css +859 -0
  687. package/styles/list-box/list-box.scss +4 -0
  688. package/styles/list-view/_all.scss +2 -0
  689. package/styles/list-view/_bigger.scss +396 -0
  690. package/styles/list-view/_fabric-dark-definition.scss +130 -0
  691. package/styles/list-view/_layout.scss +386 -0
  692. package/styles/list-view/_theme.scss +332 -0
  693. package/styles/list-view/_variables.scss +2 -0
  694. package/styles/list-view/icons/_fabric-dark.scss +14 -0
  695. package/styles/list-view/index-lite.css +3 -0
  696. package/styles/list-view/index-lite.scss +3 -0
  697. package/styles/list-view/index.css +3 -0
  698. package/styles/list-view/index.scss +3 -0
  699. package/styles/list-view/list-view-lite.css +364 -0
  700. package/styles/list-view/list-view-lite.scss +3 -0
  701. package/styles/list-view/list-view.css +409 -0
  702. package/styles/list-view/list-view.scss +4 -0
  703. package/styles/maskedtextbox/_all.scss +2 -0
  704. package/styles/maskedtextbox/_bigger.scss +61 -0
  705. package/styles/maskedtextbox/_fabric-dark-definition.scss +24 -0
  706. package/styles/maskedtextbox/_layout.scss +98 -0
  707. package/styles/maskedtextbox/_theme.scss +11 -0
  708. package/styles/maskedtextbox/_variables.scss +2 -0
  709. package/styles/maskedtextbox/index-lite.css +3 -0
  710. package/styles/maskedtextbox/index-lite.scss +3 -0
  711. package/styles/maskedtextbox/index.css +3 -0
  712. package/styles/maskedtextbox/index.scss +3 -0
  713. package/styles/maskedtextbox/maskedtextbox-lite.css +60 -0
  714. package/styles/maskedtextbox/maskedtextbox-lite.scss +2 -0
  715. package/styles/maskedtextbox/maskedtextbox.css +134 -0
  716. package/styles/maskedtextbox/maskedtextbox.scss +3 -0
  717. package/styles/mention/_all.scss +1 -0
  718. package/styles/mention/_fabric-dark-definition.scss +2 -0
  719. package/styles/mention/_layout.scss +7 -0
  720. package/styles/mention/_variables.scss +2 -0
  721. package/styles/mention/index.css +3 -0
  722. package/styles/mention/index.scss +3 -0
  723. package/styles/mention/mention.css +0 -0
  724. package/styles/mention/mention.scss +2 -0
  725. package/styles/menu/_all.scss +2 -0
  726. package/styles/menu/_bigger.scss +382 -0
  727. package/styles/menu/_fabric-dark-definition.scss +94 -0
  728. package/styles/menu/_layout.scss +503 -0
  729. package/styles/menu/_theme.scss +430 -0
  730. package/styles/menu/_variables.scss +2 -0
  731. package/styles/menu/icons/_fabric-dark.scss +105 -0
  732. package/styles/menu/index-lite.css +6 -0
  733. package/styles/menu/index-lite.scss +6 -0
  734. package/styles/menu/index.css +6 -0
  735. package/styles/menu/index.scss +6 -0
  736. package/styles/menu/menu-lite.css +767 -0
  737. package/styles/menu/menu-lite.scss +3 -0
  738. package/styles/menu/menu.css +1092 -0
  739. package/styles/menu/menu.scss +4 -0
  740. package/styles/message/_all.scss +2 -0
  741. package/styles/message/_bigger.scss +349 -0
  742. package/styles/message/_fabric-dark-definition.scss +134 -0
  743. package/styles/message/_layout.scss +75 -0
  744. package/styles/message/_theme.scss +448 -0
  745. package/styles/message/_variables.scss +2 -0
  746. package/styles/message/icons/_fabric-dark.scss +30 -0
  747. package/styles/message/index-lite.css +2 -0
  748. package/styles/message/index-lite.scss +2 -0
  749. package/styles/message/index.css +2 -0
  750. package/styles/message/index.scss +2 -0
  751. package/styles/message/message-lite.css +301 -0
  752. package/styles/message/message-lite.scss +3 -0
  753. package/styles/message/message.css +414 -0
  754. package/styles/message/message.scss +4 -0
  755. package/styles/multi-select/_all.scss +2 -0
  756. package/styles/multi-select/_bigger.scss +1578 -0
  757. package/styles/multi-select/_fabric-dark-definition.scss +268 -0
  758. package/styles/multi-select/_layout.scss +1337 -0
  759. package/styles/multi-select/_theme.scss +566 -0
  760. package/styles/multi-select/_variables.scss +2 -0
  761. package/styles/multi-select/icons/_fabric-dark.scss +32 -0
  762. package/styles/multi-select/index-lite.css +8 -0
  763. package/styles/multi-select/index-lite.scss +8 -0
  764. package/styles/multi-select/index.css +8 -0
  765. package/styles/multi-select/index.scss +8 -0
  766. package/styles/multi-select/multi-select-lite.css +856 -0
  767. package/styles/multi-select/multi-select-lite.scss +3 -0
  768. package/styles/multi-select/multi-select.css +1111 -0
  769. package/styles/multi-select/multi-select.scss +4 -0
  770. package/styles/multicolumn-combobox/_all.scss +2 -0
  771. package/styles/multicolumn-combobox/_bigger.scss +47 -0
  772. package/styles/multicolumn-combobox/_fabric-dark-definition.scss +49 -0
  773. package/styles/multicolumn-combobox/_layout.scss +158 -0
  774. package/styles/multicolumn-combobox/_theme.scss +53 -0
  775. package/styles/multicolumn-combobox/_variables.scss +2 -0
  776. package/styles/multicolumn-combobox/icons/_fabric-dark.scss +7 -0
  777. package/styles/multicolumn-combobox/index-lite.css +28 -0
  778. package/styles/multicolumn-combobox/index-lite.scss +28 -0
  779. package/styles/multicolumn-combobox/index.css +28 -0
  780. package/styles/multicolumn-combobox/index.scss +28 -0
  781. package/styles/multicolumn-combobox/multicolumn-combobox-lite.css +190 -0
  782. package/styles/multicolumn-combobox/multicolumn-combobox-lite.scss +3 -0
  783. package/styles/multicolumn-combobox/multicolumn-combobox.css +247 -0
  784. package/styles/multicolumn-combobox/multicolumn-combobox.scss +4 -0
  785. package/styles/numerictextbox/_all.scss +2 -0
  786. package/styles/numerictextbox/_bigger.scss +61 -0
  787. package/styles/numerictextbox/_fabric-dark-definition.scss +26 -0
  788. package/styles/numerictextbox/_layout.scss +85 -0
  789. package/styles/numerictextbox/_theme.scss +24 -0
  790. package/styles/numerictextbox/_variables.scss +2 -0
  791. package/styles/numerictextbox/icons/_fabric-dark.scss +12 -0
  792. package/styles/numerictextbox/index-lite.css +3 -0
  793. package/styles/numerictextbox/index-lite.scss +3 -0
  794. package/styles/numerictextbox/index.css +3 -0
  795. package/styles/numerictextbox/index.scss +3 -0
  796. package/styles/numerictextbox/numerictextbox-lite.css +70 -0
  797. package/styles/numerictextbox/numerictextbox-lite.scss +3 -0
  798. package/styles/numerictextbox/numerictextbox.css +132 -0
  799. package/styles/numerictextbox/numerictextbox.scss +4 -0
  800. package/styles/otp-input/_all.scss +2 -0
  801. package/styles/otp-input/_bigger.scss +66 -0
  802. package/styles/otp-input/_fabric-dark-definition.scss +62 -0
  803. package/styles/otp-input/_layout.scss +95 -0
  804. package/styles/otp-input/_theme.scss +77 -0
  805. package/styles/otp-input/_variables.scss +2 -0
  806. package/styles/otp-input/index-lite.css +2 -0
  807. package/styles/otp-input/index-lite.scss +2 -0
  808. package/styles/otp-input/index.css +2 -0
  809. package/styles/otp-input/index.scss +2 -0
  810. package/styles/otp-input/otp-input-lite.css +133 -0
  811. package/styles/otp-input/otp-input-lite.scss +2 -0
  812. package/styles/otp-input/otp-input.css +217 -0
  813. package/styles/otp-input/otp-input.scss +3 -0
  814. package/styles/pager/_all.scss +2 -0
  815. package/styles/pager/_bigger.scss +365 -0
  816. package/styles/pager/_fabric-dark-definition.scss +154 -0
  817. package/styles/pager/_layout.scss +777 -0
  818. package/styles/pager/_theme.scss +190 -0
  819. package/styles/pager/_variables.scss +2 -0
  820. package/styles/pager/icons/_fabric-dark.scss +51 -0
  821. package/styles/pager/index-lite.css +2 -0
  822. package/styles/pager/index-lite.scss +2 -0
  823. package/styles/pager/index.css +2 -0
  824. package/styles/pager/index.scss +2 -0
  825. package/styles/pager/pager-lite.css +593 -0
  826. package/styles/pager/pager-lite.scss +3 -0
  827. package/styles/pager/pager.css +799 -0
  828. package/styles/pager/pager.scss +4 -0
  829. package/styles/pdfviewer/_all.scss +2 -0
  830. package/styles/pdfviewer/_bigger.scss +1531 -0
  831. package/styles/pdfviewer/_fabric-dark-definition.scss +917 -0
  832. package/styles/pdfviewer/_layout.scss +197 -0
  833. package/styles/pdfviewer/_theme.scss +9139 -0
  834. package/styles/pdfviewer/_variables.scss +2 -0
  835. package/styles/pdfviewer/icons/_fabric-dark.scss +597 -0
  836. package/styles/pdfviewer/index-lite.css +54 -0
  837. package/styles/pdfviewer/index-lite.scss +54 -0
  838. package/styles/pdfviewer/index.css +54 -0
  839. package/styles/pdfviewer/index.scss +54 -0
  840. package/styles/pdfviewer/pdfviewer-lite.css +5172 -0
  841. package/styles/pdfviewer/pdfviewer-lite.scss +3 -0
  842. package/styles/pdfviewer/pdfviewer.css +5511 -0
  843. package/styles/pdfviewer/pdfviewer.scss +4 -0
  844. package/styles/pivotfieldlist/_all.scss +2 -0
  845. package/styles/pivotfieldlist/_bigger.scss +859 -0
  846. package/styles/pivotfieldlist/_fabric-dark-definition.scss +360 -0
  847. package/styles/pivotfieldlist/_layout.scss +1675 -0
  848. package/styles/pivotfieldlist/_theme.scss +1701 -0
  849. package/styles/pivotfieldlist/_variables.scss +2 -0
  850. package/styles/pivotfieldlist/icons/_fabric-dark.scss +358 -0
  851. package/styles/pivotfieldlist/index-lite.css +30 -0
  852. package/styles/pivotfieldlist/index-lite.scss +30 -0
  853. package/styles/pivotfieldlist/index.css +30 -0
  854. package/styles/pivotfieldlist/index.scss +30 -0
  855. package/styles/pivotfieldlist/pivotfieldlist-lite.css +2940 -0
  856. package/styles/pivotfieldlist/pivotfieldlist-lite.scss +3 -0
  857. package/styles/pivotfieldlist/pivotfieldlist.css +3779 -0
  858. package/styles/pivotfieldlist/pivotfieldlist.scss +4 -0
  859. package/styles/pivotview/_all.scss +2 -0
  860. package/styles/pivotview/_bigger.scss +637 -0
  861. package/styles/pivotview/_fabric-dark-definition.scss +294 -0
  862. package/styles/pivotview/_layout.scss +1030 -0
  863. package/styles/pivotview/_theme.scss +1809 -0
  864. package/styles/pivotview/_variables.scss +2 -0
  865. package/styles/pivotview/icons/_fabric-dark.scss +186 -0
  866. package/styles/pivotview/index-lite.css +39 -0
  867. package/styles/pivotview/index-lite.scss +39 -0
  868. package/styles/pivotview/index.css +39 -0
  869. package/styles/pivotview/index.scss +39 -0
  870. package/styles/pivotview/pivotview-lite.css +2291 -0
  871. package/styles/pivotview/pivotview-lite.scss +3 -0
  872. package/styles/pivotview/pivotview.css +3063 -0
  873. package/styles/pivotview/pivotview.scss +4 -0
  874. package/styles/popup/_all.scss +1 -0
  875. package/styles/popup/_fabric-dark-definition.scss +6 -0
  876. package/styles/popup/_layout.scss +20 -0
  877. package/styles/popup/_variables.scss +2 -0
  878. package/styles/popup/index.css +2 -0
  879. package/styles/popup/index.scss +2 -0
  880. package/styles/popup/popup.css +13 -0
  881. package/styles/popup/popup.scss +2 -0
  882. package/styles/progress-button/_all.scss +2 -0
  883. package/styles/progress-button/_bigger.scss +98 -0
  884. package/styles/progress-button/_fabric-dark-definition.scss +40 -0
  885. package/styles/progress-button/_layout.scss +327 -0
  886. package/styles/progress-button/_theme.scss +844 -0
  887. package/styles/progress-button/_variables.scss +2 -0
  888. package/styles/progress-button/index-lite.css +4 -0
  889. package/styles/progress-button/index-lite.scss +4 -0
  890. package/styles/progress-button/index.css +4 -0
  891. package/styles/progress-button/index.scss +4 -0
  892. package/styles/progress-button/progress-button-lite.css +364 -0
  893. package/styles/progress-button/progress-button-lite.scss +2 -0
  894. package/styles/progress-button/progress-button.css +436 -0
  895. package/styles/progress-button/progress-button.scss +3 -0
  896. package/styles/query-builder/_all.scss +2 -0
  897. package/styles/query-builder/_bigger.scss +223 -0
  898. package/styles/query-builder/_fabric-dark-definition.scss +146 -0
  899. package/styles/query-builder/_layout.scss +811 -0
  900. package/styles/query-builder/_theme.scss +240 -0
  901. package/styles/query-builder/_variables.scss +2 -0
  902. package/styles/query-builder/icons/_fabric-dark.scss +12 -0
  903. package/styles/query-builder/index-lite.css +18 -0
  904. package/styles/query-builder/index-lite.scss +18 -0
  905. package/styles/query-builder/index.css +18 -0
  906. package/styles/query-builder/index.scss +18 -0
  907. package/styles/query-builder/query-builder-lite.css +573 -0
  908. package/styles/query-builder/query-builder-lite.scss +3 -0
  909. package/styles/query-builder/query-builder.css +745 -0
  910. package/styles/query-builder/query-builder.scss +4 -0
  911. package/styles/radio-button/_all.scss +2 -0
  912. package/styles/radio-button/_bigger.scss +275 -0
  913. package/styles/radio-button/_fabric-dark-definition.scss +83 -0
  914. package/styles/radio-button/_layout.scss +385 -0
  915. package/styles/radio-button/_theme.scss +194 -0
  916. package/styles/radio-button/_variables.scss +2 -0
  917. package/styles/radio-button/index-lite.css +2 -0
  918. package/styles/radio-button/index-lite.scss +2 -0
  919. package/styles/radio-button/index.css +2 -0
  920. package/styles/radio-button/index.scss +2 -0
  921. package/styles/radio-button/radio-button-lite.css +301 -0
  922. package/styles/radio-button/radio-button-lite.scss +2 -0
  923. package/styles/radio-button/radio-button.css +477 -0
  924. package/styles/radio-button/radio-button.scss +3 -0
  925. package/styles/rating/_all.scss +2 -0
  926. package/styles/rating/_bigger.scss +34 -0
  927. package/styles/rating/_fabric-dark-definition.scss +60 -0
  928. package/styles/rating/_layout.scss +186 -0
  929. package/styles/rating/_theme.scss +199 -0
  930. package/styles/rating/_variables.scss +2 -0
  931. package/styles/rating/index-lite.css +3 -0
  932. package/styles/rating/index-lite.scss +3 -0
  933. package/styles/rating/index.css +3 -0
  934. package/styles/rating/index.scss +3 -0
  935. package/styles/rating/rating-lite.css +245 -0
  936. package/styles/rating/rating-lite.scss +2 -0
  937. package/styles/rating/rating.css +287 -0
  938. package/styles/rating/rating.scss +3 -0
  939. package/styles/recurrence-editor/_all.scss +2 -0
  940. package/styles/recurrence-editor/_bigger.scss +134 -0
  941. package/styles/recurrence-editor/_fabric-dark-definition.scss +41 -0
  942. package/styles/recurrence-editor/_layout.scss +425 -0
  943. package/styles/recurrence-editor/_theme.scss +1 -0
  944. package/styles/recurrence-editor/_variables.scss +2 -0
  945. package/styles/recurrence-editor/index-lite.css +12 -0
  946. package/styles/recurrence-editor/index-lite.scss +12 -0
  947. package/styles/recurrence-editor/index.css +12 -0
  948. package/styles/recurrence-editor/index.scss +12 -0
  949. package/styles/recurrence-editor/recurrence-editor-lite.css +312 -0
  950. package/styles/recurrence-editor/recurrence-editor-lite.scss +2 -0
  951. package/styles/recurrence-editor/recurrence-editor.css +397 -0
  952. package/styles/recurrence-editor/recurrence-editor.scss +3 -0
  953. package/styles/ribbon/_all.scss +2 -0
  954. package/styles/ribbon/_bigger.scss +565 -0
  955. package/styles/ribbon/_fabric-dark-definition.scss +555 -0
  956. package/styles/ribbon/_layout.scss +1484 -0
  957. package/styles/ribbon/_theme.scss +600 -0
  958. package/styles/ribbon/_variables.scss +2 -0
  959. package/styles/ribbon/icons/_fabric-dark.scss +10 -0
  960. package/styles/ribbon/index-lite.css +23 -0
  961. package/styles/ribbon/index-lite.scss +23 -0
  962. package/styles/ribbon/index.css +23 -0
  963. package/styles/ribbon/index.scss +23 -0
  964. package/styles/ribbon/ribbon-lite.css +2076 -0
  965. package/styles/ribbon/ribbon-lite.scss +3 -0
  966. package/styles/ribbon/ribbon.css +2718 -0
  967. package/styles/ribbon/ribbon.scss +4 -0
  968. package/styles/rich-text-editor/_all.scss +2 -0
  969. package/styles/rich-text-editor/_bigger.scss +467 -0
  970. package/styles/rich-text-editor/_fabric-dark-definition.scss +711 -0
  971. package/styles/rich-text-editor/_layout.scss +2767 -0
  972. package/styles/rich-text-editor/_theme.scss +892 -0
  973. package/styles/rich-text-editor/_variables.scss +2 -0
  974. package/styles/rich-text-editor/icons/_fabric-dark.scss +394 -0
  975. package/styles/rich-text-editor/index-lite.css +27 -0
  976. package/styles/rich-text-editor/index-lite.scss +27 -0
  977. package/styles/rich-text-editor/index.css +27 -0
  978. package/styles/rich-text-editor/index.scss +27 -0
  979. package/styles/rich-text-editor/rich-text-editor-lite.css +3530 -0
  980. package/styles/rich-text-editor/rich-text-editor-lite.scss +3 -0
  981. package/styles/rich-text-editor/rich-text-editor.css +3820 -0
  982. package/styles/rich-text-editor/rich-text-editor.scss +4 -0
  983. package/styles/schedule/_all.scss +2 -0
  984. package/styles/schedule/_bigger.scss +802 -0
  985. package/styles/schedule/_fabric-dark-definition.scss +388 -0
  986. package/styles/schedule/_layout.scss +3966 -0
  987. package/styles/schedule/_theme.scss +586 -0
  988. package/styles/schedule/_variables.scss +2 -0
  989. package/styles/schedule/icons/_fabric-dark.scss +224 -0
  990. package/styles/schedule/index-lite.css +25 -0
  991. package/styles/schedule/index-lite.scss +25 -0
  992. package/styles/schedule/index.css +25 -0
  993. package/styles/schedule/index.scss +25 -0
  994. package/styles/schedule/schedule-lite.css +3777 -0
  995. package/styles/schedule/schedule-lite.scss +3 -0
  996. package/styles/schedule/schedule.css +4421 -0
  997. package/styles/schedule/schedule.scss +4 -0
  998. package/styles/sidebar/_all.scss +3 -0
  999. package/styles/sidebar/_fabric-dark-definition.scss +9 -0
  1000. package/styles/sidebar/_icons.scss +1 -0
  1001. package/styles/sidebar/_layout.scss +1 -0
  1002. package/styles/sidebar/_theme.scss +252 -0
  1003. package/styles/sidebar/_variables.scss +2 -0
  1004. package/styles/sidebar/index.css +2 -0
  1005. package/styles/sidebar/index.scss +2 -0
  1006. package/styles/sidebar/sidebar.css +180 -0
  1007. package/styles/sidebar/sidebar.scss +2 -0
  1008. package/styles/signature/_all.scss +2 -0
  1009. package/styles/signature/_fabric-dark-definition.scss +5 -0
  1010. package/styles/signature/_layout.scss +9 -0
  1011. package/styles/signature/_theme.scss +8 -0
  1012. package/styles/signature/_variables.scss +2 -0
  1013. package/styles/signature/index.css +2 -0
  1014. package/styles/signature/index.scss +2 -0
  1015. package/styles/signature/signature.css +8 -0
  1016. package/styles/signature/signature.scss +2 -0
  1017. package/styles/skeleton/_all.scss +2 -0
  1018. package/styles/skeleton/_fabric-dark-definition.scss +17 -0
  1019. package/styles/skeleton/_layout.scss +98 -0
  1020. package/styles/skeleton/_theme.scss +30 -0
  1021. package/styles/skeleton/_variables.scss +2 -0
  1022. package/styles/skeleton/index.css +2 -0
  1023. package/styles/skeleton/index.scss +2 -0
  1024. package/styles/skeleton/skeleton.css +78 -0
  1025. package/styles/skeleton/skeleton.scss +2 -0
  1026. package/styles/slider/_all.scss +3 -0
  1027. package/styles/slider/_bigger.scss +479 -0
  1028. package/styles/slider/_fabric-dark-definition.scss +219 -0
  1029. package/styles/slider/_icons.scss +1 -0
  1030. package/styles/slider/_layout.scss +1616 -0
  1031. package/styles/slider/_theme.scss +246 -0
  1032. package/styles/slider/_variables.scss +2 -0
  1033. package/styles/slider/index-lite.css +4 -0
  1034. package/styles/slider/index-lite.scss +4 -0
  1035. package/styles/slider/index.css +4 -0
  1036. package/styles/slider/index.scss +4 -0
  1037. package/styles/slider/slider-lite.css +463 -0
  1038. package/styles/slider/slider-lite.scss +2 -0
  1039. package/styles/slider/slider.css +485 -0
  1040. package/styles/slider/slider.scss +3 -0
  1041. package/styles/smart-textarea/_all.scss +2 -0
  1042. package/styles/smart-textarea/_fabric-dark-definition.scss +5 -0
  1043. package/styles/smart-textarea/_layout.scss +35 -0
  1044. package/styles/smart-textarea/_theme.scss +17 -0
  1045. package/styles/smart-textarea/_variables.scss +2 -0
  1046. package/styles/smart-textarea/index.css +5 -0
  1047. package/styles/smart-textarea/index.scss +5 -0
  1048. package/styles/smart-textarea/smart-textarea.css +45 -0
  1049. package/styles/smart-textarea/smart-textarea.scss +2 -0
  1050. package/styles/smartpdfviewer/_all.scss +2 -0
  1051. package/styles/smartpdfviewer/_bigger.scss +66 -0
  1052. package/styles/smartpdfviewer/_fabric-dark-definition.scss +96 -0
  1053. package/styles/smartpdfviewer/_layout.scss +1 -0
  1054. package/styles/smartpdfviewer/_theme.scss +368 -0
  1055. package/styles/smartpdfviewer/_variables.scss +2 -0
  1056. package/styles/smartpdfviewer/icons/_fabric-dark.scss +20 -0
  1057. package/styles/smartpdfviewer/index-lite.css +56 -0
  1058. package/styles/smartpdfviewer/index-lite.scss +56 -0
  1059. package/styles/smartpdfviewer/index.css +56 -0
  1060. package/styles/smartpdfviewer/index.scss +56 -0
  1061. package/styles/smartpdfviewer/smartpdfviewer-lite.css +217 -0
  1062. package/styles/smartpdfviewer/smartpdfviewer-lite.scss +3 -0
  1063. package/styles/smartpdfviewer/smartpdfviewer.css +237 -0
  1064. package/styles/smartpdfviewer/smartpdfviewer.scss +4 -0
  1065. package/styles/sortable/_all.scss +1 -0
  1066. package/styles/sortable/_fabric-dark-definition.scss +1 -0
  1067. package/styles/sortable/_layout.scss +29 -0
  1068. package/styles/sortable/_variables.scss +2 -0
  1069. package/styles/sortable/index.css +2 -0
  1070. package/styles/sortable/index.scss +2 -0
  1071. package/styles/sortable/sortable.css +25 -0
  1072. package/styles/sortable/sortable.scss +2 -0
  1073. package/styles/speech-to-text/_all.scss +2 -0
  1074. package/styles/speech-to-text/_bigger.scss +50 -0
  1075. package/styles/speech-to-text/_fabric-dark-definition.scss +32 -0
  1076. package/styles/speech-to-text/_layout.scss +58 -0
  1077. package/styles/speech-to-text/_theme.scss +31 -0
  1078. package/styles/speech-to-text/_variables.scss +2 -0
  1079. package/styles/speech-to-text/icons/_fabric-dark.scss +9 -0
  1080. package/styles/speech-to-text/index-lite.css +4 -0
  1081. package/styles/speech-to-text/index-lite.scss +4 -0
  1082. package/styles/speech-to-text/index.css +4 -0
  1083. package/styles/speech-to-text/index.scss +4 -0
  1084. package/styles/speech-to-text/speech-to-text-lite.css +59 -0
  1085. package/styles/speech-to-text/speech-to-text-lite.scss +3 -0
  1086. package/styles/speech-to-text/speech-to-text.css +87 -0
  1087. package/styles/speech-to-text/speech-to-text.scss +4 -0
  1088. package/styles/speed-dial/_all.scss +2 -0
  1089. package/styles/speed-dial/_bigger.scss +66 -0
  1090. package/styles/speed-dial/_fabric-dark-definition.scss +72 -0
  1091. package/styles/speed-dial/_layout.scss +329 -0
  1092. package/styles/speed-dial/_theme.scss +88 -0
  1093. package/styles/speed-dial/_variables.scss +2 -0
  1094. package/styles/speed-dial/index-lite.css +4 -0
  1095. package/styles/speed-dial/index-lite.scss +4 -0
  1096. package/styles/speed-dial/index.css +4 -0
  1097. package/styles/speed-dial/index.scss +4 -0
  1098. package/styles/speed-dial/speed-dial-lite.css +287 -0
  1099. package/styles/speed-dial/speed-dial-lite.scss +2 -0
  1100. package/styles/speed-dial/speed-dial.css +371 -0
  1101. package/styles/speed-dial/speed-dial.scss +3 -0
  1102. package/styles/spinner/_all.scss +3 -0
  1103. package/styles/spinner/_definition.scss +1 -0
  1104. package/styles/spinner/_fabric-dark-definition.scss +77 -0
  1105. package/styles/spinner/_icons.scss +1 -0
  1106. package/styles/spinner/_layout.scss +162 -0
  1107. package/styles/spinner/_theme.scss +81 -0
  1108. package/styles/spinner/_variables.scss +2 -0
  1109. package/styles/spinner/index.css +2 -0
  1110. package/styles/spinner/index.scss +2 -0
  1111. package/styles/spinner/spinner.css +219 -0
  1112. package/styles/spinner/spinner.scss +2 -0
  1113. package/styles/split-button/_all.scss +2 -0
  1114. package/styles/split-button/_bigger.scss +140 -0
  1115. package/styles/split-button/_fabric-dark-definition.scss +70 -0
  1116. package/styles/split-button/_layout.scss +337 -0
  1117. package/styles/split-button/_theme.scss +191 -0
  1118. package/styles/split-button/_variables.scss +2 -0
  1119. package/styles/split-button/index-lite.css +5 -0
  1120. package/styles/split-button/index-lite.scss +5 -0
  1121. package/styles/split-button/index.css +5 -0
  1122. package/styles/split-button/index.scss +5 -0
  1123. package/styles/split-button/split-button-lite.css +253 -0
  1124. package/styles/split-button/split-button-lite.scss +2 -0
  1125. package/styles/split-button/split-button.css +326 -0
  1126. package/styles/split-button/split-button.scss +3 -0
  1127. package/styles/splitter/_all.scss +3 -0
  1128. package/styles/splitter/_bigger.scss +79 -0
  1129. package/styles/splitter/_definition.scss +1 -0
  1130. package/styles/splitter/_fabric-dark-definition.scss +73 -0
  1131. package/styles/splitter/_layout.scss +362 -0
  1132. package/styles/splitter/_responsive.scss +1 -0
  1133. package/styles/splitter/_theme.scss +204 -0
  1134. package/styles/splitter/_variables.scss +2 -0
  1135. package/styles/splitter/icons/_fabric-dark.scss +35 -0
  1136. package/styles/splitter/index-lite.css +2 -0
  1137. package/styles/splitter/index-lite.scss +2 -0
  1138. package/styles/splitter/index.css +2 -0
  1139. package/styles/splitter/index.scss +2 -0
  1140. package/styles/splitter/splitter-lite.css +456 -0
  1141. package/styles/splitter/splitter-lite.scss +3 -0
  1142. package/styles/splitter/splitter.css +492 -0
  1143. package/styles/splitter/splitter.scss +4 -0
  1144. package/styles/spreadsheet/_all.scss +2 -0
  1145. package/styles/spreadsheet/_bigger.scss +1479 -0
  1146. package/styles/spreadsheet/_fabric-dark-definition.scss +419 -0
  1147. package/styles/spreadsheet/_layout.scss +5512 -0
  1148. package/styles/spreadsheet/_theme.scss +2330 -0
  1149. package/styles/spreadsheet/_variables.scss +2 -0
  1150. package/styles/spreadsheet/icons/_fabric-dark.scss +1186 -0
  1151. package/styles/spreadsheet/index-lite.css +41 -0
  1152. package/styles/spreadsheet/index-lite.scss +41 -0
  1153. package/styles/spreadsheet/index.css +41 -0
  1154. package/styles/spreadsheet/index.scss +41 -0
  1155. package/styles/spreadsheet/spreadsheet-lite.css +5103 -0
  1156. package/styles/spreadsheet/spreadsheet-lite.scss +3 -0
  1157. package/styles/spreadsheet/spreadsheet.css +5411 -0
  1158. package/styles/spreadsheet/spreadsheet.scss +4 -0
  1159. package/styles/spreadsheet-ribbon/_all.scss +2 -0
  1160. package/styles/spreadsheet-ribbon/_bigger.scss +147 -0
  1161. package/styles/spreadsheet-ribbon/_fabric-dark-definition.scss +47 -0
  1162. package/styles/spreadsheet-ribbon/_layout.scss +331 -0
  1163. package/styles/spreadsheet-ribbon/_mixin.scss +72 -0
  1164. package/styles/spreadsheet-ribbon/_theme.scss +178 -0
  1165. package/styles/spreadsheet-ribbon/_variables.scss +2 -0
  1166. package/styles/spreadsheet-ribbon/icons/_fabric-dark.scss +28 -0
  1167. package/styles/spreadsheet-ribbon/index-lite.css +2 -0
  1168. package/styles/spreadsheet-ribbon/index-lite.scss +2 -0
  1169. package/styles/spreadsheet-ribbon/index.css +2 -0
  1170. package/styles/spreadsheet-ribbon/index.scss +2 -0
  1171. package/styles/spreadsheet-ribbon/spreadsheet-ribbon-lite.css +194 -0
  1172. package/styles/spreadsheet-ribbon/spreadsheet-ribbon-lite.scss +3 -0
  1173. package/styles/spreadsheet-ribbon/spreadsheet-ribbon.css +260 -0
  1174. package/styles/spreadsheet-ribbon/spreadsheet-ribbon.scss +4 -0
  1175. package/styles/stepper/_all.scss +2 -0
  1176. package/styles/stepper/_bigger.scss +54 -0
  1177. package/styles/stepper/_fabric-dark-definition.scss +102 -0
  1178. package/styles/stepper/_layout.scss +435 -0
  1179. package/styles/stepper/_theme.scss +197 -0
  1180. package/styles/stepper/_variables.scss +2 -0
  1181. package/styles/stepper/icons/_fabric-dark.scss +6 -0
  1182. package/styles/stepper/index-lite.css +3 -0
  1183. package/styles/stepper/index-lite.scss +3 -0
  1184. package/styles/stepper/index.css +3 -0
  1185. package/styles/stepper/index.scss +3 -0
  1186. package/styles/stepper/stepper-lite.css +569 -0
  1187. package/styles/stepper/stepper-lite.scss +3 -0
  1188. package/styles/stepper/stepper.css +665 -0
  1189. package/styles/stepper/stepper.scss +4 -0
  1190. package/styles/stock-chart/index-lite.css +12 -0
  1191. package/styles/stock-chart/index-lite.scss +12 -0
  1192. package/styles/stock-chart/index.css +12 -0
  1193. package/styles/stock-chart/index.scss +12 -0
  1194. package/styles/switch/_all.scss +2 -0
  1195. package/styles/switch/_bigger.scss +286 -0
  1196. package/styles/switch/_fabric-dark-definition.scss +152 -0
  1197. package/styles/switch/_layout.scss +388 -0
  1198. package/styles/switch/_theme.scss +518 -0
  1199. package/styles/switch/_variables.scss +2 -0
  1200. package/styles/switch/index-lite.css +2 -0
  1201. package/styles/switch/index-lite.scss +2 -0
  1202. package/styles/switch/index.css +2 -0
  1203. package/styles/switch/index.scss +2 -0
  1204. package/styles/switch/switch-lite.css +598 -0
  1205. package/styles/switch/switch-lite.scss +2 -0
  1206. package/styles/switch/switch.css +896 -0
  1207. package/styles/switch/switch.scss +3 -0
  1208. package/styles/tab/_all.scss +2 -0
  1209. package/styles/tab/_bigger.scss +1277 -0
  1210. package/styles/tab/_fabric-dark-definition.scss +691 -0
  1211. package/styles/tab/_icons.scss +35 -0
  1212. package/styles/tab/_layout.scss +2192 -0
  1213. package/styles/tab/_theme.scss +1581 -0
  1214. package/styles/tab/_variables.scss +2 -0
  1215. package/styles/tab/icons/_fabric-dark.scss +99 -0
  1216. package/styles/tab/index-lite.css +7 -0
  1217. package/styles/tab/index-lite.scss +7 -0
  1218. package/styles/tab/index.css +7 -0
  1219. package/styles/tab/index.scss +7 -0
  1220. package/styles/tab/tab-lite.css +2828 -0
  1221. package/styles/tab/tab-lite.scss +3 -0
  1222. package/styles/tab/tab.css +4028 -0
  1223. package/styles/tab/tab.scss +4 -0
  1224. package/styles/textarea/_all.scss +1 -0
  1225. package/styles/textarea/_fabric-dark-definition.scss +15 -0
  1226. package/styles/textarea/_layout.scss +266 -0
  1227. package/styles/textarea/_theme.scss +1 -0
  1228. package/styles/textarea/_variables.scss +2 -0
  1229. package/styles/textarea/index.css +4 -0
  1230. package/styles/textarea/index.scss +4 -0
  1231. package/styles/textarea/textarea.css +472 -0
  1232. package/styles/textarea/textarea.scss +2 -0
  1233. package/styles/textbox/_all.scss +1 -0
  1234. package/styles/textbox/_bigger.scss +464 -0
  1235. package/styles/textbox/_fabric-dark-definition.scss +105 -0
  1236. package/styles/textbox/_layout.scss +601 -0
  1237. package/styles/textbox/_theme.scss +1 -0
  1238. package/styles/textbox/_variables.scss +2 -0
  1239. package/styles/textbox/index-lite.css +3 -0
  1240. package/styles/textbox/index-lite.scss +3 -0
  1241. package/styles/textbox/index.css +3 -0
  1242. package/styles/textbox/index.scss +3 -0
  1243. package/styles/textbox/textbox-lite.css +367 -0
  1244. package/styles/textbox/textbox-lite.scss +2 -0
  1245. package/styles/textbox/textbox.css +624 -0
  1246. package/styles/textbox/textbox.scss +3 -0
  1247. package/styles/timeline/_all.scss +2 -0
  1248. package/styles/timeline/_bigger.scss +49 -0
  1249. package/styles/timeline/_fabric-dark-definition.scss +28 -0
  1250. package/styles/timeline/_layout.scss +277 -0
  1251. package/styles/timeline/_theme.scss +44 -0
  1252. package/styles/timeline/_variables.scss +2 -0
  1253. package/styles/timeline/index-lite.css +2 -0
  1254. package/styles/timeline/index-lite.scss +2 -0
  1255. package/styles/timeline/index.css +2 -0
  1256. package/styles/timeline/index.scss +2 -0
  1257. package/styles/timeline/timeline-lite.css +225 -0
  1258. package/styles/timeline/timeline-lite.scss +2 -0
  1259. package/styles/timeline/timeline.css +264 -0
  1260. package/styles/timeline/timeline.scss +3 -0
  1261. package/styles/timepicker/_all.scss +2 -0
  1262. package/styles/timepicker/_bigger.scss +93 -0
  1263. package/styles/timepicker/_fabric-dark-definition.scss +93 -0
  1264. package/styles/timepicker/_layout.scss +234 -0
  1265. package/styles/timepicker/_theme.scss +135 -0
  1266. package/styles/timepicker/_variables.scss +2 -0
  1267. package/styles/timepicker/icons/_fabric-dark.scss +25 -0
  1268. package/styles/timepicker/index-lite.css +4 -0
  1269. package/styles/timepicker/index-lite.scss +4 -0
  1270. package/styles/timepicker/index.css +4 -0
  1271. package/styles/timepicker/index.scss +4 -0
  1272. package/styles/timepicker/timepicker-lite.css +250 -0
  1273. package/styles/timepicker/timepicker-lite.scss +3 -0
  1274. package/styles/timepicker/timepicker.css +287 -0
  1275. package/styles/timepicker/timepicker.scss +4 -0
  1276. package/styles/toast/_all.scss +2 -0
  1277. package/styles/toast/_bigger.scss +182 -0
  1278. package/styles/toast/_fabric-dark-definition.scss +118 -0
  1279. package/styles/toast/_layout.scss +279 -0
  1280. package/styles/toast/_theme.scss +266 -0
  1281. package/styles/toast/_variables.scss +2 -0
  1282. package/styles/toast/icons/_fabric-dark.scss +29 -0
  1283. package/styles/toast/index-lite.css +3 -0
  1284. package/styles/toast/index-lite.scss +3 -0
  1285. package/styles/toast/index.css +3 -0
  1286. package/styles/toast/index.scss +3 -0
  1287. package/styles/toast/toast-lite.css +328 -0
  1288. package/styles/toast/toast-lite.scss +3 -0
  1289. package/styles/toast/toast.css +451 -0
  1290. package/styles/toast/toast.scss +4 -0
  1291. package/styles/toolbar/_all.scss +2 -0
  1292. package/styles/toolbar/_bigger.scss +332 -0
  1293. package/styles/toolbar/_fabric-dark-definition.scss +223 -0
  1294. package/styles/toolbar/_layout.scss +795 -0
  1295. package/styles/toolbar/_theme.scss +429 -0
  1296. package/styles/toolbar/_variables.scss +2 -0
  1297. package/styles/toolbar/icons/_fabric-dark.scss +15 -0
  1298. package/styles/toolbar/index-lite.css +6 -0
  1299. package/styles/toolbar/index-lite.scss +6 -0
  1300. package/styles/toolbar/index.css +6 -0
  1301. package/styles/toolbar/index.scss +6 -0
  1302. package/styles/toolbar/toolbar-lite.css +856 -0
  1303. package/styles/toolbar/toolbar-lite.scss +3 -0
  1304. package/styles/toolbar/toolbar.css +1121 -0
  1305. package/styles/toolbar/toolbar.scss +4 -0
  1306. package/styles/tooltip/_all.scss +2 -0
  1307. package/styles/tooltip/_bigger.scss +47 -0
  1308. package/styles/tooltip/_fabric-dark-definition.scss +57 -0
  1309. package/styles/tooltip/_layout.scss +101 -0
  1310. package/styles/tooltip/_theme.scss +132 -0
  1311. package/styles/tooltip/_variables.scss +2 -0
  1312. package/styles/tooltip/icons/_fabric-dark.scss +20 -0
  1313. package/styles/tooltip/index-lite.css +2 -0
  1314. package/styles/tooltip/index-lite.scss +2 -0
  1315. package/styles/tooltip/index.css +2 -0
  1316. package/styles/tooltip/index.scss +2 -0
  1317. package/styles/tooltip/tooltip-lite.css +152 -0
  1318. package/styles/tooltip/tooltip-lite.scss +3 -0
  1319. package/styles/tooltip/tooltip.css +161 -0
  1320. package/styles/tooltip/tooltip.scss +4 -0
  1321. package/styles/treegrid/_all.scss +2 -0
  1322. package/styles/treegrid/_bigger.scss +70 -0
  1323. package/styles/treegrid/_fabric-dark-definition.scss +33 -0
  1324. package/styles/treegrid/_icons.scss +47 -0
  1325. package/styles/treegrid/_layout.scss +531 -0
  1326. package/styles/treegrid/_theme.scss +1 -0
  1327. package/styles/treegrid/_variables.scss +2 -0
  1328. package/styles/treegrid/icons/_fabric-dark.scss +48 -0
  1329. package/styles/treegrid/index-lite.css +26 -0
  1330. package/styles/treegrid/index-lite.scss +26 -0
  1331. package/styles/treegrid/index.css +26 -0
  1332. package/styles/treegrid/index.scss +26 -0
  1333. package/styles/treegrid/treegrid-lite.css +384 -0
  1334. package/styles/treegrid/treegrid-lite.scss +3 -0
  1335. package/styles/treegrid/treegrid.css +407 -0
  1336. package/styles/treegrid/treegrid.scss +4 -0
  1337. package/styles/treeview/_all.scss +2 -0
  1338. package/styles/treeview/_bigger.scss +514 -0
  1339. package/styles/treeview/_fabric-dark-definition.scss +155 -0
  1340. package/styles/treeview/_layout.scss +822 -0
  1341. package/styles/treeview/_theme.scss +409 -0
  1342. package/styles/treeview/_variables.scss +2 -0
  1343. package/styles/treeview/icons/_fabric-dark.scss +45 -0
  1344. package/styles/treeview/index-lite.css +4 -0
  1345. package/styles/treeview/index-lite.scss +4 -0
  1346. package/styles/treeview/index.css +4 -0
  1347. package/styles/treeview/index.scss +4 -0
  1348. package/styles/treeview/treeview-lite.css +623 -0
  1349. package/styles/treeview/treeview-lite.scss +3 -0
  1350. package/styles/treeview/treeview.css +772 -0
  1351. package/styles/treeview/treeview.scss +4 -0
  1352. package/styles/uploader/_all.scss +2 -0
  1353. package/styles/uploader/_bigger.scss +814 -0
  1354. package/styles/uploader/_definition.scss +144 -0
  1355. package/styles/uploader/_fabric-dark-definition.scss +228 -0
  1356. package/styles/uploader/_layout.scss +680 -0
  1357. package/styles/uploader/_theme.scss +172 -0
  1358. package/styles/uploader/_variables.scss +2 -0
  1359. package/styles/uploader/icons/_fabric-dark.scss +35 -0
  1360. package/styles/uploader/index-lite.css +4 -0
  1361. package/styles/uploader/index-lite.scss +4 -0
  1362. package/styles/uploader/index.css +4 -0
  1363. package/styles/uploader/index.scss +4 -0
  1364. package/styles/uploader/uploader-lite.css +475 -0
  1365. package/styles/uploader/uploader-lite.scss +3 -0
  1366. package/styles/uploader/uploader.css +953 -0
  1367. package/styles/uploader/uploader.scss +4 -0
  1368. package/styles/v-scroll/_all.scss +2 -0
  1369. package/styles/v-scroll/_bigger.scss +29 -0
  1370. package/styles/v-scroll/_fabric-dark-definition.scss +54 -0
  1371. package/styles/v-scroll/_layout.scss +136 -0
  1372. package/styles/v-scroll/_theme.scss +115 -0
  1373. package/styles/v-scroll/_variables.scss +2 -0
  1374. package/styles/v-scroll/icons/_fabric-dark.scss +28 -0
  1375. package/styles/v-scroll/index-lite.css +2 -0
  1376. package/styles/v-scroll/index-lite.scss +2 -0
  1377. package/styles/v-scroll/index.css +2 -0
  1378. package/styles/v-scroll/index.scss +2 -0
  1379. package/styles/v-scroll/v-scroll-lite.css +178 -0
  1380. package/styles/v-scroll/v-scroll-lite.scss +3 -0
  1381. package/styles/v-scroll/v-scroll.css +198 -0
  1382. package/styles/v-scroll/v-scroll.scss +4 -0
@@ -0,0 +1,2624 @@
1
+ @use 'variables' as *;
2
+ @include export-module('input-theme') {
3
+
4
+ /*! input theme */
5
+
6
+ input.e-input#{$css},
7
+ .e-input-group input.e-input,
8
+ .e-input-group.e-control-wrapper input.e-input,
9
+ .e-input-group textarea.e-input,
10
+ .e-input-group.e-control-wrapper textarea.e-input,
11
+ textarea.e-input#{$css},
12
+ .e-float-input input,
13
+ .e-float-input.e-control-wrapper input,
14
+ .e-float-input textarea,
15
+ .e-float-input.e-control-wrapper textarea {
16
+ background: $input-bg-color;
17
+ border-color: $input-box-border-color;
18
+ color: $input-font-color;
19
+ }
20
+
21
+ .e-input-group,
22
+ .e-input-group.e-control-wrapper,
23
+ .e-float-input,
24
+ .e-float-input.e-input-group,
25
+ .e-float-input.e-control-wrapper,
26
+ .e-float-input.e-input-group.e-control-wrapper {
27
+ background: $input-bg-color;
28
+ color: $input-font-color;
29
+ @if $input-skin-name == 'fluent2' {
30
+ border-bottom-color: $input-border-bottom-color;
31
+ }
32
+ }
33
+
34
+ .e-input-group .e-input-group-icon,
35
+ .e-input-group.e-control-wrapper .e-input-group-icon {
36
+ background: transparent;
37
+ border-color: $input-box-border-color;
38
+ color: $input-icon-font-color;
39
+ @if ($input-skin-name == 'FluentUI') {
40
+ border-color: $input-group-icon-border-color;
41
+ }
42
+ @if ($input-skin-name == 'Material3' or $input-skin-name == 'fluent2') {
43
+ margin: $input-zero-padding-margin;
44
+ }
45
+ }
46
+
47
+ .e-input-group.e-disabled .e-input-group-icon,
48
+ .e-input-group.e-control-wrapper.e-disabled .e-input-group-icon,
49
+ .e-float-input.e-disabled .e-clear-icon,
50
+ .e-float-input.e-control-wrapper.e-disabled .e-clear-icon,
51
+ .e-input-group.e-disabled .e-clear-icon,
52
+ .e-input-group.e-control-wrapper.e-disabled .e-clear-icon {
53
+ color: $input-group-disabled-color;
54
+ }
55
+
56
+ /* stylelint-disable property-no-vendor-prefix */
57
+ /* stylelint-disable selector-no-vendor-prefix */
58
+ .e-input#{$css}[disabled],
59
+ .e-input-group .e-input[disabled],
60
+ .e-input-group.e-control-wrapper .e-input[disabled],
61
+ .e-input-group.e-disabled,
62
+ .e-input-group.e-control-wrapper.e-disabled,
63
+ .e-float-input input[disabled],
64
+ .e-float-input.e-control-wrapper input[disabled],
65
+ .e-float-input textarea[disabled],
66
+ .e-float-input.e-control-wrapper textarea[disabled],
67
+ .e-float-input.e-disabled,
68
+ .e-float-input.e-control-wrapper.e-disabled {
69
+ @if ($input-skin-name != 'bootstrap5' and $input-skin-name != 'bootstrap5.3' and $input-skin-name != 'tailwind3') {
70
+ -webkit-text-fill-color: $input-disable-font-color;
71
+ }
72
+ @if $input-skin-name == 'tailwind3'
73
+ {
74
+ -webkit-text-fill-color: $content-text-color-disabled;
75
+ }
76
+ background: $input-disable-bg-color;
77
+ color: $input-disable-font-color;
78
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' {
79
+ background-image: linear-gradient(90deg, $input-disable-border-color 0, $input-disable-border-color 33%, transparent 0);
80
+ background-position: bottom -1px left 0;
81
+ background-repeat: repeat-x;
82
+ background-size: 4px 1px;
83
+ border-bottom-color: transparent;
84
+ }
85
+
86
+ @else {
87
+ border-color: $input-disable-border-color;
88
+ }
89
+ }
90
+
91
+ .e-input-group input.e-input,
92
+ .e-input-group.e-control-wrapper input.e-input,
93
+ .e-float-input input,
94
+ .e-float-input.e-control-wrapper input,
95
+ .e-input-group textarea.e-input,
96
+ .e-input-group.e-control-wrapper textarea.e-input,
97
+ .e-float-input textarea,
98
+ .e-float-input.e-control-wrapper textarea,
99
+ .e-input-group .e-input[disabled],
100
+ .e-input-group.e-control-wrapper .e-input[disabled],
101
+ .e-input-group.e-disabled input.e-input,
102
+ .e-input-group.e-control-wrapper.e-disabled input.e-input,
103
+ .e-input-group.e-disabled textarea.e-input,
104
+ .e-input-group.e-control-wrapper.e-disabled textarea.e-input {
105
+ background: none;
106
+ color: inherit;
107
+ }
108
+
109
+ .e-input-group .e-input[readonly],
110
+ .e-input-group.e-control-wrapper .e-input[readonly],
111
+ .e-float-input input[readonly],
112
+ .e-float-input.e-control-wrapper input[readonly],
113
+ .e-float-input textarea[readonly],
114
+ .e-float-input.e-control-wrapper textarea[readonly] {
115
+ background: $input-readonly-bg-color;
116
+ @if $input-skin-name == 'bootstrap4' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'bootstrap5.3' {
117
+ color: $input-readonly-color;
118
+ }
119
+ @if $input-skin-name != 'bootstrap4' and $input-skin-name != 'bootstrap5' and $input-skin-name != 'bootstrap5.3' {
120
+ color: inherit;
121
+ }
122
+ }
123
+
124
+ .e-input-group .e-input[readonly] ~ span.e-input-group-icon,
125
+ .e-input-group.e-control-wrapper .e-input[readonly] ~ span.e-input-group-icon,
126
+ .e-float-input input[readonly] ~ span.e-input-group-icon,
127
+ .e-float-input.e-control-wrapper input[readonly] ~ span.e-input-group-icon,
128
+ .e-float-input.e-control-wrapper input[readonly] ~ span.e-clear-icon {
129
+ @if $input-skin-name == 'bootstrap5' or $input-skin-name == 'bootstrap5.3' {
130
+ background: $input-readonly-bg-color;
131
+ color: $input-icon-font-color;
132
+ }
133
+ }
134
+
135
+ .e-float-input.e-disabled input,
136
+ .e-float-input.e-control-wrapper.e-disabled input,
137
+ .e-float-input.e-disabled textarea,
138
+ .e-float-input.e-control-wrapper.e-disabled textarea,
139
+ .e-float-input input[disabled],
140
+ .e-float-input.e-control-wrapper input[disabled],
141
+ .e-float-input textarea[disabled],
142
+ .e-float-input.e-control-wrapper textarea[disabled] {
143
+ color: inherit;
144
+ }
145
+
146
+ /*! Added color to textbox for disbaled state */
147
+ .e-float-input:not(.e-disabled) input[disabled],
148
+ .e-float-input.e-control-wrapper:not(.e-disabled) input[disabled],
149
+ .e-float-input:not(.e-disabled) textarea[disabled],
150
+ .e-float-input.e-control-wrapper:not(.e-disabled) textarea[disabled] {
151
+ -webkit-text-fill-color: $input-disable-font-color;
152
+ color: $input-disable-font-color;
153
+ }
154
+
155
+ .e-input-group.e-disabled .e-input-group-icon,
156
+ .e-input-group.e-control-wrapper.e-disabled .e-input-group-icon {
157
+ background: $input-disabled-group-bg-color;
158
+ border-color: $input-disable-border-color;
159
+ }
160
+
161
+ .e-input-group:not(.e-disabled) .e-input-group-icon:hover,
162
+ .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
163
+ @if $input-skin-name == 'fabric' or $input-skin-name == 'FluentUI' or $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'bootstrap4' or $input-skin-name == 'highcontrast' {
164
+ background: $input-hover-bg-color;
165
+ }
166
+ @if $input-skin-name == 'bootstrap4' {
167
+ border-color: $input-group-border-color-hover;
168
+ }
169
+ @if $input-skin-name == 'highcontrast' {
170
+ border-color: $input-group-border-color-hover;
171
+ }
172
+ @if $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' {
173
+ border: $input-icon-hover-border;
174
+ background: $input-icon-hover-bg-color;
175
+ }
176
+ color: $input-group-hovered-color;
177
+ }
178
+
179
+ .e-input-group.e-disabled .e-input-group-icon:hover,
180
+ .e-input-group.e-control-wrapper.e-disabled .e-input-group-icon:hover {
181
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' {
182
+ background: transparent;
183
+ }
184
+ }
185
+
186
+ .e-input#{$css}.e-success,
187
+ .e-input#{$css}.e-success:focus,
188
+ .e-input-group.e-success input.e-input,
189
+ .e-input-group.e-control-wrapper.e-success input.e-input,
190
+ .e-input-group.e-success .e-input-group-icon,
191
+ .e-input-group.e-control-wrapper.e-success .e-input-group-icon,
192
+ .e-input-group.e-success textarea.e-input,
193
+ .e-input-group.e-control-wrapper.e-success textarea.e-input {
194
+ border-color: $input-success-color;
195
+ }
196
+
197
+ .e-input#{$css}.e-warning,
198
+ .e-input#{$css}.e-warning:focus,
199
+ .e-input-group.e-warning input.e-input,
200
+ .e-input-group.e-control-wrapper.e-warning input.e-input,
201
+ .e-input-group.e-warning .e-input-group-icon,
202
+ .e-input-group.e-control-wrapper.e-warning .e-input-group-icon,
203
+ .e-input-group.e-warning textarea.e-input,
204
+ .e-input-group.e-control-wrapper.e-warning textarea.e-input {
205
+ border-color: $input-warning-color;
206
+ }
207
+
208
+ .e-input + .e-input-group-icon:not(.e-input-group):not(.e-float-icon-left):last-child:hover,
209
+ .e-input-group.e-success .e-input + .e-input-group-icon:last-child:hover,
210
+ .e-input-group.e-success.e-control-wrapper .e-input + .e-input-group-icon:last-child:hover {
211
+ @if $input-skin-name == 'highcontrast' {
212
+ border-color: $input-success-color;
213
+ }
214
+ }
215
+
216
+ .e-input#{$css}.e-error,
217
+ .e-input#{$css}.e-error:focus,
218
+ .e-input-group.e-error input.e-input,
219
+ .e-input-group.e-control-wrapper.e-error input.e-input,
220
+ .e-input-group.e-control-wrapper.e-error .e-input-group-icon,
221
+ .e-input-group.e-error .e-input-group-icon,
222
+ .e-input-group.e-error textarea.e-input,
223
+ .e-input-group.e-control-wrapper.e-error textarea.e-input {
224
+ border-color: $input-error-color;
225
+ }
226
+
227
+ label.e-float-text,
228
+ .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
229
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
230
+ .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
231
+ .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
232
+ .e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
233
+ .e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
234
+ color: $input-header-font-color;
235
+ @if $input-skin-name == 'highcontrast' {
236
+ color: $input-placeholder;
237
+ }
238
+ }
239
+
240
+ .e-float-input.e-error label.e-float-text,
241
+ .e-float-input.e-control-wrapper.e-error label.e-float-text,
242
+ .e-float-input.e-error input:focus ~ label.e-float-text,
243
+ .e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
244
+ .e-float-input.e-error.e-input-focus input ~ label.e-float-text,
245
+ .e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
246
+ .e-float-input.e-error textarea:focus ~ label.e-float-text,
247
+ .e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text {
248
+ color: $input-error-color;
249
+ @if $input-skin-name == 'highcontrast' {
250
+ color: $content-font;
251
+ }
252
+ @if ($input-skin-name == 'FluentUI') {
253
+ color: $float-label-font-color;
254
+ }
255
+ }
256
+
257
+ .e-float-input input,
258
+ .e-float-input textarea,
259
+ .e-float-input.e-control-wrapper input,
260
+ .e-float-input.e-control-wrapper textarea,
261
+ .e-input-group,
262
+ .e-input-group.e-control-wrapper {
263
+ border-bottom-color: $input-box-border-color;
264
+ }
265
+
266
+ .e-float-input.e-success input,
267
+ .e-float-input.e-success textarea,
268
+ .e-float-input.e-control-wrapper.e-success input,
269
+ .e-float-input.e-control-wrapper.e-success textarea {
270
+ @include input-state-color ($input-success-color);
271
+ }
272
+
273
+ .e-float-input.e-warning input,
274
+ .e-float-input.e-control-wrapper.e-warning input,
275
+ .e-float-input.e-warning textarea,
276
+ .e-float-input.e-control-wrapper.e-warning textarea {
277
+ @include input-state-color ($input-warning-color);
278
+ }
279
+
280
+ .e-float-input.e-error input,
281
+ .e-float-input.e-control-wrapper.e-error input,
282
+ .e-float-input.e-error textarea,
283
+ .e-float-input.e-control-wrapper.e-error textarea {
284
+ @include input-state-color ($input-error-color);
285
+ }
286
+
287
+ label.e-float-text,
288
+ .e-float-input label.e-float-text,
289
+ .e-float-input.e-control-wrapper label.e-float-text,
290
+ .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
291
+ .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
292
+ .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
293
+ .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
294
+ label.e-float-text,
295
+ .e-float-input label.e-float-text,
296
+ .e-float-input.e-control-wrapper label.e-float-text,
297
+ .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
298
+
299
+ .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
300
+ .e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
301
+
302
+ .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
303
+
304
+ .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
305
+ .e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
306
+
307
+ .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
308
+
309
+ .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
310
+ .e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
311
+
312
+ .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
313
+
314
+ .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
315
+ .e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
316
+ @if $input-skin-name == 'highcontrast' {
317
+ color: $content-font-alt;
318
+ }
319
+ }
320
+
321
+ .e-float-input:not(.e-input-group) .e-float-line::before,
322
+ .e-float-input:not(.e-input-group) .e-float-line::after,
323
+ .e-float-input:not(.e-input-group) .e-float-line::before,
324
+ .e-float-input:not(.e-input-group) .e-float-line::after,
325
+ .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
326
+ .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after,
327
+ .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
328
+ .e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
329
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' {
330
+ background: $input-active-accent-color;
331
+ }
332
+ }
333
+
334
+ .e-float-input.e-success:not(.e-input-group) .e-float-line::before,
335
+ .e-float-input.e-success:not(.e-input-group) .e-float-line::after,
336
+ .e-float-input.e-success:not(.e-input-group) .e-float-line::before,
337
+ .e-float-input.e-success:not(.e-input-group) .e-float-line::after,
338
+ .e-float-input.e-control-wrapper.e-success:not(.e-input-group) .e-float-line::before,
339
+ .e-float-input.e-control-wrapper.e-success:not(.e-input-group) .e-float-line::after,
340
+ .e-float-input.e-control-wrapper.e-success:not(.e-input-group) .e-float-line::before,
341
+ .e-float-input.e-control-wrapper.e-success:not(.e-input-group) .e-float-line::after {
342
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' {
343
+ background: $input-success-color;
344
+ }
345
+ }
346
+
347
+ .e-float-input.e-warning:not(.e-input-group) .e-float-line::before,
348
+ .e-float-input.e-warning:not(.e-input-group) .e-float-line::after,
349
+ .e-float-input.e-warning:not(.e-input-group) .e-float-line::before,
350
+ .e-float-input.e-warning:not(.e-input-group) .e-float-line::after,
351
+ .e-float-input.e-control-wrapper.e-warning:not(.e-input-group) .e-float-line::before,
352
+ .e-float-input.e-control-wrapper.e-warning:not(.e-input-group) .e-float-line::after,
353
+ .e-float-input.e-control-wrapper.e-warning:not(.e-input-group) .e-float-line::before,
354
+ .e-float-input.e-control-wrapper.e-warning:not(.e-input-group) .e-float-line::after {
355
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' {
356
+ background: $input-warning-color;
357
+ }
358
+ }
359
+
360
+ input.e-input#{$css}:-moz-placeholder,
361
+ input.e-input#{$css}:-moz-placeholder,
362
+ textarea.e-input#{$css}:-moz-placeholder,
363
+ input.e-input#{$css}::-moz-placeholder,
364
+ textarea.e-input#{$css}::-moz-placeholder,
365
+ .e-input-group input.e-input:-moz-placeholder,
366
+ .e-input-group input.e-input:-moz-placeholder,
367
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder,
368
+ .e-input-group input.e-input:-moz-placeholder,
369
+ .e-input-group.e-control-wrapper input.e-input:-moz-placeholder,
370
+ .e-input-group textarea.e-input:-moz-placeholder,
371
+ .e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder,
372
+ .e-input-group input.e-input::-moz-placeholder,
373
+ .e-input-group.e-control-wrapper input.e-input::-moz-placeholder,
374
+ .e-input-group textarea.e-input::-moz-placeholder,
375
+ .e-input-group.e-control-wrapper textarea.e-input::-moz-placeholder {
376
+ color: $input-placeholder;
377
+ }
378
+
379
+ input.e-input#{$css}::-webkit-input-placeholder,
380
+ textarea.e-input#{$css}::-webkit-input-placeholder,
381
+ .e-input-group input.e-input::-webkit-input-placeholder,
382
+ .e-input-group textarea.e-input::-webkit-input-placeholder,
383
+ .e-input-group.e-control-wrapper input.e-input::-webkit-input-placeholder,
384
+ .e-input-group.e-control-wrapper textarea.e-input::-webkit-input-placeholder {
385
+ color: $input-placeholder;
386
+ }
387
+
388
+ input.e-input#{$css}:-ms-input-placeholder,
389
+ textarea.e-input#{$css}:-ms-input-placeholder,
390
+ .e-input-group input.e-input:-ms-input-placeholder,
391
+ .e-input-group.e-control-wrapper input.e-input:-ms-input-placeholder,
392
+ .e-input-group.e-control-wrapper textarea.e-input:-ms-input-placeholder,
393
+ .e-input-group textarea.e-input:-ms-input-placeholder {
394
+ color: $input-placeholder;
395
+ }
396
+
397
+ .e-float-input:not(.e-error):not(.e-input-focus):not(.e-disabled) input:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
398
+ .e-float-input:not(.e-error):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
399
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus):not(.e-disabled) input:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
400
+ .e-float-input:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
401
+ .e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
402
+ .e-float-input.e-control-wrapper:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top) {
403
+ color: $input-placeholder;
404
+ }
405
+
406
+ .e-float-input.e-error:not(.e-input-group) .e-float-line::before,
407
+ .e-float-input.e-error:not(.e-input-group) .e-float-line::after,
408
+ .e-float-input.e-error:not(.e-input-group) .e-float-line::before,
409
+ .e-float-input.e-error:not(.e-input-group) .e-float-line::after,
410
+ .e-float-input.e-control-wrapper.e-error:not(.e-input-group) .e-float-line::before,
411
+ .e-float-input.e-control-wrapper.e-error:not(.e-input-group) .e-float-line::after,
412
+ .e-float-input.e-control-wrapper.e-error:not(.e-input-group) .e-float-line::before,
413
+ .e-float-input.e-control-wrapper.e-error:not(.e-input-group) .e-float-line::after {
414
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
415
+ background: $input-error-color;
416
+ }
417
+ }
418
+
419
+ .e-input-group:not(.e-disabled) .e-input-group-icon:active,
420
+ .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:active {
421
+ @if $skin-name != 'bootstrap5.3' and $skin-name != 'tailwind3' {
422
+ background: $input-group-pressed-bg;
423
+ }
424
+ color: $input-group-pressed-color;
425
+ @if $input-skin-name == 'bootstrap' {
426
+ -webkit-box-shadow: $input-icon-shadow;
427
+ box-shadow: $input-icon-shadow;
428
+ }
429
+ @if $input-skin-name == 'bootstrap4' {
430
+ -webkit-box-shadow: $input-icon-shadow;
431
+ border-color: $pressed-border-color;
432
+ box-shadow: $input-icon-shadow;
433
+ }
434
+ @if $input-skin-name == 'highcontrast' {
435
+ border-left-color: transparent;
436
+ border-right-color: transparent;
437
+ }
438
+ }
439
+
440
+ .e-float-input.e-input-group.e-small.e-float-icon-left .e-input-group-icon:last-child:hover,
441
+ .e-float-input.e-input-group.e-float-icon-left .e-input-group-icon:last-child:hover,
442
+ .e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left .e-input-group-icon:last-child:hover,
443
+ .e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-group-icon:last-child:hover,
444
+ .e-float-input.e-input-group.e-small:not(.e-float-icon-left):not(.e-input-group):not(.e-disabled) .e-input-group-icon:last-child:hover,
445
+ .e-float-input.e-control-wrapper.e-input-group.e-small:not(.e-float-icon-left):not(.e-input-group):not(.e-disabled) .e-input-group-icon:last-child:hover,
446
+ .e-input-group.e-small:not(.e-disabled):not(.e-float-input):not(.e-rtl) .e-input-group-icon:last-child:hover,
447
+ .e-input-group.e-float-icon-left .e-input-group-icon:last-child:hover,
448
+ .e-input-group.e-control-wrapper.e-small:not(.e-disabled):not(.e-float-input):not(.e-rtl) .e-input-group-icon:last-child:hover,
449
+ .e-input-group.e-control-wrapper.e-float-icon-left .e-input-group-icon:last-child:hover,
450
+ .e-input-group:not(.e-rtl):not(.e-disabled) .e-input + .e-input-group-icon:last-child:hover,
451
+ .e-input-group.e-control-wrapper:not(.e-rtl):not(.e-disabled) .e-input + .e-input-group-icon:last-child:hover,
452
+ .e-input-group:not(.e-disabled) .e-input-group-icon:not(:last-child):hover + .e-input-group-icon:not(:last-child):hover,
453
+ .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:not(:last-child):hover + .e-input-group-icon:not(:last-child):hover,
454
+ .e-input-group:not(.e-rtl):not(.e-disabled) .e-input-group-icon:last-child:hover,
455
+ .e-input-group.e-control-wrapper:not(.e-rtl):not(.e-disabled) .e-input-group-icon:last-child:hover {
456
+ @if $input-skin-name == 'highcontrast' {
457
+ border-right-color: transparent;
458
+ background-color: $input-hover-bg-color;
459
+ }
460
+ }
461
+
462
+ .e-float-input.e-input-group.e-small.e-float-icon-left .e-input-group-icon:not(:last-child):hover,
463
+ .e-float-input.e-input-group.e-float-icon-left .e-input-group-icon:not(:last-child):hover,
464
+ .e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left .e-input-group-icon:not(:last-child):hover,
465
+ .e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-group-icon:not(:last-child):hover,
466
+ .e-input-group.e-small.e-float-icon-left:not(.e-disabled) .e-input-group-icon:first-child:hover,
467
+ .e-input-group.e-control-wrapper.e-small.e-float-icon-left:not(.e-disabled) .e-input-group-icon:first-child:hover,
468
+ .e-input-group.e-small:not(.e-disabled) .e-input-group-icon:first-child:hover,
469
+ .e-input-group.e-float-icon-left .e-input-group-icon:first-child:hover,
470
+ .e-input-group.e-control-wrapper.e-small:not(.e-disabled) .e-input-group-icon:first-child:hover,
471
+ .e-input-group.e-control-wrapper.e-float-icon-left .e-input-group-icon:first-child:hover,
472
+ .e-input-group.e-rtl:not(.e-disabled) .e-input-group-icon:last-child:hover,
473
+ .e-input-group.e-control-wrapper.e-rtl:not(.e-disabled) .e-input-group-icon:last-child:hover,
474
+ .e-input-group:not(.e-disabled) .e-input-group-icon:first-child:hover,
475
+ .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:first-child:hover {
476
+ @if $input-skin-name == 'highcontrast' {
477
+ border-left-color: transparent;
478
+ }
479
+ }
480
+
481
+ input.e-input#{$css}::selection,
482
+ textarea.e-input#{$css}::selection,
483
+ .e-input-group input.e-input::selection,
484
+ .e-input-group.e-control-wrapper input.e-input::selection,
485
+ .e-float-input input::selection,
486
+ .e-float-input.e-control-wrapper input::selection,
487
+ .e-input-group textarea.e-input::selection,
488
+ .e-input-group.e-control-wrapper textarea.e-input::selection,
489
+ .e-float-input textarea::selection,
490
+ .e-float-input.e-control-wrapper textarea::selection,
491
+ .e-float-input.e-small textarea::selection,
492
+ .e-float-input textarea::selection {
493
+ @include input-selection;
494
+ }
495
+
496
+ .e-input-group:not(.e-float-icon-left):not(.e-float-input)::before,
497
+ .e-input-group:not(.e-float-icon-left):not(.e-float-input)::after,
498
+ .e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
499
+ .e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after,
500
+ .e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before,
501
+ .e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after,
502
+ .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
503
+ .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after,
504
+ .e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::before,
505
+ .e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::after,
506
+ .e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before,
507
+ .e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after,
508
+ .e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::before,
509
+ .e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::after,
510
+ .e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before,
511
+ .e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after,
512
+ .e-filled.e-input-group.e-float-icon-left:not(.e-float-input)::before,
513
+ .e-filled.e-input-group.e-float-icon-left:not(.e-float-input)::after,
514
+ .e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::before,
515
+ .e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::after,
516
+ .e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line::before,
517
+ .e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line::after,
518
+ .e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::before,
519
+ .e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::after {
520
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
521
+ @include input-group-animation-bg;
522
+ }
523
+ }
524
+
525
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
526
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
527
+ .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input,
528
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input {
529
+ @if $input-skin-name == 'fluent2' {
530
+ border-top: $input-active-border-color;
531
+ }
532
+ }
533
+
534
+ .e-input-group::before,
535
+ .e-input-group::after,
536
+ .e-input-group.e-control-wrapper::before,
537
+ .e-input-group.e-control-wrapper::after {
538
+ @if $input-skin-name != 'material' and $input-skin-name != 'Material3' {
539
+ @include input-group-animation-bg;
540
+ }
541
+ }
542
+
543
+ .e-input-group:not(.e-float-icon-left):not(.e-float-input).e-success::before,
544
+ .e-input-group:not(.e-float-icon-left):not(.e-float-input).e-success::after,
545
+ .e-input-group.e-float-icon-left.e-success:not(.e-float-input) .e-input-in-wrap::before,
546
+ .e-input-group.e-float-icon-left.e-success:not(.e-float-input) .e-input-in-wrap::after,
547
+ .e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-success::before,
548
+ .e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-success::after,
549
+ .e-input-group.e-control-wrapper.e-float-icon-left.e-success:not(.e-float-input) .e-input-in-wrap::before,
550
+ .e-input-group.e-control-wrapper.e-float-icon-left.e-success:not(.e-float-input) .e-input-in-wrap::after,
551
+ .e-float-input.e-input-group:not(.e-float-icon-left).e-success .e-float-line::before,
552
+ .e-float-input.e-input-group:not(.e-float-icon-left).e-success .e-float-line::after,
553
+ .e-float-input.e-input-group.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::before,
554
+ .e-float-input.e-input-group.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::after,
555
+ .e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left).e-success .e-float-line::before,
556
+ .e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left).e-success .e-float-line::after,
557
+ .e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::before,
558
+ .e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::after,
559
+ .e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-success .e-float-line::before,
560
+ .e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-success .e-float-line::after,
561
+ .e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::before,
562
+ .e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::after,
563
+ .e-filled.e-input-group.e-float-icon-left.e-success:not(.e-float-input)::before,
564
+ .e-filled.e-input-group.e-float-icon-left.e-success:not(.e-float-input)::after,
565
+ .e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-success:not(.e-float-input)::before,
566
+ .e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-success:not(.e-float-input)::after,
567
+ .e-filled.e-float-input.e-input-group.e-float-icon-left.e-success .e-float-line::before,
568
+ .e-filled.e-float-input.e-input-group.e-float-icon-left.e-success .e-float-line::after,
569
+ .e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-success .e-float-line::before,
570
+ .e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-success .e-float-line::after,
571
+ .e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-float-line::before,
572
+ .e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-float-line::after {
573
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
574
+ @include input-group-success-animation-bg;
575
+ }
576
+ }
577
+
578
+ .e-input-group.e-success::before,
579
+ .e-input-group.e-success::after,
580
+ .e-input-group.e-control-wrapper.e-success::before,
581
+ .e-input-group.e-control-wrapper.e-success::after {
582
+ @if $input-skin-name != 'material' and $input-skin-name != 'Material3' {
583
+ @include input-group-success-animation-bg;
584
+ }
585
+ }
586
+
587
+ .e-input-group:not(.e-float-icon-left).e-warning:not(.e-float-input)::before,
588
+ .e-input-group:not(.e-float-icon-left).e-warning:not(.e-float-input)::after,
589
+ .e-input-group.e-float-icon-left.e-warning:not(.e-float-input) .e-input-in-wrap::before,
590
+ .e-input-group.e-float-icon-left.e-warning:not(.e-float-input) .e-input-in-wrap::after,
591
+ .e-input-group.e-control-wrapper:not(.e-float-icon-left).e-warning:not(.e-float-input)::before,
592
+ .e-input-group.e-control-wrapper:not(.e-float-icon-left).e-warning:not(.e-float-input)::after,
593
+ .e-input-group.e-control-wrapper.e-float-icon-left.e-warning:not(.e-float-input) .e-input-in-wrap::before,
594
+ .e-input-group.e-control-wrapper.e-float-icon-left.e-warning:not(.e-float-input) .e-input-in-wrap::after,
595
+ .e-float-input.e-input-group:not(.e-float-icon-left).e-warning .e-float-line::before,
596
+ .e-float-input.e-input-group:not(.e-float-icon-left).e-warning .e-float-line::after,
597
+ .e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-warning .e-input-in-wrap .e-float-line::before,
598
+ .e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-warning .e-input-in-wrap .e-float-line::after,
599
+ .e-filled.e-input-group.e-float-icon-left.e-warning:not(.e-float-input)::before,
600
+ .e-filled.e-input-group.e-float-icon-left.e-warning:not(.e-float-input)::after,
601
+ .e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-warning:not(.e-float-input)::before,
602
+ .e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-warning:not(.e-float-input)::after,
603
+ .e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-warning .e-float-line::before,
604
+ .e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-warning .e-float-line::after {
605
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
606
+ @include input-group-warning-animation-bg;
607
+ }
608
+ }
609
+
610
+ .e-input-group.e-warning::before,
611
+ .e-input-group.e-warning::after,
612
+ .e-input-group.e-control-wrapper.e-warning::before,
613
+ .e-input-group.e-control-wrapper.e-warning::after {
614
+ @if $input-skin-name != 'material' and $input-skin-name != 'Material3' {
615
+ @include input-group-warning-animation-bg;
616
+ }
617
+ }
618
+
619
+ .e-input-group:not(.e-float-icon-left).e-error:not(.e-float-input)::before,
620
+ .e-input-group:not(.e-float-icon-left).e-error:not(.e-float-input)::after,
621
+ .e-input-group.e-float-icon-left.e-error:not(.e-float-input) .e-input-in-wrap::before,
622
+ .e-input-group.e-float-icon-left.e-error:not(.e-float-input) .e-input-in-wrap::after,
623
+ .e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error:not(.e-float-input)::before,
624
+ .e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error:not(.e-float-input)::after,
625
+ .e-input-group.e-control-wrapper.e-float-icon-left.e-error:not(.e-float-input) .e-input-in-wrap::before,
626
+ .e-input-group.e-control-wrapper.e-float-icon-left.e-error:not(.e-float-input) .e-input-in-wrap::after,
627
+ .e-float-input.e-input-group:not(.e-float-icon-left).e-error .e-float-line::before,
628
+ .e-float-input.e-input-group:not(.e-float-icon-left).e-error .e-float-line::after,
629
+ .e-float-input.e-input-group.e-float-icon-left.e-error .e-input-in-wrap .e-float-line::before,
630
+ .e-float-input.e-input-group.e-float-icon-left.e-error .e-input-in-wrap .e-float-line::after,
631
+ .e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error .e-float-line::before,
632
+ .e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error .e-float-line::after,
633
+ .e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-input-in-wrap .e-float-line::before,
634
+ .e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-input-in-wrap .e-float-line::after,
635
+ .e-filled.e-input-group.e-float-icon-left.e-error:not(.e-float-input)::before,
636
+ .e-filled.e-input-group.e-float-icon-left.e-error:not(.e-float-input)::after,
637
+ .e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-error:not(.e-float-input)::before,
638
+ .e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-error:not(.e-float-input)::after,
639
+ .e-filled.e-float-input.e-input-group.e-float-icon-left.e-error .e-float-line::before,
640
+ .e-filled.e-float-input.e-input-group.e-float-icon-left.e-error .e-float-line::after,
641
+ .e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-float-line::before,
642
+ .e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-float-line::after {
643
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
644
+ @include input-group-error-animation-bg;
645
+ }
646
+ }
647
+
648
+ .e-input-group.e-error::before,
649
+ .e-input-group.e-error::after,
650
+ .e-input-group.e-control-wrapper.e-error::before,
651
+ .e-input-group.e-control-wrapper.e-error::after {
652
+ @if $input-skin-name != 'material' and $input-skin-name != 'Material3' {
653
+ @include input-group-error-animation-bg;
654
+ }
655
+ }
656
+
657
+ .e-input-group.e-success .e-input-group-icon,
658
+ .e-input-group.e-control-wrapper.e-success .e-input-group-icon,
659
+ .e-input-group.e-warning .e-input-group-icon,
660
+ .e-input-group.e-control-wrapper.e-warning .e-input-group-icon,
661
+ .e-input-group.e-error .e-input-group-icon,
662
+ .e-input-group.e-control-wrapper.e-error .e-input-group-icon {
663
+ color: $input-icon-font-color;
664
+ }
665
+
666
+ .e-input-group.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover,
667
+ .e-input-group.e-control-wrapper.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover,
668
+ .e-input-group.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover,
669
+ .e-input-group.e-control-wrapper.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover,
670
+ .e-input-group.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover,
671
+ .e-input-group.e-control-wrapper.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover {
672
+ color: $input-icon-font-color;
673
+ @if $input-skin-name == 'bootstrap5' or $input-skin-name == 'bootstrap5.3' or $input-skin-name == 'bootstrap4' or $input-skin-name == 'FluentUI' {
674
+ color: $input-group-hovered-color;
675
+ }
676
+ }
677
+
678
+ .e-input-group.e-success:not(.e-disabled) .e-input-group-icon:active,
679
+ .e-input-group.e-control-wrapper.e-success:not(.e-disabled) .e-input-group-icon:active,
680
+ .e-input-group.e-warning:not(.e-disabled) .e-input-group-icon:active,
681
+ .e-input-group.e-control-wrapper.e-warning:not(.e-disabled) .e-input-group-icon:active,
682
+ .e-input-group.e-error:not(.e-disabled) .e-input-group-icon:active,
683
+ .e-input-group.e-control-wrapper.e-error:not(.e-disabled) .e-input-group-icon:active {
684
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
685
+ color: $input-icon-font-color;
686
+ }
687
+ }
688
+
689
+ .e-input-group input.e-input,
690
+ .e-input-group.e-control-wrapper input.e-input,
691
+ .e-input-group textarea.e-input,
692
+ .e-input-group.e-control-wrapper textarea.e-input,
693
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
694
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
695
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input,
696
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input {
697
+ border-color: $input-box-border-color;
698
+ }
699
+
700
+ .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error),
701
+ .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
702
+ .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
703
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
704
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
705
+ .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input,
706
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input {
707
+ @if $input-skin-name != 'fluent2' {
708
+ border-color: $input-active-border-color;
709
+ }
710
+ @if $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' {
711
+ -webkit-box-shadow: $input-border-shadow;
712
+ box-shadow: $input-border-shadow;
713
+ }
714
+ @if $input-skin-name == 'tailwind' or $input-skin-name == 'tailwind3' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'bootstrap5.3' or $input-skin-name == 'FluentUI' {
715
+ border-radius: $input-groupo-focus-border-radius;
716
+ box-shadow: $input-group-focus-box-shadow;
717
+ }
718
+ @if $input-skin-name == 'bootstrap4' {
719
+ transition: $input-transition-shadow;
720
+ }
721
+ @if $input-skin-name == 'fluent2' {
722
+ border-bottom-color: $input-active-border-color;
723
+ padding-bottom: $e-float-input-flu-padding-bottom;
724
+ border-bottom-width: $border-2;
725
+ }
726
+ }
727
+
728
+ textarea.e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
729
+ @if $input-skin-name == 'fluent2' {
730
+ border-bottom-color: $input-active-border-color;
731
+ padding-bottom: $text-area-focus-padding-bottom;
732
+ border-bottom-width: $border-0;
733
+ }
734
+ }
735
+
736
+ .e-input-group .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error),
737
+ .e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
738
+ .e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
739
+ .e-input-group .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
740
+ .e-input-group .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
741
+ .e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input,
742
+ .e-input-group .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input {
743
+ @if $input-skin-name == 'tailwind' or $input-skin-name == 'tailwind3' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'bootstrap5.3' or $input-skin-name == 'FluentUI' {
744
+ box-shadow: none;
745
+ }
746
+ }
747
+
748
+
749
+ .e-input#{$css}:focus:not(.e-success):not(.e-warning).e-error,
750
+ .e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
751
+ .e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
752
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
753
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
754
+ .e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input,
755
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input,
756
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning).e-error,
757
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning).e-error,
758
+ .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error,
759
+ .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error {
760
+ @if $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'bootstrap5.3' or $input-skin-name == 'FluentUI' {
761
+ -webkit-box-shadow: $input-error-border-shadow;
762
+ box-shadow: $input-error-border-shadow;
763
+ }
764
+ }
765
+
766
+
767
+ .e-input#{$css}:focus:not(.e-error):not(.e-warning).e-success,
768
+ .e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
769
+ .e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
770
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
771
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
772
+ .e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input,
773
+ .e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input {
774
+ @if $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'bootstrap5.3' or $input-skin-name == 'FluentUI' {
775
+ -webkit-box-shadow: $input-success-border-shadow;
776
+ box-shadow: $input-success-border-shadow;
777
+ }
778
+ }
779
+
780
+
781
+ .e-input#{$css}:focus:not(.e-success):not(.e-error).e-warning,
782
+ .e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
783
+ .e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
784
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
785
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
786
+ .e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input,
787
+ .e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input,
788
+ .e-input-group.e-input-focus:not(.e-success):not(.e-error).e-warning,
789
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-error).e-warning,
790
+ .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning,
791
+ .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning {
792
+ @if $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'bootstrap5.3' or $input-skin-name == 'FluentUI' {
793
+ -webkit-box-shadow: $input-warning-border-shadow;
794
+ box-shadow: $input-warning-border-shadow;
795
+ }
796
+ }
797
+
798
+ .e-input-group:not(.e-float-input):not(.e-float-icon-left) .e-input:focus:not(.e-success):not(.e-warning):not(.e-error),
799
+ .e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap .e-input:focus:not(.e-success):not(.e-warning):not(.e-error),
800
+ .e-input-group.e-control-wrapper:not(.e-float-input):not(.e-float-icon-left) .e-input:focus:not(.e-success):not(.e-warning):not(.e-error),
801
+ .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap .e-input:focus:not(.e-success):not(.e-warning):not(.e-error),
802
+ .e-input-group:not(.e-float-input):not(.e-float-icon-left).e-input-focus .e-input:not(.e-success):not(.e-warning):not(.e-error),
803
+ .e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap .e-input:not(.e-success):not(.e-warning):not(.e-error),
804
+ .e-input-group.e-control-wrapper:not(.e-float-input):not(.e-float-icon-left).e-input-focus .e-input:not(.e-success):not(.e-warning):not(.e-error),
805
+ .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap .e-input:not(.e-success):not(.e-warning):not(.e-error) {
806
+ @if $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' {
807
+ box-shadow: none;
808
+ }
809
+ }
810
+
811
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,
812
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,
813
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input,
814
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input,
815
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus,
816
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus {
817
+ border-color: $input-group-active-border-color;
818
+ }
819
+
820
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
821
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
822
+ .e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
823
+ .e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
824
+ .e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
825
+ .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
826
+ .e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
827
+ .e-input-group.e-control-wrapper.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
828
+ .e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
829
+ .e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
830
+ .e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
831
+ .e-float-input.e-control-wrapper.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
832
+ .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
833
+ .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) {
834
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
835
+ border-color: $input-group-border-color-focus;
836
+ }
837
+ }
838
+
839
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
840
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
841
+ @if $input-skin-name != 'material' and $input-skin-name != 'Material3' and $input-skin-name != 'fluent2' and $input-skin-name != 'tailwind3' {
842
+ border-color: $input-group-border-color-focus;
843
+ }
844
+ @if $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' {
845
+ -webkit-box-shadow: $input-border-shadow;
846
+ box-shadow: $input-border-shadow;
847
+ }
848
+ @if $input-skin-name == 'bootstrap4' {
849
+ transition: $input-transition-shadow;
850
+ }
851
+ @if $input-skin-name == 'tailwind' or $input-skin-name == 'tailwind3' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'bootstrap5.3' or $input-skin-name == 'FluentUI' {
852
+ border-color: $input-group-border-color-focus;
853
+ border-radius: $input-groupo-focus-border-radius;
854
+ box-shadow: $input-group-focus-box-shadow;
855
+ }
856
+ }
857
+
858
+ .e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
859
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-error):not(.e-warning).e-success,
860
+ .e-input-group:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success,
861
+ .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success {
862
+ @if $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'bootstrap5.3' or $input-skin-name == 'FluentUI' {
863
+ -webkit-box-shadow: $input-success-border-shadow;
864
+ box-shadow: $input-success-border-shadow;
865
+ }
866
+ }
867
+
868
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
869
+ .e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon,
870
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
871
+ .e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon {
872
+ @if ($input-skin-name != 'bootstrap' and $input-skin-name != 'bootstrap4' and $input-skin-name != 'FluentUI' and $input-skin-name != 'bootstrap5' and $input-skin-name != 'bootstrap5.3') {
873
+ border-color: $input-group-border-right-focus;
874
+ }
875
+ }
876
+
877
+ .e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon,
878
+ .e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
879
+ .e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
880
+ .e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus,
881
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon,
882
+ .e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon,
883
+ .e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
884
+ .e-input-focus.e-control-wrapper.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
885
+ .e-input-focus.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus,
886
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon {
887
+ @if ($input-skin-name != 'bootstrap' and $input-skin-name != 'bootstrap4' and $input-skin-name != 'bootstrap5' and $input-skin-name != 'FluentUI' and $input-skin-name != 'bootstrap5.3') {
888
+ border-color: $input-group-border-left-focus;
889
+ }
890
+ }
891
+
892
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
893
+ .e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus,
894
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
895
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
896
+ .e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus,
897
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon {
898
+ @if ($input-skin-name != 'bootstrap' and $input-skin-name != 'bootstrap4' and $input-skin-name != 'bootstrap5' and $input-skin-name != 'bootstrap5.3') {
899
+ border-color: transparent;
900
+ }
901
+ }
902
+
903
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-input-focus,
904
+ .e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap.e-input-focus,
905
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-input-focus,
906
+ .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap.e-input-focus,
907
+ .e-float-input.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap.e-input-focus,
908
+ .e-float-input.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap.e-input-focus {
909
+ @if $input-skin-name == 'fluent2' {
910
+ border-bottom-color: $input-group-focus-border-bottom-color;
911
+ }
912
+ }
913
+
914
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
915
+ .e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
916
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
917
+ .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
918
+ .e-float-input.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
919
+ .e-float-input.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap {
920
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
921
+ border-color: $input-group-full-border-color;
922
+ }
923
+ @else if $input-skin-name == 'fluent2' {
924
+ border-bottom-color: $input-group-full-border-bottom-color;
925
+ }
926
+ }
927
+
928
+ .e-input-group:not(.e-success):not(.e-warning):not(.e-error),
929
+ .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
930
+ @if $input-skin-name != 'material' and $input-skin-name != 'Material3' and $input-skin-name != 'fluent2' {
931
+ border-color: $input-group-full-border-color;
932
+ }
933
+ @if $input-skin-name == 'tailwind' or $input-skin-name == 'tailwind3' {
934
+ box-shadow: $input-group-border-shadow;
935
+ }
936
+ @if $input-skin-name == 'FluentUI' {
937
+ box-shadow: none;
938
+ }
939
+ }
940
+
941
+
942
+ .e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),
943
+ .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) {
944
+ @if $input-skin-name == 'fabric' or $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'bootstrap5.3' or $input-skin-name == 'highcontrast' {
945
+ border-color: $input-active-border-color;
946
+ }
947
+ @if $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' {
948
+ -webkit-box-shadow: $input-border-shadow;
949
+ box-shadow: $input-border-shadow;
950
+ }
951
+ @if $input-skin-name == 'bootstrap5' or $input-skin-name == 'bootstrap5.3' {
952
+ box-shadow: $input-group-focus-box-shadow;
953
+ }
954
+ }
955
+
956
+ .e-input-group.e-disabled:not(.e-success):not(.e-warning):not(.e-error),
957
+ .e-input-group.e-control-wrapper.e-disabled:not(.e-success):not(.e-warning):not(.e-error) {
958
+ @if $input-skin-name == 'fabric' or $input-skin-name == 'FluentUI' or $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' or $input-skin-name == 'highcontrast' {
959
+ border-color: $input-disable-border-color;
960
+ }
961
+ }
962
+
963
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) .e-input:focus,
964
+ .e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
965
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) .e-input:focus,
966
+ .e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
967
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) .e-input,
968
+ .e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input,
969
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) .e-input,
970
+ .e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input {
971
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' {
972
+ border-bottom-color: transparent;
973
+ border-top-color: transparent;
974
+ }
975
+ }
976
+
977
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
978
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
979
+ .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input,
980
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input {
981
+ @if $input-skin-name != 'material' and $input-skin-name != 'Material3' {
982
+ border-bottom-color: transparent;
983
+ border-top-color: transparent;
984
+ }
985
+ }
986
+
987
+ .e-input-group.e-success,
988
+ .e-input-group.e-control-wrapper.e-success,
989
+ .e-float-icon-left.e-input-group.e-success,
990
+ .e-float-icon-left.e-control-wrapper.e-input-group.e-success,
991
+ .e-input-group.e-warning,
992
+ .e-input-group.e-control-wrapper.e-warning,
993
+ .e-float-icon-left.e-input-group.e-warning,
994
+ .e-float-icon-left.e-input-group.e-control-wrapper.e-warning,
995
+ .e-input-group.e-error,
996
+ .e-input-group.e-control-wrapper.e-error,
997
+ .e-float-icon-left.e-input-group.e-error,
998
+ .e-float-icon-left.e-input-group.e-control-wrapper.e-error,
999
+ .e-input-group.e-float-icon-left,
1000
+ .e-input-group.e-control-wrapper.e-float-icon-left {
1001
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1002
+ border-color: transparent;
1003
+ }
1004
+ }
1005
+
1006
+ .e-input-group.e-success,
1007
+ .e-input-group.e-control-wrapper.e-success,
1008
+ .e-input-group.e-success:not(.e-float-icon-left),
1009
+ .e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left) {
1010
+ @include input-state-color ($input-group-success-color);
1011
+ }
1012
+
1013
+ .e-input-group.e-success.e-input-focus,
1014
+ .e-input-group.e-control-wrapper.e-success.e-input-focus,
1015
+ .e-input-group.e-success:not(.e-float-icon-left).e-input-focus,
1016
+ .e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left).e-input-focus {
1017
+ @if $skin-name == 'tailwind3' {
1018
+ box-shadow: $input-success-focus-box-shadow;
1019
+ }
1020
+ }
1021
+
1022
+ .e-input-group.e-float-icon-left.e-success .e-input-in-wrap,
1023
+ .e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-input-in-wrap {
1024
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' {
1025
+ @include input-state-color ($input-group-success-color);
1026
+ }
1027
+ }
1028
+
1029
+ .e-input-group.e-warning,
1030
+ .e-input-group.e-control-wrapper.e-warning,
1031
+ .e-input-group.e-warning:not(.e-float-icon-left),
1032
+ .e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left) {
1033
+ @include input-state-color ($input-group-warning-color);
1034
+ }
1035
+
1036
+ .e-input-group.e-warning.e-input-focus,
1037
+ .e-input-group.e-control-wrapper.e-warning.e-input-focus,
1038
+ .e-input-group.e-warning:not(.e-float-icon-left).e-input-focus,
1039
+ .e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left).e-input-focus {
1040
+ @if $skin-name == 'tailwind3' {
1041
+ box-shadow: $input-warning-focus-box-shadow;
1042
+ }
1043
+ }
1044
+
1045
+ .e-input-group.e-float-icon-left.e-warning .e-input-in-wrap,
1046
+ .e-input-group.e-control-wrapper.e-float-icon-left.e-warning .e-input-in-wrap {
1047
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' {
1048
+ @include input-state-color ($input-group-warning-color);
1049
+ }
1050
+ }
1051
+
1052
+ .e-input-group.e-error,
1053
+ .e-input-group.e-control-wrapper.e-error,
1054
+ .e-input-group.e-error:not(.e-float-icon-left),
1055
+ .e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
1056
+ @include input-state-color ($input-group-error-color);
1057
+ }
1058
+
1059
+ .e-input-group.e-error.e-input-focus,
1060
+ .e-input-group.e-control-wrapper.e-error.e-input-focus,
1061
+ .e-input-group.e-error:not(.e-float-icon-left).e-input-focus,
1062
+ .e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left).e-input-focus {
1063
+ @if $skin-name == 'tailwind3' {
1064
+ box-shadow: $input-error-focus-box-shadow;
1065
+ }
1066
+ }
1067
+
1068
+ .e-input-group.e-float-icon-left.e-error .e-input-in-wrap,
1069
+ .e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-input-in-wrap {
1070
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' {
1071
+ @include input-state-color ($input-group-error-color);
1072
+ }
1073
+ }
1074
+
1075
+ .e-float-input .e-clear-icon,
1076
+ .e-float-input.e-control-wrapper .e-clear-icon,
1077
+ .e-input-group .e-clear-icon,
1078
+ .e-input-group.e-control-wrapper .e-clear-icon {
1079
+ color: $input-clear-icon-color;
1080
+ }
1081
+
1082
+ .e-float-input .e-clear-icon:active,
1083
+ .e-float-input.e-control-wrapper .e-clear-icon:active,
1084
+ .e-input-group .e-clear-icon:active,
1085
+ .e-input-group.e-control-wrapper .e-clear-icon:active {
1086
+ @if ($input-skin-name == 'FluentUI') {
1087
+ color: $input-group-pressed-color;
1088
+ }
1089
+ }
1090
+
1091
+ .e-float-input .e-clear-icon:hover,
1092
+ .e-float-input.e-control-wrapper .e-clear-icon:hover,
1093
+ .e-input-group .e-clear-icon:hover,
1094
+ .e-input-group.e-control-wrapper .e-clear-icon:hover {
1095
+ color: $input-clear-icon-hover-color;
1096
+ @if ($input-skin-name == 'FluentUI') {
1097
+ background: $input-clear-icon-hover-bg-color;
1098
+ }
1099
+ @if $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' {
1100
+ border: $input-clear-icon-hover-border;
1101
+ background: $input-clear-icon-hover-bg-color;
1102
+ }
1103
+ }
1104
+
1105
+ .e-float-input:not(.e-disabled) .e-clear-icon:hover,
1106
+ .e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover,
1107
+ .e-input-group:not(.e-disabled) .e-clear-icon:hover,
1108
+ .e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover {
1109
+ @if $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' {
1110
+ color: $input-clear-icon-hover-color;
1111
+ }
1112
+ @if ($input-skin-name == 'FluentUI') {
1113
+ background: $input-clear-icon-hover-bg-color;
1114
+ }
1115
+ }
1116
+
1117
+ .e-float-input.e-input-focus .e-input:focus,
1118
+ .e-float-input.e-control-wrapper.e-input-focus .e-input:focus {
1119
+ border-bottom-color: transparent;
1120
+ border-top-color: transparent;
1121
+ }
1122
+
1123
+ .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
1124
+ .e-float-input:not(.e-error) input:valid ~ label.e-float-text,
1125
+ .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
1126
+ .e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
1127
+ .e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
1128
+ .e-float-input:not(.e-error) input label.e-float-text.e-label-top,
1129
+ .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
1130
+ .e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
1131
+ .e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text,
1132
+ .e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
1133
+ .e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
1134
+ .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
1135
+ .e-small .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
1136
+ .e-small .e-float-input:not(.e-error) input:valid ~ label.e-float-text,
1137
+ .e-small .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
1138
+ .e-small .e-float-input:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
1139
+ .e-small .e-float-input:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
1140
+ .e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
1141
+ .e-small .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
1142
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
1143
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text,
1144
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
1145
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
1146
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
1147
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
1148
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
1149
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
1150
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
1151
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
1152
+ .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
1153
+ .e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
1154
+ .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
1155
+ .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
1156
+ .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
1157
+ .e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
1158
+ .e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
1159
+ .e-float-input:not(.e-error) textarea label.e-float-text.e-label-top,
1160
+ .e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
1161
+ .e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
1162
+ .e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
1163
+ .e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
1164
+ .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
1165
+ .e-small .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
1166
+ .e-small .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
1167
+ .e-small .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
1168
+ .e-small .e-float-input:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
1169
+ .e-small .e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
1170
+ .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
1171
+ .e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
1172
+ .e-small.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
1173
+ .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
1174
+ .e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
1175
+ .e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
1176
+ .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
1177
+ .e-small .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
1178
+ .e-small.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
1179
+ .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
1180
+ .e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
1181
+ .e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
1182
+ color: $float-label-font-color;
1183
+ }
1184
+
1185
+ .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
1186
+ .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
1187
+ .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
1188
+ .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
1189
+ .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
1190
+ .e-float-input .e-control-wrapper:not(.e-error) input label.e-float-text.e-label-top,
1191
+ .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
1192
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
1193
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
1194
+ .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
1195
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
1196
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
1197
+ .e-float-input.e-control-wrapper:not(.e-error) textarea label.e-float-text.e-label-top {
1198
+ @if $input-skin-name != 'fluent2' and $input-skin-name != 'tailwind3' {
1199
+ color: $float-label-font-color;
1200
+ }
1201
+ @else {
1202
+ color: $float-label-top-font-color;
1203
+ }
1204
+ }
1205
+
1206
+ .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1207
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1208
+
1209
+ .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1210
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1211
+ .e-small .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1212
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
1213
+ color: $input-header-font-color;
1214
+ @if $input-skin-name == 'highcontrast' {
1215
+ color: $input-placeholder;
1216
+ }
1217
+ }
1218
+
1219
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
1220
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
1221
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
1222
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
1223
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
1224
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
1225
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
1226
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
1227
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
1228
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
1229
+ color: $float-label-font-color;
1230
+ }
1231
+
1232
+ .e-float-input.e-input-group.e-disabled .e-float-text,
1233
+ .e-float-input.e-input-group.e-disabled .e-float-text.e-label-top,
1234
+ .e-float-input input[disabled] ~ label.e-float-text,
1235
+ .e-float-input input[disabled] ~ label.e-label-top.e-float-text,
1236
+ .e-float-input.e-disabled label.e-float-text,
1237
+ .e-float-input.e-disabled label.e-float-text.e-label-top,
1238
+ .e-float-input:not(.e-error) input[disabled] ~ label.e-float-text,
1239
+ .e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
1240
+ .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
1241
+ .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
1242
+ .e-float-input textarea[disabled] ~ label.e-float-text,
1243
+ .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
1244
+ .e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text,
1245
+ .e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
1246
+ .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
1247
+ .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
1248
+ .e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text,
1249
+ .e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top,
1250
+ .e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-float-text,
1251
+ .e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-label-top.e-float-text,
1252
+ .e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text,
1253
+ .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
1254
+ .e-float-input.e-control-wrapper.e-disabled label.e-float-text,
1255
+ .e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top,
1256
+ .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text,
1257
+ .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
1258
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
1259
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
1260
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-float-text,
1261
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
1262
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
1263
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
1264
+ .e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-float-text,
1265
+ .e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-label-top.e-float-text,
1266
+ .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-float-text,
1267
+ .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
1268
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text,
1269
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
1270
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
1271
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
1272
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-float-text,
1273
+ .e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
1274
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
1275
+ .e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
1276
+ color: $float-label-disbale-font-color;
1277
+ }
1278
+
1279
+ .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
1280
+ .e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
1281
+ .e-small .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
1282
+ .e-float-input:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
1283
+ .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
1284
+ .e-float-input.e-small:not(.e-error) input[readonly]:focus ~ label.e-float-text,
1285
+ .e-small .e-float-input:not(.e-error) input[readonly]:focus ~ label.e-float-text.e-label-top,
1286
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus ~ label.e-float-text,
1287
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-float-text.e-label-top,
1288
+ .e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
1289
+ .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
1290
+ .e-float-input.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text,
1291
+ .e-small .e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text.e-label-top,
1292
+ .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text,
1293
+ .e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text.e-label-top,
1294
+ .e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
1295
+ .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
1296
+ .e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
1297
+ .e-small .e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
1298
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
1299
+ .e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
1300
+ .e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
1301
+ .e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
1302
+ .e-small .e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
1303
+ .e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
1304
+ .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
1305
+ .e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
1306
+ .e-small .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
1307
+ .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
1308
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
1309
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
1310
+ .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
1311
+ .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
1312
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
1313
+ .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
1314
+ .e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
1315
+ .e-small .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
1316
+ .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
1317
+ .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
1318
+ .e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text {
1319
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
1320
+ color: $input-active-accent-color;
1321
+ }
1322
+ }
1323
+
1324
+ input.e-input#{$css}:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus),
1325
+ textarea.e-input#{$css}:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]) {
1326
+ @if $input-skin-name == 'fabric' or $input-skin-name == 'FluentUI' or $input-skin-name == 'bootstrap' {
1327
+ border-color: $input-group-border-color-hover;
1328
+ }
1329
+ }
1330
+
1331
+ .e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1332
+ .e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1333
+ .e-float-input.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1334
+ .e-float-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1335
+ .e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
1336
+ .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
1337
+ .e-float-input.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
1338
+ .e-float-input.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
1339
+ .e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
1340
+ .e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
1341
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
1342
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
1343
+ .e-float-input.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover {
1344
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1345
+ border-color: $input-group-border-color-hover;
1346
+ }
1347
+ @else if $input-skin-name == 'fluent2' {
1348
+ border-bottom-color: $input-group-full-border-bottom-color;
1349
+ }
1350
+ }
1351
+
1352
+ .e-underline.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1353
+ .e-underline.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1354
+ .e-underline.e-float-input.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1355
+ .e-underline.e-float-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1356
+ .e-underline.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
1357
+ .e-underline.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
1358
+ .e-underline.e-float-input.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
1359
+ .e-underline.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
1360
+ .e-underline.e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
1361
+ .e-underline.e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
1362
+ .e-underline.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
1363
+ .e-underline.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
1364
+ .e-underline.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover {
1365
+ @if $input-skin-name == 'fluent' {
1366
+ border-color: $input-group-border-color-hover;
1367
+ }
1368
+ }
1369
+
1370
+ .e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1371
+ .e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1372
+ .e-float-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1373
+ .e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
1374
+ .e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
1375
+ .e-float-input.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1376
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
1377
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) {
1378
+ @if $input-skin-name != 'material' and $input-skin-name != 'Material3' and $input-skin-name != 'bootstrap' and $input-skin-name != 'bootstrap4' and $input-skin-name != 'bootstrap5' and $input-skin-name != 'bootstrap5.3' and $input-skin-name != 'tailwind3' and $input-skin-name != 'highcontrast' and $input-skin-name != 'tailwind' and $input-skin-name != 'FluentUI' and $input-skin-name != 'fluent2' {
1379
+ border-color: $input-group-border-color-hover;
1380
+ }
1381
+ }
1382
+
1383
+ .e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1384
+ .e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1385
+ .e-float-input.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1386
+ .e-float-input.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1387
+ .e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]):not(:focus),
1388
+ .e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]):not(:focus),
1389
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]):not(:focus),
1390
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]):not(:focus) {
1391
+ @if $input-skin-name == 'highcontrast' {
1392
+ border-color: $input-group-border-color-hover;
1393
+ }
1394
+ }
1395
+
1396
+ .e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1397
+ .e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1398
+ .e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1399
+ .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1400
+ .e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
1401
+ .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
1402
+ .e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
1403
+ .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) {
1404
+ @if $input-skin-name != 'material' and $input-skin-name != 'Material3' and $input-skin-name != 'fluent2' {
1405
+ border-color: $input-group-border-color-focus;
1406
+ }
1407
+ }
1408
+
1409
+ .e-input-group:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1410
+ .e-input-group.e-control-wrapper:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1411
+ .e-float-input:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1412
+ .e-float-input.e-control-wrapper:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1413
+ .e-float-input:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
1414
+ .e-float-input.e-control-wrapper:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
1415
+ .e-float-input:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
1416
+ .e-float-input.e-control-wrapper:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) {
1417
+ @if $input-skin-name == 'fabric' or $input-skin-name == 'FluentUI' or $input-skin-name == 'bootstrap' or $input-skin-name == 'bootstrap4' or $input-skin-name == 'highcontrast' or $input-skin-name == 'FluentUI' {
1418
+ border-color: $input-active-border-color;
1419
+ }
1420
+ }
1421
+
1422
+ .e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
1423
+ .e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
1424
+ .e-float-input.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
1425
+ .e-float-input.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
1426
+ .e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
1427
+ .e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
1428
+ .e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1429
+ .e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1430
+ .e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1431
+ .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1432
+ .e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
1433
+ .e-input-group.e-control-wrapper.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
1434
+ .e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
1435
+ .e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
1436
+ .e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
1437
+ .e-float-input.e-control-wrapper.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
1438
+ .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
1439
+ .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) {
1440
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1441
+ border-color: $input-group-border-color-hover;
1442
+ }
1443
+ }
1444
+
1445
+ .e-outline.e-input-group,
1446
+ .e-outline.e-input-group.e-control-wrapper,
1447
+ .e-outline.e-float-input,
1448
+ .e-outline.e-float-input.e-input-group,
1449
+ .e-outline.e-float-input.e-control-wrapper,
1450
+ .e-outline.e-float-input.e-input-group.e-control-wrapper {
1451
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1452
+ color: $outline-input-font-color;
1453
+ }
1454
+ }
1455
+
1456
+ .e-outline.e-input-group.e-disabled,
1457
+ .e-outline.e-input-group.e-control-wrapper.e-disabled,
1458
+ .e-outline.e-float-input.e-disabled,
1459
+ .e-outline.e-float-input.e-input-group.e-disabled,
1460
+ .e-outline.e-float-input.e-control-wrapper.e-disabled,
1461
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-disabled {
1462
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1463
+ color: $outline-disabled-input-font-color;
1464
+ }
1465
+ }
1466
+
1467
+ .e-outline.e-input-group:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1468
+ .e-outline.e-input-group.e-control-wrapper:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1469
+ .e-outline.e-float-input.e-control-wrapper:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1470
+ .e-outline.e-input-group.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1471
+ .e-outline.e-input-group.e-control-wrapper.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1472
+ .e-outline.e-float-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1473
+ .e-outline.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1474
+ .e-outline.e-float-input:hover:not(.e-input-focus):not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
1475
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1476
+ border-color: $outline-hover-border-color;
1477
+ color: $outline-hover-font-color;
1478
+ }
1479
+ }
1480
+
1481
+ .e-underline.e-input-group:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1482
+ .e-underline.e-input-group.e-control-wrapper:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1483
+ .e-underline.e-float-input.e-control-wrapper:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1484
+ .e-underline.e-input-group.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1485
+ .e-underline.e-input-group.e-control-wrapper.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1486
+ .e-underline.e-float-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1487
+ .e-underline.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1488
+ .e-underline.e-float-input:hover:not(.e-input-focus):not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
1489
+ @if $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
1490
+ border-color: $outline-hover-border-color;
1491
+ color: $outline-hover-font-color;
1492
+ }
1493
+ }
1494
+
1495
+ .e-underline.e-input-group:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1496
+ .e-underline.e-input-group.e-control-wrapper:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1497
+ .e-underline.e-float-input.e-control-wrapper:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1498
+ .e-underline.e-input-group.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1499
+ .e-underline.e-input-group.e-control-wrapper.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1500
+ .e-underline.e-float-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1501
+ .e-underline.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1502
+ .e-underline.e-float-input:hover:not(.e-input-focus):not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
1503
+ @if $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
1504
+ border-bottom-color: $underline-hover-border-color;
1505
+ color: $outline-hover-font-color;
1506
+ }
1507
+ }
1508
+
1509
+ .e-outline.e-input-group.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
1510
+ .e-outline.e-input-group.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
1511
+ .e-outline.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
1512
+ .e-outline.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
1513
+ .e-outline.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
1514
+ .e-outline.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
1515
+ .e-outline.e-input-group.e-float-icon-left.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
1516
+ .e-outline.e-input-group.e-float-icon-left.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
1517
+ .e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
1518
+ .e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
1519
+ .e-outline.e-float-input.e-float-icon-left:hover.e-valid-input:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
1520
+ .e-outline.e-float-input.e-float-icon-left:hover.e-valid-input:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
1521
+ .e-outline.e-float-input.e-control-wrapper.e-float-icon-left.e-valid-input:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
1522
+ .e-outline.e-float-input.e-control-wrapper.e-float-icon-left.e-valid-input:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
1523
+ .e-outline.e-float-input:hover.e-valid-input:not(.e-input-focus):not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
1524
+ .e-outline.e-float-input:hover.e-valid-input:not(.e-input-focus):not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after {
1525
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1526
+ border-color: $outline-hover-border-color;
1527
+ }
1528
+ }
1529
+
1530
+ .e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
1531
+ .e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
1532
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1533
+ border-color: $input-active-border-color;
1534
+ box-shadow: inset 1px 1px $input-active-border-color, inset -1px 0 $input-active-border-color, inset 0 -1px $input-active-border-color;
1535
+ }
1536
+ }
1537
+
1538
+ .e-outline.e-input-group:not(.e-input-focus),
1539
+ .e-outline.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus),
1540
+ .e-outline.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus),
1541
+ .e-outline.e-input-group.e-float-icon-left:not(.e-input-focus),
1542
+ .e-outline.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-input-focus) {
1543
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1544
+ border-color: $outline-border-color;
1545
+ }
1546
+ }
1547
+
1548
+ .e-outline.e-input-group.e-error,
1549
+ .e-outline.e-input-group.e-control-wrapper.e-error,
1550
+ .e-outline.e-input-group.e-error:not(.e-float-icon-left),
1551
+ .e-outline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left),
1552
+ .e-outline.e-float-input.e-error,
1553
+ .e-outline.e-float-input.e-input-group.e-error,
1554
+ .e-outline.e-float-input.e-control-wrapper.e-error,
1555
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-error {
1556
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1557
+ border-color: $input-error-color;
1558
+ }
1559
+ }
1560
+
1561
+ .e-outline.e-float-input.e-success.e-input-focus,
1562
+ .e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus,
1563
+ .e-outline.e-float-input.e-input-group.e-success.e-input-focus,
1564
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-success.e-input-focus,
1565
+ .e-outline.e-float-input.e-input-group.e-success.e-input-focus:not(.e-float-icon-left),
1566
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-success.e-input-focus:not(.e-float-icon-left),
1567
+ .e-outline.e-float-input.e-warning.e-input-focus,
1568
+ .e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus,
1569
+ .e-outline.e-float-input.e-input-group.e-warning.e-input-focus,
1570
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-warning.e-input-focus,
1571
+ .e-outline.e-float-input.e-input-group.e-warning.e-input-focus:not(.e-float-icon-left),
1572
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-warning.e-input-focus:not(.e-float-icon-left),
1573
+ .e-outline.e-float-input.e-error.e-input-focus,
1574
+ .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus,
1575
+ .e-outline.e-float-input.e-input-group.e-error.e-input-focus,
1576
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-error.e-input-focus,
1577
+ .e-outline.e-float-input.e-input-group.e-error.e-input-focus:not(.e-float-icon-left),
1578
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-error.e-input-focus:not(.e-float-icon-left),
1579
+ .e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-input-focus),
1580
+ .e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus),
1581
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) {
1582
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1583
+ border-top-color: transparent;
1584
+ }
1585
+ }
1586
+
1587
+ .e-outline.e-input-group.e-success,
1588
+ .e-outline.e-input-group.e-control-wrapper.e-success,
1589
+ .e-outline.e-input-group.e-success:not(.e-float-icon-left),
1590
+ .e-outline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
1591
+ .e-outline.e-float-input.e-success,
1592
+ .e-outline.e-float-input.e-input-group.e-success,
1593
+ .e-outline.e-float-input.e-control-wrapper.e-success,
1594
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-success {
1595
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1596
+ border-color: $input-success-color;
1597
+ }
1598
+ }
1599
+
1600
+ .e-outline.e-input-group.e-warning,
1601
+ .e-outline.e-input-group.e-control-wrapper.e-warning,
1602
+ .e-outline.e-input-group.e-warning:not(.e-float-icon-left),
1603
+ .e-outline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
1604
+ .e-outline.e-float-input.e-warning,
1605
+ .e-outline.e-float-input.e-input-group.e-warning,
1606
+ .e-outline.e-float-input.e-control-wrapper.e-warning,
1607
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-warning {
1608
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1609
+ border-color: $input-warning-color;
1610
+ }
1611
+ }
1612
+
1613
+ .e-outline.e-input-group.e-input-focus.e-error:not(.e-success):not(.e-warning),
1614
+ .e-outline.e-input-group.e-control-wrapper.e-input-focus.e-error:not(.e-success):not(.e-warning) {
1615
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1616
+ box-shadow: inset 1px 1px $input-error-color, inset -1px $zero-value $input-error-color, inset $zero-value -1px $input-error-color;
1617
+ }
1618
+ }
1619
+
1620
+ .e-outline.e-input-group.e-input-focus.e-success:not(.e-error):not(.e-warning),
1621
+ .e-outline.e-input-group.e-control-wrapper.e-input-focus.e-success:not(.e-error):not(.e-warning) {
1622
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1623
+ box-shadow: inset 1px 1px $input-success-color, inset -1px $zero-value $input-success-color, inset $zero-value -1px $input-success-color;
1624
+ }
1625
+ }
1626
+
1627
+ .e-outline.e-input-group.e-input-focus.e-warning:not(.e-error):not(.e-success),
1628
+ .e-outline.e-input-group.e-control-wrapper.e-input-focus.e-warning:not(.e-error):not(.e-success) {
1629
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1630
+ box-shadow: inset 1px 1px $input-warning-color, inset -1px $zero-value $input-warning-color, inset $zero-value -1px $input-warning-color;
1631
+ }
1632
+ }
1633
+
1634
+ .e-outline.e-float-input.e-input-focus.e-error:not(.e-success):not(.e-warning),
1635
+ .e-outline.e-float-input.e-control-wrapper.e-input-focus.e-error:not(.e-success):not(.e-warning),
1636
+ .e-outline.e-float-input.e-input-group.e-input-focus.e-error:not(.e-success):not(.e-warning),
1637
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-input-focus.e-error:not(.e-success):not(.e-warning) {
1638
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1639
+ box-shadow: inset 1px $zero-value $input-error-color, inset -1px $zero-value $input-error-color, inset $zero-value -1px $input-error-color;
1640
+ }
1641
+ }
1642
+
1643
+ .e-outline.e-float-input.e-input-focus.e-success:not(.e-error):not(.e-warning),
1644
+ .e-outline.e-float-input.e-control-wrapper.e-input-focus.e-success:not(.e-error):not(.e-warning),
1645
+ .e-outline.e-float-input.e-input-group.e-input-focus.e-success:not(.e-error):not(.e-warning),
1646
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-input-focus.e-success:not(.e-error):not(.e-warning) {
1647
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1648
+ box-shadow: inset 1px $zero-value $input-success-color, inset -1px $zero-value $input-success-color, inset $zero-value -1px $input-success-color;
1649
+ }
1650
+ }
1651
+
1652
+ .e-outline.e-float-input.e-input-focus.e-warning:not(.e-error):not(.e-success),
1653
+ .e-outline.e-float-input.e-control-wrapper.e-input-focus.e-warning:not(.e-error):not(.e-success),
1654
+ .e-outline.e-float-input.e-input-group.e-input-focus.e-warning:not(.e-error):not(.e-success),
1655
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-input-focus.e-warning:not(.e-error):not(.e-success) {
1656
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1657
+ box-shadow: inset 1px $zero-value $input-warning-color, inset -1px $zero-value $input-warning-color, inset $zero-value -1px $input-warning-color;
1658
+ }
1659
+ }
1660
+
1661
+ .e-outline.e-input-group.e-disabled:not(.e-input-focus),
1662
+ .e-outline.e-input-group.e-disabled:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus),
1663
+ .e-outline.e-input-group.e-control-wrapper.e-disabled:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus),
1664
+ .e-outline.e-input-group.e-disabled.e-float-icon-left:not(.e-input-focus),
1665
+ .e-outline.e-input-group.e-disabled.e-control-wrapper.e-float-icon-left:not(.e-input-focus),
1666
+ .e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-input-focus) label.e-float-text::before,
1667
+ .e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-input-focus) label.e-float-text::after,
1668
+ .e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) label.e-float-text::before,
1669
+ .e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) label.e-float-text::after,
1670
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) label.e-float-text::before,
1671
+ .e-outline.e-float-input.e-input-group.e-control-wrapper.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) label.e-float-text::after,
1672
+ .e-outline.e-disabled.e-valid-input:not(.e-input-focus) label.e-float-text::before,
1673
+ .e-outline.e-disabled.e-valid-input:not(.e-input-focus) label.e-float-text::after,
1674
+ .e-outline.e-disabled.e-float-input.e-valid-input:not(.e-input-focus) label.e-float-text::before,
1675
+ .e-outline.e-disabled.e-float-input.e-valid-input:not(.e-input-focus) label.e-float-text::after,
1676
+ .e-outline.e-disabled.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) label.e-float-text::before,
1677
+ .e-outline.e-disabled.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) label.e-float-text::after {
1678
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1679
+ border-color: $outline-disabled-border-color;
1680
+ }
1681
+ }
1682
+
1683
+ .e-outline.e-float-input.e-success.e-input-focus input:focus ~ label.e-float-text,
1684
+ .e-outline.e-float-input.e-input-group.e-success.e-valid-input label.e-float-text.e-label-top,
1685
+ .e-outline.e-float-input.e-small.e-success.e-input-focus input:focus ~ label.e-float-text,
1686
+ .e-small .e-outline.e-float-input.e-success input:focus ~ label.e-float-text,
1687
+ .e-outline.e-float-input.e-success textarea:focus ~ label.e-float-text,
1688
+ .e-outline.e-float-input.e-small.e-success textarea:focus ~ label.e-float-text,
1689
+ .e-small .e-outline.e-float-input.e-success textarea:focus ~ label.e-float-text,
1690
+ .e-outline.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
1691
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-success input:focus ~ label.e-float-text,
1692
+ .e-small .e-outline.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
1693
+ .e-outline.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
1694
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-success textarea:focus ~ label.e-float-text,
1695
+ .e-small .e-outline.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
1696
+ .e-outline.e-float-input.e-success label.e-float-text.e-label-top,
1697
+ .e-outline.e-float-input.e-input-group.e-success label.e-float-text.e-label-top,
1698
+ .e-outline.e-float-input.e-control-wrapper.e-success label.e-float-text.e-label-top,
1699
+ .e-outline.e-float-input.e-valid-input.e-success:not(.e-input-focus) input:valid ~ label.e-float-text.e-label-top,
1700
+ .e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:not(.e-input-focus) input:focus ~ label.e-float-text.e-label-top,
1701
+ .e-outline.e-float-input.e-valid-input.e-success:not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-top,
1702
+ .e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:not(.e-input-focus) textarea:focus ~ label.e-float-text.e-label-top,
1703
+ .e-outline.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
1704
+ .e-outline.e-float-input.e-small.e-success.e-input-focus input ~ label.e-float-text,
1705
+ .e-small .e-outline.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
1706
+ .e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text,
1707
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input ~ label.e-float-text,
1708
+ .e-small .e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text {
1709
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1710
+ color: $input-success-color;
1711
+ }
1712
+ }
1713
+
1714
+ .e-outline.e-float-input.e-error.e-input-focus input:focus ~ label.e-float-text,
1715
+ .e-outline.e-float-input.e-input-group.e-error.e-valid-input label.e-label-top.e-float-text,
1716
+ .e-outline.e-float-input.e-small.e-error.e-input-focus input:focus ~ label.e-float-text,
1717
+ .e-small .e-outline.e-float-input.e-error input:focus ~ label.e-float-text,
1718
+ .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
1719
+ .e-outline.e-float-input.e-small.e-error textarea:focus ~ label.e-float-text,
1720
+ .e-small .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
1721
+ .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
1722
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus ~ label.e-float-text,
1723
+ .e-small .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
1724
+ .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
1725
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus ~ label.e-float-text,
1726
+ .e-small .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
1727
+ .e-outline.e-float-input.e-error label.e-float-text.e-label-top,
1728
+ .e-outline.e-float-input.e-input-group.e-error label.e-float-text.e-label-top,
1729
+ .e-outline.e-float-input.e-control-wrapper.e-error label.e-float-text.e-label-top,
1730
+ .e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) input:valid ~ label.e-float-text.e-label-top,
1731
+ .e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-input-focus) input:focus ~ label.e-float-text.e-label-top,
1732
+ .e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-top,
1733
+ .e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-input-focus) textarea:focus ~ label.e-float-text.e-label-top,
1734
+ .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
1735
+ .e-outline.e-float-input.e-small.e-error.e-input-focus input ~ label.e-float-text,
1736
+ .e-small .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
1737
+ .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
1738
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-error.e-input-focus input ~ label.e-float-text,
1739
+ .e-small .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
1740
+ .e-outline.e-float-input.e-control-wrapper.e-input-group.e-error.e-valid-input.e-input-focus label.e-label-top {
1741
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1742
+ color: $input-error-color;
1743
+ }
1744
+ }
1745
+
1746
+ .e-outline.e-float-input.e-warning.e-input-focus input:focus ~ label.e-float-text,
1747
+ .e-outline.e-float-input.e-input-group.e-warning.e-valid-input label.e-label-top.e-float-text,
1748
+ .e-outline.e-float-input.e-small.e-warning.e-input-focus input:focus ~ label.e-float-text,
1749
+ .e-small .e-outline.e-float-input.e-warning input:focus ~ label.e-float-text,
1750
+ .e-outline.e-float-input.e-warning textarea:focus ~ label.e-float-text,
1751
+ .e-outline.e-float-input.e-small.e-warning textarea:focus ~ label.e-float-text,
1752
+ .e-small .e-outline.e-float-input.e-warning textarea:focus ~ label.e-float-text,
1753
+ .e-outline.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
1754
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-warning input:focus ~ label.e-float-text,
1755
+ .e-small .e-outline.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
1756
+ .e-outline.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
1757
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus ~ label.e-float-text,
1758
+ .e-small .e-outline.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
1759
+ .e-outline.e-float-input.e-warning label.e-float-text.e-label-top,
1760
+ .e-outline.e-float-input.e-input-group.e-warning label.e-float-text.e-label-top,
1761
+ .e-outline.e-float-input.e-control-wrapper.e-warning label.e-float-text.e-label-top,
1762
+ .e-outline.e-float-input.e-valid-input.e-warning:not(.e-input-focus) input:valid ~ label.e-float-text.e-label-top,
1763
+ .e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:not(.e-input-focus) input:focus ~ label.e-float-text.e-label-top,
1764
+ .e-outline.e-float-input.e-valid-input.e-warning:not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-top,
1765
+ .e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:not(.e-input-focus) textarea:focus ~ label.e-float-text.e-label-top,
1766
+ .e-outline.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
1767
+ .e-outline.e-float-input.e-small.e-warning.e-input-focus input ~ label.e-float-text,
1768
+ .e-small .e-outline.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
1769
+ .e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text,
1770
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input ~ label.e-float-text,
1771
+ .e-small .e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text {
1772
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1773
+ color: $input-warning-color;
1774
+ }
1775
+ }
1776
+
1777
+ .e-outline.e-float-input.e-input-group.e-valid-input.e-input-focus label.e-label-top,
1778
+ .e-outline.e-float-input.e-input-group.e-input-focus label.e-label-top,
1779
+ .e-outline.e-float-input.e-control-wrapper.e-input-group.e-valid-input.e-input-focus label.e-label-top,
1780
+ .e-outline.e-float-input.e-control-wrapper.e-input-group.e-input-focus label.e-label-top {
1781
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1782
+ color: $input-active-border-color;
1783
+ }
1784
+ }
1785
+
1786
+ .e-outline.e-input[disabled],
1787
+ .e-outline.e-input-group .e-input[disabled],
1788
+ .e-outline.e-input-group.e-control-wrapper .e-input[disabled],
1789
+ .e-outline.e-input-group.e-disabled,
1790
+ .e-outline.e-input-group.e-control-wrapper.e-disabled,
1791
+ .e-outline.e-float-input input[disabled],
1792
+ .e-outline.e-float-input.e-control-wrapper input[disabled],
1793
+ .e-outline.e-float-input textarea[disabled],
1794
+ .e-outline.e-float-input.e-control-wrapper textarea[disabled],
1795
+ .e-outline.e-float-input.e-disabled,
1796
+ .e-outline.e-float-input.e-control-wrapper.e-disabled,
1797
+ .e-outline.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
1798
+ .e-outline.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap,
1799
+ .e-outline.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
1800
+ .e-outline.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap {
1801
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1802
+ background-image: none;
1803
+ border-bottom-color: $outline-disabled-border-color;
1804
+ border-color: $outline-disabled-border-color;
1805
+ }
1806
+ }
1807
+
1808
+ .e-outline.e-float-input.e-input-group.e-disabled .e-float-text,
1809
+ .e-outline.e-float-input.e-input-group.e-disabled .e-float-text.e-label-top,
1810
+ .e-outline.e-float-input input[disabled] ~ label.e-float-text,
1811
+ .e-outline.e-float-input input[disabled] ~ label.e-label-top.e-float-text,
1812
+ .e-outline.e-float-input.e-disabled label.e-float-text,
1813
+ .e-outline.e-float-input.e-disabled label.e-float-text.e-label-top,
1814
+ .e-outline.e-float-input:not(.e-error) input[disabled] ~ label.e-float-text,
1815
+ .e-outline.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
1816
+ .e-outline.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
1817
+ .e-outline.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
1818
+ .e-outline.e-float-input textarea[disabled] ~ label.e-float-text,
1819
+ .e-outline.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
1820
+ .e-outline.e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text,
1821
+ .e-outline.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
1822
+ .e-outline.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
1823
+ .e-outline.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
1824
+ .e-outline.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text,
1825
+ .e-outline.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top,
1826
+ .e-outline.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-float-text,
1827
+ .e-outline.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-label-top.e-float-text,
1828
+ .e-outline.e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text,
1829
+ .e-outline.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
1830
+ .e-outline.e-float-input.e-control-wrapper.e-disabled label.e-float-text,
1831
+ .e-outline.e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top,
1832
+ .e-outline.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text,
1833
+ .e-outline.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
1834
+ .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
1835
+ .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
1836
+ .e-outline.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-float-text,
1837
+ .e-outline.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
1838
+ .e-outline.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
1839
+ .e-outline.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
1840
+ .e-outline.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-float-text,
1841
+ .e-outline.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-label-top.e-float-text,
1842
+ .e-outline.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-float-text,
1843
+ .e-outline.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
1844
+ .e-outline.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text,
1845
+ .e-outline.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
1846
+ .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
1847
+ .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
1848
+ .e-outline.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-float-text,
1849
+ .e-outline.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
1850
+ .e-outline.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
1851
+ .e-outline.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
1852
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1853
+ color: $outline-float-label-disbale-font-color;
1854
+ }
1855
+ }
1856
+
1857
+ .e-outline.e-input-group.e-disabled .e-input-group-icon,
1858
+ .e-outline.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon {
1859
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1860
+ color: $outline-input-group-disabled-color;
1861
+ }
1862
+ }
1863
+
1864
+ .e-outline.e-float-input:not(.e-disabled) .e-clear-icon:hover,
1865
+ .e-outline.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover,
1866
+ .e-outline.e-input-group:not(.e-disabled) .e-clear-icon:hover,
1867
+ .e-outline.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover {
1868
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1869
+ color: $outline-input-clear-icon-hover-color;
1870
+ }
1871
+ }
1872
+
1873
+ .e-outline.e-float-input:not(.e-disabled) .e-clear-icon:active,
1874
+ .e-outline.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:active,
1875
+ .e-outline.e-input-group:not(.e-disabled) .e-clear-icon:active,
1876
+ .e-outline.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:active {
1877
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
1878
+ color: $outline-input-clear-icon-active-color;
1879
+ }
1880
+ }
1881
+
1882
+ .e-filled.e-input-group,
1883
+ .e-filled.e-input-group.e-control-wrapper,
1884
+ .e-filled.e-float-input,
1885
+ .e-filled.e-float-input.e-input-group,
1886
+ .e-filled.e-float-input.e-control-wrapper,
1887
+ .e-filled.e-float-input.e-input-group.e-control-wrapper {
1888
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
1889
+ background: $filled-input-bg-color;
1890
+ transition: $background-color-transition;
1891
+ }
1892
+ }
1893
+
1894
+ .e-filled.e-input-group:hover,
1895
+ .e-filled.e-input-group.e-control-wrapper:hover,
1896
+ .e-filled.e-float-input:hover,
1897
+ .e-filled.e-float-input.e-input-group:hover,
1898
+ .e-filled.e-float-input.e-control-wrapper:hover,
1899
+ .e-filled.e-float-input.e-input-group.e-control-wrapper:hover {
1900
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
1901
+ background: $filled-input-overlay-focused-bg-color;
1902
+ transition: $background-color-transition;
1903
+ }
1904
+ }
1905
+
1906
+ .e-filled.e-input-group.e-input-focus,
1907
+ .e-filled.e-input-group.e-control-wrapper.e-input-focus,
1908
+ .e-filled.e-float-input.e-input-focus,
1909
+ .e-filled.e-float-input.e-input-group.e-input-focus,
1910
+ .e-filled.e-float-input.e-control-wrapper.e-input-focus,
1911
+ .e-filled.e-float-input.e-input-group.e-control-wrapper.e-input-focus,
1912
+ .e-filled.e-input-group:hover.e-input-focus,
1913
+ .e-filled.e-input-group:hover.e-control-wrapper.e-input-focus,
1914
+ .e-filled.e-float-input:hover.e-input-focus,
1915
+ .e-filled.e-float-input:hover.e-input-group.e-input-focus,
1916
+ .e-filled.e-float-input:hover.e-control-wrapper.e-input-focus,
1917
+ .e-filled.e-float-input:hover.e-input-group.e-control-wrapper.e-input-focus {
1918
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
1919
+ background: $filled-input-overlay-activated-bg-color;
1920
+ transition: $background-color-transition;
1921
+ }
1922
+ }
1923
+
1924
+ .e-filled.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1925
+ .e-filled.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1926
+ .e-filled.e-float-input.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1927
+ .e-filled.e-float-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1928
+ .e-filled.e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1929
+ .e-filled.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1930
+ .e-filled.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1931
+ .e-filled.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1932
+ .e-filled.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1933
+ .e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1934
+ .e-filled.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1935
+ .e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1936
+ .e-filled.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1937
+ .e-filled.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1938
+ .e-filled.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1939
+ .e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
1940
+ .e-filled.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1941
+ .e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
1942
+ .e-filled.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
1943
+ .e-filled.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
1944
+ .e-filled.e-float-input.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
1945
+ .e-filled.e-float-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
1946
+ .e-filled.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
1947
+ .e-filled.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
1948
+ .e-filled.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
1949
+ .e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
1950
+ .e-filled.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
1951
+ .e-filled.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
1952
+ .e-filled.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
1953
+ .e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left {
1954
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
1955
+ border-color: $filled-input-hover-border-color;
1956
+ }
1957
+ }
1958
+
1959
+ .e-filled.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error),
1960
+ .e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error),
1961
+ .e-filled.e-float-input:not(.e-success):not(.e-warning):not(.e-error),
1962
+ .e-filled.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
1963
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
1964
+ border-color: $input-group-full-border-color;
1965
+ }
1966
+ }
1967
+
1968
+ .e-filled.e-float-input.e-success,
1969
+ .e-filled.e-float-input.e-control-wrapper.e-success,
1970
+ .e-filled.e-input-group.e-float-icon-left.e-success,
1971
+ .e-filled.e-input-group.e-float-icon-left.e-control-wrapper.e-success {
1972
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
1973
+ @include input-state-color ($input-success-color);
1974
+ }
1975
+ }
1976
+
1977
+ .e-filled.e-float-input.e-warning,
1978
+ .e-filled.e-float-input.e-control-wrapper.e-warning,
1979
+ .e-filled.e-input-group.e-float-icon-left.e-warning,
1980
+ .e-filled.e-input-group.e-float-icon-left.e-control-wrapper.e-warning {
1981
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
1982
+ @include input-state-color ($input-warning-color);
1983
+ }
1984
+ }
1985
+
1986
+ .e-filled.e-float-input.e-error,
1987
+ .e-filled.e-float-input.e-control-wrapper.e-error,
1988
+ .e-filled.e-input-group.e-float-icon-left.e-error,
1989
+ .e-filled.e-input-group.e-float-icon-left.e-control-wrapper.e-error {
1990
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
1991
+ @include input-state-color ($input-error-color);
1992
+ }
1993
+ }
1994
+
1995
+ .e-filled label.e-float-text,
1996
+ .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1997
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1998
+ .e-filled.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
1999
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2000
+ .e-small .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2001
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2002
+ .e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
2003
+ .e-filled.e-float-input:not(.e-error) input:valid ~ label.e-float-text,
2004
+ .e-filled.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
2005
+ .e-filled.e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
2006
+ .e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2007
+ .e-filled.e-float-input:not(.e-error) input label.e-float-text.e-label-top,
2008
+ .e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
2009
+ .e-input-group.e-filled textarea.e-input:-ms-input-placeholder,
2010
+ input.e-filled.e-input#{$css}::-webkit-input-placeholder,
2011
+ .e-input-group.e-filled.e-control-wrapper input.e-input::-webkit-input-placeholder,
2012
+ .e-input-group.e-filled input.e-input::-webkit-input-placeholder,
2013
+ textarea.e-filled.e-input#{$css}::-webkit-input-placeholder,
2014
+ .e-input-group.e-filled textarea.e-input::-webkit-input-placeholder,
2015
+ .e-input-group.e-filled.e-control-wrapper textarea.e-input::-webkit-input-placeholder,
2016
+ .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2017
+ .e-small .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2018
+ .e-small.e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2019
+ .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2020
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2021
+ .e-small.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2022
+ .e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2023
+ .e-small .e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2024
+ .e-small.e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2025
+ .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2026
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2027
+ .e-small.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2028
+ input.e-filled.e-input#{$css}:-moz-placeholder,
2029
+ .e-input-group.e-filled input.e-input:-moz-placeholder,
2030
+ .e-input-group.e-filled input.e-input:-moz-placeholder,
2031
+ .e-input-group.e-filled.e-control-wrapper input.e-input:-moz-placeholder,
2032
+ input.e-filled.e-input#{$css}:-moz-placeholder,
2033
+ .e-input-group.e-filled input.e-input:-moz-placeholder,
2034
+ .e-input-group.e-filled.e-control-wrapper input.e-input:-moz-placeholder,
2035
+ textarea.e-filled.e-input#{$css}:-moz-placeholder,
2036
+ .e-input-group.e-filled textarea.e-input:-moz-placeholder,
2037
+ .e-input-group.e-filled.e-control-wrapper textarea.e-input:-moz-placeholder,
2038
+ input.e-filled.e-input#{$css}::-moz-placeholder,
2039
+ .e-input-group.e-filled input.e-input::-moz-placeholder,
2040
+ .e-input-group.e-filled.e-control-wrapper input.e-input::-moz-placeholder,
2041
+ textarea.e-filled.e-input#{$css}::-moz-placeholder,
2042
+ .e-input-group.e-filled textarea.e-input::-moz-placeholder,
2043
+ .e-input-group.e-filled.e-control-wrapper textarea.e-input::-moz-placeholder,
2044
+ input.e-filled.e-input#{$css}:-ms-input-placeholder,
2045
+ .e-input-group.e-filled input.e-input:-ms-input-placeholder,
2046
+ .e-input-group.e-filled.e-control-wrapper input.e-input:-ms-input-placeholder,
2047
+ textarea.e-filled.e-input#{$css}:-ms-input-placeholder,
2048
+ .e-input-group.e-filled.e-control-wrapper textarea.e-input:-ms-input-placeholder {
2049
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
2050
+ color: $filled-input-float-label-color;
2051
+ }
2052
+ }
2053
+
2054
+ .e-filled.e-float-input.e-error label.e-float-text,
2055
+ .e-filled.e-float-input.e-control-wrapper.e-error label.e-float-text,
2056
+ .e-filled.e-float-input.e-error input:focus ~ label.e-float-text,
2057
+ .e-filled.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
2058
+ .e-filled.e-float-input.e-error textarea:focus ~ label.e-float-text,
2059
+ .e-filled.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
2060
+ .e-filled.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
2061
+ .e-filled.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text {
2062
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
2063
+ color: $input-error-color;
2064
+ }
2065
+ }
2066
+
2067
+ .e-filled.e-float-input.e-success label.e-float-text,
2068
+ .e-filled.e-float-input.e-control-wrapper.e-success label.e-float-text,
2069
+ .e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
2070
+ .e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
2071
+ .e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text,
2072
+ .e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
2073
+ .e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
2074
+ .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text,
2075
+ .e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
2076
+ .e-filled.e-float-input.e-success input:valid ~ label.e-float-text,
2077
+ .e-filled.e-float-input.e-success input ~ label.e-label-top.e-float-text,
2078
+ .e-filled.e-float-input.e-success input[readonly] ~ label.e-label-top.e-float-text,
2079
+ .e-filled.e-float-input.e-success input[disabled] ~ label.e-label-top.e-float-text,
2080
+ .e-filled.e-float-input.e-success input label.e-float-text.e-label-top,
2081
+ .e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
2082
+ .e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
2083
+ .e-filled.e-float-input.e-success input:valid ~ label.e-float-text,
2084
+ .e-filled.e-float-input.e-success input ~ label.e-label-top.e-float-text,
2085
+ .e-filled.e-float-input.e-success input[readonly] ~ label.e-label-top.e-float-text,
2086
+ .e-filled.e-float-input.e-success input[disabled] ~ label.e-label-top.e-float-text,
2087
+ .e-filled.e-float-input.e-success input label.e-float-text.e-label-top,
2088
+ .e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
2089
+ .e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
2090
+ .e-filled.e-float-input.e-control-wrapper.e-success input:valid ~ label.e-float-text,
2091
+ .e-filled.e-float-input.e-control-wrapper.e-success input ~ label.e-label-top.e-float-text,
2092
+ .e-filled.e-float-input.e-control-wrapper.e-success input[readonly] ~ label.e-label-top.e-float-text,
2093
+ .e-filled.e-float-input.e-control-wrapper.e-success input[disabled] ~ label.e-label-top.e-float-text,
2094
+ .e-filled.e-float-input .e-control-wrapper.e-success input label.e-float-text.e-label-top,
2095
+ .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text,
2096
+ .e-filled.e-float-input.e-small.e-success input:focus ~ label.e-float-text,
2097
+ .e-filled.e-float-input.e-small.e-success input:valid ~ label.e-float-text,
2098
+ .e-filled.e-float-input.e-small.e-success input ~ label.e-label-top.e-float-text,
2099
+ .e-filled.e-float-input.e-small.e-success input[readonly] ~ label.e-float-text,
2100
+ .e-filled.e-float-input.e-small.e-success input[disabled] ~ label.e-float-text,
2101
+ .e-small .e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
2102
+ .e-small .e-filled.e-float-input.e-success input:valid ~ label.e-float-text,
2103
+ .e-small .e-filled.e-float-input.e-success input ~ label.e-label-top.e-float-text,
2104
+ .e-small .e-filled.e-float-input.e-success input[readonly] ~ label.e-float-text.e-label-top,
2105
+ .e-small .e-filled.e-float-input.e-success input[disabled] ~ label.e-float-text.e-label-top,
2106
+ .e-filled.e-float-input.e-small.e-success.e-input-focus input ~ label.e-float-text,
2107
+ .e-small .e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
2108
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success input:focus ~ label.e-float-text,
2109
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success input:valid ~ label.e-float-text,
2110
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success input ~ label.e-label-top.e-float-text,
2111
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success input[readonly] ~ label.e-float-text,
2112
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success input[disabled] ~ label.e-float-text,
2113
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
2114
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success input:valid ~ label.e-float-text,
2115
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success input ~ label.e-label-top.e-float-text,
2116
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success input[readonly] ~ label.e-float-text.e-label-top,
2117
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success input[disabled] ~ label.e-float-text.e-label-top,
2118
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input ~ label.e-float-text,
2119
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text {
2120
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
2121
+ color: $input-success-color;
2122
+ }
2123
+ }
2124
+
2125
+ .e-filled.e-float-input.e-warning label.e-float-text,
2126
+ .e-filled.e-float-input.e-control-wrapper.e-warning label.e-float-text,
2127
+ .e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
2128
+ .e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
2129
+ .e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text,
2130
+ .e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
2131
+ .e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
2132
+ .e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text,
2133
+ .e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
2134
+ .e-filled.e-float-input.e-warning input:valid ~ label.e-float-text,
2135
+ .e-filled.e-float-input.e-warning input ~ label.e-label-top.e-float-text,
2136
+ .e-filled.e-float-input.e-warning input[readonly] ~ label.e-label-top.e-float-text,
2137
+ .e-filled.e-float-input.e-warning input[disabled] ~ label.e-label-top.e-float-text,
2138
+ .e-filled.e-float-input.e-warning input label.e-float-text.e-label-top,
2139
+ .e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
2140
+ .e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
2141
+ .e-filled.e-float-input.e-warning input:valid ~ label.e-float-text,
2142
+ .e-filled.e-float-input.e-warning input ~ label.e-label-top.e-float-text,
2143
+ .e-filled.e-float-input.e-warning input[readonly] ~ label.e-label-top.e-float-text,
2144
+ .e-filled.e-float-input.e-warning input[disabled] ~ label.e-label-top.e-float-text,
2145
+ .e-filled.e-float-input.e-warning input label.e-float-text.e-label-top,
2146
+ .e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
2147
+ .e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
2148
+ .e-filled.e-float-input.e-control-wrapper.e-warning input:valid ~ label.e-float-text,
2149
+ .e-filled.e-float-input.e-control-wrapper.e-warning input ~ label.e-label-top.e-float-text,
2150
+ .e-filled.e-float-input.e-control-wrapper.e-warning input[readonly] ~ label.e-label-top.e-float-text,
2151
+ .e-filled.e-float-input.e-control-wrapper.e-warning input[disabled] ~ label.e-label-top.e-float-text,
2152
+ .e-filled.e-float-input .e-control-wrapper.e-warning input label.e-float-text.e-label-top,
2153
+ .e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text,
2154
+ .e-filled.e-float-input.e-small.e-warning input:focus ~ label.e-float-text,
2155
+ .e-filled.e-float-input.e-small.e-warning input:valid ~ label.e-float-text,
2156
+ .e-filled.e-float-input.e-small.e-warning input ~ label.e-label-top.e-float-text,
2157
+ .e-filled.e-float-input.e-small.e-warning input[readonly] ~ label.e-float-text,
2158
+ .e-filled.e-float-input.e-small.e-warning input[disabled] ~ label.e-float-text,
2159
+ .e-small .e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
2160
+ .e-small .e-filled.e-float-input.e-warning input:valid ~ label.e-float-text,
2161
+ .e-small .e-filled.e-float-input.e-warning input ~ label.e-label-top.e-float-text,
2162
+ .e-small .e-filled.e-float-input.e-warning input[readonly] ~ label.e-float-text.e-label-top,
2163
+ .e-small .e-filled.e-float-input.e-warning input[disabled] ~ label.e-float-text.e-label-top,
2164
+ .e-filled.e-float-input.e-small.e-warning.e-input-focus input ~ label.e-float-text,
2165
+ .e-small .e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text {
2166
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
2167
+ color: $input-warning-color;
2168
+ }
2169
+ }
2170
+
2171
+ .e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
2172
+ .e-filled.e-float-input:not(.e-error) input:valid ~ label.e-float-text,
2173
+ .e-filled.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
2174
+ .e-filled.e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
2175
+ .e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2176
+ .e-filled.e-float-input:not(.e-error) input label.e-float-text.e-label-top,
2177
+ .e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
2178
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
2179
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
2180
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
2181
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
2182
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2183
+ .e-filled.e-float-input .e-control-wrapper:not(.e-error) input label.e-float-text.e-label-top,
2184
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
2185
+ .e-filled.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
2186
+ .e-filled.e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text,
2187
+ .e-filled.e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
2188
+ .e-filled.e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
2189
+ .e-filled.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
2190
+ .e-small .e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
2191
+ .e-small .e-filled.e-float-input:not(.e-error) input:valid ~ label.e-float-text,
2192
+ .e-small .e-filled.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
2193
+ .e-small .e-filled.e-float-input:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
2194
+ .e-small .e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
2195
+ .e-filled.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
2196
+ .e-small .e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
2197
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
2198
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text,
2199
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
2200
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
2201
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
2202
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
2203
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
2204
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
2205
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
2206
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
2207
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
2208
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
2209
+ .e-filled.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2210
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2211
+ .e-filled.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2212
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2213
+ .e-small .e-filled.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2214
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2215
+ .e-filled.e-float-input:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
2216
+ .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
2217
+ .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
2218
+ .e-filled.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
2219
+ .e-filled.e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
2220
+ .e-filled.e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2221
+ .e-filled.e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
2222
+ .e-filled.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
2223
+ .e-filled.e-float-input:not(.e-error) textarea label.e-float-text.e-label-top,
2224
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
2225
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
2226
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2227
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
2228
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
2229
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea label.e-float-text.e-label-top,
2230
+ .e-filled.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
2231
+ .e-filled.e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
2232
+ .e-filled.e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2233
+ .e-filled.e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
2234
+ .e-filled.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
2235
+ .e-small .e-filled.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
2236
+ .e-small .e-filled.e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
2237
+ .e-small .e-filled.e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2238
+ .e-small .e-filled.e-float-input:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
2239
+ .e-small .e-filled.e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
2240
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
2241
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
2242
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2243
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
2244
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
2245
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
2246
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
2247
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
2248
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
2249
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
2250
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
2251
+ color: $filled-input-float-label-color;
2252
+ }
2253
+ }
2254
+
2255
+ .e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
2256
+ .e-filled.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
2257
+ .e-small .e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
2258
+ .e-filled.e-float-input:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
2259
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
2260
+ .e-filled.e-float-input.e-small:not(.e-error) input[readonly]:focus ~ label.e-float-text,
2261
+ .e-small .e-filled.e-float-input:not(.e-error) input[readonly]:focus ~ label.e-float-text.e-label-top,
2262
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus ~ label.e-float-text,
2263
+ .e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-float-text.e-label-top,
2264
+ .e-filled.e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
2265
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
2266
+ .e-filled.e-float-input.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text,
2267
+ .e-small .e-filled.e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text.e-label-top,
2268
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text,
2269
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text.e-label-top,
2270
+ .e-filled.e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
2271
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
2272
+ .e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
2273
+ .e-small .e-filled.e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
2274
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
2275
+ .e-filled.e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
2276
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
2277
+ .e-filled.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
2278
+ .e-small .e-filled.e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
2279
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
2280
+ .e-filled.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
2281
+ .e-filled.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
2282
+ .e-small .e-filled.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
2283
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
2284
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
2285
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
2286
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
2287
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
2288
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
2289
+ .e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
2290
+ .e-filled.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
2291
+ .e-small .e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
2292
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
2293
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
2294
+ .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text {
2295
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
2296
+ color: $input-active-accent-color;
2297
+ }
2298
+ }
2299
+
2300
+ .e-input-group textarea.e-input:-ms-input-placeholder,
2301
+ .e-input-group textarea.e-input:-moz-placeholder,
2302
+ .e-input-group .e-input:-ms-input-placeholder,
2303
+ input.e-input#{$css}::-webkit-input-placeholder {
2304
+ @if $input-skin-name == 'tailwind' or $input-skin-name == 'tailwind3' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'bootstrap5.3' {
2305
+ color: $input-placeholder-color;
2306
+ }
2307
+ }
2308
+
2309
+ .e-filled.e-float-input:not(.e-disabled) .e-clear-icon:hover,
2310
+ .e-filled.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover,
2311
+ .e-filled.e-input-group:not(.e-disabled) .e-clear-icon:hover,
2312
+ .e-filled.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover {
2313
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
2314
+ color: $filled-input-clear-icon-hover-color;
2315
+ }
2316
+ }
2317
+
2318
+ .e-filled.e-float-input:not(.e-disabled) .e-clear-icon:active,
2319
+ .e-filled.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:active,
2320
+ .e-filled.e-input-group:not(.e-disabled) .e-clear-icon:active,
2321
+ .e-filled.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:active {
2322
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
2323
+ color: $filled-input-clear-icon-active-color;
2324
+ }
2325
+ }
2326
+
2327
+ .e-filled.e-input#{$css}[disabled],
2328
+ .e-input-group.e-filled .e-input[disabled],
2329
+ .e-input-group.e-filled.e-control-wrapper .e-input[disabled],
2330
+ .e-input-group.e-filled.e-disabled,
2331
+ .e-input-group.e-filled.e-control-wrapper.e-disabled,
2332
+ .e-filled.e-float-input input[disabled],
2333
+ .e-filled.e-float-input.e-control-wrapper input[disabled],
2334
+ .e-filled.e-float-input textarea[disabled],
2335
+ .e-filled.e-float-input.e-control-wrapper textarea[disabled],
2336
+ .e-filled.e-float-input.e-disabled,
2337
+ .e-filled.e-float-input.e-control-wrapper.e-disabled {
2338
+ @if $input-skin-name == 'material' {
2339
+ background: $filled-input-disabled-bg-color;
2340
+ background-image: none;
2341
+ background-position: initial;
2342
+ background-repeat: no-repeat;
2343
+ background-size: $zero-value;
2344
+ border-color: $filled-input-disabled-border-color;
2345
+ color: $filled-input-disabled-font-color;
2346
+ }
2347
+ @if $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
2348
+ //background: $filled-input-disabled-bg-color;
2349
+ background-image: none;
2350
+ background-position: initial;
2351
+ background-repeat: no-repeat;
2352
+ background-size: $zero-value;
2353
+ border-color: $filled-input-disabled-border-color;
2354
+ color: $filled-input-disabled-font-color;
2355
+ }
2356
+ }
2357
+
2358
+ .e-filled.e-float-input.e-disabled:not(.e-success):not(.e-warning):not(.e-error),
2359
+ .e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-success):not(.e-warning):not(.e-error) {
2360
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
2361
+ border-color: $filled-input-disabled-border-color;
2362
+ }
2363
+ }
2364
+
2365
+ .e-filled.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
2366
+ .e-filled.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap,
2367
+ .e-filled.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
2368
+ .e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap {
2369
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
2370
+ background: $filled-input-disabled-bg-color;
2371
+ background-image: none;
2372
+ background-position: initial;
2373
+ background-repeat: no-repeat;
2374
+ background-size: $zero-value;
2375
+ border-color: $filled-input-disabled-border-color;
2376
+ color: $filled-input-disabled-font-color;
2377
+ }
2378
+ }
2379
+
2380
+ .e-filled.e-float-input.e-input-group.e-disabled .e-float-text,
2381
+ .e-filled.e-float-input.e-input-group.e-disabled .e-float-text.e-label-top,
2382
+ .e-filled.e-float-input input[disabled] ~ label.e-float-text,
2383
+ .e-filled.e-float-input input[disabled] ~ label.e-label-top.e-float-text,
2384
+ .e-filled.e-float-input.e-disabled label.e-float-text,
2385
+ .e-filled.e-float-input.e-disabled label.e-float-text.e-label-top,
2386
+ .e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-float-text,
2387
+ .e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2388
+ .e-filled.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
2389
+ .e-filled.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
2390
+ .e-filled.e-float-input textarea[disabled] ~ label.e-float-text,
2391
+ .e-filled.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
2392
+ .e-filled.e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text,
2393
+ .e-filled.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
2394
+ .e-filled.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
2395
+ .e-filled.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
2396
+ .e-filled.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text,
2397
+ .e-filled.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top,
2398
+ .e-filled.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-float-text,
2399
+ .e-filled.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-label-top.e-float-text,
2400
+ .e-filled.e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text,
2401
+ .e-filled.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
2402
+ .e-filled.e-float-input.e-control-wrapper.e-disabled label.e-float-text,
2403
+ .e-filled.e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top,
2404
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text,
2405
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2406
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
2407
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
2408
+ .e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-float-text,
2409
+ .e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
2410
+ .e-filled.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
2411
+ .e-filled.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
2412
+ .e-filled.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-float-text,
2413
+ .e-filled.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-label-top.e-float-text,
2414
+ .e-filled.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-float-text,
2415
+ .e-filled.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
2416
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text,
2417
+ .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
2418
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
2419
+ .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
2420
+ .e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-float-text,
2421
+ .e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
2422
+ .e-filled.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
2423
+ .e-filled.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
2424
+ input.e-filled.e-disabled.e-input#{$css}:-moz-placeholder,
2425
+ .e-input-group.e-filled.e-disabled input.e-input:-moz-placeholder,
2426
+ .e-input-group.e-filled.e-disabled input.e-input:-moz-placeholder,
2427
+ .e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input:-moz-placeholder,
2428
+ input.e-filled.e-disabled.e-input#{$css}:-moz-placeholder,
2429
+ .e-input-group.e-filled.e-disabled input.e-input:-moz-placeholder,
2430
+ .e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input:-moz-placeholder,
2431
+ textarea.e-filled.e-disabled.e-input#{$css}:-moz-placeholder,
2432
+ .e-input-group.e-filled.e-disabled textarea.e-input:-moz-placeholder,
2433
+ .e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input:-moz-placeholder,
2434
+ input.e-filled.e-disabled.e-input#{$css}::-moz-placeholder,
2435
+ .e-input-group.e-filled.e-disabled input.e-input::-moz-placeholder,
2436
+ .e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input::-moz-placeholder,
2437
+ textarea.e-filled.e-disabled.e-input#{$css}::-moz-placeholder,
2438
+ .e-input-group.e-filled.e-disabled textarea.e-input::-moz-placeholder,
2439
+ .e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input::-moz-placeholder,
2440
+ input.e-filled.e-disabled.e-input#{$css}:-ms-input-placeholder,
2441
+ .e-input-group.e-filled.e-disabled input.e-input:-ms-input-placeholder,
2442
+ .e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input:-ms-input-placeholder,
2443
+ textarea.e-filled.e-disabled.e-input#{$css}:-ms-input-placeholder,
2444
+ .e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input:-ms-input-placeholder,
2445
+ .e-input-group.e-filled.e-disabled textarea.e-input:-ms-input-placeholder,
2446
+ input.e-filled.e-disabled.e-input#{$css}::-webkit-input-placeholder,
2447
+ .e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input::-webkit-input-placeholder,
2448
+ .e-input-group.e-filled.e-disabled input.e-input::-webkit-input-placeholder,
2449
+ textarea.e-filled.e-disabled.e-input#{$css}::-webkit-input-placeholder,
2450
+ .e-input-group.e-filled.e-disabled textarea.e-input::-webkit-input-placeholder,
2451
+ .e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input::-webkit-input-placeholder,
2452
+ .e-filled.e-float-input.e-disabled .e-clear-icon,
2453
+ .e-filled.e-float-input.e-control-wrapper.e-disabled .e-clear-icon,
2454
+ .e-input-group.e-filled.e-disabled .e-clear-icon,
2455
+ .e-input-group.e-filled.e-control-wrapper.e-disabled .e-clear-icon,
2456
+ .e-input-group.e-filled.e-disabled .e-input-group-icon,
2457
+ .e-input-group.e-filled.e-control-wrapper.e-disabled .e-input-group-icon,
2458
+ .e-filled.e-float-input:not(.e-disabled) input[disabled],
2459
+ .e-filled.e-float-input.e-control-wrapper:not(.e-disabled) input[disabled],
2460
+ .e-filled.e-float-input:not(.e-disabled) textarea[disabled],
2461
+ .e-filled.e-float-input.e-control-wrapper:not(.e-disabled) textarea[disabled] {
2462
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
2463
+ color: $filled-input-disabled-font-color;
2464
+ }
2465
+ }
2466
+
2467
+ .e-filled.e-float-input.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2468
+ .e-filled.e-float-input.e-control-wrapper.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2469
+ .e-filled.e-float-input.e-small.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2470
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2471
+ .e-small .e-filled.e-float-input.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2472
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2473
+ .e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text,
2474
+ .e-filled.e-float-input.e-success textarea:valid ~ label.e-float-text,
2475
+ .e-filled.e-float-input.e-success textarea ~ label.e-label-top.e-float-text,
2476
+ .e-filled.e-float-input.e-success textarea[readonly] ~ label.e-label-top.e-float-text,
2477
+ .e-filled.e-float-input.e-success textarea[disabled] ~ label.e-label-top.e-float-text,
2478
+ .e-filled.e-float-input.e-success textarea label.e-float-text.e-label-top,
2479
+ .e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
2480
+ .e-filled.e-float-input.e-control-wrapper.e-success textarea:valid ~ label.e-float-text,
2481
+ .e-filled.e-float-input.e-control-wrapper.e-success textarea ~ label.e-label-top.e-float-text,
2482
+ .e-filled.e-float-input.e-control-wrapper.e-success textarea[readonly] ~ label.e-label-top.e-float-text,
2483
+ .e-filled.e-float-input.e-control-wrapper.e-success textarea[disabled] ~ label.e-label-top.e-float-text,
2484
+ .e-filled.e-float-input.e-control-wrapper.e-success textarea label.e-float-text.e-label-top,
2485
+ .e-filled.e-float-input.e-small.e-success textarea:focus ~ label.e-float-text,
2486
+ .e-filled.e-float-input.e-small.e-success textarea:valid ~ label.e-float-text,
2487
+ .e-filled.e-float-input.e-small.e-success textarea ~ label.e-label-top.e-float-text,
2488
+ .e-filled.e-float-input.e-small.e-success textarea[readonly] ~ label.e-float-text,
2489
+ .e-filled.e-float-input.e-small.e-success textarea[disabled] ~ label.e-float-text,
2490
+ .e-small .e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text,
2491
+ .e-small .e-filled.e-float-input.e-success textarea:valid ~ label.e-float-text,
2492
+ .e-small .e-filled.e-float-input.e-success textarea ~ label.e-label-top.e-float-text,
2493
+ .e-small .e-filled.e-float-input.e-success textarea[readonly] ~ label.e-float-text.e-label-top,
2494
+ .e-small .e-filled.e-float-input.e-success textarea[disabled] ~ label.e-float-text.e-label-top,
2495
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:focus ~ label.e-float-text,
2496
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:valid ~ label.e-float-text,
2497
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea ~ label.e-label-top.e-float-text,
2498
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea[readonly] ~ label.e-float-text,
2499
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea[disabled] ~ label.e-float-text,
2500
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
2501
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea:valid ~ label.e-float-text,
2502
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea ~ label.e-label-top.e-float-text,
2503
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea[readonly] ~ label.e-float-text.e-label-top,
2504
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea[disabled] ~ label.e-float-text.e-label-top,
2505
+ .e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
2506
+ .e-filled.e-float-input.e-small.e-success input:focus ~ label.e-float-text,
2507
+ .e-small .e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
2508
+ .e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text,
2509
+ .e-filled.e-float-input.e-small.e-success textarea:focus ~ label.e-float-text,
2510
+ .e-small .e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text,
2511
+ .e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
2512
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success input:focus ~ label.e-float-text,
2513
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
2514
+ .e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
2515
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:focus ~ label.e-float-text,
2516
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
2517
+ .e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
2518
+ .e-filled.e-float-input.e-small.e-success.e-input-focus input ~ label.e-float-text,
2519
+ .e-small .e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
2520
+ .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text,
2521
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input ~ label.e-float-text,
2522
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text,
2523
+ .e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2524
+ .e-small .e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2525
+ .e-small.e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2526
+ .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2527
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2528
+ .e-small.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2529
+ .e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2530
+ .e-small .e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2531
+ .e-small.e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2532
+ .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2533
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2534
+ .e-small.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
2535
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
2536
+ color: $input-success-color;
2537
+ }
2538
+ }
2539
+
2540
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:focus ~ label.e-float-text,
2541
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:valid ~ label.e-float-text,
2542
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input ~ label.e-label-top.e-float-text,
2543
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input[readonly] ~ label.e-float-text,
2544
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input[disabled] ~ label.e-float-text,
2545
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
2546
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning input:valid ~ label.e-float-text,
2547
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning input ~ label.e-label-top.e-float-text,
2548
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning input[readonly] ~ label.e-float-text.e-label-top,
2549
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning input[disabled] ~ label.e-float-text.e-label-top,
2550
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input ~ label.e-float-text,
2551
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text,
2552
+ .e-filled.e-float-input.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2553
+ .e-filled.e-float-input.e-control-wrapper.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2554
+ .e-filled.e-float-input.e-small.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2555
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2556
+ .e-small .e-filled.e-float-input.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2557
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
2558
+ .e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text,
2559
+ .e-filled.e-float-input.e-warning textarea:valid ~ label.e-float-text,
2560
+ .e-filled.e-float-input.e-warning textarea ~ label.e-label-top.e-float-text,
2561
+ .e-filled.e-float-input.e-warning textarea[readonly] ~ label.e-label-top.e-float-text,
2562
+ .e-filled.e-float-input.e-warning textarea[disabled] ~ label.e-label-top.e-float-text,
2563
+ .e-filled.e-float-input.e-warning textarea label.e-float-text.e-label-top,
2564
+ .e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
2565
+ .e-filled.e-float-input.e-control-wrapper.e-warning textarea:valid ~ label.e-float-text,
2566
+ .e-filled.e-float-input.e-control-wrapper.e-warning textarea ~ label.e-label-top.e-float-text,
2567
+ .e-filled.e-float-input.e-control-wrapper.e-warning textarea[readonly] ~ label.e-label-top.e-float-text,
2568
+ .e-filled.e-float-input.e-control-wrapper.e-warning textarea[disabled] ~ label.e-label-top.e-float-text,
2569
+ .e-filled.e-float-input.e-control-wrapper.e-warning textarea label.e-float-text.e-label-top,
2570
+ .e-filled.e-float-input.e-small.e-warning textarea:focus ~ label.e-float-text,
2571
+ .e-filled.e-float-input.e-small.e-warning textarea:valid ~ label.e-float-text,
2572
+ .e-filled.e-float-input.e-small.e-warning textarea ~ label.e-label-top.e-float-text,
2573
+ .e-filled.e-float-input.e-small.e-warning textarea[readonly] ~ label.e-float-text,
2574
+ .e-filled.e-float-input.e-small.e-warning textarea[disabled] ~ label.e-float-text,
2575
+ .e-small .e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text,
2576
+ .e-small .e-filled.e-float-input.e-warning textarea:valid ~ label.e-float-text,
2577
+ .e-small .e-filled.e-float-input.e-warning textarea ~ label.e-label-top.e-float-text,
2578
+ .e-small .e-filled.e-float-input.e-warning textarea[readonly] ~ label.e-float-text.e-label-top,
2579
+ .e-small .e-filled.e-float-input.e-warning textarea[disabled] ~ label.e-float-text.e-label-top,
2580
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus ~ label.e-float-text,
2581
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:valid ~ label.e-float-text,
2582
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea ~ label.e-label-top.e-float-text,
2583
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea[readonly] ~ label.e-float-text,
2584
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea[disabled] ~ label.e-float-text,
2585
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
2586
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea:valid ~ label.e-float-text,
2587
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea ~ label.e-label-top.e-float-text,
2588
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea[readonly] ~ label.e-float-text.e-label-top,
2589
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea[disabled] ~ label.e-float-text.e-label-top,
2590
+ .e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
2591
+ .e-filled.e-float-input.e-small.e-warning input:focus ~ label.e-float-text,
2592
+ .e-small .e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
2593
+ .e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text,
2594
+ .e-filled.e-float-input.e-small.e-warning textarea:focus ~ label.e-float-text,
2595
+ .e-small .e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text,
2596
+ .e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
2597
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:focus ~ label.e-float-text,
2598
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
2599
+ .e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
2600
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus ~ label.e-float-text,
2601
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
2602
+ .e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
2603
+ .e-filled.e-float-input.e-small.e-warning.e-input-focus input ~ label.e-float-text,
2604
+ .e-small .e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
2605
+ .e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus inputs ~ label.e-float-text,
2606
+ .e-filled.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input ~ label.e-float-text,
2607
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text,
2608
+ .e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2609
+ .e-small .e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2610
+ .e-small.e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2611
+ .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2612
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2613
+ .e-small.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
2614
+ .e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2615
+ .e-small .e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2616
+ .e-small.e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2617
+ .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2618
+ .e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
2619
+ .e-small.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
2620
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' or $input-skin-name == 'fluent2' or $input-skin-name == 'tailwind3' {
2621
+ color: $input-warning-color;
2622
+ }
2623
+ }
2624
+ }