cronapp-framework-js 2.9.4-RC.3 → 2.9.4-SP.10
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.
- package/components/crn-textinputicon.components.json +0 -26
- package/components/css/checkbox-color.css +1 -0
- package/components/css/combobox-color.css +12 -0
- package/components/css/option-color.css +28 -0
- package/components/templates/textinputicon.template.html +1 -1
- package/css/animate.css +4 -4
- package/css/app.css +4 -4
- package/css/themes/custom/aquamarine/custom-aquamarine.css +3 -27
- package/css/themes/custom/cerulean/button-cerulean.css +2 -27
- package/css/themes/custom/cerulean/custom-cerulean.css +64 -597
- package/css/themes/custom/cerulean/navbar-cerulean.css +22 -90
- package/css/themes/custom/cerulean/panel-cerulean.css +34 -35
- package/css/themes/custom/cosmo/custom-cosmo.css +0 -27
- package/css/themes/custom/cyborg/custom-cyborg.css +0 -27
- package/css/themes/custom/darkly/custom-darkly.css +0 -25
- package/css/themes/custom/dsgov/button-dsgov.css +17 -52
- package/css/themes/custom/dsgov/calendar-dsgov.css +34 -106
- package/css/themes/custom/dsgov/color-dsgov.css +138 -0
- package/css/themes/custom/dsgov/custom-dsgov.css +344 -171
- package/css/themes/custom/dsgov/form-dsgov.css +109 -290
- package/css/themes/custom/dsgov/navbar-dsgov.css +38 -150
- package/css/themes/custom/dsgov/panel-dsgov.css +97 -117
- package/css/themes/custom/dsgov/slider-dsgov.css +3 -2
- package/css/themes/custom/dsgov/table-grid-dsgov.css +69 -144
- package/css/themes/custom/flatly/custom-flatly.css +2 -22
- package/css/themes/custom/fuse/custom-fuse.css +6 -33
- package/css/themes/custom/journal/custom-journal.css +2 -28
- package/css/themes/custom/lumen/custom-lumen.css +0 -43
- package/css/themes/custom/material/custom-material.css +70 -130
- package/css/themes/custom/material/grid-material.css +44 -37
- package/css/themes/custom/material/navbar-material.css +6 -58
- package/css/themes/custom/material/panel-material.css +20 -61
- package/css/themes/custom/navigator/custom-navigator.css +13 -2
- package/css/themes/custom/paper/custom-paper.css +0 -30
- package/css/themes/custom/readable/custom-readable.css +0 -27
- package/css/themes/custom/sandstone/custom-sandstone.css +0 -26
- package/css/themes/custom/simplex/custom-simplex.css +0 -27
- package/css/themes/custom/slate/custom-slate.css +33 -33
- package/css/themes/custom/spacelab/custom-spacelab.css +0 -27
- package/css/themes/custom/superhero/custom-superhero.css +0 -27
- package/css/themes/custom/theme-general/button.css +2 -6
- package/css/themes/custom/theme-general/forms.css +7 -128
- package/css/themes/custom/theme-general/login.css +6 -6
- package/css/themes/custom/theme-general/menu.css +4 -18
- package/css/themes/custom/theme-general/modal.css +6 -35
- package/css/themes/custom/theme-general/scheduler.css +34 -275
- package/css/themes/custom/theme-general/slider.css +3 -4
- package/css/themes/custom/theme-general/table-grid.css +2 -138
- package/css/themes/custom/theme-general/tabs.css +2 -3
- package/css/themes/custom/theme-general/theme-general.css +3 -41
- package/css/themes/custom/united/custom-united.css +0 -22
- package/css/themes/custom/yeti/custom-yeti.css +0 -28
- package/dist/components/css/checkbox-color.css +1 -1
- package/dist/components/css/combobox-color.css +1 -1
- package/dist/components/templates/textinputicon.template.html +1 -1
- package/dist/css/animate.css +1 -1
- package/dist/css/app.css +1 -1
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
- package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/panel-cerulean.css +1 -1
- package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
- package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
- package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
- package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/calendar-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/color-dsgov.css +1 -0
- package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/form-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/navbar-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/panel-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/slider-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/table-grid-dsgov.css +1 -1
- package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
- package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
- package/dist/css/themes/custom/journal/custom-journal.css +1 -1
- package/dist/css/themes/custom/lumen/custom-lumen.css +1 -1
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- package/dist/css/themes/custom/material/grid-material.css +1 -1
- package/dist/css/themes/custom/material/navbar-material.css +1 -1
- package/dist/css/themes/custom/material/panel-material.css +1 -1
- package/dist/css/themes/custom/navigator/custom-navigator.css +1 -1
- package/dist/css/themes/custom/paper/custom-paper.css +1 -1
- package/dist/css/themes/custom/readable/custom-readable.css +1 -1
- package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -1
- package/dist/css/themes/custom/simplex/custom-simplex.css +1 -1
- package/dist/css/themes/custom/slate/custom-slate.css +1 -1
- package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
- package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
- package/dist/css/themes/custom/theme-general/button.css +1 -1
- package/dist/css/themes/custom/theme-general/forms.css +1 -1
- package/dist/css/themes/custom/theme-general/login.css +1 -1
- package/dist/css/themes/custom/theme-general/menu.css +1 -1
- package/dist/css/themes/custom/theme-general/modal.css +1 -1
- package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
- package/dist/css/themes/custom/theme-general/slider.css +1 -1
- package/dist/css/themes/custom/theme-general/table-grid.css +1 -1
- package/dist/css/themes/custom/theme-general/tabs.css +1 -1
- package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
- package/dist/css/themes/custom/united/custom-united.css +1 -1
- package/dist/css/themes/custom/yeti/custom-yeti.css +1 -1
- package/dist/js/directives.js +2 -2
- package/js/directives.js +26 -29
- package/package.json +1 -1
- package/css/themes/custom/cerulean/combobox-cerulean.css +0 -153
- package/css/themes/custom/dsgov/checkbox-dsgov.css +0 -309
- package/css/themes/custom/dsgov/option-dsgov.css +0 -144
- package/css/themes/custom/dsgov/scheduler-dsgov.css +0 -325
- package/dist/css/themes/custom/cerulean/combobox-cerulean.css +0 -1
- package/dist/css/themes/custom/dsgov/checkbox-dsgov.css +0 -1
- package/dist/css/themes/custom/dsgov/option-dsgov.css +0 -1
- 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, #
|
|
41
|
-
border: 1px solid var(--
|
|
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, #
|
|
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, #
|
|
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, #
|
|
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(--
|
|
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(--
|
|
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:
|
|
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
|
-
|
|
213
|
-
|
|
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-
|
|
219
|
-
|
|
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-
|
|
241
|
-
|
|
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(--
|
|
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-
|
|
270
|
-
background:
|
|
212
|
+
.k-calendar td.k-state-selected {
|
|
213
|
+
background: transparent;
|
|
271
214
|
}
|
|
272
215
|
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
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
|
-
.
|
|
279
|
-
|
|
221
|
+
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
|
|
222
|
+
border-top-color: var(--backgroundColor40, #ffffff);
|
|
280
223
|
}
|
|
281
224
|
|
|
282
|
-
.bootstrap-datetimepicker-widget
|
|
283
|
-
|
|
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
|
-
|
|
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
|
+
}
|