@syncfusion/ej2-angular-inputs 25.2.6 → 26.1.35

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 (303) hide show
  1. package/CHANGELOG.md +1495 -0
  2. package/README.md +13 -0
  3. package/esm2020/public_api.mjs +1 -2
  4. package/esm2020/src/index.mjs +4 -1
  5. package/esm2020/src/otp-input/otpinput-all.module.mjs +23 -0
  6. package/esm2020/src/otp-input/otpinput.component.mjs +85 -0
  7. package/esm2020/src/otp-input/otpinput.module.mjs +25 -0
  8. package/esm2020/src/textarea/textarea.component.mjs +3 -3
  9. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +187 -71
  10. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +1 -1
  11. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +187 -71
  12. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +1 -1
  13. package/package.json +9 -9
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/src/index.d.ts +3 -0
  17. package/src/otp-input/otpinput-all.module.d.ts +11 -0
  18. package/src/otp-input/otpinput.component.d.ts +43 -0
  19. package/src/otp-input/otpinput.module.d.ts +11 -0
  20. package/src/textarea/textarea.component.d.ts +1 -1
  21. package/styles/bootstrap-dark.css +7402 -1
  22. package/styles/bootstrap-dark.scss +1 -0
  23. package/styles/bootstrap.css +7384 -1
  24. package/styles/bootstrap.scss +1 -0
  25. package/styles/bootstrap4.css +7542 -1
  26. package/styles/bootstrap4.scss +1 -0
  27. package/styles/bootstrap5-dark.css +7707 -1
  28. package/styles/bootstrap5-dark.scss +1 -0
  29. package/styles/bootstrap5.css +7707 -1
  30. package/styles/bootstrap5.scss +1 -0
  31. package/styles/color-picker/bootstrap-dark.css +779 -1
  32. package/styles/color-picker/bootstrap.css +779 -1
  33. package/styles/color-picker/bootstrap4.css +865 -1
  34. package/styles/color-picker/bootstrap5-dark.css +845 -1
  35. package/styles/color-picker/bootstrap5.css +845 -1
  36. package/styles/color-picker/fabric-dark.css +779 -1
  37. package/styles/color-picker/fabric.css +784 -1
  38. package/styles/color-picker/fluent-dark.css +800 -1
  39. package/styles/color-picker/fluent.css +800 -1
  40. package/styles/color-picker/fluent2.css +2025 -0
  41. package/styles/color-picker/fluent2.scss +1 -0
  42. package/styles/color-picker/highcontrast-light.css +779 -1
  43. package/styles/color-picker/highcontrast.css +779 -1
  44. package/styles/color-picker/material-dark.css +793 -1
  45. package/styles/color-picker/material.css +826 -1
  46. package/styles/color-picker/material3-dark.css +1015 -1
  47. package/styles/color-picker/material3.css +1127 -1
  48. package/styles/color-picker/tailwind-dark.css +819 -1
  49. package/styles/color-picker/tailwind.css +819 -1
  50. package/styles/data-form/bootstrap-dark.css +232 -1
  51. package/styles/data-form/bootstrap.css +232 -1
  52. package/styles/data-form/bootstrap4.css +232 -1
  53. package/styles/data-form/bootstrap5-dark.css +232 -1
  54. package/styles/data-form/bootstrap5.css +232 -1
  55. package/styles/data-form/fabric-dark.css +232 -1
  56. package/styles/data-form/fabric.css +232 -1
  57. package/styles/data-form/fluent-dark.css +232 -1
  58. package/styles/data-form/fluent.css +232 -1
  59. package/styles/data-form/fluent2.css +1266 -0
  60. package/styles/data-form/fluent2.scss +1 -0
  61. package/styles/data-form/highcontrast-light.css +232 -1
  62. package/styles/data-form/highcontrast.css +232 -1
  63. package/styles/data-form/material-dark.css +232 -1
  64. package/styles/data-form/material.css +232 -1
  65. package/styles/data-form/material3-dark.css +342 -1
  66. package/styles/data-form/material3.css +454 -1
  67. package/styles/data-form/tailwind-dark.css +232 -1
  68. package/styles/data-form/tailwind.css +232 -1
  69. package/styles/fabric-dark.css +7348 -1
  70. package/styles/fabric-dark.scss +1 -0
  71. package/styles/fabric.css +7353 -1
  72. package/styles/fabric.scss +1 -0
  73. package/styles/fluent-dark.css +7508 -1
  74. package/styles/fluent-dark.scss +1 -0
  75. package/styles/fluent.css +7508 -1
  76. package/styles/fluent.scss +1 -0
  77. package/styles/fluent2.css +25566 -0
  78. package/styles/fluent2.scss +12 -0
  79. package/styles/highcontrast-light.css +7557 -1
  80. package/styles/highcontrast-light.scss +1 -0
  81. package/styles/highcontrast.css +7557 -1
  82. package/styles/highcontrast.scss +1 -0
  83. package/styles/input/bootstrap-dark.css +4368 -1
  84. package/styles/input/bootstrap.css +4368 -1
  85. package/styles/input/bootstrap4.css +4348 -1
  86. package/styles/input/bootstrap5-dark.css +4446 -1
  87. package/styles/input/bootstrap5.css +4446 -1
  88. package/styles/input/fabric-dark.css +4298 -1
  89. package/styles/input/fabric.css +4298 -1
  90. package/styles/input/fluent-dark.css +4336 -1
  91. package/styles/input/fluent.css +4336 -1
  92. package/styles/input/fluent2.css +10185 -0
  93. package/styles/input/fluent2.scss +1 -0
  94. package/styles/input/highcontrast-light.css +4462 -1
  95. package/styles/input/highcontrast.css +4462 -1
  96. package/styles/input/material-dark.css +11659 -1
  97. package/styles/input/material.css +11679 -1
  98. package/styles/input/material3-dark.css +11609 -1
  99. package/styles/input/material3.css +11721 -1
  100. package/styles/input/tailwind-dark.css +4303 -1
  101. package/styles/input/tailwind.css +4303 -1
  102. package/styles/maskedtextbox/bootstrap-dark.css +31 -1
  103. package/styles/maskedtextbox/bootstrap.css +14 -1
  104. package/styles/maskedtextbox/bootstrap4.css +31 -1
  105. package/styles/maskedtextbox/bootstrap5-dark.css +31 -1
  106. package/styles/maskedtextbox/bootstrap5.css +31 -1
  107. package/styles/maskedtextbox/fabric-dark.css +31 -1
  108. package/styles/maskedtextbox/fabric.css +31 -1
  109. package/styles/maskedtextbox/fluent-dark.css +27 -1
  110. package/styles/maskedtextbox/fluent.css +27 -1
  111. package/styles/maskedtextbox/fluent2.css +1244 -0
  112. package/styles/maskedtextbox/fluent2.scss +1 -0
  113. package/styles/maskedtextbox/highcontrast-light.css +31 -1
  114. package/styles/maskedtextbox/highcontrast.css +31 -1
  115. package/styles/maskedtextbox/material-dark.css +45 -1
  116. package/styles/maskedtextbox/material.css +65 -1
  117. package/styles/maskedtextbox/material3-dark.css +175 -1
  118. package/styles/maskedtextbox/material3.css +287 -1
  119. package/styles/maskedtextbox/tailwind-dark.css +31 -1
  120. package/styles/maskedtextbox/tailwind.css +31 -1
  121. package/styles/material-dark.css +14901 -1
  122. package/styles/material-dark.scss +1 -0
  123. package/styles/material.css +14988 -1
  124. package/styles/material.scss +1 -0
  125. package/styles/material3-dark.css +16319 -1
  126. package/styles/material3-dark.scss +1 -0
  127. package/styles/material3.css +17663 -1
  128. package/styles/material3.scss +1 -0
  129. package/styles/numerictextbox/bootstrap-dark.css +53 -1
  130. package/styles/numerictextbox/bootstrap.css +53 -1
  131. package/styles/numerictextbox/bootstrap4.css +48 -1
  132. package/styles/numerictextbox/bootstrap5-dark.css +48 -1
  133. package/styles/numerictextbox/bootstrap5.css +48 -1
  134. package/styles/numerictextbox/fabric-dark.css +48 -1
  135. package/styles/numerictextbox/fabric.css +48 -1
  136. package/styles/numerictextbox/fluent-dark.css +59 -1
  137. package/styles/numerictextbox/fluent.css +59 -1
  138. package/styles/numerictextbox/fluent2.css +1261 -0
  139. package/styles/numerictextbox/fluent2.scss +1 -0
  140. package/styles/numerictextbox/highcontrast-light.css +48 -1
  141. package/styles/numerictextbox/highcontrast.css +48 -1
  142. package/styles/numerictextbox/material-dark.css +62 -1
  143. package/styles/numerictextbox/material.css +82 -1
  144. package/styles/numerictextbox/material3-dark.css +192 -1
  145. package/styles/numerictextbox/material3.css +304 -1
  146. package/styles/numerictextbox/tailwind-dark.css +48 -1
  147. package/styles/numerictextbox/tailwind.css +48 -1
  148. package/styles/otp-input/bootstrap-dark.css +225 -0
  149. package/styles/otp-input/bootstrap-dark.scss +1 -0
  150. package/styles/otp-input/bootstrap.css +225 -0
  151. package/styles/otp-input/bootstrap.scss +1 -0
  152. package/styles/otp-input/bootstrap4.css +225 -0
  153. package/styles/otp-input/bootstrap4.scss +1 -0
  154. package/styles/otp-input/bootstrap5-dark.css +225 -0
  155. package/styles/otp-input/bootstrap5-dark.scss +1 -0
  156. package/styles/otp-input/bootstrap5.css +225 -0
  157. package/styles/otp-input/bootstrap5.scss +1 -0
  158. package/styles/otp-input/fabric-dark.css +225 -0
  159. package/styles/otp-input/fabric-dark.scss +1 -0
  160. package/styles/otp-input/fabric.css +225 -0
  161. package/styles/otp-input/fabric.scss +1 -0
  162. package/styles/otp-input/fluent-dark.css +225 -0
  163. package/styles/otp-input/fluent-dark.scss +1 -0
  164. package/styles/otp-input/fluent.css +225 -0
  165. package/styles/otp-input/fluent.scss +1 -0
  166. package/styles/otp-input/fluent2.css +1259 -0
  167. package/styles/otp-input/fluent2.scss +1 -0
  168. package/styles/otp-input/highcontrast-light.css +225 -0
  169. package/styles/otp-input/highcontrast-light.scss +1 -0
  170. package/styles/otp-input/highcontrast.css +225 -0
  171. package/styles/otp-input/highcontrast.scss +1 -0
  172. package/styles/otp-input/material-dark.css +225 -0
  173. package/styles/otp-input/material-dark.scss +1 -0
  174. package/styles/otp-input/material.css +225 -0
  175. package/styles/otp-input/material.scss +1 -0
  176. package/styles/otp-input/material3-dark.css +335 -0
  177. package/styles/otp-input/material3-dark.scss +2 -0
  178. package/styles/otp-input/material3.css +447 -0
  179. package/styles/otp-input/material3.scss +2 -0
  180. package/styles/otp-input/tailwind-dark.css +225 -0
  181. package/styles/otp-input/tailwind-dark.scss +1 -0
  182. package/styles/otp-input/tailwind.css +225 -0
  183. package/styles/otp-input/tailwind.scss +1 -0
  184. package/styles/rating/bootstrap-dark.css +315 -1
  185. package/styles/rating/bootstrap.css +315 -1
  186. package/styles/rating/bootstrap4.css +315 -1
  187. package/styles/rating/bootstrap5-dark.css +316 -1
  188. package/styles/rating/bootstrap5.css +316 -1
  189. package/styles/rating/fabric-dark.css +315 -1
  190. package/styles/rating/fabric.css +315 -1
  191. package/styles/rating/fluent-dark.css +315 -1
  192. package/styles/rating/fluent.css +315 -1
  193. package/styles/rating/fluent2.css +1349 -0
  194. package/styles/rating/fluent2.scss +1 -0
  195. package/styles/rating/highcontrast-light.css +315 -1
  196. package/styles/rating/highcontrast.css +315 -1
  197. package/styles/rating/material-dark.css +315 -1
  198. package/styles/rating/material.css +315 -1
  199. package/styles/rating/material3-dark.css +434 -1
  200. package/styles/rating/material3.css +546 -1
  201. package/styles/rating/tailwind-dark.css +319 -1
  202. package/styles/rating/tailwind.css +319 -1
  203. package/styles/signature/bootstrap-dark.css +9 -1
  204. package/styles/signature/bootstrap.css +9 -1
  205. package/styles/signature/bootstrap4.css +9 -1
  206. package/styles/signature/bootstrap5-dark.css +9 -1
  207. package/styles/signature/bootstrap5.css +9 -1
  208. package/styles/signature/fabric-dark.css +9 -1
  209. package/styles/signature/fabric.css +9 -1
  210. package/styles/signature/fluent-dark.css +9 -1
  211. package/styles/signature/fluent.css +9 -1
  212. package/styles/signature/fluent2.css +1043 -0
  213. package/styles/signature/fluent2.scss +1 -0
  214. package/styles/signature/highcontrast-light.css +9 -1
  215. package/styles/signature/highcontrast.css +9 -1
  216. package/styles/signature/material-dark.css +9 -1
  217. package/styles/signature/material.css +9 -1
  218. package/styles/signature/material3-dark.css +119 -1
  219. package/styles/signature/material3.css +231 -1
  220. package/styles/signature/tailwind-dark.css +9 -1
  221. package/styles/signature/tailwind.css +9 -1
  222. package/styles/slider/bootstrap-dark.css +484 -1
  223. package/styles/slider/bootstrap.css +484 -1
  224. package/styles/slider/bootstrap4.css +563 -1
  225. package/styles/slider/bootstrap5-dark.css +643 -1
  226. package/styles/slider/bootstrap5.css +643 -1
  227. package/styles/slider/fabric-dark.css +504 -1
  228. package/styles/slider/fabric.css +504 -1
  229. package/styles/slider/fluent-dark.css +547 -1
  230. package/styles/slider/fluent.css +547 -1
  231. package/styles/slider/fluent2.css +1642 -0
  232. package/styles/slider/fluent2.scss +1 -0
  233. package/styles/slider/highcontrast-light.css +550 -1
  234. package/styles/slider/highcontrast.css +550 -1
  235. package/styles/slider/material-dark.css +662 -1
  236. package/styles/slider/material.css +662 -1
  237. package/styles/slider/material3-dark.css +873 -1
  238. package/styles/slider/material3.css +985 -1
  239. package/styles/slider/tailwind-dark.css +617 -1
  240. package/styles/slider/tailwind.css +617 -1
  241. package/styles/tailwind-dark.css +7544 -1
  242. package/styles/tailwind-dark.scss +1 -0
  243. package/styles/tailwind.css +7544 -1
  244. package/styles/tailwind.scss +1 -0
  245. package/styles/textarea/bootstrap-dark.css +34 -1
  246. package/styles/textarea/bootstrap.css +34 -1
  247. package/styles/textarea/bootstrap4.css +34 -1
  248. package/styles/textarea/bootstrap5-dark.css +34 -1
  249. package/styles/textarea/bootstrap5.css +34 -1
  250. package/styles/textarea/fabric-dark.css +34 -1
  251. package/styles/textarea/fabric.css +34 -1
  252. package/styles/textarea/fluent-dark.css +34 -1
  253. package/styles/textarea/fluent.css +34 -1
  254. package/styles/textarea/fluent2.css +1247 -0
  255. package/styles/textarea/fluent2.scss +1 -0
  256. package/styles/textarea/highcontrast-light.css +34 -1
  257. package/styles/textarea/highcontrast.css +34 -1
  258. package/styles/textarea/material-dark.css +48 -1
  259. package/styles/textarea/material.css +68 -1
  260. package/styles/textarea/material3-dark.css +178 -1
  261. package/styles/textarea/material3.css +290 -1
  262. package/styles/textarea/tailwind-dark.css +34 -1
  263. package/styles/textarea/tailwind.css +34 -1
  264. package/styles/textbox/bootstrap-dark.css +28 -1
  265. package/styles/textbox/bootstrap.css +28 -1
  266. package/styles/textbox/bootstrap4.css +28 -1
  267. package/styles/textbox/bootstrap5-dark.css +28 -1
  268. package/styles/textbox/bootstrap5.css +28 -1
  269. package/styles/textbox/fabric-dark.css +28 -1
  270. package/styles/textbox/fabric.css +28 -1
  271. package/styles/textbox/fluent-dark.css +28 -1
  272. package/styles/textbox/fluent.css +28 -1
  273. package/styles/textbox/fluent2.css +1241 -0
  274. package/styles/textbox/fluent2.scss +1 -0
  275. package/styles/textbox/highcontrast-light.css +28 -1
  276. package/styles/textbox/highcontrast.css +28 -1
  277. package/styles/textbox/material-dark.css +42 -1
  278. package/styles/textbox/material.css +62 -1
  279. package/styles/textbox/material3-dark.css +172 -1
  280. package/styles/textbox/material3.css +284 -1
  281. package/styles/textbox/tailwind-dark.css +28 -1
  282. package/styles/textbox/tailwind.css +28 -1
  283. package/styles/uploader/bootstrap-dark.css +835 -1
  284. package/styles/uploader/bootstrap.css +835 -1
  285. package/styles/uploader/bootstrap4.css +835 -1
  286. package/styles/uploader/bootstrap5-dark.css +841 -1
  287. package/styles/uploader/bootstrap5.css +841 -1
  288. package/styles/uploader/fabric-dark.css +835 -1
  289. package/styles/uploader/fabric.css +835 -1
  290. package/styles/uploader/fluent-dark.css +887 -1
  291. package/styles/uploader/fluent.css +887 -1
  292. package/styles/uploader/fluent2.css +1880 -0
  293. package/styles/uploader/fluent2.scss +1 -0
  294. package/styles/uploader/highcontrast-light.css +835 -1
  295. package/styles/uploader/highcontrast.css +835 -1
  296. package/styles/uploader/material-dark.css +835 -1
  297. package/styles/uploader/material.css +839 -1
  298. package/styles/uploader/material3-dark.css +951 -1
  299. package/styles/uploader/material3.css +1063 -1
  300. package/styles/uploader/tailwind-dark.css +870 -1
  301. package/styles/uploader/tailwind.css +870 -1
  302. package/license +0 -10
  303. package/postinstall/tagchange.js +0 -18
@@ -1 +1,865 @@
1
- @import '@syncfusion/ej2-inputs/styles/color-picker/bootstrap4.css';
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ .e-container .e-value-switch-btn::before {
3
+ content: "\e799";
4
+ }
5
+
6
+ .e-colorpicker-wrapper,
7
+ .e-colorpicker-container {
8
+ display: inline-block;
9
+ line-height: 0;
10
+ outline: none;
11
+ -webkit-user-select: none;
12
+ -moz-user-select: none;
13
+ -ms-user-select: none;
14
+ user-select: none;
15
+ }
16
+ .e-colorpicker-wrapper .e-colorpicker,
17
+ .e-colorpicker-container .e-colorpicker {
18
+ height: 1px;
19
+ opacity: 0;
20
+ position: absolute;
21
+ width: 1px;
22
+ }
23
+ .e-colorpicker-wrapper .e-btn.e-icon-btn,
24
+ .e-colorpicker-container .e-btn.e-icon-btn {
25
+ padding: 8px 9px 7px 9px;
26
+ }
27
+ .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
28
+ .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn {
29
+ font-family: initial;
30
+ line-height: 17px;
31
+ padding: 8px 9px 7px 9px;
32
+ -webkit-box-shadow: none;
33
+ box-shadow: none;
34
+ }
35
+ .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,
36
+ .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color {
37
+ background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
38
+ background-size: 8px;
39
+ border-radius: 4px;
40
+ height: 18px;
41
+ margin-top: 0;
42
+ position: relative;
43
+ width: 18px;
44
+ }
45
+ .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color .e-split-preview,
46
+ .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color .e-split-preview {
47
+ border-radius: 4px;
48
+ }
49
+ .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-btn.e-icon-btn,
50
+ .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-btn.e-icon-btn {
51
+ padding: 8px 9px 7px 9px;
52
+ }
53
+ .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
54
+ .e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
55
+ padding: 8px 9px 7px 9px;
56
+ }
57
+ .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-btn.e-icon-btn,
58
+ .e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-btn.e-icon-btn {
59
+ padding: 8px 9px 7px 9px;
60
+ }
61
+ .e-colorpicker-wrapper *,
62
+ .e-colorpicker-container * {
63
+ -webkit-box-sizing: border-box;
64
+ box-sizing: border-box;
65
+ }
66
+ .e-colorpicker-wrapper.e-disabled .e-palette .e-tile,
67
+ .e-colorpicker-container.e-disabled .e-palette .e-tile {
68
+ cursor: default;
69
+ }
70
+ .e-colorpicker-wrapper.e-disabled .e-palette .e-tile:hover,
71
+ .e-colorpicker-container.e-disabled .e-palette .e-tile:hover {
72
+ border: 0;
73
+ -webkit-box-shadow: none;
74
+ box-shadow: none;
75
+ }
76
+ .e-colorpicker-wrapper.e-disabled .e-palette .e-tile.e-selected,
77
+ .e-colorpicker-container.e-disabled .e-palette .e-tile.e-selected {
78
+ border: 0;
79
+ }
80
+ .e-colorpicker-wrapper.e-disabled .e-container .e-handler, .e-colorpicker-wrapper.e-disabled .e-container .e-preview-container, .e-colorpicker-wrapper.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider, .e-colorpicker-wrapper.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider, .e-colorpicker-wrapper.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle,
81
+ .e-colorpicker-container.e-disabled .e-container .e-handler,
82
+ .e-colorpicker-container.e-disabled .e-container .e-preview-container,
83
+ .e-colorpicker-container.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider,
84
+ .e-colorpicker-container.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider,
85
+ .e-colorpicker-container.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle {
86
+ cursor: default;
87
+ }
88
+ .e-colorpicker-wrapper.e-disabled .e-container .e-hsv-container,
89
+ .e-colorpicker-container.e-disabled .e-container .e-hsv-container {
90
+ pointer-events: none;
91
+ }
92
+
93
+ .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn) {
94
+ line-height: 0;
95
+ }
96
+
97
+ /* stylelint-disable property-no-vendor-prefix */
98
+ .e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
99
+ -webkit-overflow-scrolling: touch;
100
+ height: 100%;
101
+ left: 0;
102
+ position: fixed;
103
+ top: 0;
104
+ width: 100%;
105
+ }
106
+ .e-colorpicker.e-modal {
107
+ background-color: rgba(0, 0, 0, 0.6);
108
+ opacity: 0.5;
109
+ pointer-events: auto;
110
+ }
111
+ .e-colorpicker.e-hsv-model {
112
+ background-color: transparent;
113
+ }
114
+
115
+ .sf-colorpicker .e-switch-ctrl-btn .e-ctrl-btn {
116
+ position: relative;
117
+ }
118
+
119
+ .e-show-value .sf-colorpicker.e-color-palette .e-selected-value, .e-show-value .sf-colorpicker.e-color-palette .e-switch-ctrl-btn {
120
+ width: 270px;
121
+ }
122
+
123
+ .e-dropdown-popup.e-transparent .e-container {
124
+ display: none;
125
+ }
126
+
127
+ body.e-colorpicker-overflow {
128
+ overflow: visible;
129
+ }
130
+
131
+ .e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
132
+ .e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
133
+ .e-bigger .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
134
+ .e-bigger.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn {
135
+ line-height: 20px;
136
+ padding: 10px;
137
+ }
138
+ .e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,
139
+ .e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,
140
+ .e-bigger .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,
141
+ .e-bigger.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color {
142
+ height: 26px;
143
+ width: 26px;
144
+ }
145
+ .e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
146
+ .e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
147
+ .e-bigger .e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
148
+ .e-bigger.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
149
+ padding: 10px;
150
+ }
151
+ .e-bigger .e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
152
+ .e-bigger.e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
153
+ .e-bigger .e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
154
+ .e-bigger.e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn) {
155
+ line-height: 0;
156
+ }
157
+
158
+ .e-container {
159
+ border: 0;
160
+ border-radius: 4px;
161
+ display: inline-block;
162
+ line-height: 0;
163
+ outline: none;
164
+ -webkit-user-select: none;
165
+ -moz-user-select: none;
166
+ -ms-user-select: none;
167
+ user-select: none;
168
+ background-color: #fff;
169
+ border-color: rgba(0, 0, 0, 0.2);
170
+ -webkit-box-shadow: none;
171
+ box-shadow: none;
172
+ }
173
+ .e-container.e-color-picker {
174
+ width: 270px;
175
+ background-color: #fff;
176
+ border: 1px solid rgba(0, 0, 0, 0.2);
177
+ }
178
+ .e-container.e-color-picker .e-mode-switch-btn {
179
+ background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUwLjIgKDU1MDQ3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA0IENvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNC1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS04IiBmaWxsPSIjNDU5NkNFIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS05IiBmaWxsPSIjNUNDMTVCIiB4PSIwIiB5PSIxMiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTI1LUNvcHktMTAiIGZpbGw9IiNGQkQ1MDYiIHg9IjEyIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS0xMSIgZmlsbD0iI0VDNEU0MyIgeD0iMTIiIHk9IjEyIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") no-repeat 100% 100%;
180
+ }
181
+ .e-container.e-color-palette {
182
+ background-color: #fff;
183
+ border: 1px solid rgba(0, 0, 0, 0.2);
184
+ width: auto;
185
+ }
186
+ .e-container.e-color-palette .e-mode-switch-btn {
187
+ background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE4IDE4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MS40MTQyMTsiPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMCwxOCkiPgogICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgc3R5bGU9ImZpbGw6dXJsKCNfTGluZWFyMSk7Ii8+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwwLDE4KSI+CiAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiBzdHlsZT0iZmlsbDp1cmwoI19MaW5lYXIyKTsiLz4KICAgIDwvZz4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLC0xLDAsMTgpIj4KICAgICAgICA8Y2xpcFBhdGggaWQ9Il9jbGlwMyI+CiAgICAgICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIvPgogICAgICAgIDwvY2xpcFBhdGg+CiAgICAgICAgPGcgY2xpcC1wYXRoPSJ1cmwoI19jbGlwMykiPgogICAgICAgICAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwtMCwxOCkiPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMCwxOCkiPgogICAgICAgIDxjbGlwUGF0aCBpZD0iX2NsaXA0Ij4KICAgICAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4Ii8+CiAgICAgICAgPC9jbGlwUGF0aD4KICAgICAgICA8ZyBjbGlwLXBhdGg9InVybCgjX2NsaXA0KSI+CiAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLC0xLC0wLDE4KSI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNfSW1hZ2U1IiB4PSIwIiB5PSIwIiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4Ii8+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwwLDE4KSI+CiAgICAgICAgPGNsaXBQYXRoIGlkPSJfY2xpcDYiPgogICAgICAgICAgICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiLz4KICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgIDxnIGNsaXAtcGF0aD0idXJsKCNfY2xpcDYpIj4KICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsLTAsMTgpIj4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iX0xpbmVhcjEiIHgxPSIwIiB5MT0iMCIgeDI9IjEiIHkyPSIwIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg2LjI3MDE5ZS0xNCwtMTAyNCwtMTAyNCwtNi4yNzAxOWUtMTQsMCwxOCkiPjxzdG9wIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6cmdiKDAsMTgyLDI1NSk7c3RvcC1vcGFjaXR5OjAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOmJsYWNrO3N0b3Atb3BhY2l0eTowIi8+PC9saW5lYXJHcmFkaWVudD4KICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9Il9MaW5lYXIyIiB4MT0iMCIgeTE9IjAiIHgyPSIxIiB5Mj0iMCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMS4xMDIxOGUtMTUsLTE4LC0xOCwtMS4xMDIxOGUtMTUsMTgsMTgpIj48c3RvcCBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYigwLDE4MiwyNTUpO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjpibGFjaztzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+CiAgICAgICAgPGltYWdlIGlkPSJfSW1hZ2U1IiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUJJQUFBQVNDQVlBQUFCV3pvNVhBQUFBQ1hCSVdYTUFBQTdFQUFBT3hBR1ZLdzRiQUFBQmUwbEVRVlE0alcyUjIyNGNNUXhER2NBbyt2OC8yU0lYZE9wTk5iSXVWaDlrZXp6SlBoaWlTT3JNQXZ2eTBBanlBSGVBSEdBSHlDUDE4dTQ3ZVl6ZTlBS2xhaDlCZ0F5WG5tVUxjQStRYmQ3cWp4OWdnVkxGUWRiVDlBQlpYNlZkWHpNLy9MVmZqbE11dy9xQWR2QUMzZmR2bVE1UVpVbUErZ1ZUWDZWZDh3Sjk3NWRLbkdYek1VZnBpVGYzdXpkQi93Z2tsaVZ4a0U1dFdSSkxiNGMvNlplamZvTE5NdFJaeXYyWk4zZFNCYXREVlFGWGxQcDRnTlZBb3FPa1F4dW8yY3Iybk5Wd2lnSnVnQ2xnaWxMclgxQ2Jod3BXdmUwa3NtVTUzUXh3SGM4QU01UjZIQnRBUUUzQVlqa25WREpyb2tDM1BIYlBPZlpTano4SjRMWU9XRFIzVlJBblBOeUE3dm1tZGs5UWQ1VGo0dzBzRzRqYjBPbXBUa0FmMHpiZDExN3FCSjBOeEx3MGl5RGNnZGlPcG80K0lCMElINkQzMXdTMEJqb1ozQ1QvMHBpSGNla0ppTmgwdmxMZmZnOUF3OGs4Z3RoZXYyczh6MHA5L1FVNlQ3Z2JFTWhnbGhIcDdjZDQzbm5CajU4ekhVZERiMk1URit6TC9oOXIveU91c0ZQS093QUFBQUJKUlU1RXJrSmdnZz09Ii8+CiAgICA8L2RlZnM+Cjwvc3ZnPgo=") no-repeat 100% 100%;
188
+ }
189
+ .e-container .e-custom-palette {
190
+ width: auto;
191
+ }
192
+ .e-container .e-custom-palette .e-palette {
193
+ padding: 10px;
194
+ }
195
+ .e-container .e-custom-palette.e-palette-group {
196
+ height: 270px;
197
+ overflow-y: scroll;
198
+ }
199
+ .e-container .e-palette {
200
+ border-bottom: 0;
201
+ display: table;
202
+ line-height: 0;
203
+ outline: none;
204
+ -webkit-user-select: none;
205
+ -moz-user-select: none;
206
+ -ms-user-select: none;
207
+ user-select: none;
208
+ }
209
+ .e-container .e-palette .e-row {
210
+ display: table-row;
211
+ white-space: nowrap;
212
+ }
213
+ .e-container .e-palette .e-tile {
214
+ border: 0.5px solid transparent;
215
+ -webkit-box-sizing: border-box;
216
+ box-sizing: border-box;
217
+ cursor: pointer;
218
+ display: inline-block;
219
+ height: 27px;
220
+ text-align: center;
221
+ vertical-align: middle;
222
+ width: 27px;
223
+ }
224
+ .e-container .e-palette .e-tile.e-selected {
225
+ outline: #adb5bd 0.5px solid;
226
+ position: relative;
227
+ }
228
+ .e-container .e-palette .e-tile:hover {
229
+ -webkit-box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.2);
230
+ box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.2);
231
+ position: relative;
232
+ }
233
+ .e-container .e-palette .e-tile.e-nocolor-item {
234
+ background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
235
+ background-size: 8px;
236
+ }
237
+ .e-container .e-hsv-container {
238
+ border-bottom: 0;
239
+ position: relative;
240
+ -ms-touch-action: none;
241
+ touch-action: none;
242
+ }
243
+ .e-container .e-hsv-container .e-hsv-color {
244
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(#000)), -webkit-gradient(linear, left top, right top, color-stop(0, #fff), to(rgba(255, 255, 255, 0)));
245
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%), linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
246
+ height: 170px;
247
+ }
248
+ .e-container .e-hsv-container .e-handler {
249
+ border: 1px solid #fff;
250
+ border-radius: 6px;
251
+ -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), inset 0 0 2px rgba(0, 0, 0, 0.2);
252
+ box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), inset 0 0 2px rgba(0, 0, 0, 0.2);
253
+ cursor: pointer;
254
+ display: inline-block;
255
+ height: 10px;
256
+ margin-left: -4px;
257
+ margin-top: -4px;
258
+ position: absolute;
259
+ -ms-touch-action: none;
260
+ touch-action: none;
261
+ -webkit-user-select: none;
262
+ -moz-user-select: none;
263
+ -ms-user-select: none;
264
+ user-select: none;
265
+ width: 10px;
266
+ }
267
+ .e-container .e-slider-preview {
268
+ display: inline-block;
269
+ width: 100%;
270
+ padding: 14px;
271
+ }
272
+ .e-container .e-slider-preview .e-colorpicker-slider {
273
+ display: inline-block;
274
+ width: 82.5%;
275
+ }
276
+ .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container {
277
+ height: 18px;
278
+ }
279
+ .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider {
280
+ height: 18px;
281
+ top: calc(50% - 9px);
282
+ }
283
+ .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider-track {
284
+ height: 6px !important; /* stylelint-disable-line declaration-no-important */
285
+ top: calc(50% - 3px);
286
+ border-radius: 0;
287
+ }
288
+ .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle {
289
+ border-radius: 6px;
290
+ cursor: pointer;
291
+ height: 14px;
292
+ top: calc(50% - 7px);
293
+ width: 14px;
294
+ }
295
+ .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle.e-handle-active {
296
+ cursor: pointer;
297
+ }
298
+ .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle.e-large-thumb-size {
299
+ -webkit-transform: scale(1);
300
+ transform: scale(1);
301
+ }
302
+ .e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider .e-slider-track {
303
+ background: -webkit-gradient(linear, left top, right top, color-stop(0, #f00), color-stop(16%, #ff0), color-stop(33%, #0f0), color-stop(50%, #0ff), color-stop(67%, #00f), color-stop(84%, #f0f), to(#ff0004));
304
+ background: linear-gradient(to right, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%);
305
+ }
306
+ .e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-slider-track {
307
+ background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
308
+ border: 0;
309
+ z-index: 0;
310
+ }
311
+ .e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-opacity-empty-track {
312
+ background-size: contain;
313
+ border: 0;
314
+ height: 6px;
315
+ position: absolute;
316
+ top: calc(50% - 3px);
317
+ width: 100%;
318
+ z-index: 1;
319
+ }
320
+ .e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-hue-slider .e-handle, .e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-hue-slider .e-handle-start, .e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-opacity-slider .e-handle, .e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-opacity-slider .e-handle-start {
321
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
322
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
323
+ }
324
+ .e-container .e-slider-preview .e-preview-container {
325
+ background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
326
+ background-size: 10px;
327
+ border: 1px solid #dee2e6;
328
+ cursor: pointer;
329
+ display: inline-block;
330
+ height: 32px;
331
+ margin-left: 4.17%;
332
+ position: relative;
333
+ top: -2px;
334
+ width: 13.338%;
335
+ }
336
+ .e-container .e-slider-preview .e-preview-container .e-preview {
337
+ display: block;
338
+ height: 16px;
339
+ position: absolute;
340
+ width: 100%;
341
+ }
342
+ .e-container .e-slider-preview .e-preview-container .e-preview.e-current {
343
+ border-bottom: 1px solid #dee2e6;
344
+ top: 0;
345
+ }
346
+ .e-container .e-slider-preview .e-preview-container .e-preview.e-previous {
347
+ height: 16px;
348
+ top: 16px;
349
+ }
350
+ .e-container .e-selected-value {
351
+ -webkit-box-align: center;
352
+ -ms-flex-align: center;
353
+ align-items: center;
354
+ display: -webkit-box;
355
+ display: -ms-flexbox;
356
+ display: flex;
357
+ padding: 0 15px 15px;
358
+ -webkit-user-select: none;
359
+ -moz-user-select: none;
360
+ -ms-user-select: none;
361
+ user-select: none;
362
+ width: 100%;
363
+ }
364
+ .e-container .e-selected-value .e-input-container .e-float-input input {
365
+ padding-left: 0;
366
+ text-align: center;
367
+ }
368
+ .e-container .e-selected-value .e-input-container .e-numeric-hidden {
369
+ display: none;
370
+ }
371
+ .e-container .e-selected-value .e-value-switch-btn {
372
+ font-family: "e-icons";
373
+ margin-top: 22px;
374
+ padding: 2px 3px;
375
+ font-size: 16px;
376
+ line-height: 16px;
377
+ }
378
+ .e-container .e-input-container {
379
+ display: inline-block;
380
+ width: 90%;
381
+ }
382
+ .e-container .e-input-container .e-float-input {
383
+ display: inline-block;
384
+ margin-right: 1.856%;
385
+ vertical-align: baseline;
386
+ }
387
+ .e-container .e-input-container .e-float-input:first-child {
388
+ width: 30%;
389
+ }
390
+ .e-container .e-input-container .e-float-input:first-child input {
391
+ height: 32px;
392
+ }
393
+ .e-container .e-input-container .e-float-input.e-numeric {
394
+ height: 32px;
395
+ width: 15%;
396
+ }
397
+ .e-container .e-input-container .e-float-input.e-numeric input {
398
+ height: 30px;
399
+ }
400
+ .e-container .e-input-container .e-float-input .e-float-text {
401
+ text-align: center;
402
+ text-align: left;
403
+ }
404
+ .e-container .e-switch-ctrl-btn {
405
+ display: inline-block;
406
+ padding: 14px 14px 14px;
407
+ white-space: nowrap;
408
+ width: 100%;
409
+ }
410
+ .e-container .e-switch-ctrl-btn .e-ctrl-btn {
411
+ float: right;
412
+ text-align: right;
413
+ white-space: nowrap;
414
+ width: 86.913%;
415
+ }
416
+ .e-container .e-switch-ctrl-btn .e-ctrl-btn .e-btn {
417
+ max-width: 47.29%;
418
+ overflow: hidden;
419
+ text-overflow: ellipsis;
420
+ white-space: nowrap;
421
+ }
422
+ .e-container .e-switch-ctrl-btn .e-ctrl-btn .e-btn.e-cancel {
423
+ margin-left: 8px;
424
+ }
425
+ .e-container .e-switch-ctrl-btn .e-ctrl-btn .e-btn.e-flat:hover {
426
+ border-color: #adb5bd;
427
+ }
428
+ .e-container .e-switch-ctrl-btn .e-mode-switch-btn {
429
+ background-origin: border-box;
430
+ background-position: center;
431
+ background-size: cover;
432
+ float: left;
433
+ margin-top: 2px;
434
+ overflow: hidden;
435
+ white-space: nowrap;
436
+ }
437
+ .e-container .e-switch-ctrl-btn .e-mode-switch-btn:hover {
438
+ border-color: #adb5bd;
439
+ }
440
+ .e-container .e-switch-ctrl-btn .e-mode-switch-btn:focus {
441
+ -webkit-box-shadow: none;
442
+ box-shadow: none;
443
+ }
444
+ .e-container .e-value-switch-btn, .e-container .e-mode-switch-btn {
445
+ background-color: transparent;
446
+ border-color: transparent;
447
+ position: relative;
448
+ width: 28px;
449
+ height: 26px;
450
+ }
451
+ .e-container.e-color-picker .e-value-switch-btn:focus, .e-container.e-color-picker .e-value-switch-btn:hover, .e-container.e-color-picker .e-value-switch-btn:active {
452
+ border-color: transparent;
453
+ -webkit-box-shadow: none;
454
+ box-shadow: none;
455
+ outline: none;
456
+ }
457
+ .e-container.e-color-picker .e-value-switch-btn:focus {
458
+ outline: none;
459
+ }
460
+ .e-container.e-color-palette .e-palette + .e-selected-value, .e-container.e-color-palette .e-palette-group + .e-selected-value {
461
+ padding: 15px 15px;
462
+ }
463
+ .e-container.e-color-palette .e-palette + .e-switch-ctrl-btn, .e-container.e-color-palette .e-palette-group + .e-switch-ctrl-btn {
464
+ padding: 25px 15px 15px;
465
+ }
466
+
467
+ .sf-colorpicker.e-container .e-input-container .e-float-input {
468
+ float: left;
469
+ margin-left: -1px;
470
+ }
471
+
472
+ .e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
473
+ vertical-align: super;
474
+ }
475
+ .e-hide-opacity .e-container .e-slider-preview .e-preview-container {
476
+ top: 0;
477
+ }
478
+ .e-hide-opacity .e-container .e-float-input:first-child {
479
+ width: 38%;
480
+ }
481
+ .e-hide-opacity .e-container .e-float-input.e-numeric {
482
+ width: 18.1%;
483
+ }
484
+
485
+ .e-hide-hex-value .e-container .e-float-input.e-numeric {
486
+ width: 23.14%;
487
+ }
488
+ .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric {
489
+ width: 31.48%;
490
+ }
491
+
492
+ .e-hide-valueswitcher .e-container .e-input-container {
493
+ width: 100%;
494
+ }
495
+ .e-hide-valueswitcher .e-container .e-float-input:first-child {
496
+ width: 31%;
497
+ }
498
+ .e-hide-valueswitcher .e-container .e-float-input.e-numeric {
499
+ width: 15.38%;
500
+ }
501
+ .e-hide-valueswitcher .e-container .e-float-input:last-child {
502
+ margin-right: 0;
503
+ }
504
+ .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child {
505
+ width: 36%;
506
+ }
507
+ .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric {
508
+ width: 19.47%;
509
+ }
510
+ .e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric {
511
+ width: 23.59%;
512
+ }
513
+ .e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric {
514
+ width: 32.1%;
515
+ }
516
+
517
+ .e-rtl .e-container .e-hsv-container .e-hsv-color {
518
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(#000)), -webkit-gradient(linear, right top, left top, color-stop(0, #fff), to(rgba(255, 255, 255, 0)));
519
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%), linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 100%);
520
+ }
521
+ .e-rtl .e-container .e-slider-preview .e-hue-slider .e-slider-track {
522
+ background: -webkit-gradient(linear, right top, left top, color-stop(0, #f00), color-stop(16%, #ff0), color-stop(33%, #0f0), color-stop(50%, #0ff), color-stop(67%, #00f), color-stop(84%, #f0f), to(#ff0004));
523
+ background: linear-gradient(to left, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%);
524
+ }
525
+ .e-rtl .e-container .e-slider-preview .e-preview-container {
526
+ margin-left: 0;
527
+ margin-right: 4.17%;
528
+ }
529
+ .e-rtl .e-container .e-selected-value .e-float-input {
530
+ margin-left: 1.856%;
531
+ margin-right: 0;
532
+ }
533
+ .e-rtl .e-container .e-selected-value .e-float-input input {
534
+ padding-right: 0;
535
+ }
536
+ .e-rtl .e-container .e-selected-value .e-value-switch-btn {
537
+ -webkit-transform: rotate(180deg);
538
+ transform: rotate(180deg);
539
+ }
540
+ .e-rtl .e-container .e-switch-ctrl-btn .e-mode-switch-btn {
541
+ float: right;
542
+ }
543
+ .e-rtl .e-container .e-switch-ctrl-btn .e-ctrl-btn {
544
+ float: left;
545
+ text-align: left;
546
+ }
547
+ .e-rtl .e-container .e-switch-ctrl-btn .e-ctrl-btn .e-cancel {
548
+ margin-left: 0;
549
+ margin-right: 8px;
550
+ }
551
+ .e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
552
+ float: right;
553
+ margin-right: -1px;
554
+ }
555
+ .e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
556
+ margin-left: 0;
557
+ }
558
+
559
+ .e-bigger .e-container .e-switch-ctrl-btn .e-ctrl-btn {
560
+ margin: 2px 0;
561
+ }
562
+ .e-bigger .e-container.e-color-picker {
563
+ width: 290px;
564
+ }
565
+ .e-bigger .e-container .e-palette .e-tile {
566
+ height: 29px;
567
+ width: 29px;
568
+ }
569
+ .e-bigger .e-container .e-hsv-container .e-handler {
570
+ height: 12px;
571
+ width: 12px;
572
+ }
573
+ .e-bigger .e-container .e-hsv-container .e-hsv-color {
574
+ height: 180px;
575
+ }
576
+ .e-bigger .e-container .e-custom-palette.e-palette-group {
577
+ height: 290px;
578
+ }
579
+ .e-bigger .e-container .e-slider-preview {
580
+ padding: 16px;
581
+ }
582
+ .e-bigger .e-container .e-slider-preview .e-preview-container {
583
+ margin-left: 3.85%;
584
+ vertical-align: super;
585
+ width: 12.31%;
586
+ top: 0;
587
+ }
588
+ .e-bigger .e-container .e-slider-preview .e-colorpicker-slider {
589
+ width: 83.7%;
590
+ }
591
+ .e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container {
592
+ height: 22px;
593
+ padding: 12px;
594
+ }
595
+ .e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle {
596
+ border-radius: 8px;
597
+ height: 16px;
598
+ top: calc(50% - 8px);
599
+ width: 16px;
600
+ }
601
+ .e-bigger .e-container .e-slider-preview .e-switch-ctrl-btn {
602
+ display: inline-block;
603
+ padding: 16px;
604
+ white-space: nowrap;
605
+ width: 100%;
606
+ }
607
+ .e-bigger .e-container .e-slider-preview .e-switch-ctrl-btn .e-ctrl-btn {
608
+ width: 90.6%;
609
+ }
610
+ .e-bigger .e-container .e-slider-preview .e-switch-ctrl-btn .e-cancel {
611
+ margin-left: 10px;
612
+ }
613
+ .e-bigger .e-container.e-color-palette .e-palette + .e-switch-ctrl-btn {
614
+ padding: 25px 15px 15px;
615
+ }
616
+ .e-bigger .e-container .e-input-container {
617
+ width: 90.77%;
618
+ }
619
+ .e-bigger .e-container .e-input-container .e-float-input {
620
+ margin-right: 1.699%;
621
+ }
622
+ .e-bigger .e-container .e-input-container .e-float-input:first-child {
623
+ width: 30.7%;
624
+ }
625
+ .e-bigger .e-container .e-input-container .e-float-input:first-child input {
626
+ height: 38px;
627
+ }
628
+ .e-bigger .e-container .e-input-container .e-float-input.e-numeric {
629
+ height: 38px;
630
+ width: 15.2%;
631
+ }
632
+ .e-bigger .e-container .e-input-container .e-float-input.e-numeric input {
633
+ height: 36px;
634
+ }
635
+ .e-bigger .e-container .e-css.e-value-switch-btn, .e-bigger .e-container .e-mode-switch-btn {
636
+ padding: 0 2px;
637
+ width: 32px;
638
+ height: 32px;
639
+ font-size: 18px;
640
+ line-height: 18px;
641
+ }
642
+ .e-bigger .e-container .e-mode-switch-btn {
643
+ margin-top: 6px;
644
+ }
645
+ .e-bigger .e-container.sf-colorpicker .e-input-container .e-float-input {
646
+ margin-right: calc(1.699% - 2.9px);
647
+ }
648
+ .e-bigger .e-hide-opacity .e-container .e-slider-preview, .e-bigger.e-hide-opacity .e-container .e-slider-preview {
649
+ padding: 16px;
650
+ }
651
+ .e-bigger .e-hide-opacity .e-container .e-slider-preview .e-preview-container, .e-bigger.e-hide-opacity .e-container .e-slider-preview .e-preview-container {
652
+ vertical-align: initial;
653
+ }
654
+ .e-bigger .e-hide-opacity .e-container .e-float-input:first-child, .e-bigger.e-hide-opacity .e-container .e-float-input:first-child {
655
+ width: 38%;
656
+ }
657
+ .e-bigger .e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger.e-hide-opacity .e-container .e-float-input.e-numeric {
658
+ width: 18.4%;
659
+ }
660
+ .e-bigger.e-hide-hex-value .e-container .e-float-input.e-numeric, .e-bigger .e-hide-hex-value .e-container .e-float-input.e-numeric {
661
+ width: 23.3%;
662
+ }
663
+ .e-bigger.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric {
664
+ width: 31.48%;
665
+ }
666
+ .e-bigger.e-hide-valueswitcher .e-container .e-input-container, .e-bigger .e-hide-valueswitcher .e-container .e-input-container {
667
+ width: 100%;
668
+ }
669
+ .e-bigger.e-hide-valueswitcher .e-container .e-float-input:last-child, .e-bigger .e-hide-valueswitcher .e-container .e-float-input:last-child {
670
+ margin-right: 0;
671
+ }
672
+ .e-bigger.e-hide-valueswitcher .e-container .e-float-input.e-numeric, .e-bigger .e-hide-valueswitcher .e-container .e-float-input.e-numeric {
673
+ width: 15.62%;
674
+ }
675
+ .e-bigger.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child, .e-bigger .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child {
676
+ width: 36%;
677
+ }
678
+ .e-bigger.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric {
679
+ width: 19.62%;
680
+ }
681
+ .e-bigger.e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric, .e-bigger.e-hide-valueswitcher .e-hide-hex-value .e-container .e-float-input.e-numeric, .e-bigger .e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric, .e-bigger .e-hide-valueswitcher .e-hide-hex-value .e-container .e-float-input.e-numeric {
682
+ width: 23.3%;
683
+ }
684
+ .e-bigger.e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger.e-hide-valueswitcher .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger .e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger .e-hide-valueswitcher .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric {
685
+ width: 32.19%;
686
+ }
687
+
688
+ .e-bigger .e-rtl .e-container .e-slider-preview .e-preview-container,
689
+ .e-bigger.e-rtl .e-container .e-slider-preview .e-preview-container {
690
+ margin-left: 0;
691
+ margin-right: 3.85%;
692
+ }
693
+ .e-bigger .e-rtl .e-container .e-selected-value .e-float-input,
694
+ .e-bigger.e-rtl .e-container .e-selected-value .e-float-input {
695
+ margin-left: 1.699%;
696
+ margin-right: 0;
697
+ }
698
+ .e-bigger .e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input,
699
+ .e-bigger.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
700
+ margin-left: calc(1.699% - 2.9px);
701
+ }
702
+ .e-bigger .e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child,
703
+ .e-bigger.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
704
+ margin-left: 0;
705
+ }
706
+
707
+ .e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child,
708
+ .e-bigger.e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child,
709
+ .e-bigger .e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child {
710
+ width: 100%;
711
+ }
712
+
713
+ .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
714
+ border-bottom-left-radius: 50%;
715
+ border-bottom-right-radius: 0%;
716
+ border-top-left-radius: 50%;
717
+ border-top-right-radius: 50%;
718
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
719
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
720
+ cursor: pointer;
721
+ min-width: 26px;
722
+ -webkit-transform: translateY(18px) rotate(45deg) scale(0.01);
723
+ transform: translateY(18px) rotate(45deg) scale(0.01);
724
+ -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
725
+ transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
726
+ transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
727
+ transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
728
+ }
729
+ .e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content {
730
+ background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
731
+ background-size: 8px;
732
+ border-radius: 50%;
733
+ height: 28px;
734
+ position: relative;
735
+ -webkit-transform: rotate(45deg);
736
+ transform: rotate(45deg);
737
+ width: 28px;
738
+ }
739
+
740
+ .e-split-preview,
741
+ .e-tip-transparent {
742
+ height: 100%;
743
+ left: 0;
744
+ position: absolute;
745
+ top: 0;
746
+ width: 100%;
747
+ }
748
+
749
+ .e-bigger .e-popup.e-tooltip-wrap.e-color-picker-tooltip,
750
+ .e-bigger.e-popup.e-tooltip-wrap.e-color-picker-tooltip {
751
+ min-width: 32px;
752
+ }
753
+ .e-bigger .e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content,
754
+ .e-bigger.e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content {
755
+ height: 30px;
756
+ width: 30px;
757
+ }
758
+
759
+ .e-container {
760
+ background-color: #fff;
761
+ }
762
+ .e-container .e-palette .e-tile:hover {
763
+ border-color: #fff;
764
+ }
765
+ .e-container .e-palette .e-tile.e-selected {
766
+ border-color: transparent;
767
+ border-color: #fff;
768
+ }
769
+ .e-container .e-handler.e-hide-handler, .e-container .e-handle.e-hide-handler {
770
+ background-color: transparent;
771
+ border-color: transparent;
772
+ -webkit-box-shadow: none;
773
+ box-shadow: none;
774
+ }
775
+
776
+ .e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle:not(.e-tab-handle), .e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle:not(.e-tab-handle) {
777
+ background-color: #fff;
778
+ border-color: #fff;
779
+ }
780
+ .e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle:not(.e-tab-handle).e-handle-start:not(.e-tab-handle), .e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle:not(.e-tab-handle).e-handle-start:not(.e-tab-handle) {
781
+ background-color: #fff;
782
+ border-color: #fff;
783
+ }
784
+ .e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle.e-tab-handle, .e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle.e-tab-handle {
785
+ background-color: #fff;
786
+ border-color: #f8f9fa;
787
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
788
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
789
+ }
790
+
791
+ .e-colorpicker-wrapper.e-disabled .e-value-switch-btn, .e-colorpicker-wrapper.e-disabled .e-mode-switch-btn,
792
+ .e-colorpicker-container.e-disabled .e-value-switch-btn,
793
+ .e-colorpicker-container.e-disabled .e-mode-switch-btn {
794
+ color: #fff;
795
+ }
796
+ .e-colorpicker-wrapper.e-disabled .e-value-switch-btn:focus, .e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:focus,
797
+ .e-colorpicker-container.e-disabled .e-value-switch-btn:focus,
798
+ .e-colorpicker-container.e-disabled .e-mode-switch-btn:focus {
799
+ background-color: transparent;
800
+ color: #fff;
801
+ outline: none;
802
+ outline-offset: unset;
803
+ }
804
+ .e-colorpicker-wrapper.e-disabled .e-value-switch-btn:active, .e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:active,
805
+ .e-colorpicker-container.e-disabled .e-value-switch-btn:active,
806
+ .e-colorpicker-container.e-disabled .e-mode-switch-btn:active {
807
+ background-color: transparent;
808
+ color: #fff;
809
+ }
810
+ .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
811
+ .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn {
812
+ background-color: #fff;
813
+ border-color: #ced4da;
814
+ }
815
+ .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker + .e-dropdown-btn,
816
+ .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker + .e-dropdown-btn {
817
+ border-color: #ced4da;
818
+ }
819
+ .e-colorpicker-wrapper .e-btn.e-icon-btn,
820
+ .e-colorpicker-container .e-btn.e-icon-btn {
821
+ background-color: #fff;
822
+ color: #495057;
823
+ }
824
+ .e-colorpicker-wrapper .e-icon-btn:hover,
825
+ .e-colorpicker-container .e-icon-btn:hover {
826
+ background-color: #6c757d;
827
+ color: #fff;
828
+ }
829
+ .e-colorpicker-wrapper .e-icon-btn:focus,
830
+ .e-colorpicker-container .e-icon-btn:focus {
831
+ background-color: #fff;
832
+ border-color: #495057;
833
+ -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
834
+ box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
835
+ color: #495057;
836
+ }
837
+ .e-colorpicker-wrapper .e-icon-btn:active,
838
+ .e-colorpicker-container .e-icon-btn:active {
839
+ background-color: #6c757d;
840
+ -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
841
+ box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
842
+ color: #fff;
843
+ }
844
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
845
+ .e-colorpicker-container .e-icon-btn:disabled,
846
+ .e-colorpicker-container .e-icon-btn.e-disabled {
847
+ background-color: transparent;
848
+ -webkit-box-shadow: none;
849
+ box-shadow: none;
850
+ color: rgba(108, 117, 125, 0.65);
851
+ }
852
+
853
+ * .e-color-picker .e-selected-value .e-css.e-btn.e-flat {
854
+ background-color: #fff;
855
+ border-color: #fff;
856
+ color: #495057;
857
+ }
858
+ * .e-color-picker .e-selected-value .e-css.e-btn.e-flat:hover, * .e-color-picker .e-selected-value .e-css.e-btn.e-flat:active {
859
+ color: #212529;
860
+ }
861
+
862
+ .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
863
+ background-color: #fff;
864
+ border-color: #fff;
865
+ }