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
@@ -16,17 +16,16 @@ cron-scheduler .k-link:link,
16
16
  color: var(--textColor40, #393939);
17
17
  }
18
18
 
19
- .k-scheduler.k-widget {
19
+ .k-scheduler {
20
20
  background: var(--backgroundColor40, #f1f1f1);
21
21
  color: var(--textColor40, #393939);
22
- border-radius: var(--borderRadiusSmallest, 4px);
23
22
  }
24
23
 
25
24
  .k-window .k-window-titlebar.k-header {
26
25
  display: flex;
27
26
  justify-content: space-between;
28
27
  align-items: flex-start;
29
- background: transparent;
28
+ background: var(--backgroundColor40, #f1f1f1);
30
29
  border-color: var(--colorDark10, #d9d9d9);
31
30
  }
32
31
 
@@ -34,7 +33,7 @@ cron-scheduler .k-link:link,
34
33
  font-size: var(--textBigSize, 30px);
35
34
  }
36
35
 
37
- .k-window {
36
+ .k-window{
38
37
  border-radius: var(--borderRadiusSmallest, 5px);
39
38
  overflow: auto;
40
39
  }
@@ -62,36 +61,48 @@ cron-scheduler .k-link:link,
62
61
  .k-scheduler-table td,
63
62
  .k-scheduler-times,
64
63
  .k-scheduler-times th,
65
- .k-scheduler-times tr,
66
- .k-state-default,
67
- .k-scheduler-header th,
68
- .k-scheduler-header-wrap,
69
- .k-scheduler-times,
70
- .k-scheduler-times th,
71
64
  .k-scheduler-times tr {
72
65
  border-color: var(--backgroundColor60, #b1b1b1);
73
66
  }
74
67
 
68
+ .k-scheduler-toolbar>ul>li {
69
+ background: var(--backgroundColor40, #f1f1f1);
70
+ border-color: var(--backgroundColor60, #b1b1b1);
71
+ }
72
+
75
73
  .k-edit-form-container .k-edit-buttons {
76
74
  background: var(--backgroundColor40, #f1f1f1);
77
75
  border-color: var(--colorDark10, #d9d9d9);
78
76
  }
79
77
 
80
- .k-scheduler div.k-scheduler-footer .k-link,
81
- .k-scheduler div.k-scheduler-footer ul li {
82
- border-radius: var(--borderRadiusSmallest, 5px);
78
+ .k-scheduler .k-scheduler-toolbar ul li.k-state-hover {
79
+ color: var(--textColorPrimary40, #ffffff);
80
+ background: var(--colorPrimary60, #2e3b85);
83
81
  }
84
82
 
85
- .k-scheduler-footer .k-icon {
86
- color: var(--textColorDefault40, #ffffff);
83
+ .k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover a,
84
+ .k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover {
85
+ background: var(--colorPrimary60, #2e3b85);
86
+ color: var(--textColorPrimary40, #ffffff);
87
+ }
88
+
89
+ .k-scheduler .k-state-selected>.k-link,
90
+ .k-scheduler .k-scheduler-toolbar .k-state-selected,
91
+ .k-scheduler .k-today.k-state-selected,
92
+ .k-scheduler-navigation .k-nav-prev .k-link,
93
+ .k-scheduler div.k-scheduler-footer .k-link,
94
+ .k-scheduler div.k-scheduler-footer ul li {
95
+ background: var(--colorPrimary40, #5665be);
96
+ border-color: var(--backgroundColor60, #b1b1b1);
97
+ color: var(--textColorPrimary40, #ffffff);
87
98
  }
88
99
 
89
100
  .k-scheduler-navigation .k-nav-prev .k-link:hover,
90
101
  .k-scheduler div.k-scheduler-footer .k-link:hover,
91
102
  .k-scheduler div.k-scheduler-footer ul li:hover {
92
- color: var(--textColorDefault40, #ffffff);
93
- background: var(--colorDefault50, #37479e);
94
- border-color: var(--colorDefault50, #37479e);
103
+ color: var(--textColorPrimary40, #ffffff);
104
+ background: var(--colorPrimary50, #37479e);
105
+ border-color: transparent;
95
106
  outline: none;
96
107
  }
97
108
 
@@ -110,16 +121,19 @@ cron-scheduler .k-link:link,
110
121
  .k-listview>.k-state-focused.k-state-selected,
111
122
  .k-state-selected td.k-state-focused,
112
123
  td.k-state-focused.k-state-selected {
113
- box-shadow: inset 0 0 10px 3px var(--colorDefault40, #3b448e);
124
+ box-shadow: inset 0 0 10px 3px var(--colorPrimary40, #5665be);
114
125
  background: var(--colorNeutral00, #ffffff);
115
126
  color: var(--textColor40, #393939);
116
127
  }
117
128
 
118
- .k-scheduler-toolbar>ul .k-link,
119
129
  .k-calendar .k-state-selected.k-state-hover .k-link {
120
130
  color: var(--textColor40, #393939);
121
131
  }
122
132
 
133
+ .k-calendar .k-today.k-state-selected {
134
+ background: var(--colorDefault10, #d8d9e3);
135
+ }
136
+
123
137
  .k-event,
124
138
  .k-task-complete {
125
139
  background: var(--colorPrimary40, #5665be);
@@ -140,263 +154,8 @@ td.k-state-focused.k-state-selected {
140
154
  color: var(--textColorPrimary40, #ffffff);
141
155
  }
142
156
 
143
- .k-event,
144
- .k-event .k-link,
145
- .k-more-events,
146
- .k-task-complete,
147
- .k-task-single {
148
- border-radius: var(--borderRadiusSmallest, 5px);
149
- }
150
-
151
157
  .k-button.k-button-icon .k-icon,
152
158
  .k-window-title,
153
159
  .k-popup-message {
154
160
  color: var(--textColor40, #393939);
155
- }
156
-
157
- .k-scheduler-toolbar>ul li:first-child,
158
- .k-scheduler-toolbar>ul li:first-child .k-link,
159
- .k-scheduler-toolbar>ul.k-scheduler-views li:first-child+li,
160
- .k-scheduler-toolbar>ul.k-scheduler-views li:first-child+li .k-link {
161
- border-radius: var(--borderRadiusSmallest, 5px) 0 0 var(--borderRadiusSmallest, 5px);
162
- }
163
-
164
- .k-grid-header:first-child,
165
- .k-grid-toolbar:first-child,
166
- .k-grid>.k-grouping-header,
167
- .k-scheduler>.k-scheduler-toolbar:first-child {
168
- border-radius: var(--borderRadiusSmallest, 5px) var(--borderRadiusSmallest, 5px) 0 0;
169
- }
170
-
171
- .k-grid-pager,
172
- .k-scheduler-footer {
173
- border-radius: 0 0 var(--borderRadiusSmallest, 5px) var(--borderRadiusSmallest, 5px);
174
- }
175
-
176
- .k-scheduler-toolbar .k-nav-next,
177
- .k-scheduler-toolbar .k-nav-next .k-link,
178
- .k-scheduler-toolbar ul+ul li:last-child,
179
- .k-scheduler-toolbar ul+ul li:last-child .k-link {
180
- border-top-right-radius: var(--borderRadiusSmallest, 5px);
181
- border-bottom-right-radius: var(--borderRadiusSmallest, 5px);
182
- }
183
-
184
- .k-scheduler-table .k-today,
185
- .k-today>.k-scheduler-datecolumn,
186
- .k-today>.k-scheduler-groupcolumn {
187
- background: var(--colorDefault10, #f1f1f1)
188
- }
189
-
190
- .k-scheduler .k-scheduler-toolbar .k-state-selected .k-link,
191
- .k-scheduler .k-scheduler-toolbar .k-state-selected,
192
- .k-scheduler-navigation .k-nav-prev .k-link,
193
- .k-scheduler div.k-scheduler-footer .k-link,
194
- .k-scheduler div.k-scheduler-footer ul li {
195
- background: var(--colorDefault40, #3b448e);
196
- color: var(--textColorDefault40, #ffffff);
197
- border-color: var(--colorDefault40, #3b448e);
198
- }
199
-
200
- .k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover a,
201
- .k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover,
202
- .k-scheduler .k-scheduler-toolbar ul li.k-state-hover,
203
- .k-scheduler .k-scheduler-toolbar ul li.k-state-hover .k-link {
204
- background: var(--colorDefault60, #2b3268);
205
- border-color: var(--colorDefault60, #2b3268);
206
- color: var(--textColorDefault40, #ffffff);
207
- }
208
-
209
- .k-scheduler div.k-scheduler-footer ul li {
210
- border-color: var(--colorDefault40, #3b448e);
211
- }
212
-
213
- .k-scheduler .k-scheduler-toolbar ul .k-nav-current.k-state-hover .k-link .k-icon,
214
- .k-scheduler .k-scheduler-toolbar ul .k-nav-current.k-state-hover .k-link {
215
- background: transparent;
216
- color: var(--colorDefault40, #3b448e);
217
- }
218
-
219
- .k-scheduler-navigation .k-nav-prev,
220
- .k-scheduler .k-scheduler-toolbar .k-state-selected {
221
- border-color: var(--colorDefault40, #3b448e);
222
- }
223
-
224
- .k-scheduler-navigation .k-nav-prev .k-link span,
225
- .k-scheduler-navigation .k-nav-next.k-state-hover .k-link span,
226
- .k-scheduler-navigation .k-nav-prev.k-state-hover .k-link span {
227
- color: var(--textColorDefault40, #ffffff);
228
- }
229
-
230
- .k-scheduler .k-today.k-state-selected div .k-icon.k-i-close,
231
- .k-scheduler .k-today.k-state-selected div {
232
- color: var(--textColorDefault40, #ffffff);
233
- }
234
-
235
- .k-calendar .k-today.k-state-selected {
236
- background: var(--colorDefault10, #d8d9e3);
237
- border-color: var(--colorDefault10, #d8d9e3);
238
- color: var(--textColor40, #393939);
239
- border-radius: var(--borderRadiusSmallest, 5px);
240
- }
241
-
242
- .k-scheduler .k-scheduler-table .k-state-selected td,
243
- .k-scheduler-table .k-state-selected div,
244
- .k-scheduler-table .k-state-selected {
245
- box-shadow: none;
246
- background: var(--colorDefault40, #3b448e);
247
- color: var(--textColorDefault40, #ffffff);
248
- }
249
-
250
- .k-scheduler-table .k-state-selected div .k-icon {
251
- color: var(--textColorDefault40, #ffffff);
252
- }
253
-
254
- .k-scheduler-agendaview .k-scheduler-table .k-state-selected td.k-first {
255
- background: transparent;
256
- color: var(--textColorDefault40, #ffffff);
257
- }
258
-
259
- .k-scheduler-layout.k-scheduler-monthview .k-scheduler-table .k-other-month {
260
- background: var(--backgroundColor20, #f8f8f8);
261
- }
262
-
263
- .k-scheduler div.k-scheduler-toolbar>ul>li.k-nav-current {
264
- box-shadow: none;
265
- }
266
-
267
- .k-calendar-container>.k-calendar .k-other-month {
268
- opacity: .6;
269
- }
270
-
271
- .k-scheduler .k-header.k-scheduler-toolbar,
272
- .k-scheduler .k-header.k-scheduler-toolbar .k-header,
273
- .k-scheduler .k-header.k-scheduler-footer,
274
- .k-scheduler .k-header.k-scheduler-footer .k-header {
275
- background: var(--backgroundColor20, #f8f8f8);
276
- }
277
-
278
- .k-scheduler-layout.k-scheduler-monthview .k-scheduler-table .k-other-month.k-state-selected {
279
- background: var(--colorDefault40, #3b448e);
280
- border-color: var(--colorDefault40, #3b448e);
281
- color: var(--textColorDefault40, #ffffff);
282
- }
283
-
284
- .k-scheduler-layout.k-scheduler-monthview .k-scheduler-table .k-other-month.k-state-selected .k-link,
285
- .k-scheduler-layout.k-scheduler-monthview .k-scheduler-table .k-other-month.k-state-selected,
286
- .k-event .k-event-actions .k-icon {
287
- color: var(--textColorDefault40, #ffffff);
288
- }
289
-
290
- .k-scheduler-agendaview .k-scheduler-table tr.k-state-hover .k-state-selected,
291
- .k-scheduler .k-today.k-state-selected,
292
- .k-state-selected {
293
- background: var(--colorDefault40, #3b448e);
294
- border-color: var(--textColorDefault40, #ffffff);
295
- color: var(--textColorDefault40, #ffffff);
296
- }
297
-
298
- /* botão de navegação */
299
- .k-scheduler .k-scheduler-navigation .k-header .k-nav-today .k-link,
300
- .k-scheduler .k-scheduler-navigation .k-header .k-nav-next .k-link,
301
- .k-scheduler-toolbar>ul>li {
302
- background: var(--backgroundColor40, #f1f1f1);
303
- border-color: var(--backgroundColor60, #b1b1b1);
304
- }
305
-
306
- .k-scheduler-datecolumn,
307
- .k-scheduler-groupcolumn {
308
- background: #fff;
309
- }
310
-
311
- .k-scheduler-edit-form .k-edit-field .k-check {
312
- margin-right: 8px;
313
- text-align: center;
314
- }
315
-
316
- .k-edit-field>ul.k-reset .k-datepicker,
317
- .k-edit-field>ul.k-reset .k-dropdown,
318
- div[name=recurrenceRule]>.k-dropdown {
319
- width: 50%;
320
- }
321
-
322
- .k-scheduler-edit-form .k-edit-field .k-reset label {
323
- display: flex;
324
- gap: 5px;
325
- align-content: center;
326
- }
327
-
328
- .k-scheduler .k-header.k-scheduler-toolbar .k-link {
329
- border-radius: 0;
330
- }
331
-
332
- @media only screen and (max-width: 1024px) {
333
-
334
- .k-scheduler-footer .k-icon,
335
- .k-scheduler-toolbar .k-i-calendar,
336
- .k-webkit .k-scheduler-toolbar ul.k-scheduler-views li.k-current-view:hover .k-link {
337
- color: var(--textColorDefault40);
338
- }
339
-
340
- .k-webkit .k-scheduler-toolbar ul.k-scheduler-views li.k-current-view {
341
- background: var(--colorDefault40, #3b448e);
342
- border-color: var(--colorDefault40, #3b448e);
343
- color: var(--textColorDefault40, #ffffff);
344
- border-radius: var(--borderRadiusSmallest, 5px);
345
- }
346
-
347
- .k-webkit .k-scheduler-toolbar ul.k-scheduler-views.k-state-expanded li.k-current-view {
348
- background: var(--colorPrimary40, #5665be);
349
- border-color: var(--colorPrimary40, #5665be);
350
- color: var(--textColorPrimary40, #ffffff);
351
- }
352
-
353
-
354
- .k-webkit .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded {
355
- border-color: var(--colorDefault40, #3b448e);
356
- background: var(--backgroundColor40);
357
- color: var(--textColor40, #393939);
358
- }
359
-
360
- .k-scheduler .k-header.k-scheduler-toolbar,
361
- .k-scheduler .k-header.k-scheduler-toolbar .k-header,
362
- .k-scheduler .k-header.k-scheduler-footer,
363
- .k-scheduler .k-header.k-scheduler-footer .k-header {
364
- background: var(--colorDefault40, #3b448e);
365
- color: var(--textColorDefault40, #ffffff);
366
- border: 0;
367
- box-shadow: none;
368
- }
369
-
370
- .k-scheduler .k-scheduler-toolbar ul .k-nav-current.k-state-hover .k-link .k-icon,
371
- .k-scheduler .k-scheduler-toolbar ul .k-nav-current.k-state-hover .k-link,
372
- .k-scheduler-navigation .k-nav-next .k-icon,
373
- .k-scheduler-toolbar>ul .k-link,
374
- .k-calendar .k-state-selected.k-state-hover .k-link,
375
- .k-edge .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,
376
- .k-ff .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,
377
- .k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,
378
- .k-safari .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,
379
- .k-webkit .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link {
380
- color: var(--textColorDefault40, #ffffff);
381
- }
382
-
383
- .k-scheduler-navigation .k-nav-prev .k-link,
384
- .k-scheduler .k-scheduler-toolbar .k-state-selected .k-link,
385
- .k-scheduler-navigation .k-nav-prev .k-link,
386
- .k-scheduler div.k-scheduler-footer .k-link,
387
- .k-scheduler div.k-scheduler-footer ul li {
388
- background: transparent;
389
- color: var(--textColorDefault40, #ffffff);
390
- }
391
-
392
- .k-scheduler .k-scheduler-toolbar .k-scheduler-views .k-link {
393
- color: var(--textColor40, #393939);
394
- }
395
-
396
- .k-scheduler .k-scheduler-toolbar .k-state-selected {
397
- background: var(--backgroundColor50, #d3d3d3);
398
- color: var(--textColor40, #393939);
399
- border: 0;
400
- box-shadow: none;
401
- }
402
161
  }
@@ -6,8 +6,8 @@
6
6
  .k-slider .k-draghandle,
7
7
  .k-slider .k-draghandle.k-state-focused,
8
8
  .k-slider .k-draghandle.k-state-focused:link {
9
- background: var(--colorDefault40, #3b448e);
10
- border-color: var(--colorDefault40, #3b448e);
9
+ background: var(--colorPrimary40, #5665be);
10
+ border-color: var(--colorPrimary40, #5665be);
11
11
  box-shadow: none;
12
12
  }
13
13
 
@@ -32,8 +32,7 @@ div[data-component^='crn-slider'] .form-control {
32
32
  }
33
33
 
34
34
  .k-slider .k-button span {
35
- font-size: var(--textMediumSize, 18px);
36
- margin-top: -3px;
35
+ font-size: var(--textBigSize, 18px);
37
36
  }
38
37
 
39
38
  .k-draghandle.k-state-focused,
@@ -11,7 +11,7 @@
11
11
  }
12
12
 
13
13
  .k-grid table {
14
- color: var(--textColor40, #393939);
14
+ color: var(--textColor70, #1f1f1f);
15
15
  }
16
16
 
17
17
  .k-grid tr td {
@@ -39,10 +39,6 @@ form.k-filter-menu .k-textbox {
39
39
  color: var(--textColor40, #393939);
40
40
  }
41
41
 
42
- .k-grid-header th.k-header .k-icon {
43
- opacity: 0.6
44
- }
45
-
46
42
  .k-grid-header th.k-header:focus,
47
43
  .k-grid-header th.k-header:hover,
48
44
  .k-grid-header th.k-header:focus .k-link,
@@ -64,6 +60,7 @@ form.k-filter-menu .k-textbox {
64
60
  padding: 8px 16px;
65
61
  }
66
62
 
63
+
67
64
  .k-state-selected,
68
65
  .k-state-selected:link,
69
66
  .k-state-selected:visited,
@@ -92,7 +89,6 @@ form.k-filter-menu .k-textbox {
92
89
  .k-grid td.k-state-selected:hover,
93
90
  .k-grid tr.k-state-selected:hover td {
94
91
  background: var(--colorDefault40, #3b448e);
95
- color: var(--textColorDefault40);
96
92
  }
97
93
 
98
94
  .k-listbox .k-item,
@@ -105,24 +101,9 @@ form.k-filter-menu .k-textbox {
105
101
  color: var(--textColor70, #1f1f1f);
106
102
  }
107
103
 
108
- .k-grid {
109
- border-radius: var(--borderRadiusSmallest, 2px);
110
- }
111
-
112
- .k-grid>.k-grouping-header,
113
- .k-grid-pager {
114
- border-radius: var(--borderRadiusSmallest, 2px) var(--borderRadiusSmallest, 2px) 0 0;
115
- }
116
-
117
- .k-grid-pager {
118
- padding: 10px;
119
- border-width: 1px 0 0;
120
- }
121
-
122
104
  .k-list>.k-state-hover,
123
105
  .k-popup .k-list .k-state-focused {
124
106
  box-shadow: inset 0 0 2px 0 var(--colorDefault30, #8689af), inset 0 0 7px 0 var(--colorDefault40, #3b448e);
125
- border-radius: var(--borderRadiusSmallest, 2px);
126
107
  }
127
108
 
128
109
  .k-grid tbody td>.k-grid-delete {
@@ -184,10 +165,6 @@ form.k-filter-menu .k-textbox {
184
165
  box-shadow: none;
185
166
  }
186
167
 
187
- .k-grid .k-grid-header .k-header div {
188
- padding: 7px 0;
189
- }
190
-
191
168
  /* Pagination - Grid */
192
169
 
193
170
  .k-pager-wrap .k-link.k-pager-last,
@@ -209,117 +186,4 @@ form.k-filter-menu .k-textbox {
209
186
  box-shadow: none;
210
187
  border-color: var(--colorDefault20, #b3b5ca);
211
188
  border-width: 1px 0 1px 0;
212
- border-radius: 50%;
213
- }
214
-
215
- .table-bordered,
216
- .table-bordered>tbody>tr>td,
217
- .table-bordered>tbody>tr>th,
218
- .table-bordered>tfoot>tr>td,
219
- .table-bordered>tfoot>tr>th,
220
- .table-bordered>thead>tr>td,
221
- .table-bordered>thead>tr>th {
222
- border: 1px solid var(--colorDark10, #d9d9d9);
223
- }
224
-
225
- .k-pager-wrap .k-link.k-pager-nav {
226
- background: transparent;
227
- border: 0;
228
- }
229
-
230
- .k-pager-wrap .k-link {
231
- border-radius: 50%;
232
- border: 0;
233
- }
234
-
235
- .k-block,
236
- .k-widget {
237
- background: var(--backgroundColor40, #f1f1f1);
238
- }
239
-
240
-
241
- @media only screen and (max-width: 1024px) {
242
-
243
- .k-edge .k-pager-numbers .k-current-page .k-link,
244
- .k-ff .k-pager-numbers .k-current-page .k-link,
245
- .k-ie11 .k-pager-numbers .k-current-page .k-link,
246
- .k-safari .k-pager-numbers .k-current-page .k-link,
247
- .k-webkit .k-pager-numbers .k-current-page .k-link {
248
- background: var(--colorPrimary40, #5665be);
249
- color: var(--textColorPrimary40, #ffffff);
250
- border-color: var(--colorPrimary40, #5665be);
251
- border-radius: var(--borderRadiusSmallest, 5px);
252
- min-width: 2.3em;
253
- }
254
-
255
- .k-edge .k-widget.k-grid .k-pager-nav+.k-pager-numbers,
256
- .k-ff .k-widget.k-grid .k-pager-nav+.k-pager-numbers,
257
- .k-ie11 .k-widget.k-grid .k-pager-nav+.k-pager-numbers,
258
- .k-safari .k-widget.k-grid .k-pager-nav+.k-pager-numbers,
259
- .k-webkit .k-widget.k-grid .k-pager-nav+.k-pager-numbers {
260
- z-index: 99;
261
- }
262
-
263
- .k-edge .k-pager-numbers.k-state-expanded .k-current-page .k-link,
264
- .k-ff .k-pager-numbers.k-state-expanded .k-current-page .k-link,
265
- .k-ie11 .k-pager-numbers.k-state-expanded .k-current-page .k-link,
266
- .k-safari .k-pager-numbers.k-state-expanded .k-current-page .k-link,
267
- .k-webkit .k-pager-numbers.k-state-expanded .k-current-page .k-link {
268
- border-radius: 0 0 var(--borderRadiusSmallest, 5px) var(--borderRadiusSmallest, 5px)
269
- }
270
-
271
- .k-edge .k-pager-numbers .k-current-page .k-link:hover,
272
- .k-edge .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view:hover,
273
- .k-ff .k-pager-numbers .k-current-page .k-link:hover,
274
- .k-ff .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view:hover,
275
- .k-ie11 .k-pager-numbers .k-current-page .k-link:hover,
276
- .k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view:hover,
277
- .k-safari .k-pager-numbers .k-current-page .k-link:hover,
278
- .k-safari .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view:hover,
279
- .k-webkit .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view:hover {
280
- border-color: var(--colorDefault60, #2b3268);
281
- background: var(--colorDefault60, #2b3268);
282
- }
283
-
284
- .k-grid-header th.k-header a {
285
- padding: 12px 0;
286
- padding-right: 6px;
287
- }
288
-
289
- .k-grid .k-pager-numbers .k-link:link,
290
- .k-grid .k-pager-numbers .k-link:visited,
291
- .k-grid .k-pager-numbers .k-nav-current.k-state-hover .k-link,
292
- .k-pager-wrap>.k-link>.k-icon {
293
- color: var(--textColor40, #393939);
294
- }
295
-
296
- .k-grid .k-pager-numbers .k-state-selected {
297
- background: var(--colorPrimary40, #5665be);
298
- color: var(--textColorPrimary40, #ffffff);
299
- border-color: var(--colorPrimary40, #5665be);
300
- }
301
-
302
- .k-pager-wrap .k-link.k-pager-last,
303
- .k-pager-wrap .k-pager-nav,
304
- .k-pager-wrap .k-pager-numbers .k-link,
305
- .k-pager-wrap .k-pager-numbers .k-state-selected,
306
- .k-pager-wrap>.k-link {
307
- border-color: transparent;
308
- border: 0;
309
- box-shadow: none;
310
- }
311
-
312
- .k-pager-wrap .k-link.k-pager-nav,
313
- .k-edge .k-pager-nav.k-pager-first+.k-link,
314
- .k-ff .k-pager-nav.k-pager-first+.k-link,
315
- .k-ie11 .k-pager-nav.k-pager-first+.k-link,
316
- .k-safari .k-pager-nav.k-pager-first+.k-link,
317
- .k-webkit .k-pager-nav.k-pager-first+.k-link,
318
- .k-pager-wrap .k-link.k-pager-last,
319
- .k-pager-wrap .k-pager-nav {
320
- border-radius: 50%;
321
- box-shadow: none;
322
- border: none;
323
- }
324
-
325
189
  }
@@ -6,7 +6,6 @@
6
6
 
7
7
  .ctn-tab .nav-tabs {
8
8
  border-bottom: 1px solid var(--colorNeutral30, #D5D5D5);
9
- margin-bottom: 15px;
10
9
  }
11
10
 
12
11
  .ctn-tab .nav-tabs li {
@@ -22,9 +21,9 @@
22
21
  .ctn-tab .nav-tabs li.active {
23
22
  background: transparent;
24
23
  border: 1px solid var(--colorNeutral30, #D5D5D5);
25
- border-bottom: 1px solid var(--backgroundColor40, #f1f1f1);
24
+ border-bottom: 1px solid var(--colorNeutral00, #ffffff);
26
25
  bottom: 1px;
27
- border-radius: var(--borderRadiusSmallest, 5px) var(--borderRadiusSmallest, 5px) 0 0;
26
+ border-radius: 4px 4px 0 0;
28
27
  }
29
28
 
30
29
  .ctn-tab .nav-tabs li a {
@@ -134,7 +134,7 @@ input {
134
134
 
135
135
  /* checkbox */
136
136
  .k-checkbox-label:before {
137
- border-radius: var(--borderRadiusSmallest, 5px);
137
+ border-radius: var(--borderRadiusSmallest, 2px);
138
138
  width: var(--textMediumSize, 16px);
139
139
  height: var(--textMediumSize, 16px);
140
140
  line-height: var(--textMediumSize, 16px);
@@ -392,7 +392,6 @@ div[id^="crn-signature-pad"] canvas {
392
392
  line-height: var(--textNormalSize, 14px);
393
393
  width: var(--textNormalSize, 14px);
394
394
  font-size: var(--textNormalSize, 14px);
395
- margin: 1px;
396
395
  }
397
396
 
398
397
  .bootstrap-datetimepicker-widget table td span {
@@ -529,13 +528,13 @@ div.k-filebrowser-dropzone em {
529
528
  #cron-breadcrumbs .k-breadcrumb-item::marker,
530
529
  #cron-breadcrumbs .k-breadcrumb-item,
531
530
  #cron-breadcrumbs .k-breadcrumb-item .k-breadcrumb-link {
532
- color: var(--colorDefault40, #3b448e);
531
+ color: var(--colorPrimary40, #5665be);
533
532
  font-family: var(--fontFamily, Arial, sans-serif);
534
533
  }
535
534
 
536
535
  #cron-breadcrumbs .k-breadcrumb-item .k-breadcrumb-root-link:hover,
537
536
  #cron-breadcrumbs .k-breadcrumb-item .k-breadcrumb-link:hover {
538
- color: var(--colorDefault60, #2b3268);
537
+ color: var(--colorPrimary60, #2e3b85);
539
538
  }
540
539
 
541
540
  #cron-breadcrumbs .k-breadcrumb-item.k-breadcrumb-last-item::marker,
@@ -566,40 +565,3 @@ div.k-filebrowser-dropzone em {
566
565
  height: auto !important;
567
566
  max-height: 185px;
568
567
  }
569
-
570
- /* Panel */
571
- .panel-heading .panel-title .lead {
572
- margin-bottom: 0
573
- }
574
-
575
- .panel-group .panel-heading+.panel-collapse>.list-group,
576
- .panel-group .panel-heading+.panel-collapse>.panel-body,
577
- .panel-default>.panel-heading+.panel-collapse>.panel-body {
578
- border-top: 0;
579
- }
580
-
581
- .panel {
582
- border-radius: var(--borderRadiusSmallest, 5px);
583
- }
584
-
585
- .panel-footer {
586
- border-bottom-right-radius: var(--borderRadiusSmallest, 5px);
587
- border-bottom-left-radius: var(--borderRadiusSmallest, 5px);
588
- }
589
-
590
- .panel-heading {
591
- border-top-left-radius: var(--borderRadiusSmallest, 5px);
592
- border-top-right-radius: var(--borderRadiusSmallest, 5px);
593
- }
594
-
595
- /* Jumbotron */
596
- .container .jumbotron,
597
- .container-fluid .jumbotron {
598
- border-radius: var(--borderRadiusSmallest, 5px);
599
- background: var(--backgroundColor50, #d3d3d3);
600
- }
601
-
602
- .jumbotron .h1,
603
- .jumbotron h1 {
604
- font-size: calc(var(--textExtraBigSize, 30px) * 2);
605
- }
@@ -1020,26 +1020,4 @@ td.k-state-focused.k-state-selected,
1020
1020
 
1021
1021
  .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
1022
1022
  border-top-color: var(--backgroundColor40, #ffffff);
1023
- }
1024
-
1025
- /* Input with icon */
1026
- .layout-template-modern {
1027
- background: var(--backgroundColor40, #ffffff);
1028
- color: var(--textColor40, #333333);
1029
- border-radius: var(--borderRadiusSmallest, 5px);
1030
- padding: 0;
1031
- border: 1px solid var(--backgroundColor50, #dfdfdf);
1032
- }
1033
-
1034
- .layout-template-modern:focus-within {
1035
- background: var(--backgroundColor40, #ffffff);
1036
- outline: 0;
1037
- border-color: var(--colorPrimary30, #ee8f7e);
1038
- box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px var(--colorPrimary30, #ee8f7e);
1039
- }
1040
-
1041
- .layout-template-modern input.k-textbox:hover,
1042
- .layout-template-modern input.k-textbox {
1043
- padding-left: 0;
1044
- box-shadow: none;
1045
1023
  }