cronapp-framework-js 3.0.0-SP.9 → 3.1.0-SP.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/crn-dynamic-file.components.json +65 -34
- package/components/crn-dynamic-menu.components.json +0 -21
- package/components/crn-enterprise-combobox-multiple.components.json +6 -0
- package/components/crn-navbar.components.json +26 -1
- package/components/crn-start.components.json +3 -0
- package/components/cron-breadcrumbs.components.json +7 -3
- package/components/templates/Component_Container/crn-eight-four-container.template.html +2 -2
- package/components/templates/Component_Container/crn-four-eight-container.template.html +2 -2
- package/components/templates/Component_Container/crn-one-container.template.html +1 -1
- package/components/templates/Component_Container/crn-three-container.template.html +3 -3
- package/components/templates/Component_Container/crn-three-six-three-container.template.html +3 -3
- package/components/templates/Component_Container/crn-two-container.template.html +2 -2
- package/components/templates/cron-autocomplete.designtime.html +2 -2
- package/components/templates/cron-combobox-multiple.template.html +1 -1
- package/components/templates/cron-grid.designtime.html +5 -4
- package/components/templates/dynamicfile.designtime.html +5 -0
- package/components/templates/dynamicfile.template.html +20 -3
- package/css/app.css +5 -0
- package/css/fonts/nunito/nunito.css +270 -0
- package/css/themes/custom/aquamarine/custom-aquamarine.css +24 -10
- package/css/themes/custom/cerulean/custom-cerulean.css +1 -0
- package/css/themes/custom/cosmo/custom-cosmo.css +16 -16
- package/css/themes/custom/cosmo/panel-cosmo.css +1 -1
- package/css/themes/custom/cyborg/button-cyborg.css +67 -3
- package/css/themes/custom/cyborg/custom-cyborg.css +250 -69
- package/css/themes/custom/cyborg/navbar-cyborg.css +4 -4
- package/css/themes/custom/cyborg/panel-cyborg.css +6 -7
- package/css/themes/custom/darkly/custom-darkly.css +1 -8
- package/css/themes/custom/dsgov/button-dsgov.css +0 -1
- package/css/themes/custom/dsgov/custom-dsgov.css +12 -1
- package/css/themes/custom/dsgov/table-grid-dsgov.css +14 -9
- package/css/themes/custom/flatly/custom-flatly.css +1 -0
- package/css/themes/custom/fuse/custom-fuse.css +15 -19
- package/css/themes/custom/journal/custom-journal.css +1 -0
- package/css/themes/custom/krypton/custom-krypton.css +991 -236
- package/css/themes/custom/krypton/grid-krypton.css +253 -66
- package/css/themes/custom/krypton/navbar-krypton.css +13 -12
- package/css/themes/custom/krypton/panel-krypton.css +29 -26
- package/css/themes/custom/lumen/button-lumen.css +8 -8
- package/css/themes/custom/lumen/custom-lumen.css +46 -34
- package/css/themes/custom/lumen/navbar-lumen.css +1 -1
- package/css/themes/custom/lumen/panel-lumen.css +17 -13
- package/css/themes/custom/material/custom-material.css +12 -1
- package/css/themes/custom/material/grid-material.css +1 -1
- package/css/themes/custom/material/navbar-material.css +13 -0
- package/css/themes/custom/material-round/custom-material-round.css +187 -34
- package/css/themes/custom/material-round/grid-material-round.css +174 -18
- package/css/themes/custom/materialui/custom-materialui.css +1 -0
- package/css/themes/custom/nature/custom-nature.css +2131 -0
- package/css/themes/custom/nature/grid-nature.css +396 -0
- package/css/themes/custom/nature/navbar-nature.css +98 -0
- package/css/themes/custom/nature/panel-nature.css +72 -0
- package/css/themes/custom/navigator/custom-navigator.css +80 -21
- package/css/themes/custom/paper/custom-paper.css +284 -27
- package/css/themes/custom/readable/button-readable.css +61 -1
- package/css/themes/custom/readable/custom-readable.css +242 -26
- package/css/themes/custom/readable/navbar-readable.css +1 -2
- package/css/themes/custom/readable/panel-readable.css +6 -8
- package/css/themes/custom/sandstone/button-sandstone.css +12 -0
- package/css/themes/custom/sandstone/custom-sandstone.css +1 -0
- package/css/themes/custom/simplex/custom-simplex.css +1 -0
- package/css/themes/custom/slate/custom-slate.css +4 -3
- package/css/themes/custom/spacelab/custom-spacelab.css +1 -0
- package/css/themes/custom/superhero/button-superhero.css +1 -1
- package/css/themes/custom/superhero/custom-superhero.css +348 -45
- package/css/themes/custom/superhero/navbar-superhero.css +5 -1
- package/css/themes/custom/superhero/panel-superhero.css +4 -5
- package/css/themes/custom/superhero/tabs-superhero.css +1 -1
- package/css/themes/custom/theme-general/button.css +4 -0
- package/css/themes/custom/theme-general/menu-vertical-retratil.css +35 -23
- package/css/themes/custom/theme-general/menu.css +10 -2
- package/css/themes/custom/theme-general/table-grid.css +14 -2
- package/css/themes/custom/theme-general/theme-general.css +30 -0
- package/css/themes/custom/united/custom-united.css +1 -0
- package/css/themes/custom/yeti/custom-yeti.css +1 -0
- package/css/themes/nature.min.css +9 -0
- package/dist/components/js/format.min.js +1 -1
- package/dist/components/js/jquery.inputmask.bundle.js +1 -1
- package/dist/components/js/jquery.mask.min.js +1 -1
- package/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -1
- package/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -1
- package/dist/components/templates/Component_Container/crn-one-container.template.html +1 -1
- package/dist/components/templates/Component_Container/crn-three-container.template.html +1 -1
- package/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -1
- package/dist/components/templates/Component_Container/crn-two-container.template.html +1 -1
- package/dist/components/templates/cron-autocomplete.designtime.html +1 -1
- package/dist/components/templates/cron-combobox-multiple.template.html +1 -1
- package/dist/components/templates/cron-grid.designtime.html +1 -1
- package/dist/components/templates/dynamicfile.designtime.html +1 -0
- package/dist/components/templates/dynamicfile.template.html +1 -1
- package/dist/css/app.css +1 -1
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
- package/dist/css/themes/custom/cerulean/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/button-cyborg.css +1 -1
- package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
- package/dist/css/themes/custom/cyborg/navbar-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/dsgov/button-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/table-grid-dsgov.css +1 -1
- package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
- package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
- package/dist/css/themes/custom/journal/custom-journal.css +1 -1
- package/dist/css/themes/custom/krypton/custom-krypton.css +1 -1
- package/dist/css/themes/custom/krypton/grid-krypton.css +1 -1
- package/dist/css/themes/custom/krypton/navbar-krypton.css +1 -1
- package/dist/css/themes/custom/krypton/panel-krypton.css +1 -1
- package/dist/css/themes/custom/lumen/button-lumen.css +1 -1
- package/dist/css/themes/custom/lumen/custom-lumen.css +1 -1
- package/dist/css/themes/custom/lumen/navbar-lumen.css +1 -1
- package/dist/css/themes/custom/lumen/panel-lumen.css +1 -1
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- package/dist/css/themes/custom/material/grid-material.css +1 -1
- package/dist/css/themes/custom/material/navbar-material.css +1 -1
- package/dist/css/themes/custom/material-round/custom-material-round.css +1 -1
- package/dist/css/themes/custom/material-round/grid-material-round.css +1 -1
- package/dist/css/themes/custom/materialui/custom-materialui.css +1 -1
- package/dist/css/themes/custom/nature/custom-nature.css +1 -0
- package/dist/css/themes/custom/nature/grid-nature.css +1 -0
- package/dist/css/themes/custom/nature/navbar-nature.css +1 -0
- package/dist/css/themes/custom/nature/panel-nature.css +1 -0
- package/dist/css/themes/custom/navigator/custom-navigator.css +1 -1
- package/dist/css/themes/custom/paper/custom-paper.css +1 -1
- package/dist/css/themes/custom/readable/button-readable.css +1 -1
- package/dist/css/themes/custom/readable/custom-readable.css +1 -1
- package/dist/css/themes/custom/readable/navbar-readable.css +1 -1
- package/dist/css/themes/custom/readable/panel-readable.css +1 -1
- package/dist/css/themes/custom/sandstone/button-sandstone.css +1 -1
- package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -1
- package/dist/css/themes/custom/simplex/custom-simplex.css +1 -1
- package/dist/css/themes/custom/slate/custom-slate.css +1 -1
- package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
- package/dist/css/themes/custom/superhero/button-superhero.css +1 -1
- package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
- package/dist/css/themes/custom/superhero/navbar-superhero.css +1 -1
- package/dist/css/themes/custom/superhero/panel-superhero.css +1 -1
- package/dist/css/themes/custom/superhero/tabs-superhero.css +1 -1
- package/dist/css/themes/custom/theme-general/button.css +1 -1
- package/dist/css/themes/custom/theme-general/menu-vertical-retratil.css +1 -1
- package/dist/css/themes/custom/theme-general/menu.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/custom/united/custom-united.css +1 -1
- package/dist/css/themes/custom/yeti/custom-yeti.css +1 -1
- package/dist/css/themes/nature.min.css +1 -0
- package/dist/js/app.js +1 -1
- package/dist/js/controllers.js +1 -1
- package/dist/js/directives.js +13 -8
- package/dist/js/reports/reports.service.js +1 -1
- package/dist/js/upload.service.js +1 -1
- package/js/app.js +5 -4
- package/js/controllers.js +43 -25
- package/js/directives.js +541 -275
- package/js/reports/reports.service.js +5 -5
- package/js/upload.service.js +7 -4
- package/package.json +1 -1
- package/postupdate.json +6 -0
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
|
|
38
38
|
/* Menus - Sizes and Distances */
|
|
39
39
|
--menuVerticalWidth: 270px;
|
|
40
|
+
--menuVerticalCollapsedWidth: 225px;
|
|
40
41
|
--menuSideSize: 20px;
|
|
41
42
|
--menuItemBarSize: 6px;
|
|
42
43
|
--menuElementOverallPadding: 10px;
|
|
@@ -44,7 +45,7 @@
|
|
|
44
45
|
--menuItemIconWidth: 25px;
|
|
45
46
|
|
|
46
47
|
/* Background */
|
|
47
|
-
--backgroundColor10: #
|
|
48
|
+
--backgroundColor10: #fffef9;
|
|
48
49
|
--backgroundColor20: #f8f8f8;
|
|
49
50
|
--backgroundColor30: #f5f5f5;
|
|
50
51
|
--backgroundColor40: #f2f2f2;
|
|
@@ -199,7 +200,7 @@
|
|
|
199
200
|
--colorLight40: #eadede;
|
|
200
201
|
--colorLight50: #cdc2c2;
|
|
201
202
|
--colorLight60: #dcc8c8;
|
|
202
|
-
--colorLight70: #
|
|
203
|
+
--colorLight70: #cebaba;
|
|
203
204
|
--textColorLight10: #252525;
|
|
204
205
|
--textColorLight20: #313131;
|
|
205
206
|
--textColorLight30: #3b3b3b;
|
|
@@ -241,26 +242,26 @@
|
|
|
241
242
|
--textColorDark70: #fffffd;
|
|
242
243
|
|
|
243
244
|
/* Color - Neutral (web e mobile) */
|
|
244
|
-
--colorNeutral00: #
|
|
245
|
-
--colorNeutral10: #
|
|
246
|
-
--colorNeutral20: #
|
|
247
|
-
--colorNeutral30: #
|
|
248
|
-
--colorNeutral40: #
|
|
249
|
-
--colorNeutral50: #
|
|
250
|
-
--colorNeutral60: #
|
|
251
|
-
--colorNeutral70: #
|
|
245
|
+
--colorNeutral00: #ffffff;
|
|
246
|
+
--colorNeutral10: #f1f1f1;
|
|
247
|
+
--colorNeutral20: #e3e3e3;
|
|
248
|
+
--colorNeutral30: #d5d5d5;
|
|
249
|
+
--colorNeutral40: #c7c7c7;
|
|
250
|
+
--colorNeutral50: #b9b9b9;
|
|
251
|
+
--colorNeutral60: #acacac;
|
|
252
|
+
--colorNeutral70: #9e9e9e;
|
|
252
253
|
--colorNeutral80: #909090;
|
|
253
254
|
--colorNeutral90: #828282;
|
|
254
255
|
--colorNeutral100: #747474;
|
|
255
256
|
--colorNeutral110: #666666;
|
|
256
|
-
--colorNeutral120: #
|
|
257
|
+
--colorNeutral120: #5d5d5d;
|
|
257
258
|
--colorNeutral130: #535353;
|
|
258
|
-
--colorNeutral140: #
|
|
259
|
+
--colorNeutral140: #4a4a4a;
|
|
259
260
|
--colorNeutral150: #414141;
|
|
260
261
|
--colorNeutral160: #383838;
|
|
261
|
-
--colorNeutral170: #
|
|
262
|
+
--colorNeutral170: #2e2e2e;
|
|
262
263
|
--colorNeutral180: #252525;
|
|
263
|
-
--colorNeutral190: #
|
|
264
|
+
--colorNeutral190: #1c1c1c;
|
|
264
265
|
--colorNeutral200: #131313;
|
|
265
266
|
--colorNeutral210: #090909;
|
|
266
267
|
--colorNeutral220: #000000;
|
|
@@ -416,7 +417,49 @@
|
|
|
416
417
|
border-radius: var(--borderRadiusExtraSmall, 10px);
|
|
417
418
|
}
|
|
418
419
|
|
|
420
|
+
.btn.btn-primary {
|
|
421
|
+
background: var(--colorPrimary40, #68afd9);
|
|
422
|
+
border-color: transparent;
|
|
423
|
+
color: var(--textColorPrimary40, #fffef9);
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
.btn.btn-success:active {
|
|
427
|
+
background: var(--colorSuccess70, #365c3b);
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.btn.btn-info:active {
|
|
431
|
+
background: var(--colorCalm60, #6593ae);
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.k-button.k-warning.active,
|
|
435
|
+
.k-button.k-warning:active,
|
|
436
|
+
.btn.btn-warning.active,
|
|
437
|
+
.btn.btn-warning:active {
|
|
438
|
+
background: var(--colorWarning60, #ab5e3d);
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
.btn.btn-stable:active {
|
|
442
|
+
background: var(--colorStable70, #717171);
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
.btn.btn-light:hover {
|
|
446
|
+
color: var(--textColorLight40, #434343);
|
|
447
|
+
background: var(--colorLight60, #dcc8c8);
|
|
448
|
+
border-color: transparent;
|
|
449
|
+
outline: none;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.btn.btn-light:active {
|
|
453
|
+
background: var(--colorLight70, #cebaba);
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.btn.btn-royal:active {
|
|
457
|
+
background: var(--colorRoyal70, #1a0e2b);
|
|
458
|
+
}
|
|
419
459
|
|
|
460
|
+
.btn.btn-dark:active {
|
|
461
|
+
background: var(--colorDark70, #1c1c1c);
|
|
462
|
+
}
|
|
420
463
|
|
|
421
464
|
.k-button.active,
|
|
422
465
|
.k-button:active,
|
|
@@ -467,6 +510,10 @@ textarea.k-textbox:hover {
|
|
|
467
510
|
margin: 0;
|
|
468
511
|
}
|
|
469
512
|
|
|
513
|
+
.k-widget.k-multiselect {
|
|
514
|
+
background: transparent;
|
|
515
|
+
}
|
|
516
|
+
|
|
470
517
|
.cardinput {
|
|
471
518
|
padding: 0;
|
|
472
519
|
}
|
|
@@ -516,7 +563,6 @@ input.k-textbox:hover:focus,
|
|
|
516
563
|
}
|
|
517
564
|
|
|
518
565
|
/* Date and Hour */
|
|
519
|
-
|
|
520
566
|
.bootstrap-datetimepicker-widget .timepicker-hour,
|
|
521
567
|
.bootstrap-datetimepicker-widget .timepicker-minute,
|
|
522
568
|
.bootstrap-datetimepicker-widget .timepicker-second {
|
|
@@ -619,8 +665,10 @@ input .k-textbox {
|
|
|
619
665
|
}
|
|
620
666
|
|
|
621
667
|
.login-view .reset-password {
|
|
622
|
-
text-align:
|
|
623
|
-
|
|
668
|
+
text-align: end;
|
|
669
|
+
width: 100%;
|
|
670
|
+
max-width: 600px;
|
|
671
|
+
right: 12px;
|
|
624
672
|
}
|
|
625
673
|
|
|
626
674
|
.login-view input.k-textbox {
|
|
@@ -656,7 +704,6 @@ textarea.k-textbox {
|
|
|
656
704
|
background: var(--backgroundColor, #f2f2f2);
|
|
657
705
|
}
|
|
658
706
|
|
|
659
|
-
#modalCookies p,
|
|
660
707
|
#modalCookies label,
|
|
661
708
|
.privacy-view .modal-cookies h1 {
|
|
662
709
|
color: var(--textColor40, #434343);
|
|
@@ -667,12 +714,7 @@ textarea.k-textbox {
|
|
|
667
714
|
filter: brightness(0) invert(1);
|
|
668
715
|
}
|
|
669
716
|
|
|
670
|
-
.navbar-brand>img {
|
|
671
|
-
filter: brightness(0) invert(1)
|
|
672
|
-
}
|
|
673
|
-
|
|
674
717
|
/*Backgrounds login*/
|
|
675
|
-
|
|
676
718
|
.bg-login #container-second {
|
|
677
719
|
background: var(--colorDefault40, #442b69);
|
|
678
720
|
}
|
|
@@ -729,7 +771,6 @@ label.labelCollapsibleMenu {
|
|
|
729
771
|
}
|
|
730
772
|
|
|
731
773
|
/*Links Colors*/
|
|
732
|
-
|
|
733
774
|
.color-default {
|
|
734
775
|
color: var(--colorDefault40, #442b69);
|
|
735
776
|
}
|
|
@@ -775,6 +816,14 @@ label.labelCollapsibleMenu {
|
|
|
775
816
|
color: var(--colorWarning50, #dc7144);
|
|
776
817
|
}
|
|
777
818
|
|
|
819
|
+
.color-danger {
|
|
820
|
+
color: var(--colorDanger40, #e34646);
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
.color-danger:hover {
|
|
824
|
+
color: var(--colorDanger60, #a63333);
|
|
825
|
+
}
|
|
826
|
+
|
|
778
827
|
.color-light {
|
|
779
828
|
color: var(--colorLight40, #eadede);
|
|
780
829
|
}
|
|
@@ -851,7 +900,6 @@ label.labelCollapsibleMenu {
|
|
|
851
900
|
}
|
|
852
901
|
|
|
853
902
|
/* Lista Opção*/
|
|
854
|
-
|
|
855
903
|
.k-radio-label:after,
|
|
856
904
|
.k-radio:checked+.k-radio-label:after,
|
|
857
905
|
.option-default .k-radio-label:after,
|
|
@@ -893,7 +941,6 @@ label.labelCollapsibleMenu {
|
|
|
893
941
|
.option-info .k-radio-label:after,
|
|
894
942
|
.option-info .k-radio:checked+.k-radio-label:after {
|
|
895
943
|
background: var(--colorCalm40, #8ac8ee);
|
|
896
|
-
|
|
897
944
|
}
|
|
898
945
|
|
|
899
946
|
.option-info .k-radio:checked+.k-radio-label:before,
|
|
@@ -965,9 +1012,7 @@ label.labelCollapsibleMenu {
|
|
|
965
1012
|
background: var(--colorDark40, #343434);
|
|
966
1013
|
}
|
|
967
1014
|
|
|
968
|
-
|
|
969
1015
|
/*Checkbox*/
|
|
970
|
-
|
|
971
1016
|
/*Default*/
|
|
972
1017
|
.k-checkbox:checked+.k-checkbox-label:before,
|
|
973
1018
|
.k-checkbox:indeterminate+.k-checkbox-label:before,
|
|
@@ -1064,7 +1109,21 @@ label.labelCollapsibleMenu {
|
|
|
1064
1109
|
|
|
1065
1110
|
/* Button dynamic image*/
|
|
1066
1111
|
.dynamic-image-container .btn {
|
|
1067
|
-
background: var(--colorDefault40);
|
|
1112
|
+
background: var(--colorDefault40, #442b69);
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
.dynamic-image-container {
|
|
1116
|
+
border-style: dashed;
|
|
1117
|
+
border: 1px dashed var(--colorDefault40, #442b69);
|
|
1118
|
+
border-radius: var(--borderRadiusSmallest, 5px);
|
|
1119
|
+
padding: 20px;
|
|
1120
|
+
width: 100%;
|
|
1121
|
+
height: 100%;
|
|
1122
|
+
display: flex;
|
|
1123
|
+
flex-direction: column;
|
|
1124
|
+
justify-content: center;
|
|
1125
|
+
flex-wrap: wrap;
|
|
1126
|
+
text-align: center;
|
|
1068
1127
|
}
|
|
1069
1128
|
|
|
1070
1129
|
.dynamic-image-container .btn:focus,
|
|
@@ -1077,7 +1136,6 @@ label.labelCollapsibleMenu {
|
|
|
1077
1136
|
}
|
|
1078
1137
|
|
|
1079
1138
|
/*Buttons Multiselect*/
|
|
1080
|
-
|
|
1081
1139
|
.k-multiselect .k-button {
|
|
1082
1140
|
border: unset;
|
|
1083
1141
|
}
|
|
@@ -1193,7 +1251,6 @@ label.labelCollapsibleMenu {
|
|
|
1193
1251
|
}
|
|
1194
1252
|
|
|
1195
1253
|
/*Agendador*/
|
|
1196
|
-
|
|
1197
1254
|
.k-scheduler .k-today.k-state-selected,
|
|
1198
1255
|
.k-scheduler-navigation .k-nav-prev .k-link,
|
|
1199
1256
|
.k-scheduler .k-state-selected>.k-link,
|
|
@@ -1315,7 +1372,6 @@ cron-scheduler .k-link:link,
|
|
|
1315
1372
|
}
|
|
1316
1373
|
|
|
1317
1374
|
/* Button edit form*/
|
|
1318
|
-
|
|
1319
1375
|
.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone,
|
|
1320
1376
|
.k-edit-form-container .k-edit-buttons .k-scheduler-cancel,
|
|
1321
1377
|
.k-button.k-danger,
|
|
@@ -1383,7 +1439,6 @@ span.k-datetimepicker .k-select+.k-select {
|
|
|
1383
1439
|
}
|
|
1384
1440
|
|
|
1385
1441
|
/*Widget*/
|
|
1386
|
-
|
|
1387
1442
|
.k-window .k-window-titlebar.k-header,
|
|
1388
1443
|
.k-edit-form-container .k-edit-buttons {
|
|
1389
1444
|
background: var(--textColorDefault40, #fffef9);
|
|
@@ -1453,11 +1508,65 @@ span.k-datetimepicker .k-select+.k-select {
|
|
|
1453
1508
|
}
|
|
1454
1509
|
|
|
1455
1510
|
/*Modais*/
|
|
1511
|
+
.modal-title {
|
|
1512
|
+
margin: 0;
|
|
1513
|
+
line-height: 1.42857143;
|
|
1514
|
+
text-align: center;
|
|
1515
|
+
color: var(--textColor40, #434343);
|
|
1516
|
+
font-weight: 700;
|
|
1517
|
+
}
|
|
1518
|
+
|
|
1519
|
+
.modal-content {
|
|
1520
|
+
border-radius: 20px;
|
|
1521
|
+
background: var(--backgroundColor10, #fffef9);
|
|
1522
|
+
}
|
|
1523
|
+
|
|
1524
|
+
.modal-body {
|
|
1525
|
+
position: relative;
|
|
1526
|
+
padding: 15px;
|
|
1527
|
+
text-align: center;
|
|
1528
|
+
color: var(--textColor40, #434343);
|
|
1529
|
+
}
|
|
1456
1530
|
|
|
1457
1531
|
.cronapp-icon.cronapp-error {
|
|
1458
1532
|
color: var(--colorDanger40, #e34646);
|
|
1459
1533
|
}
|
|
1460
1534
|
|
|
1535
|
+
.k-dialog-buttongroup .k-button {
|
|
1536
|
+
background: var(--colorDanger40, #e34646);
|
|
1537
|
+
color: var(--textColorDanger40, #fffef9);
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
.k-dialog-buttongroup .k-button:hover,
|
|
1541
|
+
.k-dialog-buttongroup .k-button:focus {
|
|
1542
|
+
background: var(--colorDanger50, #d43131);
|
|
1543
|
+
color: var(--textColorDanger50, #fffef9);
|
|
1544
|
+
box-shadow: unset;
|
|
1545
|
+
}
|
|
1546
|
+
|
|
1547
|
+
.k-dialog-buttongroup .k-button:active {
|
|
1548
|
+
background: var(--colorDanger70, #7c2626);
|
|
1549
|
+
}
|
|
1550
|
+
|
|
1551
|
+
#modalTemplateCancel.btn.btn-secondary:active {
|
|
1552
|
+
background: var(--colorDefault70, #25183a);
|
|
1553
|
+
border: unset;
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1556
|
+
.modal-footer .btn+.btn {
|
|
1557
|
+
margin-bottom: 0;
|
|
1558
|
+
margin-left: 5px;
|
|
1559
|
+
background: var(--colorDanger40, #e34646);
|
|
1560
|
+
}
|
|
1561
|
+
|
|
1562
|
+
.modal-footer .btn+.btn:hover {
|
|
1563
|
+
background: var(--colorDanger50, #d43131);
|
|
1564
|
+
}
|
|
1565
|
+
|
|
1566
|
+
.modal-footer .btn+.btn:active {
|
|
1567
|
+
background: var(--colorDanger70, #7c2626);
|
|
1568
|
+
}
|
|
1569
|
+
|
|
1461
1570
|
#modalBodyConfirmDialog .title {
|
|
1462
1571
|
font-size: var(--textMediumSize, 18px);
|
|
1463
1572
|
font-weight: 700;
|
|
@@ -1465,6 +1574,12 @@ span.k-datetimepicker .k-select+.k-select {
|
|
|
1465
1574
|
color: var(--textColor40, #434343);
|
|
1466
1575
|
}
|
|
1467
1576
|
|
|
1577
|
+
.modal .modal-content .list-group-item {
|
|
1578
|
+
border: 0;
|
|
1579
|
+
padding: 10px 0;
|
|
1580
|
+
text-align: justify;
|
|
1581
|
+
}
|
|
1582
|
+
|
|
1468
1583
|
.k-dialog.k-dialog-titleless .k-content {
|
|
1469
1584
|
box-sizing: content-box;
|
|
1470
1585
|
background: var(--textColorDefault40, #fffef9);
|
|
@@ -1475,7 +1590,6 @@ span.k-datetimepicker .k-select+.k-select {
|
|
|
1475
1590
|
color: var(--colorDefault40, #442b69);
|
|
1476
1591
|
}
|
|
1477
1592
|
|
|
1478
|
-
.k-scheduler-edit-form .k-edit-field .k-button:active,
|
|
1479
1593
|
.k-edit-form-container .k-edit-buttons .k-primary:active,
|
|
1480
1594
|
.k-scheduler-edit-form .k-edit-field .k-button.active,
|
|
1481
1595
|
.k-edit-form-container .k-edit-buttons .k-primary.active,
|
|
@@ -1508,4 +1622,43 @@ button.btn.k-button.btn-block.btn-danger.btn-fab {
|
|
|
1508
1622
|
border-color: transparent;
|
|
1509
1623
|
color: var(--textColorDanger40, #fffef9);
|
|
1510
1624
|
border-radius: 20px;
|
|
1625
|
+
}
|
|
1626
|
+
|
|
1627
|
+
/*Fonts*/
|
|
1628
|
+
.h5 {
|
|
1629
|
+
font-size: var(--textNormalSize, 12px);
|
|
1630
|
+
color: var(--textColor40, #434343);
|
|
1631
|
+
}
|
|
1632
|
+
|
|
1633
|
+
p {
|
|
1634
|
+
font-size: var(--textNormalSize, 12px);
|
|
1635
|
+
color: var(--textColor40, #434343);
|
|
1636
|
+
}
|
|
1637
|
+
|
|
1638
|
+
/*Modal cookies*/
|
|
1639
|
+
.privacy-view .modal-cookies .form-group {
|
|
1640
|
+
margin-bottom: 0;
|
|
1641
|
+
margin-top: 20px;
|
|
1642
|
+
text-align: justify;
|
|
1643
|
+
}
|
|
1644
|
+
|
|
1645
|
+
#modalCookies .list-group p {
|
|
1646
|
+
margin-top: 5px;
|
|
1647
|
+
text-align: justify;
|
|
1648
|
+
}
|
|
1649
|
+
|
|
1650
|
+
.privacy-view .modal-cookies .modal-header .close span {
|
|
1651
|
+
font-size: var(--textMediumSize, 16px);
|
|
1652
|
+
color: var(--textColor40, #434343);
|
|
1653
|
+
padding: 0 10px;
|
|
1654
|
+
}
|
|
1655
|
+
|
|
1656
|
+
#modalCookies p {
|
|
1657
|
+
text-align: justify;
|
|
1658
|
+
color: var(--textColor40, #434343);
|
|
1659
|
+
}
|
|
1660
|
+
|
|
1661
|
+
span.k-widget.k-dropdown.cronDynamicSelect,
|
|
1662
|
+
span.k-widget.k-combobox.cronSelect.k-combobox-clearable {
|
|
1663
|
+
border-radius: 20px;
|
|
1511
1664
|
}
|
|
@@ -94,9 +94,7 @@
|
|
|
94
94
|
.k-state-selected,
|
|
95
95
|
.k-state-selected:link,
|
|
96
96
|
.k-state-selected:visited,
|
|
97
|
-
.k-tool.k-state-selected
|
|
98
|
-
.k-grid td.k-state-selected:hover,
|
|
99
|
-
.k-grid tr.k-state-selected:hover td {
|
|
97
|
+
.k-tool.k-state-selected {
|
|
100
98
|
background: var(--colorDefault40, #442b69);
|
|
101
99
|
color: var(--textColorDefault40, #fffef9);
|
|
102
100
|
}
|
|
@@ -164,7 +162,6 @@
|
|
|
164
162
|
}
|
|
165
163
|
|
|
166
164
|
/*Buttons*/
|
|
167
|
-
|
|
168
165
|
.btn.btn-default:focus,
|
|
169
166
|
.btn.btn-default:hover {
|
|
170
167
|
background: var(--colorDefault20, #b9abce);
|
|
@@ -310,6 +307,8 @@ thead.k-grid-header th.k-header:last-child {
|
|
|
310
307
|
|
|
311
308
|
.k-grid tr td {
|
|
312
309
|
border-radius: 10px;
|
|
310
|
+
background: var(--backgroundColor10, #fffef9);
|
|
311
|
+
color: var(--textColor40, #434343);
|
|
313
312
|
}
|
|
314
313
|
|
|
315
314
|
.carousel-control .glyphicon-chevron-left,
|
|
@@ -359,11 +358,6 @@ label {
|
|
|
359
358
|
border-radius: 20px;
|
|
360
359
|
}
|
|
361
360
|
|
|
362
|
-
.k-dropdown-wrap .k-input:focus:hover {
|
|
363
|
-
background: var(--colorDefault20, #b9abce);
|
|
364
|
-
border-radius: 20px;
|
|
365
|
-
}
|
|
366
|
-
|
|
367
361
|
.k-webkit .k-pager-numbers .k-current-page .k-link {
|
|
368
362
|
background: var(--colorDefault40, #487b4e);
|
|
369
363
|
border-color: var(--colorDefault40, #487b4e);
|
|
@@ -388,10 +382,13 @@ label {
|
|
|
388
382
|
|
|
389
383
|
.k-pager-sizes .k-dropdown-wrap .k-input {
|
|
390
384
|
background: var(--colorDefault40, #487b4e);
|
|
391
|
-
color: var(--
|
|
385
|
+
color: var(--textColorPrimary40, #fffef9);
|
|
392
386
|
border-color: var(--colorDefault40, #487b4e);
|
|
393
387
|
border-radius: 10px;
|
|
394
|
-
|
|
388
|
+
text-indent: initial;
|
|
389
|
+
margin-left: -3px;
|
|
390
|
+
width: auto;
|
|
391
|
+
text-align: center;
|
|
395
392
|
}
|
|
396
393
|
|
|
397
394
|
.k-dropdown-wrap .k-input {
|
|
@@ -401,7 +398,6 @@ label {
|
|
|
401
398
|
.k-state-default>.k-select {
|
|
402
399
|
background: transparent;
|
|
403
400
|
border: unset;
|
|
404
|
-
margin-right: -2px;
|
|
405
401
|
}
|
|
406
402
|
|
|
407
403
|
.k-pager-wrap .k-link.k-state-disabled:hover {
|
|
@@ -423,19 +419,80 @@ label {
|
|
|
423
419
|
|
|
424
420
|
.k-dropdown-wrap,
|
|
425
421
|
.k-dropdown-wrap.k-state-default {
|
|
422
|
+
background: var(--backgroundColor10, #fffef9);
|
|
426
423
|
border-bottom: none;
|
|
424
|
+
border-radius: 20px;
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
.k-dropdown-wrap {
|
|
428
|
+
background: transparent;
|
|
429
|
+
border-radius: 20px;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
/*Caixa seleção multipla*/
|
|
433
|
+
|
|
434
|
+
.k-multiselect.k-state-border-down .k-multiselect-wrap,
|
|
435
|
+
.k-list-container .k-popup .k-group .k-reset {
|
|
436
|
+
border-radius: 20px;
|
|
437
|
+
border: transparent;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
#taglist-padrao-do-tema-list.k-list-container.k-popup.k-group.k-reset.k-state-border-up,
|
|
441
|
+
#taglist-secundario-list.k-list-container.k-popup.k-group.k-reset.k-state-border-up,
|
|
442
|
+
#taglist-sucesso-list.k-list-container.k-popup.k-group.k-reset.k-state-border-up,
|
|
443
|
+
#taglist-informacao-list.k-list-container.k-popup.k-group.k-reset.k-state-border-up,
|
|
444
|
+
#taglist-aviso-list.k-list-container.k-popup.k-group.k-reset.k-state-border-up,
|
|
445
|
+
#taglist-perigo-list.k-list-container.k-popup.k-group.k-reset.k-state-border-up,
|
|
446
|
+
#taglist-claro-list.k-list-container.k-popup.k-group.k-reset.k-state-border-up,
|
|
447
|
+
#taglist-estavel-list.k-list-container.k-popup.k-group.k-reset.k-state-border-up,
|
|
448
|
+
#taglist-real-list.k-list-container.k-popup.k-group.k-reset.k-state-border-up,
|
|
449
|
+
#taglist-escuro-list.k-list-container.k-popup.k-group.k-reset.k-state-border-up {
|
|
450
|
+
border-radius: 20px;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
#cron-crn-enterprise-combobox-multiple-default-list.k-list-container.k-popup.k-group.k-reset,
|
|
454
|
+
#cron-crn-enterprise-combobox-multiple-primary-list.k-list-container.k-popup.k-group.k-reset,
|
|
455
|
+
#cron-crn-enterprise-combobox-multiple-success-list.k-list-container.k-popup.k-group.k-reset,
|
|
456
|
+
#cron-crn-enterprise-combobox-multiple-info-list.k-list-container.k-popup.k-group.k-reset,
|
|
457
|
+
#cron-crn-enterprise-combobox-multiple-warning-list.k-list-container.k-popup.k-group.k-reset,
|
|
458
|
+
#cron-crn-enterprise-combobox-multiple-danger-list.k-list-container.k-popup.k-group.k-reset,
|
|
459
|
+
#cron-crn-enterprise-combobox-multiple-light-list.k-list-container.k-popup.k-group.k-reset,
|
|
460
|
+
#cron-crn-enterprise-combobox-multiple-stable-list.k-list-container.k-popup.k-group.k-reset,
|
|
461
|
+
#cron-crn-enterprise-combobox-multiple-royal-list.k-list-container.k-popup.k-group.k-reset,
|
|
462
|
+
#cron-crn-enterprise-combobox-multiple-dark-list.k-list-container.k-popup.k-group.k-reset {
|
|
463
|
+
border-radius: 20px;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
.k-list-container .kpopup .k-group .k-reset .k-state-border-up #cron-crn-enterprise-combobox-multiple-658028-list {
|
|
468
|
+
border-radius: 20px;
|
|
427
469
|
}
|
|
428
470
|
|
|
429
471
|
.k-popup .k-list .k-state-focused {
|
|
430
472
|
box-shadow: none;
|
|
431
473
|
background: var(--colorStable30, #dbdbdb);
|
|
474
|
+
border-radius: 20px;
|
|
432
475
|
}
|
|
433
476
|
|
|
477
|
+
#cron-crn-enterprise-autocomplete-207639-list.k0list-container.k-popup.k-group.k-reset.k-state-border-up {
|
|
478
|
+
border-radius: 20px;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
|
|
434
482
|
.k-list>.k-state-hover {
|
|
435
483
|
box-shadow: none;
|
|
436
484
|
background: var(--colorStable20, #e6e6e6);
|
|
437
485
|
}
|
|
438
486
|
|
|
487
|
+
.k-combobox .k-state-default .k-input {
|
|
488
|
+
box-shadow: none;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
.k-popup .k-list .k-item, .k-list>.k-state-hover, .k-state-hover:hover {
|
|
492
|
+
color: var(--textColor40, #434343);
|
|
493
|
+
border-radius: 20px;
|
|
494
|
+
}
|
|
495
|
+
|
|
439
496
|
.k-i-check:before,
|
|
440
497
|
.k-i-cancel:before {
|
|
441
498
|
left: 1px;
|
|
@@ -443,6 +500,7 @@ label {
|
|
|
443
500
|
|
|
444
501
|
.k-autocomplete.k-state-default {
|
|
445
502
|
border-bottom: none;
|
|
503
|
+
border-radius: 20px;
|
|
446
504
|
}
|
|
447
505
|
|
|
448
506
|
cron-grid .k-tooltip span:before {
|
|
@@ -464,16 +522,14 @@ cron-grid .k-tooltip span:before {
|
|
|
464
522
|
.k-calendar .k-link.k-nav-fast,
|
|
465
523
|
.k-calendar .k-header .k-link.k-nav-next,
|
|
466
524
|
.k-calendar .k-header .k-link.k-nav-prev {
|
|
467
|
-
background: var(--
|
|
468
|
-
color: var(--
|
|
525
|
+
background: var(--backgroundColor70, #d9d9d9);
|
|
526
|
+
color: var(--textColor40, #434343);
|
|
469
527
|
font-size: 12px;
|
|
470
528
|
font-style: normal;
|
|
471
529
|
font-weight: 700;
|
|
472
|
-
|
|
473
530
|
}
|
|
474
531
|
|
|
475
532
|
.k-calendar .k-content .k-link {
|
|
476
|
-
color: white;
|
|
477
533
|
display: block;
|
|
478
534
|
overflow: hidden;
|
|
479
535
|
min-height: 1.8333em;
|
|
@@ -482,10 +538,22 @@ cron-grid .k-tooltip span:before {
|
|
|
482
538
|
color: var(--textColor40, #434343);
|
|
483
539
|
}
|
|
484
540
|
|
|
485
|
-
.k-calendar-container.k-popup.k-group.k-reset.k-state-border-up
|
|
541
|
+
.k-calendar-container.k-popup.k-group.k-reset.k-state-border-up,
|
|
542
|
+
.k-calendar .k-header {
|
|
486
543
|
background: var(--backgroundColor70, #d9d9d9);
|
|
487
544
|
}
|
|
488
545
|
|
|
546
|
+
.k-calendar .k-link {
|
|
547
|
+
background: var(--backgroundColor10, #fffef9);
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
.k-calendar .k-footer .k-nav-today {
|
|
551
|
+
background: var(--backgroundColor70, #d9d9d9);
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
.k-calendar-container>.k-calendar {
|
|
555
|
+
background: var(--backgroundColor70, #d9d9d9);
|
|
556
|
+
}
|
|
489
557
|
|
|
490
558
|
.k-button.k-scheduler-delete {
|
|
491
559
|
background: var(--colorDanger40, #e34646);
|
|
@@ -525,6 +593,34 @@ cron-grid .k-tooltip span:before {
|
|
|
525
593
|
background: var(--colorDefault40, #442b69);
|
|
526
594
|
}
|
|
527
595
|
|
|
596
|
+
/* Calendar*/
|
|
597
|
+
.k-calendar .k-content,
|
|
598
|
+
.k-calendar .k-content th {
|
|
599
|
+
text-align: center;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
td .k-calendar .k-today.k-state-selected,
|
|
603
|
+
.k-calendar .k-state-focused,
|
|
604
|
+
.k-calendar td.k-state-focused a.k-link,
|
|
605
|
+
.gridcell {
|
|
606
|
+
background: var(--colorDefault40, #442b69);
|
|
607
|
+
color: var(--textColorDefault40, #fffef9);
|
|
608
|
+
box-shadow: none;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
.k-calendar .k-state-focused,
|
|
612
|
+
.k-calendar td.k-state-focused {
|
|
613
|
+
box-shadow: unset;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
.k-calendar .k-state-focused:hover,
|
|
617
|
+
.k-calendar td.k-state-focused:hover > a.k-link {
|
|
618
|
+
background: var(--colorDefault20, #b9abce);
|
|
619
|
+
color: var(--textColorDefault40, #fffef9);
|
|
620
|
+
border-radius: 5px;
|
|
621
|
+
box-shadow: unset;
|
|
622
|
+
}
|
|
623
|
+
|
|
528
624
|
.k-calendar.kstate-selected.k-state-hover.k-link {
|
|
529
625
|
background: var(--colorDefault40, #442b69);
|
|
530
626
|
color: var(--textColorDefault40, #fffef9);
|
|
@@ -533,14 +629,44 @@ cron-grid .k-tooltip span:before {
|
|
|
533
629
|
.k-calendar th {
|
|
534
630
|
background: var(--colorDefault40, #442b69);
|
|
535
631
|
color: var(--textColorDefault40, #fffef9);
|
|
632
|
+
border: solid 1px #fffef9;
|
|
633
|
+
border-radius: 5px;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
.k-calendar.k-today.k-state-selected {
|
|
637
|
+
background: var(--colorDefault40, #442b69);
|
|
638
|
+
color: var(--textColorDefault40, #fffef9);
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
.k-calendar .k-state-selected .k-link {
|
|
642
|
+
background: var(--colorDefault40, #442b69);
|
|
643
|
+
color: var(--textColorDefault40, #fffef9);
|
|
644
|
+
box-shadow: transparent;
|
|
645
|
+
border: unset;
|
|
536
646
|
}
|
|
537
647
|
|
|
538
648
|
.k-calendar .k-state-selected.k-state-hover .k-link {
|
|
649
|
+
background: var(--colorDefault20, #b9abce);
|
|
650
|
+
color: var(--textColorDefault40, #fffef9);
|
|
651
|
+
box-shadow: transparent;
|
|
652
|
+
border: unset;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
.k-calendar-container.k-group {
|
|
656
|
+
border: unset;
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
td.k-state-focused.k-state-selected {
|
|
539
660
|
background: var(--colorDefault40, #442b69);
|
|
540
661
|
color: var(--textColorDefault40, #fffef9);
|
|
541
662
|
box-shadow: unset;
|
|
542
663
|
}
|
|
543
664
|
|
|
665
|
+
.k-link-selected {
|
|
666
|
+
background: var(--colorDefault40, #442b69);
|
|
667
|
+
color: var(--textColorDefault40, #fffef9);
|
|
668
|
+
}
|
|
669
|
+
|
|
544
670
|
span.k-icon.k-i-calendar::before,
|
|
545
671
|
.k-i-clock:before {
|
|
546
672
|
color: var(--colorDefault40, #442b69);
|
|
@@ -565,6 +691,36 @@ td.k-today {
|
|
|
565
691
|
box-shadow: unset;
|
|
566
692
|
}
|
|
567
693
|
|
|
568
|
-
.k-icon k-i-close::before
|
|
694
|
+
.k-icon k-i-close::before,
|
|
695
|
+
.k-nav-next {
|
|
569
696
|
color: var(--colorDefault40, #442b69);
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
.k-webkit .k-pager-numbers .k-current-page .k-link {
|
|
700
|
+
width: 3.2em;
|
|
701
|
+
padding: 0 0.429em 0 0.714em;
|
|
702
|
+
border-radius: 4px;
|
|
703
|
+
border-right: 1px solid #cccccc;
|
|
704
|
+
color: var(--textColorDefault40, #fffef9);
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
.k-link .k-state-selected .k-state-focused {
|
|
708
|
+
background: var(--colorDefault40, #442b69);
|
|
709
|
+
color: var(--textColorDefault40, #fffef9);
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
.k-calendar .k-content .k-link:hover,
|
|
713
|
+
.k-scheduler-edit-form .k-edit-field .k-button:hover {
|
|
714
|
+
background: var(--colorDefault20, #b9abce);
|
|
715
|
+
color: var(--textColorDefault40, #fffef9);
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
.k-scheduler-edit-form .k-edit-field .k-button:active {
|
|
719
|
+
background: var(--colorDefault70, #25183a);
|
|
720
|
+
color: var(--textColorDefault70, #fffef9);
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
.k-calendar .k-content {
|
|
724
|
+
border: transparent;
|
|
725
|
+
width: calc(200px - 1%) !important;
|
|
570
726
|
}
|