cronapp-framework-js 2.9.3 → 2.9.4-RC.3

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 (104) hide show
  1. package/components/crn-datepicker.components.json +5 -0
  2. package/components/crn-datetimepicker.components.json +5 -0
  3. package/components/crn-enterprise-combobox.components.json +19 -2
  4. package/components/crn-infinite-scroll.components.json +29 -0
  5. package/components/crn-navbar.components.json +33 -1
  6. package/components/css/checkbox-color.css +0 -1
  7. package/components/css/combobox-color.css +0 -12
  8. package/components/css/option-color.css +0 -28
  9. package/components/templates/date.template.html +2 -2
  10. package/components/upload/upload.html +1 -1
  11. package/css/animate.css +4 -4
  12. package/css/app.css +8 -4
  13. package/css/themes/custom/aquamarine/custom-aquamarine.css +7 -1
  14. package/css/themes/custom/cerulean/button-cerulean.css +27 -2
  15. package/css/themes/custom/cerulean/combobox-cerulean.css +153 -0
  16. package/css/themes/custom/cerulean/custom-cerulean.css +571 -65
  17. package/css/themes/custom/cerulean/navbar-cerulean.css +90 -22
  18. package/css/themes/custom/cerulean/panel-cerulean.css +35 -34
  19. package/css/themes/custom/cyborg/navbar-cyborg.css +6 -0
  20. package/css/themes/custom/dsgov/button-dsgov.css +52 -17
  21. package/css/themes/custom/dsgov/calendar-dsgov.css +106 -34
  22. package/css/themes/custom/dsgov/checkbox-dsgov.css +309 -0
  23. package/css/themes/custom/dsgov/custom-dsgov.css +171 -344
  24. package/css/themes/custom/dsgov/form-dsgov.css +272 -110
  25. package/css/themes/custom/dsgov/navbar-dsgov.css +150 -38
  26. package/css/themes/custom/dsgov/option-dsgov.css +144 -0
  27. package/css/themes/custom/dsgov/panel-dsgov.css +117 -97
  28. package/css/themes/custom/dsgov/scheduler-dsgov.css +325 -0
  29. package/css/themes/custom/dsgov/slider-dsgov.css +2 -3
  30. package/css/themes/custom/dsgov/table-grid-dsgov.css +144 -69
  31. package/css/themes/custom/lumen/navbar-lumen.css +9 -0
  32. package/css/themes/custom/material/custom-material.css +130 -70
  33. package/css/themes/custom/material/grid-material.css +37 -43
  34. package/css/themes/custom/material/navbar-material.css +58 -6
  35. package/css/themes/custom/material/panel-material.css +61 -20
  36. package/css/themes/custom/navigator/custom-navigator.css +2 -2
  37. package/css/themes/custom/paper/navbar-paper.css +11 -0
  38. package/css/themes/custom/theme-general/button.css +6 -2
  39. package/css/themes/custom/theme-general/forms.css +89 -3
  40. package/css/themes/custom/theme-general/login.css +6 -6
  41. package/css/themes/custom/theme-general/menu-vertical-retratil.css +130 -0
  42. package/css/themes/custom/theme-general/menu.css +18 -4
  43. package/css/themes/custom/theme-general/modal.css +35 -6
  44. package/css/themes/custom/theme-general/scheduler.css +275 -34
  45. package/css/themes/custom/theme-general/slider.css +4 -3
  46. package/css/themes/custom/theme-general/table-grid.css +138 -2
  47. package/css/themes/custom/theme-general/tabs.css +3 -2
  48. package/css/themes/custom/theme-general/theme-general.css +42 -3
  49. package/css/themes/custom/united/navbar-united.css +9 -0
  50. package/css/themes/custom/yeti/navbar-yeti.css +9 -0
  51. package/dist/components/css/checkbox-color.css +1 -1
  52. package/dist/components/css/combobox-color.css +1 -1
  53. package/dist/components/templates/date.template.html +1 -1
  54. package/dist/css/animate.css +1 -1
  55. package/dist/css/app.css +1 -1
  56. package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
  57. package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
  58. package/dist/css/themes/custom/cerulean/combobox-cerulean.css +1 -0
  59. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
  60. package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -1
  61. package/dist/css/themes/custom/cerulean/panel-cerulean.css +1 -1
  62. package/dist/css/themes/custom/cyborg/navbar-cyborg.css +1 -1
  63. package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
  64. package/dist/css/themes/custom/dsgov/calendar-dsgov.css +1 -1
  65. package/dist/css/themes/custom/dsgov/checkbox-dsgov.css +1 -0
  66. package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
  67. package/dist/css/themes/custom/dsgov/form-dsgov.css +1 -1
  68. package/dist/css/themes/custom/dsgov/navbar-dsgov.css +1 -1
  69. package/dist/css/themes/custom/dsgov/option-dsgov.css +1 -0
  70. package/dist/css/themes/custom/dsgov/panel-dsgov.css +1 -1
  71. package/dist/css/themes/custom/dsgov/scheduler-dsgov.css +1 -0
  72. package/dist/css/themes/custom/dsgov/slider-dsgov.css +1 -1
  73. package/dist/css/themes/custom/dsgov/table-grid-dsgov.css +1 -1
  74. package/dist/css/themes/custom/lumen/navbar-lumen.css +1 -1
  75. package/dist/css/themes/custom/material/custom-material.css +1 -1
  76. package/dist/css/themes/custom/material/grid-material.css +1 -1
  77. package/dist/css/themes/custom/material/navbar-material.css +1 -1
  78. package/dist/css/themes/custom/material/panel-material.css +1 -1
  79. package/dist/css/themes/custom/navigator/custom-navigator.css +1 -1
  80. package/dist/css/themes/custom/paper/navbar-paper.css +1 -1
  81. package/dist/css/themes/custom/theme-general/button.css +1 -1
  82. package/dist/css/themes/custom/theme-general/forms.css +1 -1
  83. package/dist/css/themes/custom/theme-general/login.css +1 -1
  84. package/dist/css/themes/custom/theme-general/menu-vertical-retratil.css +1 -0
  85. package/dist/css/themes/custom/theme-general/menu.css +1 -1
  86. package/dist/css/themes/custom/theme-general/modal.css +1 -1
  87. package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
  88. package/dist/css/themes/custom/theme-general/slider.css +1 -1
  89. package/dist/css/themes/custom/theme-general/table-grid.css +1 -1
  90. package/dist/css/themes/custom/theme-general/tabs.css +1 -1
  91. package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
  92. package/dist/css/themes/custom/united/navbar-united.css +1 -1
  93. package/dist/css/themes/custom/yeti/navbar-yeti.css +1 -1
  94. package/dist/img/cron-icon/crn-infinite-scroll.svg +1 -0
  95. package/dist/js/app.js +1 -1
  96. package/dist/js/controllers.js +1 -1
  97. package/dist/js/directives.js +18 -2
  98. package/img/cron-icon/crn-infinite-scroll.svg +1 -0
  99. package/js/app.js +2 -1
  100. package/js/controllers.js +2 -2
  101. package/js/directives.js +178 -6
  102. package/package.json +1 -1
  103. package/css/themes/custom/dsgov/color-dsgov.css +0 -138
  104. package/dist/css/themes/custom/dsgov/color-dsgov.css +0 -1
@@ -12,7 +12,7 @@ textarea.k-textbox,
12
12
  .cronDynamicSelect .k-dropdown-wrap,
13
13
  .k-animation-container .k-dropdown .k-dropdown-wrap {
14
14
  background: var(--backgroundColor40, #ffffff);
15
- color: var(--textColor40, #383838);
15
+ color: var(--textColor40, #333333);
16
16
  border-radius: var(--borderRadiusSmallest, 5px);
17
17
  padding: var(--distanceSmallest, 5px) var(--distanceMedium, 20px);
18
18
  box-shadow: none;
@@ -21,7 +21,6 @@ textarea.k-textbox,
21
21
  font-size: var(--textNormalSize, 16px);
22
22
  }
23
23
 
24
-
25
24
  .form-control.k-textbox,
26
25
  .input-group .form-control:last-child,
27
26
  .k-textbox,
@@ -36,14 +35,7 @@ textarea.k-textbox,
36
35
  .k-grid .k-dropdown .k-dropdown-wrap,
37
36
  .k-animation-container .k-dropdown .k-dropdown-wrap,
38
37
  .cardinput .k-textbox.form-control {
39
- border: 1px solid var(--colorNeutral90, #828282);
40
- box-shadow: none;
41
- width: auto;
42
- display: flex;
43
- }
44
-
45
- .k-radio-label:before {
46
- border-color: var(--colorNeutral90, #828282);
38
+ border: 1px solid var(--colorLight70, #8c8c8c);
47
39
  box-shadow: none;
48
40
  }
49
41
 
@@ -56,9 +48,9 @@ textarea.k-textbox,
56
48
  font-style: italic;
57
49
  }
58
50
 
59
- .form-control:hover,
60
51
  .form-control.k-textbox:hover,
61
52
  .k-textbox:hover,
53
+ .cronMultiSelect.k-state-hover .k-multiselect-wrap,
62
54
  .k-combobox .k-dropdown-wrap.k-state-hover,
63
55
  .k-autocomplete.k-state-hover,
64
56
  .cronDynamicSelect .k-dropdown-wrap.k-state-hover,
@@ -67,28 +59,17 @@ textarea.k-textbox,
67
59
  background: var(--colorNeutral30, #D5D5D5);
68
60
  }
69
61
 
70
- .k-multiselect.k-state-focused .k-multiselect-wrap,
71
- .k-combobox .k-dropdown-wrap.k-state-focused,
72
- .k-autocomplete.k-state-focused,
73
- .cronDynamicSelect .k-dropdown-wrap.k-state-focused,
74
- .cronDynamicSelect .k-dropdown-wrap.k-state-active,
75
- .k-checkbox:checked+.k-checkbox-label:before,
76
- .k-grid .k-dropdown .k-dropdown-wrap.k-state-focused,
77
- .k-animation-container .k-dropdown .k-dropdown-wrap.k-state-focused {
78
- border-color: transparent;
79
- box-shadow: 0 0 0 3px var(--colorWarning50, #dfb306);
80
- }
81
-
82
- .k-radio:checked+.k-radio-label:before {
83
- border-color: var(--colorNeutral80, #909090);
62
+ .cronMultiSelect .k-multiselect-wrap .k-icon:hover {
63
+ background: var(--colorDefault20, #ACC2E5);
64
+ color: var(--colorDefault40, #1351b4);
65
+ border-radius: var(--borderRadiusFull, 99999px);
84
66
  }
85
67
 
86
- .input-group .form-control {
68
+ .cronDynamicSelect .k-dropdown-wrap.k-state-hover:n .input-group .form-control {
87
69
  z-index: unset;
88
70
  }
89
71
 
90
72
  /* Forms - General Dropdown */
91
-
92
73
  .k-popup.k-list-container .k-list-optionlabel {
93
74
  border-radius: var(--borderRadiusNone, 0);
94
75
  border: 0;
@@ -96,7 +77,9 @@ textarea.k-textbox,
96
77
 
97
78
  .k-popup.k-list-container .k-list li.k-state-hover,
98
79
  .k-popup.k-list-container .k-list-optionlabel.k-state-hover {
99
- background: var(--colorNeutral20, #E3E3E3);
80
+ background: var(--colorLight50, #E3E3E3);
81
+ box-shadow: none;
82
+ border-radius: 0;
100
83
  }
101
84
 
102
85
  .k-popup.k-list-container .k-list li.k-state-focused,
@@ -104,27 +87,29 @@ textarea.k-textbox,
104
87
  .k-popup.k-list-container .k-list-optionlabel.k-state-focused,
105
88
  .k-popup.k-list-container .k-list-optionlabel.k-state-selected {
106
89
  box-shadow: none;
107
- background: var(--colorDefault10, #d6daeb);
108
- color: var(--colorDefault60, #0e3b84);
90
+ background: var(--colorDefault40, #1351b4);
91
+ color: var(--textColorDefault40, #ffffff);
92
+ border-radius: 0;
109
93
  }
110
94
 
95
+ .k-list>.k-state-hover,
96
+ .k-popup .k-list .k-state-focused {
97
+ border-radius: 0;
98
+ }
111
99
 
100
+ .k-autocomplete>.k-i-close,
112
101
  .k-combobox .k-dropdown-wrap .k-icon {
113
102
  color: var(--colorDefault40, #1351b4);
114
103
  }
115
104
 
116
105
  .k-autocomplete>.k-i-close:hover,
117
106
  .k-combobox .k-dropdown-wrap .k-icon:hover {
118
- background: var(--colorDefault20, #aeb7da);
107
+ background: var(--colorDefault20, #ACC2E5);
119
108
  color: var(--colorDefault40, #1351b4);
120
109
  padding: 7px;
121
110
  border-radius: var(--borderRadiusMedium, 20px);
122
111
  }
123
112
 
124
- .k-autocomplete>.k-i-close:hover {
125
- margin-right: 0px;
126
- }
127
-
128
113
  .k-autocomplete>.k-i-close {
129
114
  margin-right: 7px;
130
115
  }
@@ -156,29 +141,26 @@ textarea.k-textbox,
156
141
  background: var(--colorNeutral30, #D5D5D5);
157
142
  }
158
143
 
159
- .k-autocomplete.k-state-focused {
160
- border-color: transparent;
161
- box-shadow: 0 0 0 3px var(--colorWarning50, #dfb306);
162
- }
163
-
164
144
  /* Forms - Checkbox and Radio Buttons */
165
- .k-checkbox-label,
166
- .k-radio-label {
167
- margin-bottom: 12px;
145
+ .k-checkbox:focus+.k-checkbox-label:before,
146
+ .k-checkbox:focus+.k-checkbox-label:hover:before,
147
+ .k-checkbox:checked+.k-checkbox-label:active:before,
148
+ .k-checkbox:checked:active+.k-checkbox-label:before,
149
+ .k-checkbox-label:hover:before,
150
+ .k-checkbox:checked+.k-checkbox-label:hover:before,
151
+ .k-checkbox:checked:hover+.k-checkbox-label:before,
152
+ .k-checkbox:hover+.k-checkbox-label:before {
153
+ box-shadow: none;
168
154
  }
169
155
 
170
156
  .k-checkbox-label:before {
171
157
  border-radius: var(--borderRadiusSmallest, 5px);
172
158
  }
173
159
 
174
- .k-radio-label:before {
175
- background: var(--colorNeutral00, #FFFFFF);
176
- border-width: 1px;
177
- }
178
-
179
- .k-checkbox-label {
180
- padding: 1px;
181
- padding-left: 34px;
160
+ .k-checkbox-label:before {
161
+ width: 20px;
162
+ height: 20px;
163
+ line-height: 20px;
182
164
  }
183
165
 
184
166
  .k-checkbox-label:before {
@@ -186,6 +168,15 @@ textarea.k-textbox,
186
168
  padding: 1px;
187
169
  }
188
170
 
171
+ .k-radio-label {
172
+ margin-bottom: 12px;
173
+ }
174
+
175
+ .k-radio-label:before {
176
+ background: var(--colorNeutral00, #FFFFFF);
177
+ border-width: 1px;
178
+ }
179
+
189
180
  .k-radio:checked+.k-radio-label:after {
190
181
  background: var(--colorDefault40, #1351b4);
191
182
  width: calc(var(--textNormalSize, 12px) + 3px);
@@ -197,8 +188,7 @@ textarea.k-textbox,
197
188
  padding-right: 5px;
198
189
  }
199
190
 
200
- .k-multiselect,
201
- .k-multiselect.k-state-hover {
191
+ .k-multiselect {
202
192
  background: transparent;
203
193
  }
204
194
 
@@ -228,9 +218,9 @@ textarea.k-textbox,
228
218
  box-shadow: none;
229
219
  }
230
220
 
231
- .k-multiselect .k-multiselect-wrap .k-button.k-state-hover .k-select,
232
- .k-multiselect .k-multiselect-wrap li.k-button.k-state-hover {
233
- background: var(--colorDefault10, #d6daeb);
221
+ .k-multiselect-wrap .k-button.k-state-hover .k-select,
222
+ .k-multiselect-wrap li.k-button.k-state-hover {
223
+ background: var(--colorDefault20, #ACC2E5);
234
224
  color: var(--colorDefault40, #1351b4);
235
225
  }
236
226
 
@@ -242,49 +232,11 @@ textarea.k-textbox,
242
232
  margin-top: -10px;
243
233
  }
244
234
 
245
- .k-multiselect>.k-multiselect-wrap>.k-i-close {
246
- top: 14px;
247
- }
248
-
249
- /* Forms - Password */
250
- .cardinput {
251
- border: 0;
252
- padding: 0;
253
- }
254
-
255
- .cardinput .k-textbox.form-control {
256
- border: 1px solid var(--colorNeutral90, #828282);
257
- padding-right: 44px;
258
- }
259
-
260
- input.k-textbox:focus,
261
- .cardinput .k-textbox.form-control:focus {
262
- border-color: transparent;
263
- box-shadow: 0 0 0 3px var(--colorWarning50, #dfb306);
264
- }
265
-
266
- .cardinput button i:before {
235
+ .k-multiselect>.k-multiselect-wrap>.k-i-close,
236
+ .k-dropdown-wrap .k-select .k-icon {
267
237
  color: var(--colorDefault40, #1351b4);
268
238
  }
269
239
 
270
- .cardinput button {
271
- margin-left: -51px;
272
- position: relative;
273
- padding: 0px 11px;
274
- }
275
-
276
- .cardinput button:hover {
277
- margin-left: -58px;
278
- margin-top: 1px;
279
- }
280
-
281
- .cardinput button:hover i {
282
- background: var(--colorDefault10, #d6daeb);
283
- color: var(--colorDefault40, #1351b4);
284
- border-radius: 50%;
285
- padding: 7px;
286
- }
287
-
288
240
  /* Form - Text Input Button */
289
241
  *[id^="crn-textinputbutton"] .crn-textinputbutton {
290
242
  align-items: end;
@@ -294,11 +246,6 @@ input.k-textbox:focus,
294
246
  margin-bottom: 0;
295
247
  }
296
248
 
297
- *[id^="crn-textinputbutton"] .form-control {
298
- display: flex;
299
- flex-direction: column;
300
- }
301
-
302
249
  *[id^="crn-textinputbutton"] .btn i {
303
250
  margin-right: 0;
304
251
  }
@@ -311,7 +258,6 @@ input.k-textbox:focus,
311
258
  position: inherit;
312
259
  }
313
260
 
314
-
315
261
  /* Dynamic Select Box */
316
262
  .cronDynamicSelect {
317
263
  background: transparent;
@@ -331,26 +277,22 @@ input.k-textbox:focus,
331
277
  div[id^="crn-textinputicon"] .input-group {
332
278
  display: flex;
333
279
  background: var(--backgroundColor40, #ffffff);
334
- color: var(--textColor40, #383838);
280
+ color: var(--textColor40, #333333);
335
281
  border-radius: var(--borderRadiusSmallest, 5px);
336
282
  padding: 0 10px;
337
283
  border: 1px solid var(--colorNeutral90, #828282);
338
- width: min-content;
284
+ /* width: min-content; */
339
285
  }
340
286
 
341
287
  div[id^="crn-textinputicon"] .input-group:hover {
342
288
  background: var(--colorNeutral30, #D5D5D5);
343
289
  }
344
290
 
345
- div[id^="crn-textinputicon"] .input-group:focus-within {
346
- border-color: transparent;
347
- box-shadow: 0 0 0 3px var(--colorWarning50, #dfb306);
348
- }
349
-
350
291
  div[id^="crn-textinputicon"] .input-group .k-textbox {
351
292
  border: 0;
352
293
  box-shadow: none;
353
294
  background: transparent;
295
+ width: 100%;
354
296
  }
355
297
 
356
298
  div[id^="crn-textinputicon"] .input-group .k-button {
@@ -379,5 +321,225 @@ div[id^="crn-textinputicon"] .input-group .k-button {
379
321
 
380
322
  div[id^="crn-textinputicon"] .input-group.layout-template-modern .k-button:hover,
381
323
  div[id^="crn-textinputicon"] .input-group.layout-template-modern .k-button {
382
- color: var(--colorDefault40, #3b448e);
324
+ color: var(--colorDefault40, #1351b4);
325
+ }
326
+
327
+ /*==== Combobox ====*/
328
+
329
+ /* Primary */
330
+ .combobox-primary .k-multiselect .k-button {
331
+ background: transparent;
332
+ color: var(--colorPrimary40, #1351b4);
333
+ border: 1px solid var(--colorPrimary40, #1351b4);
334
+ }
335
+
336
+
337
+ .combobox-primary .k-multiselect-wrap .k-button.k-state-hover .k-select,
338
+ .combobox-primary .k-multiselect-wrap .k-button:hover {
339
+ background: var(--colorPrimary10, #C3CDDD);
340
+ color: var(--colorPrimary40, #1351b4);
341
+ border: 1px solid var(--colorPrimary40, #1351b4);
342
+ }
343
+
344
+ /* success */
345
+ .combobox-success .k-multiselect .k-button {
346
+ border-color: transparent;
347
+ }
348
+
349
+ .combobox-success .k-multiselect-wrap .k-button.k-state-hover .k-select,
350
+ .combobox-success .k-multiselect-wrap .k-button:hover {
351
+ color: var(--textColorSuccess40, #ffffff);
352
+ background: var(--colorSuccess50, #13771d);
353
+ border-color: var(--colorSuccess50, #13771d);
354
+ }
355
+
356
+ /* info */
357
+ .combobox-info .k-multiselect .k-button {
358
+ border-color: transparent;
359
+ }
360
+
361
+ .combobox-info .k-multiselect-wrap .k-button.k-state-hover .k-select,
362
+ .combobox-info .k-multiselect-wrap .k-button:hover {
363
+ color: var(--textColorCalm40, #ffffff);
364
+ background: var(--colorCalm50, #1250b2);
365
+ border-color: var(--colorCalm50, #1250b2);
366
+ }
367
+
368
+ /* warning */
369
+ .combobox-warning .k-multiselect .k-button {
370
+ border-color: transparent;
371
+ }
372
+
373
+ .combobox-warning .k-multiselect-wrap .k-button.k-state-hover .k-select,
374
+ .combobox-warning .k-multiselect-wrap .k-button:hover {
375
+ color: var(--textColorWarning40, #ffffff);
376
+ background: var(--colorWarning50, #dfb306);
377
+ border-color: transparent;
378
+ }
379
+
380
+ /* danger */
381
+ .combobox-danger .k-multiselect .k-button {
382
+ border-color: transparent;
383
+ }
384
+
385
+ .combobox-danger .k-multiselect-wrap .k-button.k-state-hover .k-select,
386
+ .combobox-danger .k-multiselect-wrap .k-button:hover {
387
+ color: var(--textColorDanger40, #ffffff);
388
+ background: var(--colorDanger50, #c91e06);
389
+ border-color: transparent;
390
+ }
391
+
392
+ /* light */
393
+ .combobox-light .k-multiselect .k-button {
394
+ background: var(--colorLight40, #ffffff);
395
+ border: 1px solid var(--colorLight50, #dfdfdf);
396
+ color: var(--textColorLight40, #333333);
397
+ }
398
+
399
+ .combobox-light .k-multiselect-wrap .k-button.k-state-hover .k-select,
400
+ .combobox-light .k-multiselect-wrap .k-button:hover {
401
+ color: var(--textColorLight40, #333333);
402
+ background: var(--colorLight50, #dfdfdf);
403
+ border-color: transparent;
404
+ }
405
+
406
+ /* Stable */
407
+ .combobox-stable .k-multiselect .k-button {
408
+ background: var(--colorStable40, #f8f8f8);
409
+ border-color: transparent;
410
+ color: var(--textColorStable40, #333333);
411
+ }
412
+
413
+ .combobox-stable .k-multiselect-wrap .k-button.k-state-hover .k-select,
414
+ .combobox-stable .k-multiselect-wrap .k-button:hover {
415
+ color: var(--textColorStable40, #333333);
416
+ background: var(--colorStable50, #d9d9d9);
417
+ border-color: transparent;
418
+ }
419
+
420
+ /* Royal */
421
+ .combobox-royal .k-multiselect .k-button {
422
+ border-color: transparent;
423
+ }
424
+
425
+ .combobox-royal .k-multiselect-wrap .k-button.k-state-hover .k-select,
426
+ .combobox-royal .k-multiselect-wrap .k-button:hover {
427
+ color: var(--textColorRoyal40, #ffffff);
428
+ background: var(--colorRoyal50, #7778c0);
429
+ border-color: transparent;
430
+ }
431
+
432
+ /* Dark */
433
+ .combobox-dark .k-multiselect .k-button {
434
+ border-color: transparent;
435
+ }
436
+
437
+ .combobox-dark .k-multiselect-wrap .k-button.k-state-hover .k-select,
438
+ .combobox-dark .k-multiselect-wrap .k-button:hover {
439
+ color: var(--textColorDark40, #ffffff);
440
+ background: var(--colorDark50, #061939);
441
+ border-color: transparent;
442
+ }
443
+
444
+ .k-picker-wrap.k-state-default,
445
+ form.k-filter-menu .k-textbox {
446
+ border: 1px solid var(--colorLight70, #8c8c8c);
447
+ border-radius: var(--borderRadiusSmallest, 5px);
448
+ }
449
+
450
+ .k-multiselect.k-state-focused .k-multiselect-wrap,
451
+ .k-combobox .k-dropdown-wrap.k-state-focused,
452
+ .k-autocomplete.k-state-focused,
453
+ .cronDynamicSelect .k-dropdown-wrap.k-state-focused,
454
+ .cronDynamicSelect .k-dropdown-wrap.k-state-active,
455
+ .k-grid .k-dropdown .k-dropdown-wrap.k-state-focused,
456
+ .k-animation-container .k-dropdown .k-dropdown-wrap.k-state-focused,
457
+ .k-autocomplete.k-state-focused,
458
+ div[id^="crn-textinputicon"] .input-group:focus-within,
459
+ textarea.k-textbox:focus,
460
+ input.k-textbox:focus,
461
+ .cardinput:focus-within,
462
+ .k-picker-wrap.k-state-default.k-state-focused {
463
+ border-color: transparent;
464
+ box-shadow: 0 0 0 3px var(--colorWarning60, #bb9605);
465
+ }
466
+
467
+ input:-webkit-autofill:focus{
468
+ -webkit-box-shadow: 0 0 0 3px var(--colorWarning60, #bb9605) !important;
469
+ }
470
+
471
+ .cardinput:focus-within input {
472
+ box-shadow: none;
473
+ }
474
+
475
+ .k-picker-wrap.k-state-default.k-state-hover,
476
+ form.k-filter-menu .k-textbox:hover {
477
+ background: var(--colorNeutral30, #D5D5D5);
478
+ }
479
+
480
+ .k-multiselect-wrap .k-button.k-state-hover .k-select {
481
+ border: 0 !important;
482
+ background: transparent !important;
483
+ }
484
+
485
+ .k-list-container,
486
+ .k-popup .k-list .k-item {
487
+ background: var(--backgroundColor40, #ffffff);
488
+ border-color: var(--colorLight50, #dfdfdf);
489
+ }
490
+
491
+ div[data-component="crn-textinputicon"] .form-group {
492
+ margin-bottom: 5px;
493
+ }
494
+
495
+ div[data-component="crn-textinputicon"] .form-group,
496
+ .form-group label {
497
+ font-weight: 600;
498
+ }
499
+
500
+ .form-group .k-checkbox-label {
501
+ font-weight: 400;
502
+ }
503
+
504
+ /* Forms - Password */
505
+ .cardinput {
506
+ border: 1px solid var(--colorNeutral90, #828282);
507
+ padding: 0;
508
+ }
509
+
510
+ .cardinput .k-textbox.form-control {
511
+ border: 0;
512
+ padding: var(--distanceSmallest, 5px) var(--distanceMedium, 20px);
513
+ padding-right: 44px;
514
+ background: transparent;
515
+ }
516
+
517
+ .cardinput button i:before {
518
+ color: var(--colorDefault40, #1351b4);
519
+ }
520
+
521
+ .cardinput:hover {
522
+ background: var(--colorNeutral30, #D5D5D5);
523
+ }
524
+
525
+ .cardinput:hover input {
526
+ background: transparent;
527
+ }
528
+
529
+ .cardinput button i {
530
+ padding: 7px;
531
+ border-radius: 50%;
532
+ }
533
+
534
+ .cardinput button:hover i:hover,
535
+ .cardinput button:hover i {
536
+ background: var(--colorDefault20, #ACC2E5);
537
+ color: var(--colorDefault40, #1351b4);
538
+ }
539
+
540
+ .k-combobox>.k-dropdown-wrap>.k-i-close,
541
+ .k-autocomplete>.k-i-close,
542
+ .k-multiselect-wrap>.k-i-close {
543
+ right: 6px;
544
+ padding: 7px;
383
545
  }