cronapp-framework-js 2.9.3-SP.6 → 2.9.4-RC.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/crn-enterprise-combobox.components.json +7 -0
- package/components/crn-infinite-scroll.components.json +29 -0
- package/components/crn-navbar.components.json +33 -1
- package/components/css/checkbox-color.css +0 -1
- package/components/css/combobox-color.css +0 -12
- package/components/css/option-color.css +0 -28
- package/components/upload/upload.html +1 -1
- package/css/animate.css +4 -4
- package/css/app.css +4 -4
- package/css/themes/custom/aquamarine/custom-aquamarine.css +7 -1
- package/css/themes/custom/cerulean/button-cerulean.css +27 -2
- package/css/themes/custom/cerulean/combobox-cerulean.css +153 -0
- package/css/themes/custom/cerulean/custom-cerulean.css +571 -65
- package/css/themes/custom/cerulean/navbar-cerulean.css +90 -22
- package/css/themes/custom/cerulean/panel-cerulean.css +35 -34
- package/css/themes/custom/cyborg/navbar-cyborg.css +6 -0
- package/css/themes/custom/dsgov/button-dsgov.css +52 -17
- package/css/themes/custom/dsgov/calendar-dsgov.css +106 -34
- package/css/themes/custom/dsgov/checkbox-dsgov.css +309 -0
- package/css/themes/custom/dsgov/custom-dsgov.css +171 -344
- package/css/themes/custom/dsgov/form-dsgov.css +272 -110
- package/css/themes/custom/dsgov/navbar-dsgov.css +150 -38
- package/css/themes/custom/dsgov/option-dsgov.css +144 -0
- package/css/themes/custom/dsgov/panel-dsgov.css +117 -97
- package/css/themes/custom/dsgov/scheduler-dsgov.css +325 -0
- package/css/themes/custom/dsgov/slider-dsgov.css +2 -3
- package/css/themes/custom/dsgov/table-grid-dsgov.css +144 -69
- package/css/themes/custom/lumen/navbar-lumen.css +9 -0
- package/css/themes/custom/material/custom-material.css +130 -70
- package/css/themes/custom/material/grid-material.css +37 -43
- package/css/themes/custom/material/navbar-material.css +58 -6
- package/css/themes/custom/material/panel-material.css +61 -20
- package/css/themes/custom/navigator/custom-navigator.css +2 -2
- package/css/themes/custom/paper/navbar-paper.css +11 -0
- package/css/themes/custom/theme-general/button.css +6 -2
- package/css/themes/custom/theme-general/forms.css +89 -3
- package/css/themes/custom/theme-general/login.css +6 -6
- package/css/themes/custom/theme-general/menu-vertical-retratil.css +130 -0
- package/css/themes/custom/theme-general/menu.css +18 -4
- package/css/themes/custom/theme-general/modal.css +35 -6
- package/css/themes/custom/theme-general/scheduler.css +275 -34
- package/css/themes/custom/theme-general/slider.css +4 -3
- package/css/themes/custom/theme-general/table-grid.css +138 -2
- package/css/themes/custom/theme-general/tabs.css +3 -2
- package/css/themes/custom/theme-general/theme-general.css +42 -3
- package/css/themes/custom/united/navbar-united.css +9 -0
- package/css/themes/custom/yeti/navbar-yeti.css +9 -0
- package/dist/components/css/checkbox-color.css +1 -1
- package/dist/components/css/combobox-color.css +1 -1
- package/dist/css/animate.css +1 -1
- package/dist/css/app.css +1 -1
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
- package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/combobox-cerulean.css +1 -0
- package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/panel-cerulean.css +1 -1
- package/dist/css/themes/custom/cyborg/navbar-cyborg.css +1 -1
- package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/calendar-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/checkbox-dsgov.css +1 -0
- package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/form-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/navbar-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/option-dsgov.css +1 -0
- package/dist/css/themes/custom/dsgov/panel-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/scheduler-dsgov.css +1 -0
- package/dist/css/themes/custom/dsgov/slider-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/table-grid-dsgov.css +1 -1
- package/dist/css/themes/custom/lumen/navbar-lumen.css +1 -1
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- package/dist/css/themes/custom/material/grid-material.css +1 -1
- package/dist/css/themes/custom/material/navbar-material.css +1 -1
- package/dist/css/themes/custom/material/panel-material.css +1 -1
- package/dist/css/themes/custom/navigator/custom-navigator.css +1 -1
- package/dist/css/themes/custom/paper/navbar-paper.css +1 -1
- package/dist/css/themes/custom/theme-general/button.css +1 -1
- package/dist/css/themes/custom/theme-general/forms.css +1 -1
- package/dist/css/themes/custom/theme-general/login.css +1 -1
- package/dist/css/themes/custom/theme-general/menu-vertical-retratil.css +1 -0
- package/dist/css/themes/custom/theme-general/menu.css +1 -1
- package/dist/css/themes/custom/theme-general/modal.css +1 -1
- package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
- package/dist/css/themes/custom/theme-general/slider.css +1 -1
- package/dist/css/themes/custom/theme-general/table-grid.css +1 -1
- package/dist/css/themes/custom/theme-general/tabs.css +1 -1
- package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
- package/dist/css/themes/custom/united/navbar-united.css +1 -1
- package/dist/css/themes/custom/yeti/navbar-yeti.css +1 -1
- package/dist/img/cron-icon/crn-infinite-scroll.svg +1 -0
- package/dist/js/app.js +1 -1
- package/dist/js/controllers.js +1 -1
- package/dist/js/directives.js +2 -2
- package/img/cron-icon/crn-infinite-scroll.svg +1 -0
- package/js/app.js +2 -1
- package/js/controllers.js +2 -2
- package/js/directives.js +63 -13
- package/package.json +1 -1
- package/css/themes/custom/dsgov/color-dsgov.css +0 -138
- package/dist/css/themes/custom/dsgov/color-dsgov.css +0 -1
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
|
|
74
74
|
/* Border Radius */
|
|
75
75
|
--borderRadiusNone: 0;
|
|
76
|
-
--borderRadiusSmallest:
|
|
76
|
+
--borderRadiusSmallest: 2px;
|
|
77
77
|
--borderRadiusExtraSmall: 10px;
|
|
78
78
|
--borderRadiusSmall: 15px;
|
|
79
79
|
--borderRadiusBig: 30px;
|
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
--comboboxDark: var(--colorDark40, #444444);
|
|
353
353
|
|
|
354
354
|
--borderComboboxDefault: var(--backgroundColor60, #b1b1b1);
|
|
355
|
-
--borderComboboxPrimary: var(--colorPrimary50, #
|
|
355
|
+
--borderComboboxPrimary: var(--colorPrimary50, #37479e);
|
|
356
356
|
--borderComboboxSuccess: var(--colorSuccess50, #2db353);
|
|
357
357
|
--borderComboboxCalm: var(--colorCalm50, #0fa9d5);
|
|
358
358
|
--borderComboboxWarning: var(--colorWarning50, #dfb000);
|
|
@@ -431,7 +431,12 @@ h6 {
|
|
|
431
431
|
}
|
|
432
432
|
|
|
433
433
|
.color-stable {
|
|
434
|
-
color: var(--
|
|
434
|
+
color: var(--colorStable60, #b6b6b6);
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
.color-stable:focus,
|
|
438
|
+
.color-stable:hover {
|
|
439
|
+
color: var(--colorStable70, #888888);
|
|
435
440
|
}
|
|
436
441
|
|
|
437
442
|
.color-info {
|
|
@@ -439,7 +444,7 @@ h6 {
|
|
|
439
444
|
}
|
|
440
445
|
|
|
441
446
|
.color-info:hover {
|
|
442
|
-
color: var(--colorDefault60, #
|
|
447
|
+
color: var(--colorDefault60, #343c7c);
|
|
443
448
|
}
|
|
444
449
|
|
|
445
450
|
|
|
@@ -505,19 +510,39 @@ textarea.k-textbox:hover {
|
|
|
505
510
|
border-radius: 0;
|
|
506
511
|
}
|
|
507
512
|
|
|
508
|
-
.cardinput{
|
|
513
|
+
.cardinput {
|
|
509
514
|
padding: 0;
|
|
510
515
|
}
|
|
511
516
|
|
|
517
|
+
.cronMultiSelect.k-state-hover .k-multiselect-wrap,
|
|
518
|
+
.cronMultiSelect.k-state-hover:hover .k-multiselect-wrap {
|
|
519
|
+
border-color: var(--textColor30, #393939);
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
textarea.k-textbox:focus,
|
|
523
|
+
.k-multiselect-wrap.k-state-focused,
|
|
524
|
+
.k-state-focused>.k-multiselect-wrap,
|
|
525
|
+
.cardinput:focus-within,
|
|
526
|
+
.input-group.layout-template-modern:focus-within,
|
|
527
|
+
input.k-textbox:hover:focus,
|
|
512
528
|
.k-autocomplete.k-state-focused,
|
|
513
529
|
.k-dropdown-wrap.k-state-focused,
|
|
514
530
|
.k-multiselect.k-header.k-state-focused,
|
|
515
531
|
.k-numeric-wrap.k-state-focused,
|
|
516
532
|
.k-picker-wrap.k-state-focused,
|
|
517
|
-
.k-textbox:focus
|
|
533
|
+
.k-textbox:focus,
|
|
534
|
+
.k-autocomplete.k-state-focused,
|
|
535
|
+
.k-dropdown-wrap.k-state-focused,
|
|
536
|
+
.k-multiselect.k-header.k-state-focused,
|
|
537
|
+
.k-numeric-wrap.k-state-focused,
|
|
538
|
+
.k-picker-wrap.k-state-focused {
|
|
518
539
|
box-shadow: none;
|
|
519
540
|
border: none;
|
|
520
|
-
border-bottom: 1px solid var(--
|
|
541
|
+
border-bottom: 1px solid var(--colorDefault40, #3b448e);
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.input-group.layout-template-modern input.k-textbox:hover:focus {
|
|
545
|
+
border: 0;
|
|
521
546
|
}
|
|
522
547
|
|
|
523
548
|
.k-autocomplete.k-state-default .k-input,
|
|
@@ -532,9 +557,13 @@ textarea.k-textbox:hover {
|
|
|
532
557
|
}
|
|
533
558
|
|
|
534
559
|
/* Button */
|
|
560
|
+
.k-scheduler-edit-form .k-edit-field .k-button,
|
|
561
|
+
.k-edit-form-container .k-edit-buttons .k-primary,
|
|
562
|
+
.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone,
|
|
563
|
+
.k-edit-form-container .k-edit-buttons .k-scheduler-cancel,
|
|
535
564
|
.k-button,
|
|
536
565
|
.btn {
|
|
537
|
-
border-radius: 2px;
|
|
566
|
+
border-radius: var(--borderRadiusSmallest, 2px);
|
|
538
567
|
box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
|
|
539
568
|
}
|
|
540
569
|
|
|
@@ -601,12 +630,12 @@ textarea.k-textbox:hover {
|
|
|
601
630
|
box-shadow: 0 0px 0px 0px rgb(0 0 0 / 20%), 0 0px 0px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
|
|
602
631
|
background: #ffffff;
|
|
603
632
|
padding: 40px 30px 40px 30px;
|
|
604
|
-
border-radius:
|
|
633
|
+
border-radius: var(--borderRadiusSmallest, 2px);
|
|
605
634
|
}
|
|
606
635
|
|
|
607
636
|
.login-view .crn-button-signup-register,
|
|
608
637
|
.login-view .btn.btn-default {
|
|
609
|
-
background: var(--colorPrimary40, #
|
|
638
|
+
background: var(--colorPrimary40, #5665be);
|
|
610
639
|
border-color: transparent;
|
|
611
640
|
color: var(--textColorPrimary40, #ffffff);
|
|
612
641
|
}
|
|
@@ -614,14 +643,14 @@ textarea.k-textbox:hover {
|
|
|
614
643
|
.login-view .crn-button-signup-register:hover,
|
|
615
644
|
.login-view .btn.btn-default:hover {
|
|
616
645
|
color: var(--textColorPrimary40, #ffffff);
|
|
617
|
-
background: var(--colorPrimary50, #
|
|
646
|
+
background: var(--colorPrimary50, #37479e);
|
|
618
647
|
border-color: transparent;
|
|
619
648
|
outline: none;
|
|
620
649
|
}
|
|
621
650
|
|
|
622
651
|
/* Abas */
|
|
623
652
|
.ctn-tab .nav-tabs {
|
|
624
|
-
background: var(--colorPrimary40, #
|
|
653
|
+
background: var(--colorPrimary40, #5665be);
|
|
625
654
|
border: none;
|
|
626
655
|
}
|
|
627
656
|
|
|
@@ -644,10 +673,6 @@ textarea.k-textbox:hover {
|
|
|
644
673
|
}
|
|
645
674
|
|
|
646
675
|
/* Banner */
|
|
647
|
-
.jumbotron {
|
|
648
|
-
background: var(--backgroundColor40, #f1f1f1);
|
|
649
|
-
}
|
|
650
|
-
|
|
651
676
|
.jumbotron .h1,
|
|
652
677
|
.jumbotron h1,
|
|
653
678
|
.jumbotron .h2,
|
|
@@ -655,6 +680,11 @@ textarea.k-textbox:hover {
|
|
|
655
680
|
color: var(--textColor40, #393939);
|
|
656
681
|
}
|
|
657
682
|
|
|
683
|
+
.container .jumbotron,
|
|
684
|
+
.container-fluid .jumbotron {
|
|
685
|
+
background: var(--backgroundColor40, #f1f1f1);
|
|
686
|
+
}
|
|
687
|
+
|
|
658
688
|
/* Slider */
|
|
659
689
|
.k-slider .k-slider-selection {
|
|
660
690
|
background: var(--colorDefault40, #3b448e);
|
|
@@ -688,10 +718,6 @@ textarea.k-textbox:hover {
|
|
|
688
718
|
}
|
|
689
719
|
|
|
690
720
|
/* Arquivo/Imagem dinâmica */
|
|
691
|
-
.dynamic-image-container {
|
|
692
|
-
border: 1px dashed var(--colorDefault40, #3b448e);
|
|
693
|
-
}
|
|
694
|
-
|
|
695
721
|
.dynamic-image-container .btn {
|
|
696
722
|
color: var(--textColor40, #393939);
|
|
697
723
|
background: var(--backgroundColor40, #f1f1f1);
|
|
@@ -744,36 +770,36 @@ textarea.k-textbox:hover {
|
|
|
744
770
|
/* option - radio */
|
|
745
771
|
.option-light .k-radio:checked+.k-radio-label:before,
|
|
746
772
|
.option-light .k-radio-label:before {
|
|
747
|
-
border-color: var(--colorLight50, #
|
|
773
|
+
border-color: var(--colorLight50, #dfdfdf);
|
|
748
774
|
}
|
|
749
775
|
|
|
750
776
|
.option-light .k-radio-label:after,
|
|
751
777
|
.option-light .k-radio:checked+.k-radio-label:after {
|
|
752
|
-
background: var(--colorLight50, #
|
|
753
|
-
border-color: var(--colorLight50, #
|
|
778
|
+
background: var(--colorLight50, #dfdfdf);
|
|
779
|
+
border-color: var(--colorLight50, #dfdfdf);
|
|
754
780
|
}
|
|
755
781
|
|
|
756
782
|
.option-light .k-radio:focus+.k-radio-label::before,
|
|
757
783
|
.option-light .k-radio:hover+.k-radio-label::before {
|
|
758
|
-
box-shadow: 0 0 5px 0 var(--colorLight50, #
|
|
759
|
-
border-color: var(--colorLight50, #
|
|
784
|
+
box-shadow: 0 0 5px 0 var(--colorLight50, #dfdfdf);
|
|
785
|
+
border-color: var(--colorLight50, #dfdfdf);
|
|
760
786
|
}
|
|
761
787
|
|
|
762
788
|
.option-stable .k-radio:checked+.k-radio-label:before,
|
|
763
789
|
.option-stable .k-radio-label:before {
|
|
764
|
-
border-color: var(--
|
|
790
|
+
border-color: var(--colorStable60, #b6b6b6);
|
|
765
791
|
}
|
|
766
792
|
|
|
767
793
|
.option-stable .k-radio-label:after,
|
|
768
794
|
.option-stable .k-radio:checked+.k-radio-label:after {
|
|
769
|
-
background: var(--
|
|
770
|
-
border-color: var(--
|
|
795
|
+
background: var(--colorStable60, #b6b6b6);
|
|
796
|
+
border-color: var(--colorStable60, #b6b6b6);
|
|
771
797
|
}
|
|
772
798
|
|
|
773
799
|
.option-stable .k-radio:focus+.k-radio-label::before,
|
|
774
800
|
.option-stable .k-radio:hover+.k-radio-label::before {
|
|
775
|
-
box-shadow: 0 0 5px 0 var(--
|
|
776
|
-
border-color: var(--
|
|
801
|
+
box-shadow: 0 0 5px 0 var(--colorStable60, #b6b6b6);
|
|
802
|
+
border-color: var(--colorStable60, #b6b6b6);
|
|
777
803
|
}
|
|
778
804
|
|
|
779
805
|
.option-info .k-radio-label:before {
|
|
@@ -782,7 +808,7 @@ textarea.k-textbox:hover {
|
|
|
782
808
|
|
|
783
809
|
.option-info .k-radio-label:after,
|
|
784
810
|
.option-info .k-radio:checked+.k-radio-label:after {
|
|
785
|
-
background
|
|
811
|
+
background: var(--colorDefault40, #3b448e);
|
|
786
812
|
border-color: var(--colorDefault40, #3b448e);
|
|
787
813
|
}
|
|
788
814
|
|
|
@@ -843,7 +869,7 @@ textarea.k-textbox:hover {
|
|
|
843
869
|
.checkbox-light .k-checkbox:checked+.k-checkbox-label:after,
|
|
844
870
|
.checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:after,
|
|
845
871
|
.checkbox-light .k-checkbox-label:before {
|
|
846
|
-
border-color: var(--colorLight50, #
|
|
872
|
+
border-color: var(--colorLight50, #dfdfdf);
|
|
847
873
|
}
|
|
848
874
|
|
|
849
875
|
.checkbox-light .k-checkbox-label:hover:before,
|
|
@@ -859,7 +885,7 @@ textarea.k-textbox:hover {
|
|
|
859
885
|
.checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:before,
|
|
860
886
|
.checkbox-light .k-checkbox:checked+.k-checkbox-label:after,
|
|
861
887
|
.checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
862
|
-
background: var(--colorLight50, #
|
|
888
|
+
background: var(--colorLight50, #dfdfdf);
|
|
863
889
|
color: var(--textColorLight40, #222222);
|
|
864
890
|
}
|
|
865
891
|
|
|
@@ -876,7 +902,7 @@ textarea.k-textbox:hover {
|
|
|
876
902
|
.checkbox-stable .k-checkbox:checked+.k-checkbox-label:after,
|
|
877
903
|
.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:after,
|
|
878
904
|
.checkbox-stable .k-checkbox-label:before {
|
|
879
|
-
border-color: var(--
|
|
905
|
+
border-color: var(--colorStable60, #b6b6b6);
|
|
880
906
|
}
|
|
881
907
|
|
|
882
908
|
.checkbox-stable .k-checkbox-label:hover:before,
|
|
@@ -885,20 +911,17 @@ textarea.k-textbox:hover {
|
|
|
885
911
|
.checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,
|
|
886
912
|
.checkbox-stable .k-checkbox:focus+.k-checkbox-label:before,
|
|
887
913
|
.checkbox-stable .k-checkbox:hover+.k-checkbox-label:before {
|
|
888
|
-
box-shadow: 0 0 5px 0 var(--
|
|
914
|
+
box-shadow: 0 0 5px 0 var(--colorStable70, #888888);
|
|
889
915
|
}
|
|
890
916
|
|
|
891
917
|
.checkbox-stable .k-checkbox:checked+.k-checkbox-label:before,
|
|
892
918
|
.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:before,
|
|
893
919
|
.checkbox-stable .k-checkbox:checked+.k-checkbox-label:after,
|
|
894
920
|
.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
895
|
-
background: var(--
|
|
921
|
+
background: var(--colorStable60, #b6b6b6);
|
|
896
922
|
color: var(--textColorStable40, #444444);
|
|
897
923
|
}
|
|
898
924
|
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
925
|
/* seta do modal do calendario */
|
|
903
926
|
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
|
|
904
927
|
border-bottom-color: var(--backgroundColor10, #fbfbfb);
|
|
@@ -909,15 +932,23 @@ textarea.k-textbox:hover {
|
|
|
909
932
|
}
|
|
910
933
|
|
|
911
934
|
/* Calendar */
|
|
935
|
+
.k-calendar .k-header,
|
|
936
|
+
.k-calendar .k-footer,
|
|
937
|
+
.k-calendar .k-footer .k-link,
|
|
912
938
|
cron-calendar.k-calendar .k-footer,
|
|
913
939
|
cron-calendar.k-calendar .k-header,
|
|
914
940
|
.k-calendar .k-footer .k-nav-today {
|
|
915
|
-
background: var(--colorDefault40, #
|
|
941
|
+
background: var(--colorDefault40, #3b448e);
|
|
916
942
|
color: var(--textColorDefault40, #ffffff);
|
|
917
943
|
}
|
|
918
944
|
|
|
945
|
+
.k-calendar .k-footer .k-link {
|
|
946
|
+
color: var(--textColorDefault40, #ffffff);
|
|
947
|
+
opacity: 1;
|
|
948
|
+
}
|
|
949
|
+
|
|
919
950
|
cron-calendar.k-widget {
|
|
920
|
-
border: 1px solid var(--colorDefault40, #
|
|
951
|
+
border: 1px solid var(--colorDefault40, #3b448e);
|
|
921
952
|
}
|
|
922
953
|
|
|
923
954
|
.k-calendar .k-content th {
|
|
@@ -929,12 +960,13 @@ cron-calendar.k-widget {
|
|
|
929
960
|
.k-calendar .k-nav-fast.k-state-hover,
|
|
930
961
|
.k-calendar .k-footer .k-nav-today.k-state-hover,
|
|
931
962
|
.k-calendar .k-footer .k-nav-today:hover {
|
|
932
|
-
background: var(--colorDefault60, #
|
|
963
|
+
background: var(--colorDefault60, #2b3268);
|
|
933
964
|
box-shadow: none;
|
|
965
|
+
color: var(--textColorDefault40, #ffffff);
|
|
934
966
|
}
|
|
935
967
|
|
|
936
968
|
.k-calendar th {
|
|
937
|
-
background: var(--colorDefault10, #
|
|
969
|
+
background: var(--colorDefault10, #d8d9e3);
|
|
938
970
|
}
|
|
939
971
|
|
|
940
972
|
.k-calendar .k-content .k-state-hover,
|
|
@@ -943,7 +975,7 @@ cron-calendar.k-widget {
|
|
|
943
975
|
.k-listview>.k-state-focused.k-state-selected,
|
|
944
976
|
.k-state-selected td.k-state-focused,
|
|
945
977
|
td.k-state-focused.k-state-selected {
|
|
946
|
-
box-shadow: inset 0 0 10px 3px var(--colorDefault40, #
|
|
978
|
+
box-shadow: inset 0 0 10px 3px var(--colorDefault40, #3b448e);
|
|
947
979
|
}
|
|
948
980
|
|
|
949
981
|
.k-calendar .k-content .k-state-hover .k-link {
|
|
@@ -976,7 +1008,7 @@ div[data-component^='crn-textinputicon'] .k-button {
|
|
|
976
1008
|
#forgotPasswordModal .modal-footer .btn.btn-success,
|
|
977
1009
|
#modalPassword .modal-footer .k-button.k-success,
|
|
978
1010
|
#modalPassword .modal-footer .btn.btn-success {
|
|
979
|
-
background: var(--colorPrimary40, #
|
|
1011
|
+
background: var(--colorPrimary40, #5665be);
|
|
980
1012
|
border-color: transparent;
|
|
981
1013
|
color: var(--textColorPrimary40, #ffffff);
|
|
982
1014
|
}
|
|
@@ -994,7 +1026,7 @@ div[data-component^='crn-textinputicon'] .k-button {
|
|
|
994
1026
|
#forgotPasswordModal .modal-footer .btn.btn-danger,
|
|
995
1027
|
#modalPassword .modal-footer .k-button.k-danger,
|
|
996
1028
|
#modalPassword .modal-footer .btn.btn-danger {
|
|
997
|
-
background: var(--colorDefault40, #
|
|
1029
|
+
background: var(--colorDefault40, #3b448e);
|
|
998
1030
|
border-color: transparent;
|
|
999
1031
|
color: var(--textColorDefault40, #ffffff);
|
|
1000
1032
|
}
|
|
@@ -1063,7 +1095,7 @@ div[data-component^='crn-textinputicon'] .k-button {
|
|
|
1063
1095
|
.combobox-default .k-multiselect-wrap .k-button.k-state-hover .k-select,
|
|
1064
1096
|
.combobox-default .k-multiselect-wrap .k-button:hover {
|
|
1065
1097
|
color: var(--textColorDefault40, #ffffff);
|
|
1066
|
-
background: var(--colorDefault70, #
|
|
1098
|
+
background: var(--colorDefault70, #20254e);
|
|
1067
1099
|
border-color: transparent;
|
|
1068
1100
|
}
|
|
1069
1101
|
|
|
@@ -1082,7 +1114,7 @@ div[data-component^='crn-textinputicon'] .k-button {
|
|
|
1082
1114
|
.combobox-info .k-multiselect-wrap .k-button.k-state-hover .k-select,
|
|
1083
1115
|
.combobox-info .k-multiselect-wrap .k-button:hover {
|
|
1084
1116
|
color: var(--textColorDefault40, #ffffff);
|
|
1085
|
-
background: var(--colorDefault70, #
|
|
1117
|
+
background: var(--colorDefault70, #20254e);
|
|
1086
1118
|
border-color: transparent;
|
|
1087
1119
|
}
|
|
1088
1120
|
|
|
@@ -1099,27 +1131,44 @@ div[data-component^='crn-textinputicon'] .k-button {
|
|
|
1099
1131
|
}
|
|
1100
1132
|
|
|
1101
1133
|
/* Scheduler */
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
.k-scheduler
|
|
1108
|
-
.k-scheduler
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
.k-scheduler-navigation .k-nav-
|
|
1115
|
-
.k-scheduler
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
.k-scheduler-
|
|
1121
|
-
|
|
1122
|
-
|
|
1134
|
+
@media only screen and (min-width: 1024px) {
|
|
1135
|
+
|
|
1136
|
+
.k-scheduler .k-scheduler-toolbar .k-state-selected .k-link,
|
|
1137
|
+
.k-scheduler .k-scheduler-toolbar .k-state-selected,
|
|
1138
|
+
.k-scheduler-navigation .k-nav-prev .k-link,
|
|
1139
|
+
.k-scheduler div.k-scheduler-footer .k-link,
|
|
1140
|
+
.k-scheduler div.k-scheduler-footer ul li {
|
|
1141
|
+
background: var(--colorPrimary40, #5665be);
|
|
1142
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
1143
|
+
border-color: var(--colorPrimary40, #5665be);
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
.k-scheduler-navigation .k-nav-prev .k-link:hover,
|
|
1147
|
+
.k-scheduler div.k-scheduler-footer .k-link:hover,
|
|
1148
|
+
.k-scheduler div.k-scheduler-footer ul li:hover,
|
|
1149
|
+
.k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover a,
|
|
1150
|
+
.k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover,
|
|
1151
|
+
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,
|
|
1152
|
+
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover .k-link {
|
|
1153
|
+
background: var(--colorPrimary60, #2e3b85);
|
|
1154
|
+
border-color: var(--colorPrimary60, #2e3b85);
|
|
1155
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1158
|
+
.k-scheduler-navigation .k-nav-prev,
|
|
1159
|
+
.k-scheduler .k-scheduler-toolbar .k-state-selected {
|
|
1160
|
+
border-color: var(--colorPrimary40, #5665be);
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
.k-scheduler-navigation .k-nav-prev .k-link span,
|
|
1164
|
+
.k-scheduler-navigation .k-nav-next.k-state-hover .k-link span,
|
|
1165
|
+
.k-scheduler-navigation .k-nav-prev.k-state-hover .k-link span {
|
|
1166
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
1167
|
+
}
|
|
1168
|
+
}
|
|
1169
|
+
|
|
1170
|
+
.k-scheduler .k-today.k-state-selected div .k-icon.k-i-close,
|
|
1171
|
+
.k-scheduler .k-today.k-state-selected div {
|
|
1123
1172
|
color: var(--textColorPrimary40, #ffffff);
|
|
1124
1173
|
}
|
|
1125
1174
|
|
|
@@ -1133,6 +1182,17 @@ div[data-component^='crn-textinputicon'] .k-button {
|
|
|
1133
1182
|
border-width: 0 0 1px 0;
|
|
1134
1183
|
}
|
|
1135
1184
|
|
|
1136
|
-
#cron-breadcrumbs{
|
|
1185
|
+
#cron-breadcrumbs {
|
|
1137
1186
|
background: transparent;
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1189
|
+
#cron-breadcrumbs .k-breadcrumb-item .k-breadcrumb-root-link:last-child,
|
|
1190
|
+
#cron-breadcrumbs .k-breadcrumb-item.k-breadcrumb-last-item::marker,
|
|
1191
|
+
#cron-breadcrumbs .k-breadcrumb-item.k-breadcrumb-last-item,
|
|
1192
|
+
#cron-breadcrumbs .k-breadcrumb-item .k-breadcrumb-link.k-state-disabled {
|
|
1193
|
+
color: var(--colorDefault30, #8689af);
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
.k-widget{
|
|
1197
|
+
box-shadow: none;
|
|
1138
1198
|
}
|
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
position: relative;
|
|
3
3
|
vertical-align: bottom;
|
|
4
4
|
padding: 12px;
|
|
5
|
-
background: var(--backgroundColor10, #
|
|
6
|
-
;
|
|
5
|
+
background: var(--backgroundColor10, #fbfbfb);
|
|
7
6
|
color: var(--textColor40, #393939);
|
|
8
7
|
}
|
|
9
8
|
|
|
@@ -49,11 +48,11 @@ thead.k-grid-header th.k-header:last-child,
|
|
|
49
48
|
}
|
|
50
49
|
|
|
51
50
|
.k-grid-toolbar .k-button.k-state-hover:focus,
|
|
52
|
-
.k-grid-toolbar .k-button.k-state-hover:hover
|
|
51
|
+
.k-grid-toolbar .k-button.k-state-hover:hover,
|
|
53
52
|
.k-grid-toolbar .k-button:focus,
|
|
54
53
|
.k-grid-toolbar .k-button:hover {
|
|
55
54
|
color: var(--textColorDefault40, #ffffff);
|
|
56
|
-
background: var(--colorDefault70, #
|
|
55
|
+
background: var(--colorDefault70, #20254e);
|
|
57
56
|
border-color: transparent;
|
|
58
57
|
outline: none;
|
|
59
58
|
}
|
|
@@ -69,21 +68,8 @@ thead.k-grid-header th.k-header:last-child,
|
|
|
69
68
|
background: var(--backgroundColor10, #fbfbfb);
|
|
70
69
|
}
|
|
71
70
|
|
|
72
|
-
.k-editor,
|
|
73
|
-
.k-grid,
|
|
74
|
-
.k-menu,
|
|
75
|
-
.k-scheduler,
|
|
76
|
-
.k-grid-header:first-child,
|
|
77
|
-
.k-grid-toolbar:first-child,
|
|
78
|
-
.k-grid>.k-grouping-header,
|
|
79
|
-
.k-grid-pager,
|
|
80
|
-
.k-scheduler-footer,
|
|
81
|
-
.k-scheduler>.k-scheduler-toolbar:first-child {
|
|
82
|
-
border-radius: 0;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
71
|
.k-grid-header {
|
|
86
|
-
font-size:
|
|
72
|
+
font-size: var(--textNormalSize, 14px);
|
|
87
73
|
}
|
|
88
74
|
|
|
89
75
|
.k-grid-header th.k-header,
|
|
@@ -104,7 +90,7 @@ thead.k-grid-header th.k-header:last-child,
|
|
|
104
90
|
.k-grid-header th.k-header:hover a,
|
|
105
91
|
.k-grid-header th.k-header:hover .k-icon,
|
|
106
92
|
.k-grid-header th.k-header:hover .k-tool-icon {
|
|
107
|
-
color: var(--colorWarning40, #
|
|
93
|
+
color: var(--colorWarning40, #f0ad4e);
|
|
108
94
|
}
|
|
109
95
|
|
|
110
96
|
.k-grid-header .k-header {
|
|
@@ -122,7 +108,7 @@ thead.k-grid-header th.k-header:last-child,
|
|
|
122
108
|
.k-grid td.k-state-selected:hover,
|
|
123
109
|
.k-grid tr.k-state-selected:hover td {
|
|
124
110
|
background: var(--backgroundColor40, #f1f1f1);
|
|
125
|
-
color: var(--textColor40, #
|
|
111
|
+
color: var(--textColor40, #393939);
|
|
126
112
|
}
|
|
127
113
|
|
|
128
114
|
.k-pager-wrap .k-state-selected {
|
|
@@ -138,19 +124,32 @@ thead.k-grid-header th.k-header:last-child,
|
|
|
138
124
|
font-size: inherit;
|
|
139
125
|
}
|
|
140
126
|
|
|
141
|
-
.k-pager-wrap .k-link
|
|
127
|
+
.k-pager-wrap .k-link {
|
|
128
|
+
background: var(--backgroundColor40, #f1f1f1);
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.k-pager-wrap .k-link.k-state-disabled:hover,
|
|
142
132
|
.k-pager-wrap .k-pager-nav:hover,
|
|
143
133
|
.k-pager-wrap .k-link:focus,
|
|
144
134
|
.k-pager-wrap .k-pager-nav:focus {
|
|
145
135
|
background: rgba(0, 0, 0, 0.07);
|
|
146
136
|
}
|
|
147
137
|
|
|
138
|
+
.k-pager-wrap .k-link:hover {
|
|
139
|
+
background: var(--colorDefault10, #d8d9e3);
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.k-dropdown {
|
|
143
|
+
border-radius: 0;
|
|
144
|
+
}
|
|
145
|
+
|
|
148
146
|
.k-pager-wrap .k-pager-nav {
|
|
149
147
|
color: #000;
|
|
150
148
|
}
|
|
151
149
|
|
|
152
|
-
.k-
|
|
153
|
-
|
|
150
|
+
.k-block,
|
|
151
|
+
.k-widget {
|
|
152
|
+
background: #fff;
|
|
154
153
|
}
|
|
155
154
|
|
|
156
155
|
.k-pager-nav.k-pager-first+.k-link {
|
|
@@ -165,13 +164,13 @@ thead.k-grid-header th.k-header:last-child,
|
|
|
165
164
|
.k-picker-wrap.k-state-default {
|
|
166
165
|
border: 0;
|
|
167
166
|
border-radius: 0;
|
|
168
|
-
border-bottom: 1px solid var(--textColor30, #
|
|
167
|
+
border-bottom: 1px solid var(--textColor30, #858585);
|
|
169
168
|
box-shadow: none;
|
|
170
169
|
}
|
|
171
170
|
|
|
172
171
|
.k-popup .k-list .k-state-focused {
|
|
173
172
|
box-shadow: none;
|
|
174
|
-
background: var(--backgroundColor50, #
|
|
173
|
+
background: var(--backgroundColor50, #d3d3d3);
|
|
175
174
|
color: var(--textColor40, #393939);
|
|
176
175
|
}
|
|
177
176
|
|
|
@@ -206,34 +205,25 @@ thead.k-grid-header th.k-header:last-child,
|
|
|
206
205
|
.k-group,
|
|
207
206
|
.k-group-footer td,
|
|
208
207
|
.k-grouping-header,
|
|
209
|
-
.k-pager-wrap,
|
|
210
208
|
.k-popup {
|
|
211
209
|
background: var(--backgroundColor10, #fbfbfb);
|
|
212
210
|
}
|
|
213
211
|
|
|
214
|
-
.k-filter-menu-container .k-action-buttons button
|
|
215
|
-
box-shadow: none;
|
|
216
|
-
background: transparent;
|
|
217
|
-
}
|
|
218
|
-
|
|
212
|
+
.k-filter-menu-container .k-action-buttons button,
|
|
219
213
|
.k-filter-menu-container .k-action-buttons button:focus,
|
|
220
214
|
.k-filter-menu-container .k-action-buttons button:hover {
|
|
221
215
|
box-shadow: none;
|
|
222
216
|
border-color: transparent;
|
|
223
217
|
}
|
|
224
218
|
|
|
225
|
-
.k-filter-menu-container .k-action-buttons button.k-primary {
|
|
226
|
-
color: var(--colorPrimary40, #3b448e);
|
|
227
|
-
}
|
|
228
|
-
|
|
229
219
|
.k-filter-menu-container .k-action-buttons button:hover {
|
|
230
220
|
color: var(--textColor40, #393939);
|
|
231
|
-
background: var(--backgroundColor50, #
|
|
221
|
+
background: var(--backgroundColor50, #d3d3d3);
|
|
232
222
|
}
|
|
233
223
|
|
|
234
224
|
.k-filter-menu-container .k-action-buttons .k-primary:hover {
|
|
235
|
-
color: var(--
|
|
236
|
-
background: var(--colorDefault10, #
|
|
225
|
+
color: var(--colorDefault40, #3b448e);
|
|
226
|
+
background: var(--colorDefault10, #d8d9e3);
|
|
237
227
|
}
|
|
238
228
|
|
|
239
229
|
/* Pagination - Grid */
|
|
@@ -252,9 +242,9 @@ thead.k-grid-header th.k-header:last-child,
|
|
|
252
242
|
}
|
|
253
243
|
|
|
254
244
|
.k-grid .k-pager-numbers .k-state-selected {
|
|
255
|
-
background: var(--
|
|
256
|
-
color: var(--
|
|
257
|
-
border-color: var(--
|
|
245
|
+
background: var(--colorDefault40, #3b448e);
|
|
246
|
+
color: var(--textColorDefault40, #ffffff);
|
|
247
|
+
border-color: var(--colorDefault40, #3b448e);
|
|
258
248
|
}
|
|
259
249
|
|
|
260
250
|
.k-pager-wrap .k-link.k-pager-last,
|
|
@@ -267,6 +257,10 @@ thead.k-grid-header th.k-header:last-child,
|
|
|
267
257
|
box-shadow: none;
|
|
268
258
|
}
|
|
269
259
|
|
|
260
|
+
.k-pager-wrap .k-link {
|
|
261
|
+
background: transparent;
|
|
262
|
+
}
|
|
263
|
+
|
|
270
264
|
.k-pager-wrap .k-link.k-pager-last,
|
|
271
265
|
.k-pager-wrap .k-pager-nav {
|
|
272
266
|
border-radius: 50%;
|
|
@@ -280,11 +274,11 @@ thead.k-grid-header th.k-header:last-child,
|
|
|
280
274
|
}
|
|
281
275
|
|
|
282
276
|
.k-pager-wrap>.k-link.k-pager-refresh .k-icon {
|
|
283
|
-
color: var(--colorPrimary40, #
|
|
277
|
+
color: var(--colorPrimary40, #5665be);
|
|
284
278
|
}
|
|
285
279
|
|
|
286
280
|
.k-pager-wrap>.k-link.k-pager-refresh:hover {
|
|
287
|
-
background: var(--colorPrimary40, #
|
|
281
|
+
background: var(--colorPrimary40, #5665be);
|
|
288
282
|
}
|
|
289
283
|
|
|
290
284
|
.k-pager-wrap>.k-link.k-pager-refresh:hover .k-icon {
|