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