cronapp-framework-js 2.9.4-RC.3 → 2.9.4-SP.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/components/crn-textinputicon.components.json +0 -26
  2. package/components/css/checkbox-color.css +1 -0
  3. package/components/css/combobox-color.css +12 -0
  4. package/components/css/option-color.css +28 -0
  5. package/components/templates/textinputicon.template.html +1 -1
  6. package/css/animate.css +4 -4
  7. package/css/app.css +4 -4
  8. package/css/themes/custom/aquamarine/custom-aquamarine.css +3 -27
  9. package/css/themes/custom/cerulean/button-cerulean.css +2 -27
  10. package/css/themes/custom/cerulean/custom-cerulean.css +64 -597
  11. package/css/themes/custom/cerulean/navbar-cerulean.css +22 -90
  12. package/css/themes/custom/cerulean/panel-cerulean.css +34 -35
  13. package/css/themes/custom/cosmo/custom-cosmo.css +0 -27
  14. package/css/themes/custom/cyborg/custom-cyborg.css +0 -27
  15. package/css/themes/custom/darkly/custom-darkly.css +0 -25
  16. package/css/themes/custom/dsgov/button-dsgov.css +17 -52
  17. package/css/themes/custom/dsgov/calendar-dsgov.css +34 -106
  18. package/css/themes/custom/dsgov/color-dsgov.css +138 -0
  19. package/css/themes/custom/dsgov/custom-dsgov.css +344 -171
  20. package/css/themes/custom/dsgov/form-dsgov.css +109 -290
  21. package/css/themes/custom/dsgov/navbar-dsgov.css +38 -150
  22. package/css/themes/custom/dsgov/panel-dsgov.css +97 -117
  23. package/css/themes/custom/dsgov/slider-dsgov.css +3 -2
  24. package/css/themes/custom/dsgov/table-grid-dsgov.css +69 -144
  25. package/css/themes/custom/flatly/custom-flatly.css +2 -22
  26. package/css/themes/custom/fuse/custom-fuse.css +6 -33
  27. package/css/themes/custom/journal/custom-journal.css +2 -28
  28. package/css/themes/custom/lumen/custom-lumen.css +0 -43
  29. package/css/themes/custom/material/custom-material.css +70 -130
  30. package/css/themes/custom/material/grid-material.css +44 -37
  31. package/css/themes/custom/material/navbar-material.css +6 -58
  32. package/css/themes/custom/material/panel-material.css +20 -61
  33. package/css/themes/custom/navigator/custom-navigator.css +13 -2
  34. package/css/themes/custom/paper/custom-paper.css +0 -30
  35. package/css/themes/custom/readable/custom-readable.css +0 -27
  36. package/css/themes/custom/sandstone/custom-sandstone.css +0 -26
  37. package/css/themes/custom/simplex/custom-simplex.css +0 -27
  38. package/css/themes/custom/slate/custom-slate.css +33 -33
  39. package/css/themes/custom/spacelab/custom-spacelab.css +0 -27
  40. package/css/themes/custom/superhero/custom-superhero.css +0 -27
  41. package/css/themes/custom/theme-general/button.css +2 -6
  42. package/css/themes/custom/theme-general/forms.css +7 -128
  43. package/css/themes/custom/theme-general/login.css +6 -6
  44. package/css/themes/custom/theme-general/menu.css +4 -18
  45. package/css/themes/custom/theme-general/modal.css +6 -35
  46. package/css/themes/custom/theme-general/scheduler.css +34 -275
  47. package/css/themes/custom/theme-general/slider.css +3 -4
  48. package/css/themes/custom/theme-general/table-grid.css +2 -138
  49. package/css/themes/custom/theme-general/tabs.css +2 -3
  50. package/css/themes/custom/theme-general/theme-general.css +3 -41
  51. package/css/themes/custom/united/custom-united.css +0 -22
  52. package/css/themes/custom/yeti/custom-yeti.css +0 -28
  53. package/dist/components/css/checkbox-color.css +1 -1
  54. package/dist/components/css/combobox-color.css +1 -1
  55. package/dist/components/templates/textinputicon.template.html +1 -1
  56. package/dist/css/animate.css +1 -1
  57. package/dist/css/app.css +1 -1
  58. package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
  59. package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
  60. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
  61. package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -1
  62. package/dist/css/themes/custom/cerulean/panel-cerulean.css +1 -1
  63. package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
  64. package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
  65. package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
  66. package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
  67. package/dist/css/themes/custom/dsgov/calendar-dsgov.css +1 -1
  68. package/dist/css/themes/custom/dsgov/color-dsgov.css +1 -0
  69. package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
  70. package/dist/css/themes/custom/dsgov/form-dsgov.css +1 -1
  71. package/dist/css/themes/custom/dsgov/navbar-dsgov.css +1 -1
  72. package/dist/css/themes/custom/dsgov/panel-dsgov.css +1 -1
  73. package/dist/css/themes/custom/dsgov/slider-dsgov.css +1 -1
  74. package/dist/css/themes/custom/dsgov/table-grid-dsgov.css +1 -1
  75. package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
  76. package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
  77. package/dist/css/themes/custom/journal/custom-journal.css +1 -1
  78. package/dist/css/themes/custom/lumen/custom-lumen.css +1 -1
  79. package/dist/css/themes/custom/material/custom-material.css +1 -1
  80. package/dist/css/themes/custom/material/grid-material.css +1 -1
  81. package/dist/css/themes/custom/material/navbar-material.css +1 -1
  82. package/dist/css/themes/custom/material/panel-material.css +1 -1
  83. package/dist/css/themes/custom/navigator/custom-navigator.css +1 -1
  84. package/dist/css/themes/custom/paper/custom-paper.css +1 -1
  85. package/dist/css/themes/custom/readable/custom-readable.css +1 -1
  86. package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -1
  87. package/dist/css/themes/custom/simplex/custom-simplex.css +1 -1
  88. package/dist/css/themes/custom/slate/custom-slate.css +1 -1
  89. package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
  90. package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
  91. package/dist/css/themes/custom/theme-general/button.css +1 -1
  92. package/dist/css/themes/custom/theme-general/forms.css +1 -1
  93. package/dist/css/themes/custom/theme-general/login.css +1 -1
  94. package/dist/css/themes/custom/theme-general/menu.css +1 -1
  95. package/dist/css/themes/custom/theme-general/modal.css +1 -1
  96. package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
  97. package/dist/css/themes/custom/theme-general/slider.css +1 -1
  98. package/dist/css/themes/custom/theme-general/table-grid.css +1 -1
  99. package/dist/css/themes/custom/theme-general/tabs.css +1 -1
  100. package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
  101. package/dist/css/themes/custom/united/custom-united.css +1 -1
  102. package/dist/css/themes/custom/yeti/custom-yeti.css +1 -1
  103. package/dist/js/directives.js +2 -2
  104. package/js/directives.js +26 -29
  105. package/package.json +1 -1
  106. package/css/themes/custom/cerulean/combobox-cerulean.css +0 -153
  107. package/css/themes/custom/dsgov/checkbox-dsgov.css +0 -309
  108. package/css/themes/custom/dsgov/option-dsgov.css +0 -144
  109. package/css/themes/custom/dsgov/scheduler-dsgov.css +0 -325
  110. package/dist/css/themes/custom/cerulean/combobox-cerulean.css +0 -1
  111. package/dist/css/themes/custom/dsgov/checkbox-dsgov.css +0 -1
  112. package/dist/css/themes/custom/dsgov/option-dsgov.css +0 -1
  113. package/dist/css/themes/custom/dsgov/scheduler-dsgov.css +0 -1
@@ -73,7 +73,7 @@
73
73
 
74
74
  /* Border Radius */
75
75
  --borderRadiusNone: 0;
76
- --borderRadiusSmallest: 2px;
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, #37479e);
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(--colorStable60, #b6b6b6);
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, #343c7c);
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(--colorDefault40, #3b448e);
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: var(--borderRadiusSmallest, 2px);
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: var(--borderRadiusSmallest, 2px);
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, #5665be);
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, #37479e);
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, #5665be);
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, #dfdfdf);
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, #dfdfdf);
779
- border-color: var(--colorLight50, #dfdfdf);
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, #dfdfdf);
785
- border-color: var(--colorLight50, #dfdfdf);
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(--colorStable60, #b6b6b6);
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(--colorStable60, #b6b6b6);
796
- border-color: var(--colorStable60, #b6b6b6);
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(--colorStable60, #b6b6b6);
802
- border-color: var(--colorStable60, #b6b6b6);
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, #dfdfdf);
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, #dfdfdf);
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(--colorStable60, #b6b6b6);
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(--colorStable70, #888888);
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(--colorStable60, #b6b6b6);
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, #3b448e);
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, #3b448e);
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, #2b3268);
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, #d8d9e3);
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, #3b448e);
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, #5665be);
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, #3b448e);
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, #20254e);
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, #20254e);
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
- @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 {
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, #fbfbfb);
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, #20254e);
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: var(--textNormalSize, 14px);
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, #f0ad4e);
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, #393939);
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-block,
151
- .k-widget {
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, #858585);
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, #d3d3d3);
174
+ background: var(--backgroundColor50, #dfdfdf);
174
175
  color: var(--textColor40, #393939);
175
176
  }
176
177
 
@@ -205,25 +206,35 @@ 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
+ color: var(--textColor40, #393939);
218
+ }
219
+
213
220
  .k-filter-menu-container .k-action-buttons button:focus,
214
221
  .k-filter-menu-container .k-action-buttons button:hover {
215
222
  box-shadow: none;
216
223
  border-color: transparent;
217
224
  }
218
225
 
226
+ .k-filter-menu-container .k-action-buttons button.k-primary {
227
+ color: var(--colorPrimary40, #3b448e);
228
+ }
229
+
219
230
  .k-filter-menu-container .k-action-buttons button:hover {
220
231
  color: var(--textColor40, #393939);
221
- background: var(--backgroundColor50, #d3d3d3);
232
+ background: var(--backgroundColor50, #bbbbbb);
222
233
  }
223
234
 
224
235
  .k-filter-menu-container .k-action-buttons .k-primary:hover {
225
- color: var(--colorDefault40, #3b448e);
226
- background: var(--colorDefault10, #d8d9e3);
236
+ color: var(--colorPrimary40, #3b448e);
237
+ background: var(--colorDefault10, #b3b5ca);
227
238
  }
228
239
 
229
240
  /* Pagination - Grid */
@@ -242,9 +253,9 @@ thead.k-grid-header th.k-header:last-child,
242
253
  }
243
254
 
244
255
  .k-grid .k-pager-numbers .k-state-selected {
245
- background: var(--colorDefault40, #3b448e);
246
- color: var(--textColorDefault40, #ffffff);
247
- border-color: var(--colorDefault40, #3b448e);
256
+ background: var(--colorPrimary40, #3f51b5);
257
+ color: var(--textColorPrimary40, #ffffff);
258
+ border-color: var(--colorPrimary40, #3f51b5);
248
259
  }
249
260
 
250
261
  .k-pager-wrap .k-link.k-pager-last,
@@ -257,10 +268,6 @@ thead.k-grid-header th.k-header:last-child,
257
268
  box-shadow: none;
258
269
  }
259
270
 
260
- .k-pager-wrap .k-link {
261
- background: transparent;
262
- }
263
-
264
271
  .k-pager-wrap .k-link.k-pager-last,
265
272
  .k-pager-wrap .k-pager-nav {
266
273
  border-radius: 50%;
@@ -274,11 +281,11 @@ thead.k-grid-header th.k-header:last-child,
274
281
  }
275
282
 
276
283
  .k-pager-wrap>.k-link.k-pager-refresh .k-icon {
277
- color: var(--colorPrimary40, #5665be);
284
+ color: var(--colorPrimary40, #3f51b5);
278
285
  }
279
286
 
280
287
  .k-pager-wrap>.k-link.k-pager-refresh:hover {
281
- background: var(--colorPrimary40, #5665be);
288
+ background: var(--colorPrimary40, #3f51b5);
282
289
  }
283
290
 
284
291
  .k-pager-wrap>.k-link.k-pager-refresh:hover .k-icon {