cronapp-framework-js 2.9.1 → 2.9.2-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-accordion.components.json +1 -1
- package/components/crn-button-filter.components.json +23 -12
- package/components/crn-button.components.json +22 -11
- package/components/crn-enterprise-autocomplete.components.json +1 -1
- package/components/crn-enterprise-checkbox.components.json +20 -10
- package/components/crn-enterprise-combobox-multiple.components.json +20 -10
- package/components/crn-panel.components.json +20 -10
- package/components/crn-radiogroup.components.json +20 -10
- package/components/crn-signature-pad.components.json +1 -1
- package/components/crn-upload-file.components.json +25 -14
- package/components/crn-upload.components.json +27 -15
- package/components/templates/accordion.template.html +2 -2
- package/components/templates/cron-autocomplete.designtime.html +4 -38
- package/components/templates/cron-calendar.designtime.html +74 -169
- package/components/templates/cron-dashboard-viewer.designtime.html +4 -2
- package/components/templates/cron-grid.designtime.html +4 -2
- package/css/animate.css +2 -2
- package/css/app.css +9 -0
- package/css/themes/custom/aquamarine/button-aquamarine.css +35 -10
- package/css/themes/custom/aquamarine/custom-aquamarine.css +112 -51
- package/css/themes/custom/cerulean/button-cerulean.css +20 -1
- package/css/themes/custom/cerulean/custom-cerulean.css +87 -12
- package/css/themes/custom/cosmo/custom-cosmo.css +124 -5
- package/css/themes/custom/cosmo/panel-cosmo.css +7 -8
- package/css/themes/custom/cyborg/custom-cyborg.css +79 -1
- package/css/themes/custom/cyborg/panel-cyborg.css +11 -8
- package/css/themes/custom/darkly/custom-darkly.css +113 -10
- package/css/themes/custom/darkly/panel-darkly.css +3 -7
- package/css/themes/custom/dsgov/button-dsgov.css +11 -1
- package/css/themes/custom/dsgov/custom-dsgov.css +75 -14
- package/css/themes/custom/dsgov/form-dsgov.css +2 -2
- package/css/themes/custom/flatly/custom-flatly.css +70 -0
- package/css/themes/custom/flatly/panel-flatly.css +11 -16
- package/css/themes/custom/fuse/custom-fuse.css +169 -9
- package/css/themes/custom/fuse/panel-fuse.css +5 -5
- package/css/themes/custom/journal/custom-journal.css +70 -0
- package/css/themes/custom/journal/panel-journal.css +3 -6
- package/css/themes/custom/material/custom-material.css +132 -28
- package/css/themes/custom/theme-general/button.css +20 -0
- package/css/themes/custom/theme-general/forms.css +6 -1
- package/css/themes/custom/theme-general/notification.css +16 -0
- package/css/themes/custom/theme-general/scheduler.css +17 -25
- package/css/themes/custom/theme-general/table-grid.css +6 -8
- package/css/themes/custom/theme-general/theme-general.css +7 -6
- package/css/themes/deprecated/custom/aquamarine/font/fonts.css +162 -0
- package/deprecated/css/app.css +6 -0
- package/dist/components/js/jquery.inputmask.bundle.js +1 -1
- package/dist/components/js/jquery.mask.min.js +1 -1
- package/dist/components/js/qrcode.js +1 -1
- package/dist/components/templates/accordion.template.html +1 -1
- package/dist/components/templates/cron-autocomplete.designtime.html +1 -26
- package/dist/components/templates/cron-calendar.designtime.html +1 -1
- package/dist/components/templates/cron-dashboard-viewer.designtime.html +1 -1
- package/dist/components/templates/cron-grid.designtime.html +1 -1
- package/dist/css/animate.css +1 -1
- package/dist/css/app.css +1 -1
- package/dist/css/themes/custom/aquamarine/button-aquamarine.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/cosmo/custom-cosmo.css +1 -1
- package/dist/css/themes/custom/cosmo/panel-cosmo.css +1 -1
- package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
- package/dist/css/themes/custom/cyborg/panel-cyborg.css +1 -1
- package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
- package/dist/css/themes/custom/darkly/panel-darkly.css +1 -1
- package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
- 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/flatly/custom-flatly.css +1 -1
- package/dist/css/themes/custom/flatly/panel-flatly.css +1 -1
- package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
- package/dist/css/themes/custom/fuse/panel-fuse.css +1 -1
- package/dist/css/themes/custom/journal/custom-journal.css +1 -1
- package/dist/css/themes/custom/journal/panel-journal.css +1 -1
- package/dist/css/themes/custom/material/custom-material.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/notification.css +1 -1
- package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
- package/dist/css/themes/custom/theme-general/table-grid.css +1 -1
- package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
- package/dist/css/themes/deprecated/custom/aquamarine/font/fonts.css +1 -0
- package/dist/js/app.js +1 -1
- package/dist/js/dashboard/dashboard.service.js +1 -1
- package/dist/js/directives.js +2 -2
- package/dist/js/reports/reports.service.js +1 -1
- package/js/app.js +7 -4
- package/js/dashboard/dashboard.service.js +2 -0
- package/js/directives.js +123 -87
- package/js/reports/reports.service.js +14 -3
- package/package.json +1 -1
|
@@ -266,6 +266,8 @@
|
|
|
266
266
|
--colorNeutral210: #090909;
|
|
267
267
|
--colorNeutral220: #000000;
|
|
268
268
|
|
|
269
|
+
/* === Variables used exclusively in the color palette property === */
|
|
270
|
+
|
|
269
271
|
/* Components - Button */
|
|
270
272
|
--btnDefault: var(--colorDefault40, #3b448e);
|
|
271
273
|
--btnPrimary: var(--colorPrimary40, #5665be);
|
|
@@ -282,7 +284,7 @@
|
|
|
282
284
|
--textColorDefault: var(--textColorDefault40, #ffffff);
|
|
283
285
|
--textColorPrimary: var(--textColorPrimary40, #ffffff);
|
|
284
286
|
--textColorSuccess: var(--textColorSuccess40, #ffffff);
|
|
285
|
-
--textColorCalm: var(--
|
|
287
|
+
--textColorCalm: var(--textColorCalm40, #ffffff);
|
|
286
288
|
--textColorWarning: var(--textColorWarning40, #ffffff);
|
|
287
289
|
--textColorDanger: var(--textColorDanger40, #ffffff);
|
|
288
290
|
--textColorLight: var(--textColorLight40, #000000);
|
|
@@ -290,6 +292,18 @@
|
|
|
290
292
|
--textColorRoyal: var(--textColorRoyal40, #ffffff);
|
|
291
293
|
--textColorDark: var(--textColorDark40, #ffffff);
|
|
292
294
|
|
|
295
|
+
--borderBtnLink: transparent;
|
|
296
|
+
--borderBtnDefault: transparent;
|
|
297
|
+
--borderBtnPrimary: transparent;
|
|
298
|
+
--borderBtnSuccess: transparent;
|
|
299
|
+
--borderBtnCalm: transparent;
|
|
300
|
+
--borderBtnWarning: transparent;
|
|
301
|
+
--borderBtnDanger: transparent;
|
|
302
|
+
--borderBtnLight: transparent;
|
|
303
|
+
--borderBtnStable: transparent;
|
|
304
|
+
--borderBtnRoyal: transparent;
|
|
305
|
+
--borderBtnDark: transparent;
|
|
306
|
+
|
|
293
307
|
/* Components - Text color */
|
|
294
308
|
--colorDefault: var(--colorDefault40, #3b448e);
|
|
295
309
|
--colorPrimary: var(--colorPrimary40, #5665be);
|
|
@@ -314,18 +328,40 @@
|
|
|
314
328
|
--checkboxRoyal: var(--colorRoyal40, #886aea);
|
|
315
329
|
--checkboxDark: var(--colorDark40, #444444);
|
|
316
330
|
|
|
331
|
+
--borderCheckboxDefault: transparent;
|
|
332
|
+
--borderCheckboxPrimary: transparent;
|
|
333
|
+
--borderCheckboxSuccess: transparent;
|
|
334
|
+
--borderCheckboxCalm: transparent;
|
|
335
|
+
--borderCheckboxWarning: transparent;
|
|
336
|
+
--borderCheckboxDanger: transparent;
|
|
337
|
+
--borderCheckboxLight: transparent;
|
|
338
|
+
--borderCheckboxStable: transparent;
|
|
339
|
+
--borderCheckboxRoyal: transparent;
|
|
340
|
+
--borderCheckboxDark: transparent;
|
|
341
|
+
|
|
317
342
|
/* Components - Combobox */
|
|
318
|
-
--comboboxDefault: var(--
|
|
343
|
+
--comboboxDefault: var(--backgroundColor50, #d3d3d3);
|
|
319
344
|
--comboboxPrimary: var(--colorPrimary40, #5665be);
|
|
320
345
|
--comboboxSuccess: var(--colorSuccess40, #257d25);
|
|
321
|
-
--comboboxCalm: var(--
|
|
346
|
+
--comboboxCalm: var(--colorCalm40, #3b448e);
|
|
322
347
|
--comboboxWarning: var(--colorWarning40, #f0ad4e);
|
|
323
348
|
--comboboxDanger: var(--colorDanger40, #ce3a36);
|
|
324
|
-
--comboboxLight: var(--
|
|
325
|
-
--comboboxStable: var(--
|
|
349
|
+
--comboboxLight: var(--colorLight40, #ffffff);
|
|
350
|
+
--comboboxStable: var(--colorStable40, #f8f8f8);
|
|
326
351
|
--comboboxRoyal: var(--colorRoyal40, #886aea);
|
|
327
352
|
--comboboxDark: var(--colorDark40, #444444);
|
|
328
353
|
|
|
354
|
+
--borderComboboxDefault: var(--backgroundColor60, #b1b1b1);
|
|
355
|
+
--borderComboboxPrimary: var(--colorPrimary50, #4b58a6);
|
|
356
|
+
--borderComboboxSuccess: var(--colorSuccess50, #2db353);
|
|
357
|
+
--borderComboboxCalm: var(--colorCalm50, #0fa9d5);
|
|
358
|
+
--borderComboboxWarning: var(--colorWarning50, #dfb000);
|
|
359
|
+
--borderComboboxDanger: var(--colorDanger50, #d13e33);
|
|
360
|
+
--borderComboboxLight: var(--colorLight50, #dfdfdf);
|
|
361
|
+
--borderComboboxStable: var(--colorStable50, #d9d9d9);
|
|
362
|
+
--borderComboboxRoyal: var(--colorRoyal50, #775dcd);
|
|
363
|
+
--borderComboboxDark: var(--colorDark50, #3c3c3c);
|
|
364
|
+
|
|
329
365
|
/* Components - Radio input */
|
|
330
366
|
--optionDefault: var(--colorDefault40, #3b448e);
|
|
331
367
|
--optionPrimary: var(--colorPrimary40, #5665be);
|
|
@@ -338,17 +374,41 @@
|
|
|
338
374
|
--optionRoyal: var(--colorRoyal40, #886aea);
|
|
339
375
|
--optionDark: var(--colorDark40, #444444);
|
|
340
376
|
|
|
377
|
+
--borderOptionDefault: transparent;
|
|
378
|
+
--borderOptionPrimary: transparent;
|
|
379
|
+
--borderOptionSuccess: transparent;
|
|
380
|
+
--borderOptionCalm: transparent;
|
|
381
|
+
--borderOptionWarning: transparent;
|
|
382
|
+
--borderOptionDanger: transparent;
|
|
383
|
+
--borderOptionLight: transparent;
|
|
384
|
+
--borderOptionStable: transparent;
|
|
385
|
+
--borderOptionRoyal: transparent;
|
|
386
|
+
--borderOptionDark: transparent;
|
|
387
|
+
|
|
341
388
|
/* Components - Panel */
|
|
342
|
-
--panelDefault: var(--
|
|
343
|
-
--panelPrimary: var(--
|
|
389
|
+
--panelDefault: var(--colorPrimary40, #5665be);
|
|
390
|
+
--panelPrimary: var(--colorDefault40, #3b448e);
|
|
344
391
|
--panelSuccess: var(--colorSuccess10, #d6e0d6);
|
|
345
392
|
--panelCalm: var(--colorDefault10, #d8d9e3);
|
|
346
393
|
--panelWarning: var(--colorWarning10, #fbe9da);
|
|
347
394
|
--panelDanger: var(--colorDanger10, #f1d8d7);
|
|
348
395
|
--panelLight: var(--colorLight50, #dfdfdf);
|
|
349
396
|
--panelStable: var(--colorStable50, #d9d9d9);
|
|
350
|
-
--panelRoyal: var(--
|
|
351
|
-
--panelDark: var(--
|
|
397
|
+
--panelRoyal: var(--colorRoyal50, #775dcd);
|
|
398
|
+
--panelDark: var(--colorDark50, #3c3c3c);
|
|
399
|
+
|
|
400
|
+
--borderPanelDefault: transparent;
|
|
401
|
+
--borderPanelPrimary: var(--colorDefault40, #3b448e);
|
|
402
|
+
--borderPanelSuccess: var(--colorSuccess20, #b0c4b0);
|
|
403
|
+
--borderPanelCalm: var(--colorDefault20, #b3b5ca);
|
|
404
|
+
--borderPanelWarning: var(--colorWarning20, #f7d7b7);
|
|
405
|
+
--borderPanelDanger: var(--colorDanger20, #e6b3b2);
|
|
406
|
+
--borderPanelLight: var(--colorLight60, #bbbbbb);
|
|
407
|
+
--borderPanelStable: var(--colorStable60, #b6b6b6);
|
|
408
|
+
--borderPanelRoyal: var(--colorRoyal60, #644eab);
|
|
409
|
+
--borderPanelDark: var(--colorDark60, #323232);
|
|
410
|
+
|
|
411
|
+
/* === End - Variables used exclusively in the color palette property === */
|
|
352
412
|
}
|
|
353
413
|
|
|
354
414
|
.h1,
|
|
@@ -421,6 +481,12 @@ label {
|
|
|
421
481
|
box-shadow: none;
|
|
422
482
|
}
|
|
423
483
|
|
|
484
|
+
.cardinput {
|
|
485
|
+
padding: 0;
|
|
486
|
+
border: 0;
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
.cardinput,
|
|
424
490
|
.k-autocomplete.k-state-focused,
|
|
425
491
|
.k-dropdown-wrap.k-state-focused,
|
|
426
492
|
.k-multiselect.k-header.k-state-focused,
|
|
@@ -863,12 +929,7 @@ cron-calendar.k-calendar .k-header,
|
|
|
863
929
|
}
|
|
864
930
|
|
|
865
931
|
cron-calendar.k-widget {
|
|
866
|
-
border-color: transparent;
|
|
867
|
-
}
|
|
868
|
-
|
|
869
|
-
.k-calendar .k-content {
|
|
870
932
|
border: 1px solid var(--colorDefault40, #2f2f2f);
|
|
871
|
-
width: calc(100% - 1px);
|
|
872
933
|
}
|
|
873
934
|
|
|
874
935
|
.k-calendar .k-content th {
|
|
@@ -902,11 +963,7 @@ td.k-state-focused.k-state-selected {
|
|
|
902
963
|
}
|
|
903
964
|
|
|
904
965
|
.k-calendar .k-today.k-state-selected.k-state-hover {
|
|
905
|
-
background
|
|
906
|
-
color: var(--textColorDefault40, #ffffff);
|
|
907
|
-
}
|
|
908
|
-
|
|
909
|
-
.k-calendar .k-state-selected.k-state-hover .k-link {
|
|
966
|
+
background: transparent;
|
|
910
967
|
color: var(--textColorDefault40, #ffffff);
|
|
911
968
|
}
|
|
912
969
|
|
|
@@ -914,7 +971,8 @@ td.k-state-focused.k-state-selected {
|
|
|
914
971
|
color: var(--textColorDefault40, #ffffff);
|
|
915
972
|
}
|
|
916
973
|
|
|
917
|
-
.k-grid-edit-row .k-textbox,
|
|
974
|
+
.k-grid-edit-row .k-textbox,
|
|
975
|
+
.k-grid-edit-row .text-box {
|
|
918
976
|
border: 0;
|
|
919
977
|
border-bottom: 1px solid;
|
|
920
978
|
}
|
|
@@ -978,22 +1036,21 @@ div[data-component^='crn-textinputicon'] .k-button {
|
|
|
978
1036
|
color: var(--textColorSuccess40, #ffffff);
|
|
979
1037
|
}
|
|
980
1038
|
|
|
981
|
-
/* crn-enterprise-combobox-multiple
|
|
1039
|
+
/* crn-enterprise-combobox-multiple */
|
|
982
1040
|
|
|
983
1041
|
.k-button:before,
|
|
984
1042
|
.combobox-default .k-button:before {
|
|
985
1043
|
background: var(--backgroundColor50, #dfdfdf);
|
|
986
1044
|
}
|
|
987
1045
|
|
|
988
|
-
.k-multiselect .k-button.k-state-hover,
|
|
989
1046
|
.k-multiselect .k-button,
|
|
990
|
-
.combobox-default .k-multiselect .k-button.k-state-hover,
|
|
991
1047
|
.combobox-default .k-multiselect .k-button {
|
|
992
1048
|
border-color: var(--backgroundColor60, #bbbbbb);
|
|
993
1049
|
background: var(--backgroundColor50, #dfdfdf);
|
|
994
1050
|
color: var(--textColor40, #393939);
|
|
995
1051
|
}
|
|
996
1052
|
|
|
1053
|
+
.k-multiselect .k-button.k-state-hover,
|
|
997
1054
|
.k-multiselect-wrap .k-button.k-state-hover .k-select,
|
|
998
1055
|
.k-multiselect-wrap .k-button:hover,
|
|
999
1056
|
.combobox-default .k-multiselect-wrap .k-button.k-state-hover .k-select,
|
|
@@ -1008,11 +1065,48 @@ div[data-component^='crn-textinputicon'] .k-button {
|
|
|
1008
1065
|
box-shadow: inset 0 0 10px 3px var(--backgroundColor70, #8c8c8c);
|
|
1009
1066
|
}
|
|
1010
1067
|
|
|
1011
|
-
.k-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1068
|
+
.combobox-default .k-multiselect .k-button {
|
|
1069
|
+
background: var(--colorDefault40, #3b448e);
|
|
1070
|
+
border-color: transparent;
|
|
1071
|
+
color: var(--textColorDefault40, #ffffff);
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
.combobox-default .k-multiselect .k-button.k-state-hover,
|
|
1075
|
+
.combobox-default .k-multiselect-wrap .k-button.k-state-hover .k-select,
|
|
1076
|
+
.combobox-default .k-multiselect-wrap .k-button:hover {
|
|
1077
|
+
color: var(--textColorDefault40, #ffffff);
|
|
1078
|
+
background: var(--colorDefault70, #343c7c);
|
|
1079
|
+
border-color: transparent;
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
.combobox-default .k-multiselect .k-button:active {
|
|
1083
|
+
color: var(--textColorDefault40, #ffffff);
|
|
1084
|
+
box-shadow: inset 0 0 10px 3px var(--colorDefault50, #343c7c);
|
|
1085
|
+
}
|
|
1086
|
+
|
|
1087
|
+
.combobox-info .k-multiselect .k-button {
|
|
1088
|
+
background: var(--colorDefault40, #3b448e);
|
|
1089
|
+
border-color: transparent;
|
|
1090
|
+
color: var(--textColorDefault40, #ffffff);
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
.combobox-info .k-multiselect .k-button.k-state-hover,
|
|
1094
|
+
.combobox-info .k-multiselect-wrap .k-button.k-state-hover .k-select,
|
|
1095
|
+
.combobox-info .k-multiselect-wrap .k-button:hover {
|
|
1096
|
+
color: var(--textColorDefault40, #ffffff);
|
|
1097
|
+
background: var(--colorDefault70, #343c7c);
|
|
1098
|
+
border-color: transparent;
|
|
1099
|
+
}
|
|
1100
|
+
|
|
1101
|
+
.combobox-info .k-multiselect .k-button:active {
|
|
1102
|
+
color: var(--textColorDefault40, #ffffff);
|
|
1103
|
+
box-shadow: inset 0 0 10px 3px var(--colorDefault50, #343c7c);
|
|
1104
|
+
}
|
|
1105
|
+
|
|
1106
|
+
.k-edit-form-container .k-dropdown-wrap,
|
|
1107
|
+
.k-window-titlebar,
|
|
1108
|
+
.k-grid-toolbar,
|
|
1109
|
+
.k-grid-edit-row>td>.k-widget {
|
|
1016
1110
|
background: transparent;
|
|
1017
1111
|
}
|
|
1018
1112
|
|
|
@@ -1039,4 +1133,14 @@ div[data-component^='crn-textinputicon'] .k-button {
|
|
|
1039
1133
|
.k-scheduler-navigation .k-nav-next.k-state-hover .k-link span,
|
|
1040
1134
|
.k-scheduler-navigation .k-nav-prev.k-state-hover .k-link span {
|
|
1041
1135
|
color: var(--textColorPrimary40, #ffffff);
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
.k-edit-form-container .k-edit-buttons,
|
|
1139
|
+
.k-window,
|
|
1140
|
+
.k-edit-buttons {
|
|
1141
|
+
background: #ffffff;
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
.k-edit-form-container .k-textbox {
|
|
1145
|
+
border-width: 0 0 1px 0;
|
|
1042
1146
|
}
|
|
@@ -79,6 +79,8 @@ fieldset[disabled] .btn {
|
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
/* Primary */
|
|
82
|
+
.k-scheduler-edit-form .k-edit-field .k-button,
|
|
83
|
+
.k-edit-form-container .k-edit-buttons .k-primary,
|
|
82
84
|
.k-dialog-buttongroup .k-button.k-primary,
|
|
83
85
|
.k-button.k-primary,
|
|
84
86
|
.btn.btn-primary {
|
|
@@ -87,6 +89,10 @@ fieldset[disabled] .btn {
|
|
|
87
89
|
color: var(--textColorPrimary40, #ffffff);
|
|
88
90
|
}
|
|
89
91
|
|
|
92
|
+
.k-scheduler-edit-form .k-edit-field .k-button:focus,
|
|
93
|
+
.k-edit-form-container .k-edit-buttons .k-primary:focus,
|
|
94
|
+
.k-scheduler-edit-form .k-edit-field .k-button:hover,
|
|
95
|
+
.k-edit-form-container .k-edit-buttons .k-primary:hover,
|
|
90
96
|
.k-dialog-buttongroup .k-button.k-primary:focus,
|
|
91
97
|
.k-dialog-buttongroup .k-button.k-primary:hover,
|
|
92
98
|
.k-button.k-primary:focus,
|
|
@@ -99,6 +105,10 @@ fieldset[disabled] .btn {
|
|
|
99
105
|
outline: none;
|
|
100
106
|
}
|
|
101
107
|
|
|
108
|
+
.k-scheduler-edit-form .k-edit-field .k-button:active,
|
|
109
|
+
.k-edit-form-container .k-edit-buttons .k-primary:active,
|
|
110
|
+
.k-scheduler-edit-form .k-edit-field .k-button.active,
|
|
111
|
+
.k-edit-form-container .k-edit-buttons .k-primary.active,
|
|
102
112
|
.k-dialog-buttongroup .k-button.k-primary.active,
|
|
103
113
|
.k-dialog-buttongroup .k-button.k-primary:active,
|
|
104
114
|
.k-button.k-primary.active,
|
|
@@ -160,6 +170,8 @@ fieldset[disabled] .btn {
|
|
|
160
170
|
|
|
161
171
|
|
|
162
172
|
/* Danger */
|
|
173
|
+
.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone,
|
|
174
|
+
.k-edit-form-container .k-edit-buttons .k-scheduler-cancel,
|
|
163
175
|
.k-button.k-danger,
|
|
164
176
|
.btn.btn-danger {
|
|
165
177
|
background: var(--colorDanger40, #ce3a36);
|
|
@@ -167,6 +179,10 @@ fieldset[disabled] .btn {
|
|
|
167
179
|
color: var(--textColorDanger40, #ffffff);
|
|
168
180
|
}
|
|
169
181
|
|
|
182
|
+
.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone:focus,
|
|
183
|
+
.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:focus,
|
|
184
|
+
.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone:hover,
|
|
185
|
+
.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:hover,
|
|
170
186
|
.k-button.k-danger:focus,
|
|
171
187
|
.k-button.k-danger:hover,
|
|
172
188
|
.btn.btn-danger:focus,
|
|
@@ -177,6 +193,10 @@ fieldset[disabled] .btn {
|
|
|
177
193
|
outline: none;
|
|
178
194
|
}
|
|
179
195
|
|
|
196
|
+
.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone:active,
|
|
197
|
+
.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:active,
|
|
198
|
+
.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone.active,
|
|
199
|
+
.k-edit-form-container .k-edit-buttons .k-scheduler-cancel.active,
|
|
180
200
|
.k-button.k-danger.active,
|
|
181
201
|
.k-button.k-danger:active,
|
|
182
202
|
.btn.btn-danger.active,
|
|
@@ -96,7 +96,12 @@ textarea.k-textbox:hover,
|
|
|
96
96
|
color: var(--textColor40, #393939);
|
|
97
97
|
}
|
|
98
98
|
|
|
99
|
-
.k-
|
|
99
|
+
.k-list>.k-state-selected,
|
|
100
|
+
.k-state-selected {
|
|
101
|
+
background: transparent;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.k-state-default>.k-select {
|
|
100
105
|
display: flex;
|
|
101
106
|
align-items: center;
|
|
102
107
|
justify-content: center;
|
|
@@ -65,4 +65,20 @@
|
|
|
65
65
|
background: var(--colorCalm10, #d8d9e3);
|
|
66
66
|
color: var(--colorCalm70, #20254e);
|
|
67
67
|
border-color: var(--colorCalm20, #b3b5ca);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.k-notification.k-notification-error .k-i-error:before {
|
|
71
|
+
color: var(--colorDanger70, #71201e);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.k-notification.k-notification-success .k-i-success:before {
|
|
75
|
+
color: var(--colorSuccess70, #144414);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.k-notification.k-notification-warning .k-i-warning:before {
|
|
79
|
+
color: var(--colorWarning70, #835f2b);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.k-notification.k-notification-info .k-i-info:before {
|
|
83
|
+
color: var(--colorCalm70, #20254e);
|
|
68
84
|
}
|
|
@@ -58,6 +58,11 @@ cron-scheduler .k-link:link,
|
|
|
58
58
|
border-color: var(--backgroundColor60, #b1b1b1);
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
+
.k-edit-form-container .k-edit-buttons {
|
|
62
|
+
background: var(--backgroundColor40, #f1f1f1);
|
|
63
|
+
border-color: var(--colorDark10);
|
|
64
|
+
}
|
|
65
|
+
|
|
61
66
|
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover {
|
|
62
67
|
color: var(--textColorPrimary40, #ffffff);
|
|
63
68
|
background: var(--colorPrimary60, #2e3b85);
|
|
@@ -69,8 +74,6 @@ cron-scheduler .k-link:link,
|
|
|
69
74
|
color: var(--textColorPrimary40, #ffffff);
|
|
70
75
|
}
|
|
71
76
|
|
|
72
|
-
.k-scheduler-edit-form .k-edit-field .k-button,
|
|
73
|
-
.k-edit-form-container .k-edit-buttons .k-primary,
|
|
74
77
|
.k-scheduler .k-state-selected>.k-link,
|
|
75
78
|
.k-scheduler .k-scheduler-toolbar .k-state-selected,
|
|
76
79
|
.k-scheduler .k-today.k-state-selected,
|
|
@@ -84,35 +87,13 @@ cron-scheduler .k-link:link,
|
|
|
84
87
|
|
|
85
88
|
.k-scheduler-navigation .k-nav-prev .k-link:hover,
|
|
86
89
|
.k-scheduler div.k-scheduler-footer .k-link:hover,
|
|
87
|
-
.k-scheduler div.k-scheduler-footer ul li:hover
|
|
88
|
-
.k-scheduler-edit-form .k-edit-field .k-button:hover,
|
|
89
|
-
.k-edit-form-container .k-edit-buttons .k-primary:hover {
|
|
90
|
+
.k-scheduler div.k-scheduler-footer ul li:hover {
|
|
90
91
|
color: var(--textColorPrimary40, #ffffff);
|
|
91
92
|
background: var(--colorPrimary50, #37479e);
|
|
92
93
|
border-color: transparent;
|
|
93
94
|
outline: none;
|
|
94
95
|
}
|
|
95
96
|
|
|
96
|
-
.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone,
|
|
97
|
-
.k-edit-form-container .k-edit-buttons .k-scheduler-cancel {
|
|
98
|
-
background: var(--colorDanger40, #ce3a36);
|
|
99
|
-
border-color: transparent;
|
|
100
|
-
color: var(--textColorDanger40, #ffffff);
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone:hover,
|
|
104
|
-
.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:hover {
|
|
105
|
-
color: var(--textColorDanger40, #ffffff);
|
|
106
|
-
background: var(--colorDanger50, #b4332f);
|
|
107
|
-
border-color: transparent;
|
|
108
|
-
outline: none;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.k-edit-form-container .k-edit-buttons .k-button,
|
|
112
|
-
.k-scheduler-edit-form .k-edit-field .k-button {
|
|
113
|
-
box-shadow: none;
|
|
114
|
-
border-radius: var(--borderRadiusSmallest, 4px);
|
|
115
|
-
}
|
|
116
97
|
|
|
117
98
|
.k-window-titlebar .k-window-actions {
|
|
118
99
|
top: 0;
|
|
@@ -154,4 +135,15 @@ td.k-state-focused.k-state-selected {
|
|
|
154
135
|
|
|
155
136
|
.k-event.k-state-selected {
|
|
156
137
|
background: var(--colorPrimary60, #2e3b85);
|
|
138
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.k-event .k-event-actions .k-event-delete {
|
|
142
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.k-button.k-button-icon .k-icon,
|
|
146
|
+
.k-window-title,
|
|
147
|
+
.k-popup-message {
|
|
148
|
+
color: var(--textColor40, #393939);
|
|
157
149
|
}
|
|
@@ -5,6 +5,11 @@
|
|
|
5
5
|
line-height: 1;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
+
.k-grid table .k-header .k-button {
|
|
9
|
+
border-radius: 0;
|
|
10
|
+
padding: 8px 16px;
|
|
11
|
+
}
|
|
12
|
+
|
|
8
13
|
.k-grid table {
|
|
9
14
|
color: var(--textColor70, #1f1f1f);
|
|
10
15
|
}
|
|
@@ -69,14 +74,6 @@ form.k-filter-menu .k-textbox {
|
|
|
69
74
|
border-color: var(--colorDark10, #d9d9d9);
|
|
70
75
|
}
|
|
71
76
|
|
|
72
|
-
.k-pager-wrap .k-pager-refresh,
|
|
73
|
-
.k-dropdown-wrap.k-state-default,
|
|
74
|
-
.k-header,
|
|
75
|
-
.k-pager-wrap,
|
|
76
|
-
.k-grid-toolbar {
|
|
77
|
-
background: var(--colorDefault40, #fbfbfb);
|
|
78
|
-
}
|
|
79
|
-
|
|
80
77
|
.k-grid-header th.k-header {
|
|
81
78
|
padding: var(--distanceSmall, 15px) var(--distanceMedium, 20px);
|
|
82
79
|
}
|
|
@@ -104,6 +101,7 @@ form.k-filter-menu .k-textbox {
|
|
|
104
101
|
color: var(--textColor70, #1f1f1f);
|
|
105
102
|
}
|
|
106
103
|
|
|
104
|
+
.k-list>.k-state-hover,
|
|
107
105
|
.k-popup .k-list .k-state-focused {
|
|
108
106
|
box-shadow: inset 0 0 2px 0 var(--colorDefault30, #8689af), inset 0 0 7px 0 var(--colorDefault40, #3b448e);
|
|
109
107
|
}
|
|
@@ -153,8 +153,8 @@ input {
|
|
|
153
153
|
|
|
154
154
|
/* radio */
|
|
155
155
|
.k-radio:checked+.k-radio-label:after {
|
|
156
|
-
width: var(--
|
|
157
|
-
height: var(--
|
|
156
|
+
width: calc(var(--textMediumSize, 16px) - 4px);
|
|
157
|
+
height: calc(var(--textMediumSize, 16px) - 4px);
|
|
158
158
|
border-radius: var(--borderRadiusFull, 99999px);
|
|
159
159
|
}
|
|
160
160
|
|
|
@@ -168,13 +168,12 @@ input {
|
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
.k-radio-label {
|
|
171
|
-
line-height: var(--
|
|
172
|
-
padding-left: calc(var(--
|
|
171
|
+
line-height: var(--textMediumSize, 16px);
|
|
172
|
+
padding-left: calc(var(--textMediumSize, 16px) * 2);
|
|
173
173
|
color: var(--textColor40, #393939);
|
|
174
|
+
margin-bottom: 5px;
|
|
174
175
|
}
|
|
175
176
|
|
|
176
|
-
|
|
177
|
-
|
|
178
177
|
a,
|
|
179
178
|
a:focus,
|
|
180
179
|
a:active {
|
|
@@ -492,6 +491,8 @@ div.k-filebrowser-dropzone em {
|
|
|
492
491
|
.cardinput .k-textbox.form-control {
|
|
493
492
|
box-shadow: none;
|
|
494
493
|
font-family: var(--fontFamily, Arial, sans-serif);
|
|
494
|
+
min-height: auto;
|
|
495
|
+
padding: 0;
|
|
495
496
|
}
|
|
496
497
|
|
|
497
498
|
/* Breadcrumbs */
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'Work Sans';
|
|
3
|
+
src: url('WorkSans-Black.woff2') format('woff2'),
|
|
4
|
+
url('WorkSans-Black.woff') format('woff');
|
|
5
|
+
font-weight: 900;
|
|
6
|
+
font-style: normal;
|
|
7
|
+
font-display: swap;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
@font-face {
|
|
11
|
+
font-family: 'Work Sans';
|
|
12
|
+
src: url('WorkSans-Bold.woff2') format('woff2'),
|
|
13
|
+
url('WorkSans-Bold.woff') format('woff');
|
|
14
|
+
font-weight: 700;
|
|
15
|
+
font-style: normal;
|
|
16
|
+
font-display: swap;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
@font-face {
|
|
20
|
+
font-family: 'Work Sans';
|
|
21
|
+
src: url('WorkSans-BlackItalic.woff2') format('woff2'),
|
|
22
|
+
url('WorkSans-BlackItalic.woff') format('woff');
|
|
23
|
+
font-weight: 900;
|
|
24
|
+
font-style: italic;
|
|
25
|
+
font-display: swap;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@font-face {
|
|
29
|
+
font-family: 'Work Sans';
|
|
30
|
+
src: url('WorkSans-BoldItalic.woff2') format('woff2'),
|
|
31
|
+
url('WorkSans-BoldItalic.woff') format('woff');
|
|
32
|
+
font-weight: 700;
|
|
33
|
+
font-style: italic;
|
|
34
|
+
font-display: swap;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
@font-face {
|
|
38
|
+
font-family: 'Work Sans';
|
|
39
|
+
src: url('WorkSans-ExtraBold.woff2') format('woff2'),
|
|
40
|
+
url('WorkSans-ExtraBold.woff') format('woff');
|
|
41
|
+
font-weight: 800;
|
|
42
|
+
font-style: normal;
|
|
43
|
+
font-display: swap;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
@font-face {
|
|
47
|
+
font-family: 'Work Sans';
|
|
48
|
+
src: url('WorkSans-ExtraBoldItalic.woff2') format('woff2'),
|
|
49
|
+
url('WorkSans-ExtraBoldItalic.woff') format('woff');
|
|
50
|
+
font-weight: 800;
|
|
51
|
+
font-style: italic;
|
|
52
|
+
font-display: swap;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
@font-face {
|
|
56
|
+
font-family: 'Work Sans';
|
|
57
|
+
src: url('WorkSans-ExtraLight.woff2') format('woff2'),
|
|
58
|
+
url('WorkSans-ExtraLight.woff') format('woff');
|
|
59
|
+
font-weight: 200;
|
|
60
|
+
font-style: normal;
|
|
61
|
+
font-display: swap;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
@font-face {
|
|
65
|
+
font-family: 'Work Sans';
|
|
66
|
+
src: url('WorkSans-ExtraLightItalic.woff2') format('woff2'),
|
|
67
|
+
url('WorkSans-ExtraLightItalic.woff') format('woff');
|
|
68
|
+
font-weight: 200;
|
|
69
|
+
font-style: italic;
|
|
70
|
+
font-display: swap;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
@font-face {
|
|
74
|
+
font-family: 'Work Sans';
|
|
75
|
+
src: url('WorkSans-Italic.woff2') format('woff2'),
|
|
76
|
+
url('WorkSans-Italic.woff') format('woff');
|
|
77
|
+
font-weight: 400;
|
|
78
|
+
font-style: italic;
|
|
79
|
+
font-display: swap;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
@font-face {
|
|
83
|
+
font-family: 'Work Sans';
|
|
84
|
+
src: url('WorkSans-Light.woff2') format('woff2'),
|
|
85
|
+
url('WorkSans-Light.woff') format('woff');
|
|
86
|
+
font-weight: 300;
|
|
87
|
+
font-style: normal;
|
|
88
|
+
font-display: swap;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
@font-face {
|
|
92
|
+
font-family: 'Work Sans';
|
|
93
|
+
src: url('WorkSans-Medium.woff2') format('woff2'),
|
|
94
|
+
url('WorkSans-Medium.woff') format('woff');
|
|
95
|
+
font-weight: 500;
|
|
96
|
+
font-style: normal;
|
|
97
|
+
font-display: swap;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
@font-face {
|
|
101
|
+
font-family: 'Work Sans';
|
|
102
|
+
src: url('WorkSans-LightItalic.woff2') format('woff2'),
|
|
103
|
+
url('WorkSans-LightItalic.woff') format('woff');
|
|
104
|
+
font-weight: 300;
|
|
105
|
+
font-style: italic;
|
|
106
|
+
font-display: swap;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
@font-face {
|
|
110
|
+
font-family: 'Work Sans';
|
|
111
|
+
src: url('WorkSans-MediumItalic.woff2') format('woff2'),
|
|
112
|
+
url('WorkSans-MediumItalic.woff') format('woff');
|
|
113
|
+
font-weight: 500;
|
|
114
|
+
font-style: italic;
|
|
115
|
+
font-display: swap;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
@font-face {
|
|
119
|
+
font-family: 'Work Sans';
|
|
120
|
+
src: url('WorkSans-Regular.woff2') format('woff2'),
|
|
121
|
+
url('WorkSans-Regular.woff') format('woff');
|
|
122
|
+
font-weight: 400;
|
|
123
|
+
font-style: normal;
|
|
124
|
+
font-display: swap;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
@font-face {
|
|
128
|
+
font-family: 'Work Sans';
|
|
129
|
+
src: url('WorkSans-SemiBold.woff2') format('woff2'),
|
|
130
|
+
url('WorkSans-SemiBold.woff') format('woff');
|
|
131
|
+
font-weight: 600;
|
|
132
|
+
font-style: normal;
|
|
133
|
+
font-display: swap;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
@font-face {
|
|
137
|
+
font-family: 'Work Sans';
|
|
138
|
+
src: url('WorkSans-SemiBoldItalic.woff2') format('woff2'),
|
|
139
|
+
url('WorkSans-SemiBoldItalic.woff') format('woff');
|
|
140
|
+
font-weight: 600;
|
|
141
|
+
font-style: italic;
|
|
142
|
+
font-display: swap;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
@font-face {
|
|
146
|
+
font-family: 'Work Sans';
|
|
147
|
+
src: url('WorkSans-Thin.woff2') format('woff2'),
|
|
148
|
+
url('WorkSans-Thin.woff') format('woff');
|
|
149
|
+
font-weight: 100;
|
|
150
|
+
font-style: normal;
|
|
151
|
+
font-display: swap;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
@font-face {
|
|
155
|
+
font-family: 'Work Sans';
|
|
156
|
+
src: url('WorkSans-ThinItalic.woff2') format('woff2'),
|
|
157
|
+
url('WorkSans-ThinItalic.woff') format('woff');
|
|
158
|
+
font-weight: 100;
|
|
159
|
+
font-style: italic;
|
|
160
|
+
font-display: swap;
|
|
161
|
+
}
|
|
162
|
+
|