cronapp-framework-js 2.9.4-RC.3 → 2.9.4-SP.2

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 (113) hide show
  1. package/components/crn-textinputicon.components.json +0 -26
  2. package/components/css/checkbox-color.css +1 -0
  3. package/components/css/combobox-color.css +12 -0
  4. package/components/css/option-color.css +28 -0
  5. package/components/templates/textinputicon.template.html +1 -1
  6. package/css/animate.css +4 -4
  7. package/css/app.css +4 -4
  8. package/css/themes/custom/aquamarine/custom-aquamarine.css +3 -27
  9. package/css/themes/custom/cerulean/button-cerulean.css +2 -27
  10. package/css/themes/custom/cerulean/custom-cerulean.css +64 -597
  11. package/css/themes/custom/cerulean/navbar-cerulean.css +22 -90
  12. package/css/themes/custom/cerulean/panel-cerulean.css +34 -35
  13. package/css/themes/custom/cosmo/custom-cosmo.css +0 -27
  14. package/css/themes/custom/cyborg/custom-cyborg.css +0 -27
  15. package/css/themes/custom/darkly/custom-darkly.css +0 -25
  16. package/css/themes/custom/dsgov/button-dsgov.css +17 -52
  17. package/css/themes/custom/dsgov/calendar-dsgov.css +34 -106
  18. package/css/themes/custom/dsgov/color-dsgov.css +138 -0
  19. package/css/themes/custom/dsgov/custom-dsgov.css +344 -171
  20. package/css/themes/custom/dsgov/form-dsgov.css +109 -290
  21. package/css/themes/custom/dsgov/navbar-dsgov.css +38 -150
  22. package/css/themes/custom/dsgov/panel-dsgov.css +97 -117
  23. package/css/themes/custom/dsgov/slider-dsgov.css +3 -2
  24. package/css/themes/custom/dsgov/table-grid-dsgov.css +69 -144
  25. package/css/themes/custom/flatly/custom-flatly.css +2 -22
  26. package/css/themes/custom/fuse/custom-fuse.css +6 -33
  27. package/css/themes/custom/journal/custom-journal.css +2 -28
  28. package/css/themes/custom/lumen/custom-lumen.css +0 -43
  29. package/css/themes/custom/material/custom-material.css +70 -130
  30. package/css/themes/custom/material/grid-material.css +44 -37
  31. package/css/themes/custom/material/navbar-material.css +6 -58
  32. package/css/themes/custom/material/panel-material.css +20 -61
  33. package/css/themes/custom/navigator/custom-navigator.css +13 -2
  34. package/css/themes/custom/paper/custom-paper.css +0 -30
  35. package/css/themes/custom/readable/custom-readable.css +0 -27
  36. package/css/themes/custom/sandstone/custom-sandstone.css +0 -26
  37. package/css/themes/custom/simplex/custom-simplex.css +0 -27
  38. package/css/themes/custom/slate/custom-slate.css +33 -33
  39. package/css/themes/custom/spacelab/custom-spacelab.css +0 -27
  40. package/css/themes/custom/superhero/custom-superhero.css +0 -27
  41. package/css/themes/custom/theme-general/button.css +2 -6
  42. package/css/themes/custom/theme-general/forms.css +7 -128
  43. package/css/themes/custom/theme-general/login.css +6 -6
  44. package/css/themes/custom/theme-general/menu.css +4 -18
  45. package/css/themes/custom/theme-general/modal.css +6 -35
  46. package/css/themes/custom/theme-general/scheduler.css +34 -275
  47. package/css/themes/custom/theme-general/slider.css +3 -4
  48. package/css/themes/custom/theme-general/table-grid.css +2 -138
  49. package/css/themes/custom/theme-general/tabs.css +2 -3
  50. package/css/themes/custom/theme-general/theme-general.css +3 -41
  51. package/css/themes/custom/united/custom-united.css +0 -22
  52. package/css/themes/custom/yeti/custom-yeti.css +0 -28
  53. package/dist/components/css/checkbox-color.css +1 -1
  54. package/dist/components/css/combobox-color.css +1 -1
  55. package/dist/components/templates/textinputicon.template.html +1 -1
  56. package/dist/css/animate.css +1 -1
  57. package/dist/css/app.css +1 -1
  58. package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
  59. package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
  60. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
  61. package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -1
  62. package/dist/css/themes/custom/cerulean/panel-cerulean.css +1 -1
  63. package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
  64. package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
  65. package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
  66. package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
  67. package/dist/css/themes/custom/dsgov/calendar-dsgov.css +1 -1
  68. package/dist/css/themes/custom/dsgov/color-dsgov.css +1 -0
  69. package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
  70. package/dist/css/themes/custom/dsgov/form-dsgov.css +1 -1
  71. package/dist/css/themes/custom/dsgov/navbar-dsgov.css +1 -1
  72. package/dist/css/themes/custom/dsgov/panel-dsgov.css +1 -1
  73. package/dist/css/themes/custom/dsgov/slider-dsgov.css +1 -1
  74. package/dist/css/themes/custom/dsgov/table-grid-dsgov.css +1 -1
  75. package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
  76. package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
  77. package/dist/css/themes/custom/journal/custom-journal.css +1 -1
  78. package/dist/css/themes/custom/lumen/custom-lumen.css +1 -1
  79. package/dist/css/themes/custom/material/custom-material.css +1 -1
  80. package/dist/css/themes/custom/material/grid-material.css +1 -1
  81. package/dist/css/themes/custom/material/navbar-material.css +1 -1
  82. package/dist/css/themes/custom/material/panel-material.css +1 -1
  83. package/dist/css/themes/custom/navigator/custom-navigator.css +1 -1
  84. package/dist/css/themes/custom/paper/custom-paper.css +1 -1
  85. package/dist/css/themes/custom/readable/custom-readable.css +1 -1
  86. package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -1
  87. package/dist/css/themes/custom/simplex/custom-simplex.css +1 -1
  88. package/dist/css/themes/custom/slate/custom-slate.css +1 -1
  89. package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
  90. package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
  91. package/dist/css/themes/custom/theme-general/button.css +1 -1
  92. package/dist/css/themes/custom/theme-general/forms.css +1 -1
  93. package/dist/css/themes/custom/theme-general/login.css +1 -1
  94. package/dist/css/themes/custom/theme-general/menu.css +1 -1
  95. package/dist/css/themes/custom/theme-general/modal.css +1 -1
  96. package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
  97. package/dist/css/themes/custom/theme-general/slider.css +1 -1
  98. package/dist/css/themes/custom/theme-general/table-grid.css +1 -1
  99. package/dist/css/themes/custom/theme-general/tabs.css +1 -1
  100. package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
  101. package/dist/css/themes/custom/united/custom-united.css +1 -1
  102. package/dist/css/themes/custom/yeti/custom-yeti.css +1 -1
  103. package/dist/js/directives.js +2 -2
  104. package/js/directives.js +26 -29
  105. package/package.json +1 -1
  106. package/css/themes/custom/cerulean/combobox-cerulean.css +0 -153
  107. package/css/themes/custom/dsgov/checkbox-dsgov.css +0 -309
  108. package/css/themes/custom/dsgov/option-dsgov.css +0 -144
  109. package/css/themes/custom/dsgov/scheduler-dsgov.css +0 -325
  110. package/dist/css/themes/custom/cerulean/combobox-cerulean.css +0 -1
  111. package/dist/css/themes/custom/dsgov/checkbox-dsgov.css +0 -1
  112. package/dist/css/themes/custom/dsgov/option-dsgov.css +0 -1
  113. package/dist/css/themes/custom/dsgov/scheduler-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, #333333);
15
+ color: var(--textColor40, #383838);
16
16
  border-radius: var(--borderRadiusSmallest, 5px);
17
17
  padding: var(--distanceSmallest, 5px) var(--distanceMedium, 20px);
18
18
  box-shadow: none;
@@ -21,6 +21,7 @@ textarea.k-textbox,
21
21
  font-size: var(--textNormalSize, 16px);
22
22
  }
23
23
 
24
+
24
25
  .form-control.k-textbox,
25
26
  .input-group .form-control:last-child,
26
27
  .k-textbox,
@@ -35,7 +36,14 @@ textarea.k-textbox,
35
36
  .k-grid .k-dropdown .k-dropdown-wrap,
36
37
  .k-animation-container .k-dropdown .k-dropdown-wrap,
37
38
  .cardinput .k-textbox.form-control {
38
- border: 1px solid var(--colorLight70, #8c8c8c);
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);
39
47
  box-shadow: none;
40
48
  }
41
49
 
@@ -48,9 +56,9 @@ textarea.k-textbox,
48
56
  font-style: italic;
49
57
  }
50
58
 
59
+ .form-control:hover,
51
60
  .form-control.k-textbox:hover,
52
61
  .k-textbox:hover,
53
- .cronMultiSelect.k-state-hover .k-multiselect-wrap,
54
62
  .k-combobox .k-dropdown-wrap.k-state-hover,
55
63
  .k-autocomplete.k-state-hover,
56
64
  .cronDynamicSelect .k-dropdown-wrap.k-state-hover,
@@ -59,17 +67,28 @@ textarea.k-textbox,
59
67
  background: var(--colorNeutral30, #D5D5D5);
60
68
  }
61
69
 
62
- .cronMultiSelect .k-multiselect-wrap .k-icon:hover {
63
- background: var(--colorDefault20, #ACC2E5);
64
- color: var(--colorDefault40, #1351b4);
65
- border-radius: var(--borderRadiusFull, 99999px);
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);
66
84
  }
67
85
 
68
- .cronDynamicSelect .k-dropdown-wrap.k-state-hover:n .input-group .form-control {
86
+ .input-group .form-control {
69
87
  z-index: unset;
70
88
  }
71
89
 
72
90
  /* Forms - General Dropdown */
91
+
73
92
  .k-popup.k-list-container .k-list-optionlabel {
74
93
  border-radius: var(--borderRadiusNone, 0);
75
94
  border: 0;
@@ -77,9 +96,7 @@ textarea.k-textbox,
77
96
 
78
97
  .k-popup.k-list-container .k-list li.k-state-hover,
79
98
  .k-popup.k-list-container .k-list-optionlabel.k-state-hover {
80
- background: var(--colorLight50, #E3E3E3);
81
- box-shadow: none;
82
- border-radius: 0;
99
+ background: var(--colorNeutral20, #E3E3E3);
83
100
  }
84
101
 
85
102
  .k-popup.k-list-container .k-list li.k-state-focused,
@@ -87,29 +104,27 @@ textarea.k-textbox,
87
104
  .k-popup.k-list-container .k-list-optionlabel.k-state-focused,
88
105
  .k-popup.k-list-container .k-list-optionlabel.k-state-selected {
89
106
  box-shadow: none;
90
- background: var(--colorDefault40, #1351b4);
91
- color: var(--textColorDefault40, #ffffff);
92
- border-radius: 0;
107
+ background: var(--colorDefault10, #d6daeb);
108
+ color: var(--colorDefault60, #0e3b84);
93
109
  }
94
110
 
95
- .k-list>.k-state-hover,
96
- .k-popup .k-list .k-state-focused {
97
- border-radius: 0;
98
- }
99
111
 
100
- .k-autocomplete>.k-i-close,
101
112
  .k-combobox .k-dropdown-wrap .k-icon {
102
113
  color: var(--colorDefault40, #1351b4);
103
114
  }
104
115
 
105
116
  .k-autocomplete>.k-i-close:hover,
106
117
  .k-combobox .k-dropdown-wrap .k-icon:hover {
107
- background: var(--colorDefault20, #ACC2E5);
118
+ background: var(--colorDefault20, #aeb7da);
108
119
  color: var(--colorDefault40, #1351b4);
109
120
  padding: 7px;
110
121
  border-radius: var(--borderRadiusMedium, 20px);
111
122
  }
112
123
 
124
+ .k-autocomplete>.k-i-close:hover {
125
+ margin-right: 0px;
126
+ }
127
+
113
128
  .k-autocomplete>.k-i-close {
114
129
  margin-right: 7px;
115
130
  }
@@ -141,40 +156,34 @@ textarea.k-textbox,
141
156
  background: var(--colorNeutral30, #D5D5D5);
142
157
  }
143
158
 
159
+ .k-autocomplete.k-state-focused {
160
+ border-color: transparent;
161
+ box-shadow: 0 0 0 3px var(--colorWarning50, #dfb306);
162
+ }
163
+
144
164
  /* Forms - Checkbox and Radio Buttons */
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;
165
+ .k-checkbox-label,
166
+ .k-radio-label {
167
+ margin-bottom: 12px;
154
168
  }
155
169
 
156
170
  .k-checkbox-label:before {
157
171
  border-radius: var(--borderRadiusSmallest, 5px);
158
172
  }
159
173
 
160
- .k-checkbox-label:before {
161
- width: 20px;
162
- height: 20px;
163
- line-height: 20px;
174
+ .k-radio-label:before {
175
+ background: var(--colorNeutral00, #FFFFFF);
176
+ border-width: 1px;
164
177
  }
165
178
 
166
- .k-checkbox-label:before {
167
- color: var(--colorDefault40, #1351b4);
179
+ .k-checkbox-label {
168
180
  padding: 1px;
181
+ padding-left: 34px;
169
182
  }
170
183
 
171
- .k-radio-label {
172
- margin-bottom: 12px;
173
- }
174
-
175
- .k-radio-label:before {
176
- background: var(--colorNeutral00, #FFFFFF);
177
- border-width: 1px;
184
+ .k-checkbox-label:before {
185
+ color: var(--colorDefault40, #1351b4);
186
+ padding: 1px;
178
187
  }
179
188
 
180
189
  .k-radio:checked+.k-radio-label:after {
@@ -188,7 +197,8 @@ textarea.k-textbox,
188
197
  padding-right: 5px;
189
198
  }
190
199
 
191
- .k-multiselect {
200
+ .k-multiselect,
201
+ .k-multiselect.k-state-hover {
192
202
  background: transparent;
193
203
  }
194
204
 
@@ -218,9 +228,9 @@ textarea.k-textbox,
218
228
  box-shadow: none;
219
229
  }
220
230
 
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);
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);
224
234
  color: var(--colorDefault40, #1351b4);
225
235
  }
226
236
 
@@ -232,11 +242,49 @@ textarea.k-textbox,
232
242
  margin-top: -10px;
233
243
  }
234
244
 
235
- .k-multiselect>.k-multiselect-wrap>.k-i-close,
236
- .k-dropdown-wrap .k-select .k-icon {
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 {
237
267
  color: var(--colorDefault40, #1351b4);
238
268
  }
239
269
 
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
+
240
288
  /* Form - Text Input Button */
241
289
  *[id^="crn-textinputbutton"] .crn-textinputbutton {
242
290
  align-items: end;
@@ -246,6 +294,11 @@ textarea.k-textbox,
246
294
  margin-bottom: 0;
247
295
  }
248
296
 
297
+ *[id^="crn-textinputbutton"] .form-control {
298
+ display: flex;
299
+ flex-direction: column;
300
+ }
301
+
249
302
  *[id^="crn-textinputbutton"] .btn i {
250
303
  margin-right: 0;
251
304
  }
@@ -258,6 +311,7 @@ textarea.k-textbox,
258
311
  position: inherit;
259
312
  }
260
313
 
314
+
261
315
  /* Dynamic Select Box */
262
316
  .cronDynamicSelect {
263
317
  background: transparent;
@@ -277,22 +331,26 @@ textarea.k-textbox,
277
331
  div[id^="crn-textinputicon"] .input-group {
278
332
  display: flex;
279
333
  background: var(--backgroundColor40, #ffffff);
280
- color: var(--textColor40, #333333);
334
+ color: var(--textColor40, #383838);
281
335
  border-radius: var(--borderRadiusSmallest, 5px);
282
336
  padding: 0 10px;
283
337
  border: 1px solid var(--colorNeutral90, #828282);
284
- /* width: min-content; */
338
+ width: min-content;
285
339
  }
286
340
 
287
341
  div[id^="crn-textinputicon"] .input-group:hover {
288
342
  background: var(--colorNeutral30, #D5D5D5);
289
343
  }
290
344
 
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
+
291
350
  div[id^="crn-textinputicon"] .input-group .k-textbox {
292
351
  border: 0;
293
352
  box-shadow: none;
294
353
  background: transparent;
295
- width: 100%;
296
354
  }
297
355
 
298
356
  div[id^="crn-textinputicon"] .input-group .k-button {
@@ -303,243 +361,4 @@ div[id^="crn-textinputicon"] .input-group .k-button {
303
361
 
304
362
  #starter div[id^="crn-form"] input {
305
363
  margin-bottom: 4px;
306
- }
307
-
308
- /* Input with icon */
309
- .layout-template-modern:focus-within {
310
- border: 1px solid var(--colorNeutral90, #828282);
311
- background: var(--backgroundColor40, #ffffff);
312
- }
313
-
314
- .layout-template-modern input.k-textbox {
315
- padding-left: 5px;
316
- }
317
-
318
- .layout-template-modern.input-group .k-button {
319
- padding: 0px 14px;
320
- }
321
-
322
- div[id^="crn-textinputicon"] .input-group.layout-template-modern .k-button:hover,
323
- div[id^="crn-textinputicon"] .input-group.layout-template-modern .k-button {
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;
545
364
  }