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

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 +11 -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 +25 -28
  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
@@ -25,6 +25,10 @@
25
25
  padding: 0;
26
26
  }
27
27
 
28
+ .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
29
+ width: 100%;
30
+ }
31
+
28
32
  .bootstrap-datetimepicker-widget table td.day {
29
33
  border-radius: var(--borderRadiusMedium, 20px);
30
34
  font-weight: 600;
@@ -37,8 +41,8 @@
37
41
  .bootstrap-datetimepicker-widget table td span.timepicker-hour,
38
42
  .bootstrap-datetimepicker-widget table td span.timepicker-minute,
39
43
  .bootstrap-datetimepicker-widget table td span.timepicker-second {
40
- color: var(--textColor40, #333333);
41
- border: 1px solid var(--colorLight60, #bbbbbb);
44
+ color: var(--textColor40, #383838);
45
+ border: 1px solid var(--textColor40, #383838);
42
46
  border-radius: var(--borderRadiusSmallest, 5px) !important;
43
47
  width: 50px !important;
44
48
  height: 50px !important;
@@ -75,7 +79,7 @@
75
79
  }
76
80
 
77
81
  .bootstrap-datetimepicker-widget table th {
78
- color: var(--textColor40, #333333);
82
+ color: var(--textColor40, #383838);
79
83
  font-weight: 400;
80
84
  }
81
85
 
@@ -89,33 +93,18 @@
89
93
  background: transparent;
90
94
  }
91
95
 
92
- /* seta do modal do calendario */
93
- .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
94
- border-bottom-color: var(--backgroundColor40, #ffffff);
95
- }
96
-
97
- .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
98
- border-top-color: var(--backgroundColor40, #ffffff);
99
- }
100
-
101
- .bootstrap-datetimepicker-widget.dropdown-menu.bottom::before {
102
- border-bottom-color: transparent;
103
- }
104
-
105
- .bootstrap-datetimepicker-widget.dropdown-menu.top::before {
106
- border-top-color: transparent;
107
- }
108
-
109
96
  /* Data e hora */
97
+
110
98
  *[id^="crn-datepicker"] .form-group label+div,
111
99
  *[id^="crn-timepicker"] .form-group label+div,
112
100
  *[id^="crn-datetimepicker"] .form-group label+div {
113
101
  background: var(--backgroundColor40, #ffffff);
114
- color: var(--textColor40, #333333);
102
+ color: var(--textColor40, #383838);
115
103
  border-radius: var(--borderRadiusSmallest, 5px);
116
104
  padding: var(--distanceSmallest, 5px) var(--distanceSmall, 20px);
117
105
  border: 1px solid var(--colorNeutral90, #828282);
118
106
  box-shadow: none;
107
+ width: min-content;
119
108
  display: flex;
120
109
  }
121
110
 
@@ -123,6 +112,7 @@
123
112
  *[id^="crn-timepicker"] .form-group label+div input,
124
113
  *[id^="crn-datetimepicker"] .form-group label+div input {
125
114
  border: 0;
115
+ width: min-content;
126
116
  padding: 0 4px;
127
117
  background: transparent;
128
118
  }
@@ -149,7 +139,7 @@
149
139
  *[id^="crn-timepicker"] .form-group label+div:focus,
150
140
  *[id^="crn-datetimepicker"] .form-group label+div:focus {
151
141
  border-color: transparent;
152
- box-shadow: 0 0 0 3px var(--colorWarning50, #dfb306);
142
+ box-shadow: 0 0 0 3px var(--colorWarning50, #ffcd07);
153
143
  }
154
144
 
155
145
  *[id^="crn-datepicker"] .form-group label+div input:hover,
@@ -169,8 +159,7 @@ cron-calendar.k-calendar .k-footer,
169
159
  cron-calendar.k-calendar .k-header,
170
160
  .k-calendar .k-footer .k-nav-today {
171
161
  background: var(--backgroundColor40, #ffffff);
172
- color: var(--colorDefault40, #1351b4);
173
- font-weight: 600;
162
+ color: var(--textColor40, #383838);
174
163
  }
175
164
 
176
165
  .k-calendar td.k-state-hover,
@@ -178,8 +167,7 @@ cron-calendar.k-calendar .k-header,
178
167
  .k-calendar .k-header .k-link.k-nav-next,
179
168
  .k-calendar .k-header .k-link.k-nav-prev,
180
169
  .k-calendar .k-header .k-icon {
181
- color: var(--colorDefault40, #1351b4);
182
- font-weight: 600;
170
+ color: var(--textColor40, #383838);
183
171
  }
184
172
 
185
173
  cron-calendar.k-widget {
@@ -193,111 +181,51 @@ cron-calendar.k-widget {
193
181
  .k-calendar .k-footer .k-nav-today:hover {
194
182
  background: var(--backgroundColor50, #dfdfdf);
195
183
  box-shadow: none;
196
- color: var(--colorDefault40, #1351b4);
197
184
  }
198
185
 
199
186
  .k-calendar th {
200
- background: transparent;
201
- font-weight: 600;
202
- border: 0;
187
+ background: var(--backgroundColor50, #dfdfdf);
203
188
  }
204
189
 
205
- .k-calendar td.k-state-selected,
206
190
  .k-calendar td.k-state-hover,
207
191
  .k-calendar td.k-state-focused.k-state-selected.k-state-hover,
208
192
  .k-calendar .k-state-selected.k-state-hover,
209
193
  .k-listview>.k-state-focused.k-state-selected,
210
194
  .k-state-selected td.k-state-focused,
211
- td.k-state-focused.k-state-selected {
212
- box-shadow: none;
213
- border-radius: 50%;
214
- background: var(--colorDefault10, #d6daeb);
215
- color: var(--colorDefault40, #1351b4);
195
+ td.k-state-focused.k-state-selected,
196
+ .k-state-selected {
197
+ box-shadow: inset 0 0 10px 3px var(--colorDefault30, #7c8ec8);
216
198
  }
217
199
 
218
- .k-calendar .k-content .k-link,
219
- .k-calendar .k-content,
220
- .k-calendar .k-content th {
221
- text-align: center;
222
- padding: 0;
223
- }
224
-
225
- .bootstrap-datetimepicker-widget table td.active,
226
- .bootstrap-datetimepicker-widget table td.active:hover,
227
- .k-calendar .k-today.k-state-selected {
228
- background: var(--colorDanger10, #f7d6d5);
229
- border-color: var(--colorDanger10, #f7d6d5);
230
- color: var(--colorDanger70, #7d1304);
231
- border-radius: 99999px;
232
- text-shadow: none;
233
- }
234
-
235
- .bootstrap-datetimepicker-widget table td.active,
236
- .bootstrap-datetimepicker-widget table td.active:hover {
237
- border-color: transparent;
200
+ .k-calendar td.k-state-hover .k-link {
201
+ color: var(--textColor40, #383838);
238
202
  }
239
203
 
240
- .k-calendar .k-content .k-other-month .k-link,
241
- .k-calendar .k-link,
242
- .k-scheduler-navigation .k-nav-next .k-link,
243
- .k-scheduler-navigation .k-nav-prev .k-link,
244
- .k-scheduler-header th,
245
- .k-scheduler-header-wrap,
246
- .k-scheduler-table td,
247
- .k-scheduler-times,
248
- .k-scheduler-times th,
249
- .k-scheduler-times tr {
250
- color: var(--colorDefault40, #1351b4);
204
+ .k-calendar .k-today.k-state-selected.k-state-hover{
205
+ background: var(--colorDefault10, #d6daeb);
251
206
  }
252
207
 
253
208
  .k-calendar .k-content .k-other-month .k-link {
254
- color: var(--colorDefault30, #5A85CB);
255
- }
256
-
257
- .k-calendar .k-today.k-state-selected .k-link {
258
- color: var(--colorDanger70, #7d1304);
259
- }
260
-
261
- .k-calendar td {
262
- border-radius: 50%;
263
- }
264
-
265
- .k-calendar td.k-state-hover .k-link {
266
- color: var(--colorDefault40, #1351b4);
209
+ color: var(--textColor30, #858585);
267
210
  }
268
211
 
269
- .k-calendar .k-today.k-state-selected.k-state-hover {
270
- background: var(--colorDefault10, #d6daeb);
212
+ .k-calendar td.k-state-selected {
213
+ background: transparent;
271
214
  }
272
215
 
273
- .bootstrap-datetimepicker-widget table th {
274
- font-weight: 400;
275
- text-transform: capitalize;
216
+ /* seta do modal do calendario */
217
+ .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
218
+ border-bottom-color: var(--backgroundColor40, #ffffff);
276
219
  }
277
220
 
278
- .k-calendar .k-content td:not(.k-other-month) .k-link {
279
- font-weight: 500;
221
+ .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
222
+ border-top-color: var(--backgroundColor40, #ffffff);
280
223
  }
281
224
 
282
- .bootstrap-datetimepicker-widget table td span.active {
283
- background-color: var(--colorDefault40, #1351b4);
284
- color: var(--textColorDefault40, #ffffff);
285
- text-shadow: none;
225
+ .bootstrap-datetimepicker-widget.dropdown-menu.bottom::before {
226
+ border-bottom-color: transparent;
286
227
  }
287
228
 
288
- @media only screen and (max-width: 1024px) {
289
-
290
- .k-scheduler .k-scheduler-toolbar ul .k-nav-current.k-state-hover .k-link .k-icon,
291
- .k-scheduler .k-scheduler-toolbar ul .k-nav-current.k-state-hover .k-link,
292
- .k-scheduler-navigation .k-nav-next .k-icon,
293
- .k-scheduler-toolbar>ul .k-link,
294
- .k-calendar .k-state-selected.k-state-hover .k-link,
295
- .k-edge .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,
296
- .k-ff .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,
297
- .k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,
298
- .k-safari .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,
299
- .k-webkit .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link {
300
- color: var(--colorDefault40, #1351b4);
301
- }
302
-
229
+ .bootstrap-datetimepicker-widget.dropdown-menu.top::before {
230
+ border-top-color: transparent;
303
231
  }
@@ -0,0 +1,138 @@
1
+ .option-default:hover .k-radio-label:before,
2
+ .checkbox-default:hover .k-checkbox-label:before {
3
+ background: var(--colorDefault10, #d6daeb);
4
+ }
5
+
6
+ .option-primary:hover .k-radio-label:before,
7
+ .checkbox-primary:hover .k-checkbox-label:before {
8
+ background: var(--colorPrimary10, #d6daeb);
9
+ }
10
+
11
+ .option-success:hover .k-radio-label:before,
12
+ .checkbox-success:hover .k-checkbox-label:before {
13
+ background: var(--colorSuccess10, #d6e2d6);
14
+ }
15
+
16
+ .option-info:hover .k-radio-label:before,
17
+ .checkbox-info:hover .k-checkbox-label:before {
18
+ background: var(--colorCalm10, #d6dbf1);
19
+ }
20
+
21
+ .option-warning:hover .k-radio-label:before,
22
+ .checkbox-warning:hover .k-checkbox-label:before {
23
+ background: var(--colorWarning10, #fff1d5);
24
+ }
25
+
26
+ .option-danger:hover .k-radio-label:before,
27
+ .checkbox-danger:hover .k-checkbox-label:before {
28
+ background: var(--colorDanger10, #f7d6d5);
29
+ }
30
+
31
+ .option-light:hover .k-radio-label:before,
32
+ .checkbox-light:hover .k-checkbox-label:before {
33
+ background: var(--colorLight50, #f5f5f5);
34
+ }
35
+
36
+ .option-stable:hover .k-radio-label:before,
37
+ .checkbox-stable:hover .k-checkbox-label:before {
38
+ background: var(--colorStable50, #fdfdfd);
39
+ }
40
+
41
+ .option-royal:hover .k-radio-label:before,
42
+ .checkbox-royal:hover .k-checkbox-label:before {
43
+ background: var(--colorRoyal10, #e2ddf9);
44
+ }
45
+
46
+ .option-dark:hover .k-radio-label:before,
47
+ .checkbox-dark:hover .k-checkbox-label:before {
48
+ background: var(--colorDark10, #d9d9d9);
49
+ }
50
+
51
+ /* light */
52
+ .checkbox-light .k-checkbox:checked+.k-checkbox-label:before,
53
+ .checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:before,
54
+ .checkbox-light .k-checkbox-label:hover:before,
55
+ .checkbox-light .k-checkbox:checked+.k-checkbox-label:hover:before,
56
+ .checkbox-light .k-checkbox:checked:hover+.k-checkbox-label:before,
57
+ .checkbox-light .k-checkbox:hover+.k-checkbox-label:before,
58
+ .checkbox-light .k-checkbox-label:active:before,
59
+ .checkbox-light .k-checkbox:active+.k-checkbox-label:before,
60
+ .checkbox-light .k-checkbox:focus+.k-checkbox-label:before,
61
+ .checkbox-light .k-checkbox:hover+.k-checkbox-label:before,
62
+ .checkbox-light .k-checkbox:checked+.k-checkbox-label:after,
63
+ .checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:after,
64
+ .checkbox-light .k-checkbox-label:before {
65
+ border-color: var(--colorLight60, #ffffff);
66
+ }
67
+
68
+ .checkbox-light .k-checkbox-label:hover:before,
69
+ .checkbox-light .k-checkbox:checked+.k-checkbox-label:hover:before,
70
+ .checkbox-light .k-checkbox:checked:hover+.k-checkbox-label:before,
71
+ .checkbox-light .k-checkbox:hover+.k-checkbox-label:before,
72
+ .checkbox-light .k-checkbox:focus+.k-checkbox-label:before,
73
+ .checkbox-light .k-checkbox:hover+.k-checkbox-label:before {
74
+ box-shadow: 0 0 5px 0 var(--colorLight70, #dfdfdf);
75
+ }
76
+
77
+ .checkbox-light .k-checkbox:checked+.k-checkbox-label:before,
78
+ .checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:before,
79
+ .checkbox-light .k-checkbox:checked+.k-checkbox-label:after,
80
+ .checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:after {
81
+ color: var(--textColorLight40, #444444);
82
+ }
83
+
84
+ /* Stable */
85
+ .checkbox-stable .k-checkbox:checked+.k-checkbox-label:before,
86
+ .checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:before,
87
+ .checkbox-stable .k-checkbox-label:hover:before,
88
+ .checkbox-stable .k-checkbox:checked+.k-checkbox-label:hover:before,
89
+ .checkbox-stable .k-checkbox:checked:hover+.k-checkbox-label:before,
90
+ .checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,
91
+ .checkbox-stable .k-checkbox-label:active:before,
92
+ .checkbox-stable .k-checkbox:active+.k-checkbox-label:before,
93
+ .checkbox-stable .k-checkbox:focus+.k-checkbox-label:before,
94
+ .checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,
95
+ .checkbox-stable .k-checkbox:checked+.k-checkbox-label:after,
96
+ .checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:after,
97
+ .checkbox-stable .k-checkbox-label:before {
98
+ border-color: var(--colorStable60, #f8f8f8);
99
+ }
100
+
101
+ .checkbox-stable .k-checkbox-label:hover:before,
102
+ .checkbox-stable .k-checkbox:checked+.k-checkbox-label:hover:before,
103
+ .checkbox-stable .k-checkbox:checked:hover+.k-checkbox-label:before,
104
+ .checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,
105
+ .checkbox-stable .k-checkbox:focus+.k-checkbox-label:before,
106
+ .checkbox-stable .k-checkbox:hover+.k-checkbox-label:before {
107
+ box-shadow: 0 0 5px 0 var(--colorStable70, #d9d9d9);
108
+ }
109
+
110
+ .checkbox-stable .k-checkbox:checked+.k-checkbox-label:before,
111
+ .checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:before,
112
+ .checkbox-stable .k-checkbox:checked+.k-checkbox-label:after,
113
+ .checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:after {
114
+ color: var(--textColorStable40, #ffffff);
115
+ }
116
+
117
+ .k-checkbox:checked+.k-checkbox-label:before,
118
+ .k-checkbox:indeterminate+.k-checkbox-label:before,
119
+ .k-checkbox:checked+.k-checkbox-label:after,
120
+ .k-checkbox:indeterminate+.k-checkbox-label:after {
121
+ background: var(--backgroundColor40);
122
+ }
123
+
124
+ .checkbox-white .k-checkbox:checked+.k-checkbox-label:before,
125
+ .checkbox-white .k-checkbox:indeterminate+.k-checkbox-label:before,
126
+ .checkbox-white .k-checkbox-label:hover:before,
127
+ .checkbox-white .k-checkbox:checked+.k-checkbox-label:hover:before,
128
+ .checkbox-white .k-checkbox:checked:hover+.k-checkbox-label:before,
129
+ .checkbox-white .k-checkbox:hover+.k-checkbox-label:before,
130
+ .checkbox-white .k-checkbox-label:active:before,
131
+ .checkbox-white .k-checkbox:active+.k-checkbox-label:before,
132
+ .checkbox-white .k-checkbox:focus+.k-checkbox-label:before,
133
+ .checkbox-white .k-checkbox:hover+.k-checkbox-label:before,
134
+ .checkbox-white .k-checkbox:checked+.k-checkbox-label:after,
135
+ .checkbox-white .k-checkbox:indeterminate+.k-checkbox-label:after,
136
+ .checkbox-white .k-checkbox-label:before {
137
+ border-color: var(--white_focus_hover, #ffffff);
138
+ }