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