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