@progress/kendo-theme-default 5.0.0-beta.2 → 5.0.0-beta.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/README.md +5 -8
- package/dist/all.css +1060 -935
- package/dist/all.scss +1766 -1499
- package/package.json +2 -2
- package/scss/_layout.scss +0 -0
- package/scss/adaptive/_layout.scss +0 -3
- package/scss/appbar/_layout.scss +19 -3
- package/scss/button/_layout.scss +1 -38
- package/scss/card/_variables.scss +4 -4
- package/scss/chat/_layout.scss +1 -3
- package/scss/chat/_theme.scss +0 -8
- package/scss/chat/_variables.scss +0 -2
- package/scss/checkbox/_index.scss +1 -1
- package/scss/checkbox/_layout.scss +44 -27
- package/scss/checkbox/_variables.scss +2 -8
- package/scss/color-preview/_layout.scss +23 -24
- package/scss/color-preview/_theme.scss +0 -14
- package/scss/coloreditor/_layout.scss +5 -1
- package/scss/coloreditor/_variables.scss +3 -3
- package/scss/combobox/_layout.scss +1 -1
- package/scss/combobox/_theme.scss +1 -1
- package/scss/combobox/_variables.scss +1 -31
- package/scss/daterangepicker/_layout.scss +16 -1
- package/scss/datetimepicker/_layout.scss +39 -2
- package/scss/editor/_layout.scss +24 -7
- package/scss/fab/_layout.scss +24 -58
- package/scss/fab/_theme.scss +43 -48
- package/scss/fab/_variables.scss +129 -72
- package/scss/fab/index.md +0 -0
- package/scss/forms/_layout.scss +4 -2
- package/scss/grid/_layout.scss +95 -98
- package/scss/grid/_variables.scss +7 -7
- package/scss/imageeditor/_layout.scss +4 -8
- package/scss/imageeditor/_variables.scss +1 -0
- package/scss/index.scss +1 -0
- package/scss/input/_layout.scss +17 -0
- package/scss/input/_variables.scss +3 -3
- package/scss/list/_index.scss +1 -0
- package/scss/list/_layout.scss +10 -2
- package/scss/listbox/_variables.scss +1 -1
- package/scss/listview/_layout.scss +2 -9
- package/scss/map/_layout.scss +17 -0
- package/scss/maskedtextbox/_layout.scss +1 -1
- package/scss/maskedtextbox/_theme.scss +1 -1
- package/scss/mediaplayer/_layout.scss +5 -0
- package/scss/menu/_layout.scss +58 -29
- package/scss/menu/_variables.scss +13 -1
- package/scss/multiselect/_layout.scss +4 -1
- package/scss/multiselect/_theme.scss +4 -1
- package/scss/numerictextbox/_layout.scss +12 -2
- package/scss/numerictextbox/_theme.scss +1 -1
- package/scss/orgchart/_variables.scss +2 -2
- package/scss/pager/_variables.scss +1 -1
- package/scss/pdf-viewer/_layout.scss +23 -16
- package/scss/pdf-viewer/_variables.scss +2 -5
- package/scss/radio/_index.scss +1 -1
- package/scss/radio/_layout.scss +43 -27
- package/scss/radio/_variables.scss +2 -8
- package/scss/scheduler/_layout.scss +1 -1
- package/scss/spreadsheet/_layout.scss +29 -20
- package/scss/table/_layout.scss +26 -5
- package/scss/table/_theme.scss +3 -2
- package/scss/table/_variables.scss +9 -9
- package/scss/tabstrip/_layout.scss +1 -1
- package/scss/toolbar/_layout.scss +29 -2
- package/scss/toolbar/_theme.scss +35 -7
- package/scss/toolbar/_variables.scss +2 -0
- package/scss/treeview/_layout.scss +108 -113
- package/scss/treeview/_theme.scss +38 -29
- package/scss/treeview/_variables.scss +34 -50
- package/scss/typography/_variables.scss +3 -3
- package/scss/virtual-scroller/_index.scss +10 -0
- package/scss/virtual-scroller/_layout.scss +35 -0
- package/scss/virtual-scroller/_theme.scss +3 -0
- package/scss/virtual-scroller/_variables.scss +1 -0
- package/scss/window/_variables.scss +1 -1
package/dist/all.css
CHANGED
|
@@ -1315,7 +1315,7 @@ kendo-sortable {
|
|
|
1315
1315
|
}
|
|
1316
1316
|
|
|
1317
1317
|
.k-h5 {
|
|
1318
|
-
font-size:
|
|
1318
|
+
font-size: 16px;
|
|
1319
1319
|
font-family: inherit;
|
|
1320
1320
|
line-height: 26px;
|
|
1321
1321
|
font-weight: 700;
|
|
@@ -5819,11 +5819,11 @@ kendo-sortable {
|
|
|
5819
5819
|
}
|
|
5820
5820
|
|
|
5821
5821
|
.k-fs-md {
|
|
5822
|
-
font-size:
|
|
5822
|
+
font-size: 14px !important;
|
|
5823
5823
|
}
|
|
5824
5824
|
|
|
5825
5825
|
.k-fs-lg {
|
|
5826
|
-
font-size:
|
|
5826
|
+
font-size: 16px !important;
|
|
5827
5827
|
}
|
|
5828
5828
|
|
|
5829
5829
|
.k-fs-xl {
|
|
@@ -10474,6 +10474,362 @@ kendo-sortable {
|
|
|
10474
10474
|
background-color: #d9d9d9;
|
|
10475
10475
|
}
|
|
10476
10476
|
|
|
10477
|
+
.k-checkbox {
|
|
10478
|
+
margin: 0;
|
|
10479
|
+
padding: 0;
|
|
10480
|
+
line-height: initial;
|
|
10481
|
+
border-width: 1px;
|
|
10482
|
+
border-style: solid;
|
|
10483
|
+
outline: 0;
|
|
10484
|
+
background-position: center;
|
|
10485
|
+
background-repeat: no-repeat;
|
|
10486
|
+
background-size: contain;
|
|
10487
|
+
display: inline-block;
|
|
10488
|
+
flex: none;
|
|
10489
|
+
vertical-align: middle;
|
|
10490
|
+
position: relative;
|
|
10491
|
+
cursor: pointer;
|
|
10492
|
+
-webkit-appearance: none;
|
|
10493
|
+
}
|
|
10494
|
+
|
|
10495
|
+
.k-checkbox-sm {
|
|
10496
|
+
width: 12px;
|
|
10497
|
+
height: 12px;
|
|
10498
|
+
}
|
|
10499
|
+
|
|
10500
|
+
.k-checkbox-sm + .k-checkbox-label .k-ripple {
|
|
10501
|
+
top: 6px;
|
|
10502
|
+
left: 6px;
|
|
10503
|
+
width: 30px;
|
|
10504
|
+
height: 30px;
|
|
10505
|
+
}
|
|
10506
|
+
|
|
10507
|
+
.k-checkbox-sm::before {
|
|
10508
|
+
content: "";
|
|
10509
|
+
width: 10px;
|
|
10510
|
+
height: 10px;
|
|
10511
|
+
font-size: 10px;
|
|
10512
|
+
font-family: "WebComponentsIcons", monospace;
|
|
10513
|
+
line-height: 1;
|
|
10514
|
+
transform: scale(0) translate(-50%, -50%);
|
|
10515
|
+
overflow: hidden;
|
|
10516
|
+
position: absolute;
|
|
10517
|
+
top: 50%;
|
|
10518
|
+
left: 50%;
|
|
10519
|
+
}
|
|
10520
|
+
|
|
10521
|
+
.k-checkbox-md {
|
|
10522
|
+
width: 16px;
|
|
10523
|
+
height: 16px;
|
|
10524
|
+
}
|
|
10525
|
+
|
|
10526
|
+
.k-checkbox-md + .k-checkbox-label .k-ripple {
|
|
10527
|
+
top: 8px;
|
|
10528
|
+
left: 8px;
|
|
10529
|
+
width: 40px;
|
|
10530
|
+
height: 40px;
|
|
10531
|
+
}
|
|
10532
|
+
|
|
10533
|
+
.k-checkbox-md::before {
|
|
10534
|
+
content: "";
|
|
10535
|
+
width: 14px;
|
|
10536
|
+
height: 14px;
|
|
10537
|
+
font-size: 14px;
|
|
10538
|
+
font-family: "WebComponentsIcons", monospace;
|
|
10539
|
+
line-height: 1;
|
|
10540
|
+
transform: scale(0) translate(-50%, -50%);
|
|
10541
|
+
overflow: hidden;
|
|
10542
|
+
position: absolute;
|
|
10543
|
+
top: 50%;
|
|
10544
|
+
left: 50%;
|
|
10545
|
+
}
|
|
10546
|
+
|
|
10547
|
+
.k-checkbox-lg {
|
|
10548
|
+
width: 24px;
|
|
10549
|
+
height: 24px;
|
|
10550
|
+
}
|
|
10551
|
+
|
|
10552
|
+
.k-checkbox-lg + .k-checkbox-label .k-ripple {
|
|
10553
|
+
top: 12px;
|
|
10554
|
+
left: 12px;
|
|
10555
|
+
width: 60px;
|
|
10556
|
+
height: 60px;
|
|
10557
|
+
}
|
|
10558
|
+
|
|
10559
|
+
.k-checkbox-lg::before {
|
|
10560
|
+
content: "";
|
|
10561
|
+
width: 22px;
|
|
10562
|
+
height: 22px;
|
|
10563
|
+
font-size: 22px;
|
|
10564
|
+
font-family: "WebComponentsIcons", monospace;
|
|
10565
|
+
line-height: 1;
|
|
10566
|
+
transform: scale(0) translate(-50%, -50%);
|
|
10567
|
+
overflow: hidden;
|
|
10568
|
+
position: absolute;
|
|
10569
|
+
top: 50%;
|
|
10570
|
+
left: 50%;
|
|
10571
|
+
}
|
|
10572
|
+
|
|
10573
|
+
.k-checkbox:checked::before,
|
|
10574
|
+
.k-checkbox.k-checked::before {
|
|
10575
|
+
transform: scale(1) translate(-50%, -50%);
|
|
10576
|
+
}
|
|
10577
|
+
|
|
10578
|
+
.k-checkbox:indeterminate::before,
|
|
10579
|
+
.k-checkbox.k-indeterminate::before {
|
|
10580
|
+
content: "";
|
|
10581
|
+
transform: scale(1) translate(-50%, -50%);
|
|
10582
|
+
}
|
|
10583
|
+
|
|
10584
|
+
.k-checkbox:disabled,
|
|
10585
|
+
.k-checkbox.k-disabled,
|
|
10586
|
+
.k-checkbox:disabled + .k-checkbox-label,
|
|
10587
|
+
.k-checkbox.k-disabled + .k-checkbox-label {
|
|
10588
|
+
outline: none;
|
|
10589
|
+
cursor: default;
|
|
10590
|
+
opacity: 0.6;
|
|
10591
|
+
filter: grayscale(0.1);
|
|
10592
|
+
pointer-events: none;
|
|
10593
|
+
box-shadow: none;
|
|
10594
|
+
}
|
|
10595
|
+
|
|
10596
|
+
.k-checkbox-wrap {
|
|
10597
|
+
flex: none;
|
|
10598
|
+
display: inline-flex;
|
|
10599
|
+
flex-flow: row nowrap;
|
|
10600
|
+
gap: 0;
|
|
10601
|
+
align-items: center;
|
|
10602
|
+
}
|
|
10603
|
+
|
|
10604
|
+
.k-checkbox-wrap::before {
|
|
10605
|
+
content: "\200b";
|
|
10606
|
+
width: 0px;
|
|
10607
|
+
overflow: hidden;
|
|
10608
|
+
flex: none;
|
|
10609
|
+
display: inline-block;
|
|
10610
|
+
vertical-align: top;
|
|
10611
|
+
}
|
|
10612
|
+
|
|
10613
|
+
.k-checkbox-label {
|
|
10614
|
+
margin: 0;
|
|
10615
|
+
padding: 0;
|
|
10616
|
+
line-height: 17px;
|
|
10617
|
+
display: inline-flex;
|
|
10618
|
+
align-items: flex-start;
|
|
10619
|
+
vertical-align: middle;
|
|
10620
|
+
position: relative;
|
|
10621
|
+
cursor: pointer;
|
|
10622
|
+
}
|
|
10623
|
+
|
|
10624
|
+
.k-checkbox-label .k-label {
|
|
10625
|
+
cursor: pointer;
|
|
10626
|
+
}
|
|
10627
|
+
|
|
10628
|
+
.k-checkbox-label .k-ripple {
|
|
10629
|
+
right: auto;
|
|
10630
|
+
bottom: auto;
|
|
10631
|
+
transform: translate(-50%, -50%);
|
|
10632
|
+
border-radius: 50%;
|
|
10633
|
+
visibility: hidden !important;
|
|
10634
|
+
}
|
|
10635
|
+
|
|
10636
|
+
.k-checkbox-label .k-ripple-blob {
|
|
10637
|
+
top: 50% !important;
|
|
10638
|
+
left: 50% !important;
|
|
10639
|
+
width: 200% !important;
|
|
10640
|
+
height: 200% !important;
|
|
10641
|
+
}
|
|
10642
|
+
|
|
10643
|
+
.k-checkbox + .k-checkbox-label {
|
|
10644
|
+
display: inline;
|
|
10645
|
+
}
|
|
10646
|
+
|
|
10647
|
+
.k-checkbox + .k-checkbox-label,
|
|
10648
|
+
.k-checkbox-label + .k-checkbox {
|
|
10649
|
+
margin-left: 4px;
|
|
10650
|
+
}
|
|
10651
|
+
|
|
10652
|
+
.k-checkbox-label > .k-checkbox {
|
|
10653
|
+
margin-right: 4px;
|
|
10654
|
+
flex-shrink: 0;
|
|
10655
|
+
}
|
|
10656
|
+
|
|
10657
|
+
kendo-label.k-checkbox-label > .k-checkbox:last-child {
|
|
10658
|
+
margin-right: 0;
|
|
10659
|
+
}
|
|
10660
|
+
|
|
10661
|
+
kendo-label.k-checkbox-label > .k-label:first-child {
|
|
10662
|
+
margin-right: 4px;
|
|
10663
|
+
}
|
|
10664
|
+
|
|
10665
|
+
kendo-label.k-checkbox-label > .k-label {
|
|
10666
|
+
display: inline;
|
|
10667
|
+
}
|
|
10668
|
+
|
|
10669
|
+
.k-checkbox-label:empty {
|
|
10670
|
+
display: none !important;
|
|
10671
|
+
}
|
|
10672
|
+
|
|
10673
|
+
.k-checkbox-label.k-no-text {
|
|
10674
|
+
min-width: 1px;
|
|
10675
|
+
}
|
|
10676
|
+
|
|
10677
|
+
.k-checkbox-list {
|
|
10678
|
+
margin: 0;
|
|
10679
|
+
padding: 0;
|
|
10680
|
+
display: flex;
|
|
10681
|
+
flex-flow: column nowrap;
|
|
10682
|
+
gap: 0;
|
|
10683
|
+
list-style: none;
|
|
10684
|
+
}
|
|
10685
|
+
|
|
10686
|
+
.k-checkbox-item,
|
|
10687
|
+
.k-checkbox-list-item {
|
|
10688
|
+
padding: 4px 0px;
|
|
10689
|
+
display: flex;
|
|
10690
|
+
flex-flow: row nowrap;
|
|
10691
|
+
align-items: center;
|
|
10692
|
+
align-content: center;
|
|
10693
|
+
gap: 4px;
|
|
10694
|
+
}
|
|
10695
|
+
|
|
10696
|
+
.k-checkbox-item .k-checkbox-label,
|
|
10697
|
+
.k-checkbox-list-item .k-checkbox-label {
|
|
10698
|
+
line-height: inherit;
|
|
10699
|
+
}
|
|
10700
|
+
|
|
10701
|
+
.k-checkbox-list-horizontal,
|
|
10702
|
+
.k-checkbox-list.k-list-horizontal {
|
|
10703
|
+
display: flex;
|
|
10704
|
+
flex-flow: row wrap;
|
|
10705
|
+
gap: 16px;
|
|
10706
|
+
}
|
|
10707
|
+
|
|
10708
|
+
[dir="rtl"] .k-checkbox + .k-checkbox-label,
|
|
10709
|
+
[dir="rtl"] .k-checkbox-label + .k-checkbox {
|
|
10710
|
+
margin-left: 0;
|
|
10711
|
+
margin-right: 4px;
|
|
10712
|
+
}
|
|
10713
|
+
|
|
10714
|
+
[dir="rtl"] .k-checkbox-label > .k-checkbox {
|
|
10715
|
+
margin-right: 0;
|
|
10716
|
+
margin-left: 4px;
|
|
10717
|
+
}
|
|
10718
|
+
|
|
10719
|
+
[dir="rtl"] kendo-label.k-checkbox-label > .k-checkbox:last-child {
|
|
10720
|
+
margin-left: 0;
|
|
10721
|
+
}
|
|
10722
|
+
|
|
10723
|
+
[dir="rtl"] kendo-label.k-checkbox-label > .k-label:first-child {
|
|
10724
|
+
margin-right: 0;
|
|
10725
|
+
margin-left: 4px;
|
|
10726
|
+
}
|
|
10727
|
+
|
|
10728
|
+
.k-ripple-container .k-checkbox-sm::after {
|
|
10729
|
+
content: "";
|
|
10730
|
+
display: block;
|
|
10731
|
+
position: absolute;
|
|
10732
|
+
left: 0;
|
|
10733
|
+
top: 0;
|
|
10734
|
+
width: 36px;
|
|
10735
|
+
height: 36px;
|
|
10736
|
+
margin-left: -14px;
|
|
10737
|
+
margin-top: -14px;
|
|
10738
|
+
border-radius: 100%;
|
|
10739
|
+
z-index: 1;
|
|
10740
|
+
transform: scale(0);
|
|
10741
|
+
}
|
|
10742
|
+
|
|
10743
|
+
.k-ripple-container .k-checkbox:disabled::after,
|
|
10744
|
+
.k-ripple-container .k-checkbox.k-disabled::after {
|
|
10745
|
+
display: none;
|
|
10746
|
+
}
|
|
10747
|
+
|
|
10748
|
+
.k-ripple-container .k-checkbox-md::after {
|
|
10749
|
+
content: "";
|
|
10750
|
+
display: block;
|
|
10751
|
+
position: absolute;
|
|
10752
|
+
left: 0;
|
|
10753
|
+
top: 0;
|
|
10754
|
+
width: 48px;
|
|
10755
|
+
height: 48px;
|
|
10756
|
+
margin-left: -18px;
|
|
10757
|
+
margin-top: -18px;
|
|
10758
|
+
border-radius: 100%;
|
|
10759
|
+
z-index: 1;
|
|
10760
|
+
transform: scale(0);
|
|
10761
|
+
}
|
|
10762
|
+
|
|
10763
|
+
.k-ripple-container .k-checkbox:disabled::after,
|
|
10764
|
+
.k-ripple-container .k-checkbox.k-disabled::after {
|
|
10765
|
+
display: none;
|
|
10766
|
+
}
|
|
10767
|
+
|
|
10768
|
+
.k-ripple-container .k-checkbox-lg::after {
|
|
10769
|
+
content: "";
|
|
10770
|
+
display: block;
|
|
10771
|
+
position: absolute;
|
|
10772
|
+
left: 0;
|
|
10773
|
+
top: 0;
|
|
10774
|
+
width: 72px;
|
|
10775
|
+
height: 72px;
|
|
10776
|
+
margin-left: -26px;
|
|
10777
|
+
margin-top: -26px;
|
|
10778
|
+
border-radius: 100%;
|
|
10779
|
+
z-index: 1;
|
|
10780
|
+
transform: scale(0);
|
|
10781
|
+
}
|
|
10782
|
+
|
|
10783
|
+
.k-ripple-container .k-checkbox:disabled::after,
|
|
10784
|
+
.k-ripple-container .k-checkbox.k-disabled::after {
|
|
10785
|
+
display: none;
|
|
10786
|
+
}
|
|
10787
|
+
|
|
10788
|
+
.k-checkbox {
|
|
10789
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
10790
|
+
color: transparent;
|
|
10791
|
+
background-color: #ffffff;
|
|
10792
|
+
}
|
|
10793
|
+
|
|
10794
|
+
.k-checkbox:focus,
|
|
10795
|
+
.k-checkbox.k-focus {
|
|
10796
|
+
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
|
|
10797
|
+
}
|
|
10798
|
+
|
|
10799
|
+
.k-checkbox:indeterminate,
|
|
10800
|
+
.k-checkbox.k-indeterminate {
|
|
10801
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
10802
|
+
color: #ff6358;
|
|
10803
|
+
background-color: #ffffff;
|
|
10804
|
+
}
|
|
10805
|
+
|
|
10806
|
+
.k-checkbox:checked,
|
|
10807
|
+
.k-checkbox.k-checked {
|
|
10808
|
+
border-color: #ff6358;
|
|
10809
|
+
color: white;
|
|
10810
|
+
background-color: #ff6358;
|
|
10811
|
+
}
|
|
10812
|
+
|
|
10813
|
+
.k-checkbox:checked:focus,
|
|
10814
|
+
.k-checkbox.k-checked.k-focus {
|
|
10815
|
+
box-shadow: 0 0 0 2px rgba(255, 99, 88, 0.3);
|
|
10816
|
+
}
|
|
10817
|
+
|
|
10818
|
+
.k-checkbox:invalid,
|
|
10819
|
+
.k-checkbox.k-invalid {
|
|
10820
|
+
border-color: rgba(243, 23, 0, 0.5);
|
|
10821
|
+
}
|
|
10822
|
+
|
|
10823
|
+
.k-checkbox:invalid + .k-checkbox-label,
|
|
10824
|
+
.k-checkbox.k-invalid + .k-checkbox-label {
|
|
10825
|
+
color: #f31700;
|
|
10826
|
+
}
|
|
10827
|
+
|
|
10828
|
+
.k-ripple-container .k-checkbox::after {
|
|
10829
|
+
background: #ff6358;
|
|
10830
|
+
opacity: 0.3;
|
|
10831
|
+
}
|
|
10832
|
+
|
|
10477
10833
|
.k-list {
|
|
10478
10834
|
margin: 0;
|
|
10479
10835
|
padding: 0;
|
|
@@ -10494,6 +10850,9 @@ kendo-sortable {
|
|
|
10494
10850
|
border-width: 0 0 1px;
|
|
10495
10851
|
border-style: solid;
|
|
10496
10852
|
white-space: nowrap;
|
|
10853
|
+
display: flex;
|
|
10854
|
+
flex-flow: row nowrap;
|
|
10855
|
+
align-items: center;
|
|
10497
10856
|
flex: none;
|
|
10498
10857
|
overflow: hidden;
|
|
10499
10858
|
text-overflow: ellipsis;
|
|
@@ -10520,7 +10879,7 @@ kendo-sortable {
|
|
|
10520
10879
|
.k-list-item, .k-list-optionlabel {
|
|
10521
10880
|
border: 0;
|
|
10522
10881
|
outline: none;
|
|
10523
|
-
cursor:
|
|
10882
|
+
cursor: pointer;
|
|
10524
10883
|
display: flex;
|
|
10525
10884
|
flex-flow: row nowrap;
|
|
10526
10885
|
align-items: center;
|
|
@@ -10532,6 +10891,10 @@ kendo-sortable {
|
|
|
10532
10891
|
transition-timing-function: ease;
|
|
10533
10892
|
}
|
|
10534
10893
|
|
|
10894
|
+
.k-list-item .k-checkbox-wrap, .k-list-optionlabel .k-checkbox-wrap {
|
|
10895
|
+
align-self: flex-start;
|
|
10896
|
+
}
|
|
10897
|
+
|
|
10535
10898
|
.k-list-item.k-first::before, .k-first.k-list-optionlabel::before {
|
|
10536
10899
|
content: "";
|
|
10537
10900
|
border-width: 1px 0 0;
|
|
@@ -10586,7 +10949,8 @@ kendo-sortable {
|
|
|
10586
10949
|
width: 100%;
|
|
10587
10950
|
}
|
|
10588
10951
|
|
|
10589
|
-
.k-virtual-list .k-list-item-text
|
|
10952
|
+
.k-virtual-list .k-list-item-text,
|
|
10953
|
+
.k-virtual-list .k-list-header-text {
|
|
10590
10954
|
white-space: nowrap;
|
|
10591
10955
|
overflow: hidden;
|
|
10592
10956
|
text-overflow: ellipsis;
|
|
@@ -10617,7 +10981,7 @@ kendo-sortable {
|
|
|
10617
10981
|
}
|
|
10618
10982
|
|
|
10619
10983
|
.k-list-md {
|
|
10620
|
-
font-size:
|
|
10984
|
+
font-size: 14px;
|
|
10621
10985
|
}
|
|
10622
10986
|
|
|
10623
10987
|
.k-list-md .k-list-group-sticky-header {
|
|
@@ -10633,7 +10997,7 @@ kendo-sortable {
|
|
|
10633
10997
|
}
|
|
10634
10998
|
|
|
10635
10999
|
.k-list-lg {
|
|
10636
|
-
font-size:
|
|
11000
|
+
font-size: 14px;
|
|
10637
11001
|
}
|
|
10638
11002
|
|
|
10639
11003
|
.k-list-lg .k-list-group-sticky-header {
|
|
@@ -11448,7 +11812,7 @@ kendo-badge-container {
|
|
|
11448
11812
|
|
|
11449
11813
|
.k-button-lg {
|
|
11450
11814
|
padding: 6px 12px;
|
|
11451
|
-
font-size:
|
|
11815
|
+
font-size: 16px;
|
|
11452
11816
|
line-height: 1.5;
|
|
11453
11817
|
}
|
|
11454
11818
|
|
|
@@ -11475,8 +11839,8 @@ kendo-badge-container {
|
|
|
11475
11839
|
}
|
|
11476
11840
|
|
|
11477
11841
|
.k-icon-button.k-button-lg > .k-button-icon {
|
|
11478
|
-
min-width:
|
|
11479
|
-
min-height:
|
|
11842
|
+
min-width: 24px;
|
|
11843
|
+
min-height: 24px;
|
|
11480
11844
|
}
|
|
11481
11845
|
|
|
11482
11846
|
.k-button-square {
|
|
@@ -11673,7 +12037,7 @@ kendo-badge-container {
|
|
|
11673
12037
|
}
|
|
11674
12038
|
|
|
11675
12039
|
.k-button::after {
|
|
11676
|
-
border-radius:
|
|
12040
|
+
border-radius: inherit;
|
|
11677
12041
|
content: "";
|
|
11678
12042
|
opacity: 0;
|
|
11679
12043
|
display: none;
|
|
@@ -11687,32 +12051,6 @@ kendo-badge-container {
|
|
|
11687
12051
|
transition: opacity .2s ease-in-out;
|
|
11688
12052
|
}
|
|
11689
12053
|
|
|
11690
|
-
.k-ie .k-button,
|
|
11691
|
-
.k-ie .k-button-group {
|
|
11692
|
-
display: inline-block;
|
|
11693
|
-
overflow: visible;
|
|
11694
|
-
}
|
|
11695
|
-
|
|
11696
|
-
.k-ie .k-button-icontext .k-icon,
|
|
11697
|
-
.k-ie .k-button-icontext .k-image,
|
|
11698
|
-
.k-ie .k-button-icontext .k-sprite {
|
|
11699
|
-
margin: 0 4px 0 0;
|
|
11700
|
-
}
|
|
11701
|
-
|
|
11702
|
-
.k-ie .k-button-icontext.k-rtl .k-icon,
|
|
11703
|
-
.k-ie .k-button-icontext.k-rtl .k-image,
|
|
11704
|
-
.k-ie .k-button-icontext.k-rtl .k-sprite,
|
|
11705
|
-
.k-rtl .k-ie .k-button-icontext .k-icon,
|
|
11706
|
-
.k-rtl .k-ie .k-button-icontext .k-image,
|
|
11707
|
-
.k-rtl .k-ie .k-button-icontext .k-sprite, .k-ie .k-button-icontext[dir="rtl"] .k-icon,
|
|
11708
|
-
.k-ie .k-button-icontext[dir="rtl"] .k-image,
|
|
11709
|
-
.k-ie .k-button-icontext[dir="rtl"] .k-sprite,
|
|
11710
|
-
[dir="rtl"] .k-ie .k-button-icontext .k-icon,
|
|
11711
|
-
[dir="rtl"] .k-ie .k-button-icontext .k-image,
|
|
11712
|
-
[dir="rtl"] .k-ie .k-button-icontext .k-sprite {
|
|
11713
|
-
margin: 0 0 0 4px;
|
|
11714
|
-
}
|
|
11715
|
-
|
|
11716
12054
|
.k-button-solid-base {
|
|
11717
12055
|
border-color: rgba(0, 0, 0, 0.08);
|
|
11718
12056
|
color: #424242;
|
|
@@ -12515,12 +12853,22 @@ textarea.k-input-inner {
|
|
|
12515
12853
|
text-overflow: ellipsis;
|
|
12516
12854
|
}
|
|
12517
12855
|
|
|
12856
|
+
.k-input-value-text::before {
|
|
12857
|
+
content: "\200b";
|
|
12858
|
+
width: 0px;
|
|
12859
|
+
overflow: hidden;
|
|
12860
|
+
flex: none;
|
|
12861
|
+
display: inline-block;
|
|
12862
|
+
vertical-align: top;
|
|
12863
|
+
}
|
|
12864
|
+
|
|
12518
12865
|
.k-input-values {
|
|
12519
12866
|
width: 100%;
|
|
12520
12867
|
padding: 2px 2px;
|
|
12521
12868
|
cursor: text;
|
|
12522
12869
|
}
|
|
12523
12870
|
|
|
12871
|
+
.k-input-values > .k-searchbar,
|
|
12524
12872
|
.k-input-values > .k-input-inner {
|
|
12525
12873
|
margin: -2px -2px;
|
|
12526
12874
|
}
|
|
@@ -12581,6 +12929,11 @@ textarea.k-input-inner {
|
|
|
12581
12929
|
opacity: 1;
|
|
12582
12930
|
}
|
|
12583
12931
|
|
|
12932
|
+
.k-clear-value:focus-visible {
|
|
12933
|
+
outline: 1px dotted;
|
|
12934
|
+
outline-offset: -1px;
|
|
12935
|
+
}
|
|
12936
|
+
|
|
12584
12937
|
.k-input-button {
|
|
12585
12938
|
width: calc(1.4285714286em + 8px);
|
|
12586
12939
|
border-width: 0;
|
|
@@ -12595,6 +12948,10 @@ textarea.k-input-inner {
|
|
|
12595
12948
|
min-height: auto !important;
|
|
12596
12949
|
}
|
|
12597
12950
|
|
|
12951
|
+
.k-input-button:focus {
|
|
12952
|
+
box-shadow: none;
|
|
12953
|
+
}
|
|
12954
|
+
|
|
12598
12955
|
.k-picker .k-input-button {
|
|
12599
12956
|
color: inherit;
|
|
12600
12957
|
background: none;
|
|
@@ -12944,13 +13301,11 @@ textarea.k-input-inner {
|
|
|
12944
13301
|
|
|
12945
13302
|
.k-table-thead,
|
|
12946
13303
|
.k-table-tbody,
|
|
12947
|
-
.k-table-tfoot
|
|
12948
|
-
text-align: inherit;
|
|
12949
|
-
}
|
|
12950
|
-
|
|
13304
|
+
.k-table-tfoot,
|
|
12951
13305
|
.k-table-row,
|
|
12952
13306
|
.k-table-alt-row {
|
|
12953
13307
|
border-color: inherit;
|
|
13308
|
+
text-align: inherit;
|
|
12954
13309
|
}
|
|
12955
13310
|
|
|
12956
13311
|
.k-table-th,
|
|
@@ -12973,6 +13328,10 @@ textarea.k-input-inner {
|
|
|
12973
13328
|
border-left-width: 0;
|
|
12974
13329
|
}
|
|
12975
13330
|
|
|
13331
|
+
.k-table-th {
|
|
13332
|
+
border-bottom-width: 1px;
|
|
13333
|
+
}
|
|
13334
|
+
|
|
12976
13335
|
.k-table-header {
|
|
12977
13336
|
padding-inline-end: var(--kendo-scrollbar-width);
|
|
12978
13337
|
border-width: 0 0 1px 0;
|
|
@@ -12989,9 +13348,26 @@ textarea.k-input-inner {
|
|
|
12989
13348
|
width: 100%;
|
|
12990
13349
|
border-width: 0 1px 0 0;
|
|
12991
13350
|
border-style: solid;
|
|
13351
|
+
border-color: inherit;
|
|
12992
13352
|
overflow: hidden;
|
|
12993
13353
|
}
|
|
12994
13354
|
|
|
13355
|
+
.k-table-header > .k-table,
|
|
13356
|
+
.k-table-header-wrap > .k-table {
|
|
13357
|
+
margin-bottom: -1px;
|
|
13358
|
+
}
|
|
13359
|
+
|
|
13360
|
+
.k-table-group-sticky-header {
|
|
13361
|
+
flex: none;
|
|
13362
|
+
}
|
|
13363
|
+
|
|
13364
|
+
.k-table-group-sticky-header .k-table-th {
|
|
13365
|
+
display: flex;
|
|
13366
|
+
flex-flow: row nowrap;
|
|
13367
|
+
align-items: center;
|
|
13368
|
+
align-content: center;
|
|
13369
|
+
}
|
|
13370
|
+
|
|
12995
13371
|
.k-table-list {
|
|
12996
13372
|
margin: 0;
|
|
12997
13373
|
padding: 0;
|
|
@@ -13063,7 +13439,8 @@ textarea.k-input-inner {
|
|
|
13063
13439
|
right: 0;
|
|
13064
13440
|
}
|
|
13065
13441
|
|
|
13066
|
-
.k-virtual-table .k-table-row
|
|
13442
|
+
.k-virtual-table .k-table-row,
|
|
13443
|
+
.k-virtual-table .k-table-group-row {
|
|
13067
13444
|
position: absolute;
|
|
13068
13445
|
width: 100%;
|
|
13069
13446
|
}
|
|
@@ -13093,6 +13470,7 @@ textarea.k-input-inner {
|
|
|
13093
13470
|
width: 100%;
|
|
13094
13471
|
border-width: 0 1px 0 0;
|
|
13095
13472
|
border-style: solid;
|
|
13473
|
+
border-color: inherit;
|
|
13096
13474
|
overflow: hidden;
|
|
13097
13475
|
}
|
|
13098
13476
|
|
|
@@ -13103,11 +13481,11 @@ textarea.k-input-inner {
|
|
|
13103
13481
|
|
|
13104
13482
|
.k-table-sm .k-table-th,
|
|
13105
13483
|
.k-table-sm .k-table-td {
|
|
13106
|
-
padding: 4px
|
|
13484
|
+
padding: 4px 8px;
|
|
13107
13485
|
}
|
|
13108
13486
|
|
|
13109
13487
|
.k-table-sm .k-table-list .k-table-group-td > span {
|
|
13110
|
-
padding: 0
|
|
13488
|
+
padding: 0 4px;
|
|
13111
13489
|
}
|
|
13112
13490
|
|
|
13113
13491
|
.k-table-sm .k-table-list .k-table-group-row::before {
|
|
@@ -13139,11 +13517,11 @@ textarea.k-input-inner {
|
|
|
13139
13517
|
|
|
13140
13518
|
.k-table-lg .k-table-th,
|
|
13141
13519
|
.k-table-lg .k-table-td {
|
|
13142
|
-
padding: 12px
|
|
13520
|
+
padding: 12px 8px;
|
|
13143
13521
|
}
|
|
13144
13522
|
|
|
13145
13523
|
.k-table-lg .k-table-list .k-table-group-td > span {
|
|
13146
|
-
padding: 0
|
|
13524
|
+
padding: 0 4px;
|
|
13147
13525
|
}
|
|
13148
13526
|
|
|
13149
13527
|
.k-table-lg .k-table-list .k-table-group-row::before {
|
|
@@ -13208,7 +13586,8 @@ textarea.k-input-inner {
|
|
|
13208
13586
|
}
|
|
13209
13587
|
|
|
13210
13588
|
.k-table-thead,
|
|
13211
|
-
.k-table-header
|
|
13589
|
+
.k-table-header,
|
|
13590
|
+
.k-table-group-sticky-header {
|
|
13212
13591
|
border-color: rgba(0, 0, 0, 0.08);
|
|
13213
13592
|
color: #424242;
|
|
13214
13593
|
background-color: #fafafa;
|
|
@@ -13222,6 +13601,7 @@ textarea.k-input-inner {
|
|
|
13222
13601
|
}
|
|
13223
13602
|
|
|
13224
13603
|
.k-table-group-row {
|
|
13604
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
13225
13605
|
color: #424242;
|
|
13226
13606
|
background-color: #fafafa;
|
|
13227
13607
|
}
|
|
@@ -13254,6 +13634,31 @@ textarea.k-input-inner {
|
|
|
13254
13634
|
background-color: rgba(255, 99, 88, 0.25);
|
|
13255
13635
|
}
|
|
13256
13636
|
|
|
13637
|
+
.k-virtual-scroller {
|
|
13638
|
+
width: 100%;
|
|
13639
|
+
height: 100%;
|
|
13640
|
+
flex: 1 1 auto;
|
|
13641
|
+
overflow: auto;
|
|
13642
|
+
position: relative;
|
|
13643
|
+
}
|
|
13644
|
+
|
|
13645
|
+
.k-virtual-scroller-wrap {
|
|
13646
|
+
position: relative;
|
|
13647
|
+
z-index: 1;
|
|
13648
|
+
}
|
|
13649
|
+
|
|
13650
|
+
.k-virtual-scroller-content {
|
|
13651
|
+
position: absolute;
|
|
13652
|
+
width: 100%;
|
|
13653
|
+
top: 0;
|
|
13654
|
+
inset-inline-start: 0;
|
|
13655
|
+
}
|
|
13656
|
+
|
|
13657
|
+
.k-virtual-scroller-size {
|
|
13658
|
+
position: relative;
|
|
13659
|
+
z-index: 0;
|
|
13660
|
+
}
|
|
13661
|
+
|
|
13257
13662
|
.k-avatar {
|
|
13258
13663
|
border-width: 0;
|
|
13259
13664
|
border-style: solid;
|
|
@@ -13569,7 +13974,7 @@ textarea.k-input-inner {
|
|
|
13569
13974
|
.k-chip-lg {
|
|
13570
13975
|
height: calc(1em + 12px);
|
|
13571
13976
|
padding: 5px;
|
|
13572
|
-
font-size:
|
|
13977
|
+
font-size: 14px;
|
|
13573
13978
|
line-height: normal;
|
|
13574
13979
|
}
|
|
13575
13980
|
|
|
@@ -13791,6 +14196,7 @@ textarea.k-input-inner {
|
|
|
13791
14196
|
height: 100%;
|
|
13792
14197
|
border-width: 1px;
|
|
13793
14198
|
border-radius: 2px;
|
|
14199
|
+
box-sizing: border-box;
|
|
13794
14200
|
border-style: solid;
|
|
13795
14201
|
display: inline-flex;
|
|
13796
14202
|
flex-direction: row;
|
|
@@ -13799,23 +14205,6 @@ textarea.k-input-inner {
|
|
|
13799
14205
|
overflow: hidden;
|
|
13800
14206
|
}
|
|
13801
14207
|
|
|
13802
|
-
.k-color-preview > .k-color-preview-mask {
|
|
13803
|
-
width: 100%;
|
|
13804
|
-
height: 100%;
|
|
13805
|
-
position: absolute;
|
|
13806
|
-
top: 0;
|
|
13807
|
-
left: 0;
|
|
13808
|
-
}
|
|
13809
|
-
|
|
13810
|
-
.k-color-preview::before {
|
|
13811
|
-
content: "";
|
|
13812
|
-
width: 100%;
|
|
13813
|
-
height: 100%;
|
|
13814
|
-
display: block;
|
|
13815
|
-
position: relative;
|
|
13816
|
-
z-index: -1;
|
|
13817
|
-
}
|
|
13818
|
-
|
|
13819
14208
|
.k-coloreditor-current-color {
|
|
13820
14209
|
cursor: pointer;
|
|
13821
14210
|
}
|
|
@@ -13833,43 +14222,43 @@ textarea.k-input-inner {
|
|
|
13833
14222
|
.k-icon-color-preview .k-color-preview-mask {
|
|
13834
14223
|
width: 14px;
|
|
13835
14224
|
height: 2px;
|
|
13836
|
-
position: static;
|
|
13837
14225
|
}
|
|
13838
14226
|
|
|
13839
|
-
.k-
|
|
13840
|
-
|
|
14227
|
+
.k-color-preview-mask {
|
|
14228
|
+
width: 100%;
|
|
14229
|
+
height: 100%;
|
|
14230
|
+
position: relative;
|
|
13841
14231
|
}
|
|
13842
14232
|
|
|
13843
|
-
.k-
|
|
14233
|
+
.k-color-preview-mask::before {
|
|
13844
14234
|
content: "";
|
|
13845
14235
|
width: 100%;
|
|
13846
14236
|
height: 100%;
|
|
13847
14237
|
position: absolute;
|
|
13848
14238
|
top: 0;
|
|
13849
14239
|
left: 0;
|
|
13850
|
-
|
|
13851
|
-
|
|
13852
|
-
.k-color-preview {
|
|
13853
|
-
border-color: rgba(0, 0, 0, 0.08);
|
|
13854
|
-
}
|
|
13855
|
-
|
|
13856
|
-
.k-color-preview::before {
|
|
14240
|
+
z-index: -1;
|
|
13857
14241
|
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC");
|
|
13858
14242
|
background-size: contain;
|
|
13859
|
-
background-position: 0;
|
|
13860
|
-
}
|
|
13861
|
-
|
|
13862
|
-
.k-color-preview:hover, .k-color-preview.k-hover {
|
|
13863
|
-
border-color: rgba(0, 0, 0, 0.08);
|
|
14243
|
+
background-position: 0 0;
|
|
13864
14244
|
}
|
|
13865
14245
|
|
|
13866
|
-
.k-no-color::before {
|
|
14246
|
+
.k-no-color .k-color-preview-mask::before {
|
|
14247
|
+
content: "";
|
|
13867
14248
|
background-color: #ffffff;
|
|
13868
14249
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' version='1.1'%3e%3cline x1='0' x2='20' y1='0' y2='20' stroke='%23f31700' stroke-width='1'/%3e%3c/svg%3e");
|
|
13869
14250
|
background-size: 100% 100%;
|
|
13870
14251
|
background-position: 0 0;
|
|
13871
14252
|
}
|
|
13872
14253
|
|
|
14254
|
+
.k-color-preview {
|
|
14255
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
14256
|
+
}
|
|
14257
|
+
|
|
14258
|
+
.k-color-preview:hover, .k-color-preview.k-hover {
|
|
14259
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
14260
|
+
}
|
|
14261
|
+
|
|
13873
14262
|
.k-loader {
|
|
13874
14263
|
position: relative;
|
|
13875
14264
|
display: inline-block;
|
|
@@ -14224,7 +14613,7 @@ textarea.k-input-inner {
|
|
|
14224
14613
|
}
|
|
14225
14614
|
|
|
14226
14615
|
.k-loader-container-md .k-loader-container-label {
|
|
14227
|
-
font-size:
|
|
14616
|
+
font-size: 14px;
|
|
14228
14617
|
}
|
|
14229
14618
|
|
|
14230
14619
|
.k-loader-container-lg .k-loader-container-inner {
|
|
@@ -14233,7 +14622,7 @@ textarea.k-input-inner {
|
|
|
14233
14622
|
}
|
|
14234
14623
|
|
|
14235
14624
|
.k-loader-container-lg .k-loader-container-label {
|
|
14236
|
-
font-size:
|
|
14625
|
+
font-size: 16px;
|
|
14237
14626
|
}
|
|
14238
14627
|
|
|
14239
14628
|
.k-loader-top .k-loader-container-inner {
|
|
@@ -14411,12 +14800,18 @@ textarea.k-input-inner {
|
|
|
14411
14800
|
align-self: center;
|
|
14412
14801
|
}
|
|
14413
14802
|
|
|
14803
|
+
.k-toolbar .k-input,
|
|
14804
|
+
.k-toolbar .k-picker:not(.k-colorpicker) {
|
|
14805
|
+
width: 10em;
|
|
14806
|
+
}
|
|
14807
|
+
|
|
14414
14808
|
.k-toolbar .k-overflow-anchor {
|
|
14415
14809
|
border-radius: 0;
|
|
14416
14810
|
margin: 0;
|
|
14417
14811
|
padding: 8px;
|
|
14418
|
-
width:
|
|
14812
|
+
width: auto;
|
|
14419
14813
|
height: 100%;
|
|
14814
|
+
aspect-ratio: 1;
|
|
14420
14815
|
border-width: 0;
|
|
14421
14816
|
border-color: inherit;
|
|
14422
14817
|
box-sizing: border-box;
|
|
@@ -14457,20 +14852,39 @@ textarea.k-input-inner {
|
|
|
14457
14852
|
}
|
|
14458
14853
|
|
|
14459
14854
|
kendo-toolbar-renderer {
|
|
14855
|
+
display: inline-block;
|
|
14460
14856
|
border-color: inherit;
|
|
14461
14857
|
}
|
|
14462
14858
|
|
|
14859
|
+
.k-overflow-container > .k-item {
|
|
14860
|
+
border-color: inherit;
|
|
14861
|
+
}
|
|
14862
|
+
|
|
14863
|
+
.k-overflow-container .k-separator {
|
|
14864
|
+
margin: 4px 0;
|
|
14865
|
+
}
|
|
14866
|
+
|
|
14463
14867
|
.k-overflow-container .k-overflow-tool-group {
|
|
14464
14868
|
display: block;
|
|
14465
14869
|
}
|
|
14466
14870
|
|
|
14467
14871
|
.k-overflow-container .k-overflow-button {
|
|
14872
|
+
border-radius: 0;
|
|
14873
|
+
padding: 4px 8px;
|
|
14468
14874
|
width: 100%;
|
|
14875
|
+
border-width: 0;
|
|
14876
|
+
color: inherit;
|
|
14877
|
+
background-color: transparent;
|
|
14878
|
+
background-image: none;
|
|
14879
|
+
line-height: inherit;
|
|
14880
|
+
display: flex;
|
|
14881
|
+
justify-content: flex-start;
|
|
14469
14882
|
}
|
|
14470
14883
|
|
|
14471
14884
|
.k-overflow-container .k-button-group {
|
|
14885
|
+
box-shadow: none;
|
|
14472
14886
|
display: flex;
|
|
14473
|
-
flex-
|
|
14887
|
+
flex-flow: column nowrap;
|
|
14474
14888
|
}
|
|
14475
14889
|
|
|
14476
14890
|
.k-overflow-container .k-button-group .k-button {
|
|
@@ -14527,15 +14941,29 @@ kendo-toolbar-renderer {
|
|
|
14527
14941
|
background-color: #fafafa;
|
|
14528
14942
|
}
|
|
14529
14943
|
|
|
14530
|
-
.k-toolbar .k-overflow-anchor {
|
|
14531
|
-
color: inherit;
|
|
14532
|
-
background: transparent;
|
|
14533
|
-
}
|
|
14534
|
-
|
|
14535
14944
|
.k-toolbar .k-separator {
|
|
14536
14945
|
border-color: inherit;
|
|
14537
14946
|
}
|
|
14538
14947
|
|
|
14948
|
+
.k-overflow-container .k-button:hover, .k-overflow-container .k-button.k-state-hover {
|
|
14949
|
+
color: #424242;
|
|
14950
|
+
background: #f0f0f0;
|
|
14951
|
+
}
|
|
14952
|
+
|
|
14953
|
+
.k-overflow-container .k-button:active, .k-overflow-container .k-button.k-state-active {
|
|
14954
|
+
color: white;
|
|
14955
|
+
background: #ff6358;
|
|
14956
|
+
}
|
|
14957
|
+
|
|
14958
|
+
.k-overflow-container .k-button .k-button:focus,
|
|
14959
|
+
.k-overflow-container .k-button .k-button.k-state-focused {
|
|
14960
|
+
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
|
|
14961
|
+
}
|
|
14962
|
+
|
|
14963
|
+
.k-overflow-container .k-button:disabled, .k-overflow-container .k-button.k-state-disabled {
|
|
14964
|
+
color: inherit;
|
|
14965
|
+
}
|
|
14966
|
+
|
|
14539
14967
|
.k-floating-toolbar,
|
|
14540
14968
|
.editorToolbarWindow.k-window-content {
|
|
14541
14969
|
border-color: rgba(0, 0, 0, 0.08);
|
|
@@ -14679,7 +15107,8 @@ kendo-label > .k-label {
|
|
|
14679
15107
|
border: 0;
|
|
14680
15108
|
}
|
|
14681
15109
|
|
|
14682
|
-
.k-form .k-form-fieldset > *:first-child
|
|
15110
|
+
.k-form .k-form-fieldset > *:not(.k-hidden):first-child,
|
|
15111
|
+
.k-form .k-form-fieldset > *.k-hidden + :not(.k-hidden) {
|
|
14683
15112
|
margin-top: 0;
|
|
14684
15113
|
}
|
|
14685
15114
|
|
|
@@ -14702,8 +15131,10 @@ kendo-label > .k-label {
|
|
|
14702
15131
|
margin-top: 1em;
|
|
14703
15132
|
}
|
|
14704
15133
|
|
|
14705
|
-
.k-form > *:first-child,
|
|
14706
|
-
.k-form
|
|
15134
|
+
.k-form > *:not(.k-hidden):first-child,
|
|
15135
|
+
.k-form > *.k-hidden + :not(.k-hidden),
|
|
15136
|
+
.k-form .k-daterangepicker .k-textbox-container:not(.k-hidden):first-child,
|
|
15137
|
+
.k-form .k-daterangepicker .k-textbox-container.k-hidden + :not(.k-hidden) {
|
|
14707
15138
|
margin-top: 0;
|
|
14708
15139
|
}
|
|
14709
15140
|
|
|
@@ -15156,343 +15587,8 @@ kendo-label > .k-label {
|
|
|
15156
15587
|
max-width: 300px;
|
|
15157
15588
|
}
|
|
15158
15589
|
|
|
15159
|
-
.k-checkbox {
|
|
15160
|
-
margin: 0;
|
|
15161
|
-
padding: 0;
|
|
15162
|
-
line-height: initial;
|
|
15163
|
-
border-width: 1px;
|
|
15164
|
-
border-style: solid;
|
|
15165
|
-
outline: 0;
|
|
15166
|
-
background-position: center;
|
|
15167
|
-
background-repeat: no-repeat;
|
|
15168
|
-
background-size: contain;
|
|
15169
|
-
display: inline-block;
|
|
15170
|
-
vertical-align: middle;
|
|
15171
|
-
position: relative;
|
|
15172
|
-
cursor: pointer;
|
|
15173
|
-
-webkit-appearance: none;
|
|
15174
|
-
}
|
|
15175
|
-
|
|
15176
|
-
.k-checkbox-sm {
|
|
15177
|
-
width: 12px;
|
|
15178
|
-
height: 12px;
|
|
15179
|
-
}
|
|
15180
|
-
|
|
15181
|
-
.k-checkbox-sm + .k-checkbox-label .k-ripple {
|
|
15182
|
-
top: 6px;
|
|
15183
|
-
left: 6px;
|
|
15184
|
-
width: 30px;
|
|
15185
|
-
height: 30px;
|
|
15186
|
-
}
|
|
15187
|
-
|
|
15188
|
-
.k-checkbox-sm::before {
|
|
15189
|
-
content: "";
|
|
15190
|
-
width: 10px;
|
|
15191
|
-
height: 10px;
|
|
15192
|
-
font-size: 10px;
|
|
15193
|
-
font-family: "WebComponentsIcons", monospace;
|
|
15194
|
-
line-height: 1;
|
|
15195
|
-
transform: scale(0) translate(-50%, -50%);
|
|
15196
|
-
overflow: hidden;
|
|
15197
|
-
position: absolute;
|
|
15198
|
-
top: 50%;
|
|
15199
|
-
left: 50%;
|
|
15200
|
-
}
|
|
15201
|
-
|
|
15202
|
-
.k-checkbox-md {
|
|
15203
|
-
width: 16px;
|
|
15204
|
-
height: 16px;
|
|
15205
|
-
}
|
|
15206
|
-
|
|
15207
|
-
.k-checkbox-md + .k-checkbox-label .k-ripple {
|
|
15208
|
-
top: 8px;
|
|
15209
|
-
left: 8px;
|
|
15210
|
-
width: 40px;
|
|
15211
|
-
height: 40px;
|
|
15212
|
-
}
|
|
15213
|
-
|
|
15214
|
-
.k-checkbox-md::before {
|
|
15215
|
-
content: "";
|
|
15216
|
-
width: 14px;
|
|
15217
|
-
height: 14px;
|
|
15218
|
-
font-size: 14px;
|
|
15219
|
-
font-family: "WebComponentsIcons", monospace;
|
|
15220
|
-
line-height: 1;
|
|
15221
|
-
transform: scale(0) translate(-50%, -50%);
|
|
15222
|
-
overflow: hidden;
|
|
15223
|
-
position: absolute;
|
|
15224
|
-
top: 50%;
|
|
15225
|
-
left: 50%;
|
|
15226
|
-
}
|
|
15227
|
-
|
|
15228
|
-
.k-checkbox-lg {
|
|
15229
|
-
width: 24px;
|
|
15230
|
-
height: 24px;
|
|
15231
|
-
}
|
|
15232
|
-
|
|
15233
|
-
.k-checkbox-lg + .k-checkbox-label .k-ripple {
|
|
15234
|
-
top: 12px;
|
|
15235
|
-
left: 12px;
|
|
15236
|
-
width: 60px;
|
|
15237
|
-
height: 60px;
|
|
15238
|
-
}
|
|
15239
|
-
|
|
15240
|
-
.k-checkbox-lg::before {
|
|
15241
|
-
content: "";
|
|
15242
|
-
width: 22px;
|
|
15243
|
-
height: 22px;
|
|
15244
|
-
font-size: 22px;
|
|
15245
|
-
font-family: "WebComponentsIcons", monospace;
|
|
15246
|
-
line-height: 1;
|
|
15247
|
-
transform: scale(0) translate(-50%, -50%);
|
|
15248
|
-
overflow: hidden;
|
|
15249
|
-
position: absolute;
|
|
15250
|
-
top: 50%;
|
|
15251
|
-
left: 50%;
|
|
15252
|
-
}
|
|
15253
|
-
|
|
15254
|
-
.k-checkbox:checked::before,
|
|
15255
|
-
.k-checkbox.k-checked::before {
|
|
15256
|
-
transform: scale(1) translate(-50%, -50%);
|
|
15257
|
-
}
|
|
15258
|
-
|
|
15259
|
-
.k-checkbox:indeterminate::before,
|
|
15260
|
-
.k-checkbox.k-indeterminate::before {
|
|
15261
|
-
content: "";
|
|
15262
|
-
transform: scale(1) translate(-50%, -50%);
|
|
15263
|
-
}
|
|
15264
|
-
|
|
15265
|
-
.k-checkbox:disabled,
|
|
15266
|
-
.k-checkbox.k-disabled,
|
|
15267
|
-
.k-checkbox:disabled + .k-checkbox-label,
|
|
15268
|
-
.k-checkbox.k-disabled + .k-checkbox-label {
|
|
15269
|
-
outline: none;
|
|
15270
|
-
cursor: default;
|
|
15271
|
-
opacity: 0.6;
|
|
15272
|
-
filter: grayscale(0.1);
|
|
15273
|
-
pointer-events: none;
|
|
15274
|
-
box-shadow: none;
|
|
15275
|
-
}
|
|
15276
|
-
|
|
15277
|
-
.k-checkbox-label {
|
|
15278
|
-
margin: 0;
|
|
15279
|
-
padding: 0;
|
|
15280
|
-
line-height: 17px;
|
|
15281
|
-
display: inline-flex;
|
|
15282
|
-
align-items: flex-start;
|
|
15283
|
-
vertical-align: middle;
|
|
15284
|
-
position: relative;
|
|
15285
|
-
cursor: pointer;
|
|
15286
|
-
}
|
|
15287
|
-
|
|
15288
|
-
.k-checkbox-label .k-label {
|
|
15289
|
-
cursor: pointer;
|
|
15290
|
-
}
|
|
15291
|
-
|
|
15292
|
-
.k-checkbox-label .k-ripple {
|
|
15293
|
-
right: auto;
|
|
15294
|
-
bottom: auto;
|
|
15295
|
-
transform: translate(-50%, -50%);
|
|
15296
|
-
border-radius: 50%;
|
|
15297
|
-
visibility: hidden !important;
|
|
15298
|
-
}
|
|
15299
|
-
|
|
15300
|
-
.k-checkbox-label .k-ripple-blob {
|
|
15301
|
-
top: 50% !important;
|
|
15302
|
-
left: 50% !important;
|
|
15303
|
-
width: 200% !important;
|
|
15304
|
-
height: 200% !important;
|
|
15305
|
-
}
|
|
15306
|
-
|
|
15307
|
-
.k-checkbox + .k-checkbox-label {
|
|
15308
|
-
display: inline;
|
|
15309
|
-
}
|
|
15310
|
-
|
|
15311
|
-
.k-checkbox + .k-checkbox-label,
|
|
15312
|
-
.k-checkbox-label + .k-checkbox {
|
|
15313
|
-
margin-left: 4px;
|
|
15314
|
-
}
|
|
15315
|
-
|
|
15316
|
-
.k-checkbox-label > .k-checkbox {
|
|
15317
|
-
margin-right: 4px;
|
|
15318
|
-
flex-shrink: 0;
|
|
15319
|
-
}
|
|
15320
|
-
|
|
15321
|
-
kendo-label.k-checkbox-label > .k-checkbox:last-child {
|
|
15322
|
-
margin-right: 0;
|
|
15323
|
-
}
|
|
15324
|
-
|
|
15325
|
-
kendo-label.k-checkbox-label > .k-label:first-child {
|
|
15326
|
-
margin-right: 4px;
|
|
15327
|
-
}
|
|
15328
|
-
|
|
15329
|
-
kendo-label.k-checkbox-label > .k-label {
|
|
15330
|
-
display: inline;
|
|
15331
|
-
}
|
|
15332
|
-
|
|
15333
|
-
.k-checkbox-label:empty {
|
|
15334
|
-
display: none;
|
|
15335
|
-
}
|
|
15336
|
-
|
|
15337
|
-
.k-checkbox-label.k-no-text {
|
|
15338
|
-
min-width: 1px;
|
|
15339
|
-
}
|
|
15340
|
-
|
|
15341
|
-
.k-checkbox-list {
|
|
15342
|
-
margin: 0px;
|
|
15343
|
-
padding: 0px;
|
|
15344
|
-
list-style: none;
|
|
15345
|
-
}
|
|
15346
|
-
|
|
15347
|
-
.k-checkbox-list .k-checkbox-item {
|
|
15348
|
-
padding: 4px 0px;
|
|
15349
|
-
}
|
|
15350
|
-
|
|
15351
|
-
.k-list-horizontal .k-checkbox-item {
|
|
15352
|
-
display: inline-block;
|
|
15353
|
-
margin: 0 32px 0 0;
|
|
15354
|
-
}
|
|
15355
|
-
|
|
15356
|
-
.k-list-horizontal .k-checkbox-item:last-child {
|
|
15357
|
-
margin-right: 0;
|
|
15358
|
-
}
|
|
15359
|
-
|
|
15360
|
-
[dir="rtl"] .k-checkbox + .k-checkbox-label,
|
|
15361
|
-
[dir="rtl"] .k-checkbox-label + .k-checkbox {
|
|
15362
|
-
margin-left: 0;
|
|
15363
|
-
margin-right: 4px;
|
|
15364
|
-
}
|
|
15365
|
-
|
|
15366
|
-
[dir="rtl"] .k-checkbox-label > .k-checkbox {
|
|
15367
|
-
margin-right: 0;
|
|
15368
|
-
margin-left: 4px;
|
|
15369
|
-
}
|
|
15370
|
-
|
|
15371
|
-
[dir="rtl"] kendo-label.k-checkbox-label > .k-checkbox:last-child {
|
|
15372
|
-
margin-left: 0;
|
|
15373
|
-
}
|
|
15374
|
-
|
|
15375
|
-
[dir="rtl"] kendo-label.k-checkbox-label > .k-label:first-child {
|
|
15376
|
-
margin-right: 0;
|
|
15377
|
-
margin-left: 4px;
|
|
15378
|
-
}
|
|
15379
|
-
|
|
15380
|
-
[dir="rtl"] .k-list-horizontal .k-checkbox-item {
|
|
15381
|
-
margin-right: 0;
|
|
15382
|
-
margin-left: 32px;
|
|
15383
|
-
}
|
|
15384
|
-
|
|
15385
|
-
[dir="rtl"] .k-list-horizontal .k-checkbox-item:last-child {
|
|
15386
|
-
margin-left: 0;
|
|
15387
|
-
}
|
|
15388
|
-
|
|
15389
|
-
.k-ripple-container .k-checkbox-sm::after {
|
|
15390
|
-
content: "";
|
|
15391
|
-
display: block;
|
|
15392
|
-
position: absolute;
|
|
15393
|
-
left: 0;
|
|
15394
|
-
top: 0;
|
|
15395
|
-
width: 36px;
|
|
15396
|
-
height: 36px;
|
|
15397
|
-
margin-left: -14px;
|
|
15398
|
-
margin-top: -14px;
|
|
15399
|
-
border-radius: 100%;
|
|
15400
|
-
z-index: 1;
|
|
15401
|
-
transform: scale(0);
|
|
15402
|
-
}
|
|
15403
|
-
|
|
15404
|
-
.k-ripple-container .k-checkbox:disabled::after,
|
|
15405
|
-
.k-ripple-container .k-checkbox.k-disabled::after {
|
|
15406
|
-
display: none;
|
|
15407
|
-
}
|
|
15408
|
-
|
|
15409
|
-
.k-ripple-container .k-checkbox-md::after {
|
|
15410
|
-
content: "";
|
|
15411
|
-
display: block;
|
|
15412
|
-
position: absolute;
|
|
15413
|
-
left: 0;
|
|
15414
|
-
top: 0;
|
|
15415
|
-
width: 48px;
|
|
15416
|
-
height: 48px;
|
|
15417
|
-
margin-left: -18px;
|
|
15418
|
-
margin-top: -18px;
|
|
15419
|
-
border-radius: 100%;
|
|
15420
|
-
z-index: 1;
|
|
15421
|
-
transform: scale(0);
|
|
15422
|
-
}
|
|
15423
|
-
|
|
15424
|
-
.k-ripple-container .k-checkbox:disabled::after,
|
|
15425
|
-
.k-ripple-container .k-checkbox.k-disabled::after {
|
|
15426
|
-
display: none;
|
|
15427
|
-
}
|
|
15428
|
-
|
|
15429
|
-
.k-ripple-container .k-checkbox-lg::after {
|
|
15430
|
-
content: "";
|
|
15431
|
-
display: block;
|
|
15432
|
-
position: absolute;
|
|
15433
|
-
left: 0;
|
|
15434
|
-
top: 0;
|
|
15435
|
-
width: 72px;
|
|
15436
|
-
height: 72px;
|
|
15437
|
-
margin-left: -26px;
|
|
15438
|
-
margin-top: -26px;
|
|
15439
|
-
border-radius: 100%;
|
|
15440
|
-
z-index: 1;
|
|
15441
|
-
transform: scale(0);
|
|
15442
|
-
}
|
|
15443
|
-
|
|
15444
|
-
.k-ripple-container .k-checkbox:disabled::after,
|
|
15445
|
-
.k-ripple-container .k-checkbox.k-disabled::after {
|
|
15446
|
-
display: none;
|
|
15447
|
-
}
|
|
15448
|
-
|
|
15449
|
-
.k-checkbox {
|
|
15450
|
-
border-color: rgba(0, 0, 0, 0.08);
|
|
15451
|
-
color: transparent;
|
|
15452
|
-
background-color: #ffffff;
|
|
15453
|
-
}
|
|
15454
|
-
|
|
15455
|
-
.k-checkbox:focus,
|
|
15456
|
-
.k-checkbox.k-focus {
|
|
15457
|
-
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
|
|
15458
|
-
}
|
|
15459
|
-
|
|
15460
|
-
.k-checkbox:indeterminate,
|
|
15461
|
-
.k-checkbox.k-indeterminate {
|
|
15462
|
-
border-color: rgba(0, 0, 0, 0.08);
|
|
15463
|
-
color: #ff6358;
|
|
15464
|
-
background-color: #ffffff;
|
|
15465
|
-
}
|
|
15466
|
-
|
|
15467
|
-
.k-checkbox:checked,
|
|
15468
|
-
.k-checkbox.k-checked {
|
|
15469
|
-
border-color: #ff6358;
|
|
15470
|
-
color: white;
|
|
15471
|
-
background-color: #ff6358;
|
|
15472
|
-
}
|
|
15473
|
-
|
|
15474
|
-
.k-checkbox:checked:focus,
|
|
15475
|
-
.k-checkbox.k-checked.k-focus {
|
|
15476
|
-
box-shadow: 0 0 0 2px rgba(255, 99, 88, 0.3);
|
|
15477
|
-
}
|
|
15478
|
-
|
|
15479
|
-
.k-checkbox:invalid,
|
|
15480
|
-
.k-checkbox.k-invalid {
|
|
15481
|
-
border-color: rgba(243, 23, 0, 0.5);
|
|
15482
|
-
}
|
|
15483
|
-
|
|
15484
|
-
.k-checkbox:invalid + .k-checkbox-label,
|
|
15485
|
-
.k-checkbox.k-invalid + .k-checkbox-label {
|
|
15486
|
-
color: #f31700;
|
|
15487
|
-
}
|
|
15488
|
-
|
|
15489
|
-
.k-ripple-container .k-checkbox::after {
|
|
15490
|
-
background: #ff6358;
|
|
15491
|
-
opacity: 0.3;
|
|
15492
|
-
}
|
|
15493
|
-
|
|
15494
15590
|
.k-listbox {
|
|
15495
|
-
width:
|
|
15591
|
+
width: 10em;
|
|
15496
15592
|
height: 200px;
|
|
15497
15593
|
border-width: 0;
|
|
15498
15594
|
outline: 0;
|
|
@@ -15859,6 +15955,7 @@ kendo-label.k-checkbox-label > .k-label {
|
|
|
15859
15955
|
background-repeat: no-repeat;
|
|
15860
15956
|
background-size: contain;
|
|
15861
15957
|
display: inline-block;
|
|
15958
|
+
flex: none;
|
|
15862
15959
|
vertical-align: middle;
|
|
15863
15960
|
position: relative;
|
|
15864
15961
|
cursor: pointer;
|
|
@@ -15957,6 +16054,23 @@ kendo-label.k-checkbox-label > .k-label {
|
|
|
15957
16054
|
box-shadow: none;
|
|
15958
16055
|
}
|
|
15959
16056
|
|
|
16057
|
+
.k-radio-wrap {
|
|
16058
|
+
flex: none;
|
|
16059
|
+
display: inline-flex;
|
|
16060
|
+
flex-flow: row nowrap;
|
|
16061
|
+
gap: 0;
|
|
16062
|
+
align-items: center;
|
|
16063
|
+
}
|
|
16064
|
+
|
|
16065
|
+
.k-radio-wrap::before {
|
|
16066
|
+
content: "\200b";
|
|
16067
|
+
width: 0px;
|
|
16068
|
+
overflow: hidden;
|
|
16069
|
+
flex: none;
|
|
16070
|
+
display: inline-block;
|
|
16071
|
+
vertical-align: top;
|
|
16072
|
+
}
|
|
16073
|
+
|
|
15960
16074
|
.k-radio + .k-radio-label {
|
|
15961
16075
|
display: inline;
|
|
15962
16076
|
}
|
|
@@ -15977,7 +16091,7 @@ kendo-label.k-checkbox-label > .k-label {
|
|
|
15977
16091
|
}
|
|
15978
16092
|
|
|
15979
16093
|
.k-radio-label:empty {
|
|
15980
|
-
display: none;
|
|
16094
|
+
display: none !important;
|
|
15981
16095
|
}
|
|
15982
16096
|
|
|
15983
16097
|
.k-radio-label .k-ripple {
|
|
@@ -16011,22 +16125,34 @@ kendo-label.k-radio-label > .k-label {
|
|
|
16011
16125
|
}
|
|
16012
16126
|
|
|
16013
16127
|
.k-radio-list {
|
|
16014
|
-
margin:
|
|
16015
|
-
padding:
|
|
16128
|
+
margin: 0;
|
|
16129
|
+
padding: 0;
|
|
16130
|
+
display: flex;
|
|
16131
|
+
flex-flow: column nowrap;
|
|
16132
|
+
gap: 0;
|
|
16016
16133
|
list-style: none;
|
|
16017
16134
|
}
|
|
16018
16135
|
|
|
16019
|
-
.k-radio-
|
|
16136
|
+
.k-radio-item,
|
|
16137
|
+
.k-radio-list-item {
|
|
16020
16138
|
padding: 4px 0px;
|
|
16139
|
+
display: flex;
|
|
16140
|
+
flex-flow: row nowrap;
|
|
16141
|
+
align-items: center;
|
|
16142
|
+
align-content: center;
|
|
16143
|
+
gap: 4px;
|
|
16021
16144
|
}
|
|
16022
16145
|
|
|
16023
|
-
.k-
|
|
16024
|
-
|
|
16025
|
-
|
|
16146
|
+
.k-radio-item .k-radio-label,
|
|
16147
|
+
.k-radio-list-item .k-radio-label {
|
|
16148
|
+
line-height: inherit;
|
|
16026
16149
|
}
|
|
16027
16150
|
|
|
16028
|
-
.k-list-horizontal
|
|
16029
|
-
|
|
16151
|
+
.k-radio-list-horizontal,
|
|
16152
|
+
.k-radio-list.k-list-horizontal {
|
|
16153
|
+
display: flex;
|
|
16154
|
+
flex-flow: row wrap;
|
|
16155
|
+
gap: 16px;
|
|
16030
16156
|
}
|
|
16031
16157
|
|
|
16032
16158
|
.k-rtl .k-radio + .k-radio-label,
|
|
@@ -16056,17 +16182,6 @@ kendo-label.k-radio-label > .k-label {
|
|
|
16056
16182
|
margin-left: 4px;
|
|
16057
16183
|
}
|
|
16058
16184
|
|
|
16059
|
-
.k-rtl .k-list-horizontal .k-radio-item,
|
|
16060
|
-
[dir="rtl"] .k-list-horizontal .k-radio-item {
|
|
16061
|
-
margin-right: 0;
|
|
16062
|
-
margin-left: 32px;
|
|
16063
|
-
}
|
|
16064
|
-
|
|
16065
|
-
.k-rtl .k-list-horizontal .k-radio-item:last-child,
|
|
16066
|
-
[dir="rtl"] .k-list-horizontal .k-radio-item:last-child {
|
|
16067
|
-
margin-left: 0;
|
|
16068
|
-
}
|
|
16069
|
-
|
|
16070
16185
|
.k-ripple-container .k-radio-sm::after {
|
|
16071
16186
|
content: "";
|
|
16072
16187
|
display: block;
|
|
@@ -17724,6 +17839,10 @@ kendo-label.k-radio-label > .k-label {
|
|
|
17724
17839
|
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px white;
|
|
17725
17840
|
}
|
|
17726
17841
|
|
|
17842
|
+
.k-numeric-textbox .k-input-inner, .k-numerictextbox .k-input-inner {
|
|
17843
|
+
text-overflow: clip;
|
|
17844
|
+
}
|
|
17845
|
+
|
|
17727
17846
|
.k-colorgradient {
|
|
17728
17847
|
border-radius: 2px;
|
|
17729
17848
|
width: 272px;
|
|
@@ -17975,14 +18094,18 @@ kendo-label.k-radio-label > .k-label {
|
|
|
17975
18094
|
}
|
|
17976
18095
|
|
|
17977
18096
|
.k-coloreditor-preview {
|
|
18097
|
+
display: flex;
|
|
18098
|
+
flex-flow: column nowrap;
|
|
18099
|
+
align-items: stretch;
|
|
18100
|
+
justify-content: center;
|
|
18101
|
+
gap: 4px;
|
|
17978
18102
|
position: relative;
|
|
17979
|
-
gap: 3px;
|
|
17980
18103
|
z-index: 1;
|
|
17981
18104
|
}
|
|
17982
18105
|
|
|
17983
18106
|
.k-coloreditor-preview .k-color-preview {
|
|
17984
|
-
width:
|
|
17985
|
-
height:
|
|
18107
|
+
width: 32px;
|
|
18108
|
+
height: 12px;
|
|
17986
18109
|
}
|
|
17987
18110
|
|
|
17988
18111
|
.k-coloreditor-views {
|
|
@@ -18028,6 +18151,43 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18028
18151
|
width: min-content;
|
|
18029
18152
|
}
|
|
18030
18153
|
|
|
18154
|
+
.k-datetime-selector {
|
|
18155
|
+
display: flex;
|
|
18156
|
+
transition: transform .2s;
|
|
18157
|
+
}
|
|
18158
|
+
|
|
18159
|
+
.k-datetime-wrap {
|
|
18160
|
+
width: 288px;
|
|
18161
|
+
overflow: hidden;
|
|
18162
|
+
}
|
|
18163
|
+
|
|
18164
|
+
.k-datetime-calendar-wrap,
|
|
18165
|
+
.k-datetime-time-wrap {
|
|
18166
|
+
text-align: center;
|
|
18167
|
+
flex: 0 0 288px;
|
|
18168
|
+
}
|
|
18169
|
+
|
|
18170
|
+
.k-date-tab .k-datetime-selector {
|
|
18171
|
+
transform: translateX(0);
|
|
18172
|
+
}
|
|
18173
|
+
|
|
18174
|
+
.k-time-tab .k-datetime-selector {
|
|
18175
|
+
transform: translateX(-100%);
|
|
18176
|
+
}
|
|
18177
|
+
|
|
18178
|
+
.k-datetimepicker[dir="rtl"] .k-time-tab .k-datetime-selector,
|
|
18179
|
+
.k-rtl .k-datetimepicker .k-time-tab .k-datetime-selector {
|
|
18180
|
+
transform: translateX(100%);
|
|
18181
|
+
}
|
|
18182
|
+
|
|
18183
|
+
.k-daterange-picker, .k-daterangepicker {
|
|
18184
|
+
width: 100%;
|
|
18185
|
+
display: flex;
|
|
18186
|
+
flex-flow: row nowrap;
|
|
18187
|
+
align-items: flex-start;
|
|
18188
|
+
gap: 8px;
|
|
18189
|
+
}
|
|
18190
|
+
|
|
18031
18191
|
.k-dropdowngrid-popup {
|
|
18032
18192
|
overflow: hidden;
|
|
18033
18193
|
}
|
|
@@ -18322,7 +18482,7 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18322
18482
|
}
|
|
18323
18483
|
|
|
18324
18484
|
.k-treeview {
|
|
18325
|
-
padding:
|
|
18485
|
+
padding: 0;
|
|
18326
18486
|
border-width: 0;
|
|
18327
18487
|
background: none;
|
|
18328
18488
|
box-sizing: border-box;
|
|
@@ -18336,38 +18496,32 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18336
18496
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
18337
18497
|
}
|
|
18338
18498
|
|
|
18339
|
-
.k-treeview
|
|
18340
|
-
|
|
18341
|
-
-webkit-touch-callout: none;
|
|
18342
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
18343
|
-
}
|
|
18344
|
-
|
|
18345
|
-
.k-treeview .k-content,
|
|
18346
|
-
.k-treeview > .k-treeview-group,
|
|
18347
|
-
.k-treeview .k-treeview-item > .k-treeview-group {
|
|
18499
|
+
.k-treeview-group,
|
|
18500
|
+
.k-treeview .k-group {
|
|
18348
18501
|
margin: 0;
|
|
18349
18502
|
padding: 0;
|
|
18350
|
-
background: none;
|
|
18351
18503
|
list-style: none;
|
|
18352
18504
|
position: relative;
|
|
18505
|
+
outline: 0;
|
|
18506
|
+
-webkit-touch-callout: none;
|
|
18507
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
18353
18508
|
}
|
|
18354
18509
|
|
|
18355
|
-
.k-treeview
|
|
18356
|
-
.k-treeview
|
|
18357
|
-
.k-treeview .k-treeview-item > .k-treeview-group.ng-animating {
|
|
18510
|
+
.k-treeview-group.ng-animating,
|
|
18511
|
+
.k-treeview .k-group.ng-animating {
|
|
18358
18512
|
overflow: hidden;
|
|
18359
18513
|
}
|
|
18360
18514
|
|
|
18361
|
-
.k-treeview
|
|
18362
|
-
.k-treeview
|
|
18363
|
-
.k-treeview
|
|
18515
|
+
.k-treeview-top,
|
|
18516
|
+
.k-treeview-mid,
|
|
18517
|
+
.k-treeview-bot {
|
|
18364
18518
|
display: flex;
|
|
18365
18519
|
flex-direction: row;
|
|
18366
18520
|
align-items: center;
|
|
18367
18521
|
align-content: center;
|
|
18368
18522
|
}
|
|
18369
18523
|
|
|
18370
|
-
.k-treeview
|
|
18524
|
+
.k-treeview-item {
|
|
18371
18525
|
outline-style: none;
|
|
18372
18526
|
margin: 0;
|
|
18373
18527
|
padding: 0 0 0 16px;
|
|
@@ -18375,63 +18529,54 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18375
18529
|
display: block;
|
|
18376
18530
|
}
|
|
18377
18531
|
|
|
18378
|
-
.k-treeview
|
|
18379
|
-
|
|
18380
|
-
border: 0px solid transparent;
|
|
18381
|
-
text-decoration: none;
|
|
18532
|
+
.k-treeview-toggle {
|
|
18533
|
+
flex: none;
|
|
18382
18534
|
display: inline-flex;
|
|
18535
|
+
flex-flow: row nowrap;
|
|
18383
18536
|
align-items: center;
|
|
18384
|
-
align-content: center;
|
|
18385
|
-
vertical-align: middle;
|
|
18386
|
-
position: relative;
|
|
18387
|
-
}
|
|
18388
|
-
|
|
18389
|
-
.k-treeview .k-treeview-leaf.k-state-focused {
|
|
18390
|
-
z-index: 1;
|
|
18391
|
-
}
|
|
18392
|
-
|
|
18393
|
-
.k-treeview .k-treeview-load-more-button {
|
|
18394
18537
|
cursor: pointer;
|
|
18395
18538
|
}
|
|
18396
18539
|
|
|
18397
|
-
.k-treeview
|
|
18398
|
-
|
|
18540
|
+
.k-treeview-toggle + .k-checkbox-wrap,
|
|
18541
|
+
.k-treeview-toggle + .k-checkbox-wrapper {
|
|
18542
|
+
margin-left: 4px;
|
|
18399
18543
|
}
|
|
18400
18544
|
|
|
18401
|
-
.k-treeview
|
|
18402
|
-
|
|
18545
|
+
.k-treeview-loading {
|
|
18546
|
+
margin-right: 4px;
|
|
18403
18547
|
}
|
|
18404
18548
|
|
|
18405
|
-
.k-treeview .k-
|
|
18406
|
-
|
|
18549
|
+
.k-treeview .k-checkbox-wrap,
|
|
18550
|
+
.k-treeview .k-checkbox-wrapper {
|
|
18407
18551
|
margin-right: 4px;
|
|
18408
18552
|
}
|
|
18409
18553
|
|
|
18410
|
-
.k-treeview
|
|
18411
|
-
|
|
18412
|
-
|
|
18413
|
-
|
|
18554
|
+
.k-treeview-leaf {
|
|
18555
|
+
border: 0px solid transparent;
|
|
18556
|
+
text-decoration: none;
|
|
18557
|
+
display: inline-flex;
|
|
18558
|
+
align-items: center;
|
|
18559
|
+
align-content: center;
|
|
18560
|
+
vertical-align: middle;
|
|
18561
|
+
position: relative;
|
|
18414
18562
|
}
|
|
18415
18563
|
|
|
18416
|
-
.k-treeview
|
|
18417
|
-
.k-treeview
|
|
18418
|
-
|
|
18564
|
+
.k-treeview-leaf .k-icon,
|
|
18565
|
+
.k-treeview-leaf .k-image,
|
|
18566
|
+
.k-treeview-leaf .k-sprite {
|
|
18567
|
+
margin-right: 4px;
|
|
18419
18568
|
}
|
|
18420
18569
|
|
|
18421
|
-
.k-treeview .k-
|
|
18422
|
-
|
|
18570
|
+
.k-treeview-leaf.k-state-focus, .k-treeview-leaf.k-state-focused {
|
|
18571
|
+
z-index: 1;
|
|
18423
18572
|
}
|
|
18424
18573
|
|
|
18425
|
-
.k-treeview .k-
|
|
18426
|
-
|
|
18427
|
-
transform: translate(-50%, -50%);
|
|
18428
|
-
z-index: 1000;
|
|
18574
|
+
.k-treeview .k-treeview-load-more-button {
|
|
18575
|
+
cursor: pointer;
|
|
18429
18576
|
}
|
|
18430
18577
|
|
|
18431
|
-
.k-treeview .k-treeview-
|
|
18432
|
-
|
|
18433
|
-
.k-treeview .k-treeview-leaf .k-sprite {
|
|
18434
|
-
margin-right: 4px;
|
|
18578
|
+
.k-treeview .k-treeview-load-more-button:hover, .k-treeview .k-treeview-load-more-button.k-state-hover, .k-treeview .k-treeview-load-more-button:focus, .k-treeview .k-treeview-load-more-button.k-state-focus, .k-treeview .k-treeview-load-more-button.k-state-focused {
|
|
18579
|
+
text-decoration: underline;
|
|
18435
18580
|
}
|
|
18436
18581
|
|
|
18437
18582
|
.k-rtl .k-treeview .k-treeview-item,
|
|
@@ -18440,34 +18585,28 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18440
18585
|
padding-right: 16px;
|
|
18441
18586
|
}
|
|
18442
18587
|
|
|
18443
|
-
.k-rtl .k-treeview .k-treeview-
|
|
18444
|
-
.k-treeview[dir="rtl"] .k-treeview-
|
|
18445
|
-
padding-left: 0;
|
|
18446
|
-
padding-right: 36px;
|
|
18447
|
-
}
|
|
18448
|
-
|
|
18449
|
-
.k-rtl .k-treeview .k-treeview-load-more-checkboxes-container .k-i-loading,
|
|
18450
|
-
.k-treeview[dir="rtl"] .k-treeview-load-more-checkboxes-container .k-i-loading {
|
|
18451
|
-
margin-left: 4px;
|
|
18452
|
-
margin-right: -20px;
|
|
18453
|
-
}
|
|
18454
|
-
|
|
18455
|
-
.k-rtl .k-treeview .k-i-expand,
|
|
18456
|
-
.k-rtl .k-treeview .k-i-collapse,
|
|
18457
|
-
.k-treeview[dir="rtl"] .k-i-expand,
|
|
18458
|
-
.k-treeview[dir="rtl"] .k-i-collapse {
|
|
18588
|
+
.k-rtl .k-treeview .k-treeview-toggle,
|
|
18589
|
+
.k-treeview[dir="rtl"] .k-treeview-toggle {
|
|
18459
18590
|
margin-left: 0;
|
|
18460
18591
|
margin-right: -16px;
|
|
18461
18592
|
}
|
|
18462
18593
|
|
|
18463
|
-
.k-rtl .k-treeview .k-
|
|
18464
|
-
.k-rtl .k-treeview .k-
|
|
18465
|
-
.k-treeview[dir="rtl"] .k-
|
|
18466
|
-
.k-treeview[dir="rtl"] .k-
|
|
18594
|
+
.k-rtl .k-treeview .k-treeview-toggle + .k-checkbox-wrap,
|
|
18595
|
+
.k-rtl .k-treeview .k-treeview-toggle + .k-checkbox-wrapper,
|
|
18596
|
+
.k-treeview[dir="rtl"] .k-treeview-toggle + .k-checkbox-wrap,
|
|
18597
|
+
.k-treeview[dir="rtl"] .k-treeview-toggle + .k-checkbox-wrapper {
|
|
18467
18598
|
margin-right: 4px;
|
|
18468
18599
|
}
|
|
18469
18600
|
|
|
18601
|
+
.k-rtl .k-treeview .k-treeview-loading,
|
|
18602
|
+
.k-treeview[dir="rtl"] .k-treeview-loading {
|
|
18603
|
+
margin-right: 0;
|
|
18604
|
+
margin-left: 4px;
|
|
18605
|
+
}
|
|
18606
|
+
|
|
18607
|
+
.k-rtl .k-treeview .k-checkbox-wrap,
|
|
18470
18608
|
.k-rtl .k-treeview .k-checkbox-wrapper,
|
|
18609
|
+
.k-treeview[dir="rtl"] .k-checkbox-wrap,
|
|
18471
18610
|
.k-treeview[dir="rtl"] .k-checkbox-wrapper {
|
|
18472
18611
|
margin-right: 0;
|
|
18473
18612
|
margin-left: 4px;
|
|
@@ -18476,11 +18615,17 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18476
18615
|
.k-rtl .k-treeview .k-treeview-leaf .k-icon,
|
|
18477
18616
|
.k-rtl .k-treeview .k-treeview-leaf .k-image,
|
|
18478
18617
|
.k-rtl .k-treeview .k-treeview-leaf .k-sprite,
|
|
18618
|
+
.k-rtl .k-treeview .k-in .k-icon,
|
|
18619
|
+
.k-rtl .k-treeview .k-in .k-image,
|
|
18620
|
+
.k-rtl .k-treeview .k-in .k-sprite,
|
|
18479
18621
|
.k-treeview[dir="rtl"] .k-treeview-leaf .k-icon,
|
|
18480
18622
|
.k-treeview[dir="rtl"] .k-treeview-leaf .k-image,
|
|
18481
|
-
.k-treeview[dir="rtl"] .k-treeview-leaf .k-sprite
|
|
18482
|
-
|
|
18623
|
+
.k-treeview[dir="rtl"] .k-treeview-leaf .k-sprite,
|
|
18624
|
+
.k-treeview[dir="rtl"] .k-in .k-icon,
|
|
18625
|
+
.k-treeview[dir="rtl"] .k-in .k-image,
|
|
18626
|
+
.k-treeview[dir="rtl"] .k-in .k-sprite {
|
|
18483
18627
|
margin-right: 0;
|
|
18628
|
+
margin-left: 4px;
|
|
18484
18629
|
}
|
|
18485
18630
|
|
|
18486
18631
|
.k-treeview-sm {
|
|
@@ -18514,19 +18659,18 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18514
18659
|
color: #424242;
|
|
18515
18660
|
}
|
|
18516
18661
|
|
|
18517
|
-
.k-treeview .k-treeview-leaf
|
|
18518
|
-
.k-treeview .k-treeview-leaf.k-hover {
|
|
18662
|
+
.k-treeview-leaf:hover, .k-treeview-leaf.k-hover {
|
|
18519
18663
|
color: #424242;
|
|
18520
18664
|
background-color: #f0f0f0;
|
|
18521
18665
|
}
|
|
18522
18666
|
|
|
18523
|
-
.k-treeview .k-treeview-leaf.k-
|
|
18524
|
-
|
|
18525
|
-
background-color: #ff6358;
|
|
18667
|
+
.k-treeview-leaf:focus, .k-treeview-leaf.k-focus {
|
|
18668
|
+
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
18526
18669
|
}
|
|
18527
18670
|
|
|
18528
|
-
.k-treeview
|
|
18529
|
-
|
|
18671
|
+
.k-treeview-leaf.k-selected {
|
|
18672
|
+
color: white;
|
|
18673
|
+
background-color: #ff6358;
|
|
18530
18674
|
}
|
|
18531
18675
|
|
|
18532
18676
|
.k-treeview .k-treeview-load-more-button {
|
|
@@ -18534,17 +18678,15 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18534
18678
|
background-color: transparent;
|
|
18535
18679
|
}
|
|
18536
18680
|
|
|
18537
|
-
.k-treeview .k-treeview-load-more-button:hover,
|
|
18538
|
-
.k-treeview .k-treeview-load-more-button.k-hover {
|
|
18681
|
+
.k-treeview .k-treeview-load-more-button:hover, .k-treeview .k-treeview-load-more-button.k-hover {
|
|
18539
18682
|
color: #d6534a;
|
|
18540
18683
|
background-color: transparent;
|
|
18541
18684
|
}
|
|
18542
18685
|
|
|
18543
|
-
.k-treeview .k-treeview-load-more-button:focus,
|
|
18544
|
-
|
|
18545
|
-
color: #ff6358;
|
|
18686
|
+
.k-treeview .k-treeview-load-more-button:focus, .k-treeview .k-treeview-load-more-button.k-focus {
|
|
18687
|
+
color: #d6534a;
|
|
18546
18688
|
background-color: transparent;
|
|
18547
|
-
box-shadow:
|
|
18689
|
+
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
18548
18690
|
}
|
|
18549
18691
|
|
|
18550
18692
|
.k-rating {
|
|
@@ -19550,6 +19692,11 @@ kendo-label.k-radio-label > .k-label {
|
|
|
19550
19692
|
display: inline-block;
|
|
19551
19693
|
}
|
|
19552
19694
|
|
|
19695
|
+
.k-appbar .k-input,
|
|
19696
|
+
.k-appbar .k-picker:not(.k-colorpicker) {
|
|
19697
|
+
width: 10em;
|
|
19698
|
+
}
|
|
19699
|
+
|
|
19553
19700
|
.k-appbar-static {
|
|
19554
19701
|
position: static;
|
|
19555
19702
|
}
|
|
@@ -19689,49 +19836,7 @@ kendo-label.k-radio-label > .k-label {
|
|
|
19689
19836
|
}
|
|
19690
19837
|
|
|
19691
19838
|
.k-fab-square {
|
|
19692
|
-
|
|
19693
|
-
}
|
|
19694
|
-
|
|
19695
|
-
.k-fab-square.k-fab-sm {
|
|
19696
|
-
width: calc(1.4285714286em + 18px);
|
|
19697
|
-
height: calc(1.4285714286em + 18px);
|
|
19698
|
-
}
|
|
19699
|
-
|
|
19700
|
-
.k-fab-square.k-fab-md {
|
|
19701
|
-
width: calc(1.4285714286em + 34px);
|
|
19702
|
-
height: calc(1.4285714286em + 34px);
|
|
19703
|
-
}
|
|
19704
|
-
|
|
19705
|
-
.k-fab-square.k-fab-lg {
|
|
19706
|
-
width: calc(1.4285714286em + 50px);
|
|
19707
|
-
height: calc(1.4285714286em + 50px);
|
|
19708
|
-
}
|
|
19709
|
-
|
|
19710
|
-
.k-fab-circle {
|
|
19711
|
-
border-radius: 50%;
|
|
19712
|
-
}
|
|
19713
|
-
|
|
19714
|
-
.k-fab-circle.k-fab-sm {
|
|
19715
|
-
width: calc(1.4285714286em + 18px);
|
|
19716
|
-
height: calc(1.4285714286em + 18px);
|
|
19717
|
-
}
|
|
19718
|
-
|
|
19719
|
-
.k-fab-circle.k-fab-md {
|
|
19720
|
-
width: calc(1.4285714286em + 34px);
|
|
19721
|
-
height: calc(1.4285714286em + 34px);
|
|
19722
|
-
}
|
|
19723
|
-
|
|
19724
|
-
.k-fab-circle.k-fab-lg {
|
|
19725
|
-
width: calc(1.4285714286em + 50px);
|
|
19726
|
-
height: calc(1.4285714286em + 50px);
|
|
19727
|
-
}
|
|
19728
|
-
|
|
19729
|
-
.k-fab-pill {
|
|
19730
|
-
border-radius: 5rem;
|
|
19731
|
-
}
|
|
19732
|
-
|
|
19733
|
-
.k-fab-rounded {
|
|
19734
|
-
border-radius: 2px;
|
|
19839
|
+
aspect-ratio: 1;
|
|
19735
19840
|
}
|
|
19736
19841
|
|
|
19737
19842
|
.k-fab-items {
|
|
@@ -19824,7 +19929,7 @@ kendo-label.k-radio-label > .k-label {
|
|
|
19824
19929
|
flex-direction: row-reverse;
|
|
19825
19930
|
}
|
|
19826
19931
|
|
|
19827
|
-
.k-fab-primary {
|
|
19932
|
+
.k-fab-solid-primary {
|
|
19828
19933
|
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
|
|
19829
19934
|
outline: 1px solid #ff6358;
|
|
19830
19935
|
outline-offset: -1px;
|
|
@@ -19833,7 +19938,7 @@ kendo-label.k-radio-label > .k-label {
|
|
|
19833
19938
|
background-color: #ff6358;
|
|
19834
19939
|
}
|
|
19835
19940
|
|
|
19836
|
-
.k-fab-secondary {
|
|
19941
|
+
.k-fab-solid-secondary {
|
|
19837
19942
|
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
|
|
19838
19943
|
outline: 1px solid #666666;
|
|
19839
19944
|
outline-offset: -1px;
|
|
@@ -19842,7 +19947,7 @@ kendo-label.k-radio-label > .k-label {
|
|
|
19842
19947
|
background-color: #666666;
|
|
19843
19948
|
}
|
|
19844
19949
|
|
|
19845
|
-
.k-fab-tertiary {
|
|
19950
|
+
.k-fab-solid-tertiary {
|
|
19846
19951
|
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
|
|
19847
19952
|
outline: 1px solid #03a9f4;
|
|
19848
19953
|
outline-offset: -1px;
|
|
@@ -19851,7 +19956,7 @@ kendo-label.k-radio-label > .k-label {
|
|
|
19851
19956
|
background-color: #03a9f4;
|
|
19852
19957
|
}
|
|
19853
19958
|
|
|
19854
|
-
.k-fab-info {
|
|
19959
|
+
.k-fab-solid-info {
|
|
19855
19960
|
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
|
|
19856
19961
|
outline: 1px solid #0058e9;
|
|
19857
19962
|
outline-offset: -1px;
|
|
@@ -19860,7 +19965,7 @@ kendo-label.k-radio-label > .k-label {
|
|
|
19860
19965
|
background-color: #0058e9;
|
|
19861
19966
|
}
|
|
19862
19967
|
|
|
19863
|
-
.k-fab-success {
|
|
19968
|
+
.k-fab-solid-success {
|
|
19864
19969
|
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
|
|
19865
19970
|
outline: 1px solid #37b400;
|
|
19866
19971
|
outline-offset: -1px;
|
|
@@ -19869,7 +19974,7 @@ kendo-label.k-radio-label > .k-label {
|
|
|
19869
19974
|
background-color: #37b400;
|
|
19870
19975
|
}
|
|
19871
19976
|
|
|
19872
|
-
.k-fab-warning {
|
|
19977
|
+
.k-fab-solid-warning {
|
|
19873
19978
|
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
|
|
19874
19979
|
outline: 1px solid #ffc000;
|
|
19875
19980
|
outline-offset: -1px;
|
|
@@ -19878,7 +19983,7 @@ kendo-label.k-radio-label > .k-label {
|
|
|
19878
19983
|
background-color: #ffc000;
|
|
19879
19984
|
}
|
|
19880
19985
|
|
|
19881
|
-
.k-fab-error {
|
|
19986
|
+
.k-fab-solid-error {
|
|
19882
19987
|
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
|
|
19883
19988
|
outline: 1px solid #f31700;
|
|
19884
19989
|
outline-offset: -1px;
|
|
@@ -19887,7 +19992,7 @@ kendo-label.k-radio-label > .k-label {
|
|
|
19887
19992
|
background-color: #f31700;
|
|
19888
19993
|
}
|
|
19889
19994
|
|
|
19890
|
-
.k-fab-dark {
|
|
19995
|
+
.k-fab-solid-dark {
|
|
19891
19996
|
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
|
|
19892
19997
|
outline: 1px solid #424242;
|
|
19893
19998
|
outline-offset: -1px;
|
|
@@ -19896,7 +20001,7 @@ kendo-label.k-radio-label > .k-label {
|
|
|
19896
20001
|
background-color: #424242;
|
|
19897
20002
|
}
|
|
19898
20003
|
|
|
19899
|
-
.k-fab-light {
|
|
20004
|
+
.k-fab-solid-light {
|
|
19900
20005
|
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
|
|
19901
20006
|
outline: 1px solid #ebebeb;
|
|
19902
20007
|
outline-offset: -1px;
|
|
@@ -19905,7 +20010,7 @@ kendo-label.k-radio-label > .k-label {
|
|
|
19905
20010
|
background-color: #ebebeb;
|
|
19906
20011
|
}
|
|
19907
20012
|
|
|
19908
|
-
.k-fab-inverse {
|
|
20013
|
+
.k-fab-solid-inverse {
|
|
19909
20014
|
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
|
|
19910
20015
|
outline: 1px solid #424242;
|
|
19911
20016
|
outline-offset: -1px;
|
|
@@ -19914,300 +20019,280 @@ kendo-label.k-radio-label > .k-label {
|
|
|
19914
20019
|
background-color: #424242;
|
|
19915
20020
|
}
|
|
19916
20021
|
|
|
19917
|
-
.k-
|
|
19918
|
-
.k-
|
|
19919
|
-
.k-fab-primary:hover {
|
|
20022
|
+
.k-hover.k-fab-solid-primary,
|
|
20023
|
+
.k-fab-solid-primary:hover {
|
|
19920
20024
|
border-color: #f55f54;
|
|
19921
20025
|
background-color: #f55f54;
|
|
19922
20026
|
}
|
|
19923
20027
|
|
|
19924
|
-
.k-
|
|
19925
|
-
.k-
|
|
19926
|
-
.k-fab-secondary:hover {
|
|
20028
|
+
.k-hover.k-fab-solid-secondary,
|
|
20029
|
+
.k-fab-solid-secondary:hover {
|
|
19927
20030
|
border-color: #626262;
|
|
19928
20031
|
background-color: #626262;
|
|
19929
20032
|
}
|
|
19930
20033
|
|
|
19931
|
-
.k-
|
|
19932
|
-
.k-
|
|
19933
|
-
.k-fab-tertiary:hover {
|
|
20034
|
+
.k-hover.k-fab-solid-tertiary,
|
|
20035
|
+
.k-fab-solid-tertiary:hover {
|
|
19934
20036
|
border-color: #03a2ea;
|
|
19935
20037
|
background-color: #03a2ea;
|
|
19936
20038
|
}
|
|
19937
20039
|
|
|
19938
|
-
.k-
|
|
19939
|
-
.k-
|
|
19940
|
-
.k-fab-info:hover {
|
|
20040
|
+
.k-hover.k-fab-solid-info,
|
|
20041
|
+
.k-fab-solid-info:hover {
|
|
19941
20042
|
border-color: #0054e0;
|
|
19942
20043
|
background-color: #0054e0;
|
|
19943
20044
|
}
|
|
19944
20045
|
|
|
19945
|
-
.k-
|
|
19946
|
-
.k-
|
|
19947
|
-
.k-fab-success:hover {
|
|
20046
|
+
.k-hover.k-fab-solid-success,
|
|
20047
|
+
.k-fab-solid-success:hover {
|
|
19948
20048
|
border-color: #35ad00;
|
|
19949
20049
|
background-color: #35ad00;
|
|
19950
20050
|
}
|
|
19951
20051
|
|
|
19952
|
-
.k-
|
|
19953
|
-
.k-
|
|
19954
|
-
.k-fab-warning:hover {
|
|
20052
|
+
.k-hover.k-fab-solid-warning,
|
|
20053
|
+
.k-fab-solid-warning:hover {
|
|
19955
20054
|
border-color: #f5b800;
|
|
19956
20055
|
background-color: #f5b800;
|
|
19957
20056
|
}
|
|
19958
20057
|
|
|
19959
|
-
.k-
|
|
19960
|
-
.k-
|
|
19961
|
-
.k-fab-error:hover {
|
|
20058
|
+
.k-hover.k-fab-solid-error,
|
|
20059
|
+
.k-fab-solid-error:hover {
|
|
19962
20060
|
border-color: #e91600;
|
|
19963
20061
|
background-color: #e91600;
|
|
19964
20062
|
}
|
|
19965
20063
|
|
|
19966
|
-
.k-
|
|
19967
|
-
.k-
|
|
19968
|
-
.k-fab-dark:hover {
|
|
20064
|
+
.k-hover.k-fab-solid-dark,
|
|
20065
|
+
.k-fab-solid-dark:hover {
|
|
19969
20066
|
border-color: #3f3f3f;
|
|
19970
20067
|
background-color: #3f3f3f;
|
|
19971
20068
|
}
|
|
19972
20069
|
|
|
19973
|
-
.k-
|
|
19974
|
-
.k-
|
|
19975
|
-
.k-fab-light:hover {
|
|
20070
|
+
.k-hover.k-fab-solid-light,
|
|
20071
|
+
.k-fab-solid-light:hover {
|
|
19976
20072
|
border-color: #e2e2e2;
|
|
19977
20073
|
background-color: #e2e2e2;
|
|
19978
20074
|
}
|
|
19979
20075
|
|
|
19980
|
-
.k-
|
|
19981
|
-
.k-
|
|
19982
|
-
.k-fab-inverse:hover {
|
|
20076
|
+
.k-hover.k-fab-solid-inverse,
|
|
20077
|
+
.k-fab-solid-inverse:hover {
|
|
19983
20078
|
border-color: #3f3f3f;
|
|
19984
20079
|
background-color: #3f3f3f;
|
|
19985
20080
|
}
|
|
19986
20081
|
|
|
19987
|
-
.k-fab-primary.k-
|
|
19988
|
-
.k-fab-primary
|
|
19989
|
-
.k-fab-primary:focus {
|
|
20082
|
+
.k-fab-solid-primary.k-focus,
|
|
20083
|
+
.k-fab-solid-primary:focus {
|
|
19990
20084
|
outline-style: solid;
|
|
19991
20085
|
outline-width: 2px;
|
|
19992
20086
|
outline-color: rgba(255, 99, 88, 0.3);
|
|
19993
20087
|
}
|
|
19994
20088
|
|
|
19995
|
-
.k-fab-secondary.k-
|
|
19996
|
-
.k-fab-secondary
|
|
19997
|
-
.k-fab-secondary:focus {
|
|
20089
|
+
.k-fab-solid-secondary.k-focus,
|
|
20090
|
+
.k-fab-solid-secondary:focus {
|
|
19998
20091
|
outline-style: solid;
|
|
19999
20092
|
outline-width: 2px;
|
|
20000
20093
|
outline-color: rgba(102, 102, 102, 0.3);
|
|
20001
20094
|
}
|
|
20002
20095
|
|
|
20003
|
-
.k-fab-tertiary.k-
|
|
20004
|
-
.k-fab-tertiary
|
|
20005
|
-
.k-fab-tertiary:focus {
|
|
20096
|
+
.k-fab-solid-tertiary.k-focus,
|
|
20097
|
+
.k-fab-solid-tertiary:focus {
|
|
20006
20098
|
outline-style: solid;
|
|
20007
20099
|
outline-width: 2px;
|
|
20008
20100
|
outline-color: rgba(3, 169, 244, 0.3);
|
|
20009
20101
|
}
|
|
20010
20102
|
|
|
20011
|
-
.k-fab-info.k-
|
|
20012
|
-
.k-fab-info
|
|
20013
|
-
.k-fab-info:focus {
|
|
20103
|
+
.k-fab-solid-info.k-focus,
|
|
20104
|
+
.k-fab-solid-info:focus {
|
|
20014
20105
|
outline-style: solid;
|
|
20015
20106
|
outline-width: 2px;
|
|
20016
20107
|
outline-color: rgba(0, 88, 233, 0.3);
|
|
20017
20108
|
}
|
|
20018
20109
|
|
|
20019
|
-
.k-fab-success.k-
|
|
20020
|
-
.k-fab-success
|
|
20021
|
-
.k-fab-success:focus {
|
|
20110
|
+
.k-fab-solid-success.k-focus,
|
|
20111
|
+
.k-fab-solid-success:focus {
|
|
20022
20112
|
outline-style: solid;
|
|
20023
20113
|
outline-width: 2px;
|
|
20024
20114
|
outline-color: rgba(55, 180, 0, 0.3);
|
|
20025
20115
|
}
|
|
20026
20116
|
|
|
20027
|
-
.k-fab-warning.k-
|
|
20028
|
-
.k-fab-warning
|
|
20029
|
-
.k-fab-warning:focus {
|
|
20117
|
+
.k-fab-solid-warning.k-focus,
|
|
20118
|
+
.k-fab-solid-warning:focus {
|
|
20030
20119
|
outline-style: solid;
|
|
20031
20120
|
outline-width: 2px;
|
|
20032
20121
|
outline-color: rgba(255, 192, 0, 0.3);
|
|
20033
20122
|
}
|
|
20034
20123
|
|
|
20035
|
-
.k-fab-error.k-
|
|
20036
|
-
.k-fab-error
|
|
20037
|
-
.k-fab-error:focus {
|
|
20124
|
+
.k-fab-solid-error.k-focus,
|
|
20125
|
+
.k-fab-solid-error:focus {
|
|
20038
20126
|
outline-style: solid;
|
|
20039
20127
|
outline-width: 2px;
|
|
20040
20128
|
outline-color: rgba(243, 23, 0, 0.3);
|
|
20041
20129
|
}
|
|
20042
20130
|
|
|
20043
|
-
.k-fab-dark.k-
|
|
20044
|
-
.k-fab-dark
|
|
20045
|
-
.k-fab-dark:focus {
|
|
20131
|
+
.k-fab-solid-dark.k-focus,
|
|
20132
|
+
.k-fab-solid-dark:focus {
|
|
20046
20133
|
outline-style: solid;
|
|
20047
20134
|
outline-width: 2px;
|
|
20048
20135
|
outline-color: rgba(66, 66, 66, 0.3);
|
|
20049
20136
|
}
|
|
20050
20137
|
|
|
20051
|
-
.k-fab-light.k-
|
|
20052
|
-
.k-fab-light
|
|
20053
|
-
.k-fab-light:focus {
|
|
20138
|
+
.k-fab-solid-light.k-focus,
|
|
20139
|
+
.k-fab-solid-light:focus {
|
|
20054
20140
|
outline-style: solid;
|
|
20055
20141
|
outline-width: 2px;
|
|
20056
20142
|
outline-color: rgba(235, 235, 235, 0.3);
|
|
20057
20143
|
}
|
|
20058
20144
|
|
|
20059
|
-
.k-fab-inverse.k-
|
|
20060
|
-
.k-fab-inverse
|
|
20061
|
-
.k-fab-inverse:focus {
|
|
20145
|
+
.k-fab-solid-inverse.k-focus,
|
|
20146
|
+
.k-fab-solid-inverse:focus {
|
|
20062
20147
|
outline-style: solid;
|
|
20063
20148
|
outline-width: 2px;
|
|
20064
20149
|
outline-color: rgba(66, 66, 66, 0.3);
|
|
20065
20150
|
}
|
|
20066
20151
|
|
|
20067
|
-
.k-
|
|
20068
|
-
.k-
|
|
20069
|
-
.k-fab-primary:active {
|
|
20152
|
+
.k-active.k-fab-solid-primary,
|
|
20153
|
+
.k-selected.k-fab-solid-primary,
|
|
20154
|
+
.k-fab-solid-primary:active {
|
|
20070
20155
|
border-color: #e0574d;
|
|
20071
20156
|
background-color: #e0574d;
|
|
20072
20157
|
}
|
|
20073
20158
|
|
|
20074
|
-
.k-
|
|
20075
|
-
.k-
|
|
20076
|
-
.k-fab-secondary:active {
|
|
20159
|
+
.k-active.k-fab-solid-secondary,
|
|
20160
|
+
.k-selected.k-fab-solid-secondary,
|
|
20161
|
+
.k-fab-solid-secondary:active {
|
|
20077
20162
|
border-color: #5a5a5a;
|
|
20078
20163
|
background-color: #5a5a5a;
|
|
20079
20164
|
}
|
|
20080
20165
|
|
|
20081
|
-
.k-
|
|
20082
|
-
.k-
|
|
20083
|
-
.k-fab-tertiary:active {
|
|
20166
|
+
.k-active.k-fab-solid-tertiary,
|
|
20167
|
+
.k-selected.k-fab-solid-tertiary,
|
|
20168
|
+
.k-fab-solid-tertiary:active {
|
|
20084
20169
|
border-color: #0395d7;
|
|
20085
20170
|
background-color: #0395d7;
|
|
20086
20171
|
}
|
|
20087
20172
|
|
|
20088
|
-
.k-
|
|
20089
|
-
.k-
|
|
20090
|
-
.k-fab-info:active {
|
|
20173
|
+
.k-active.k-fab-solid-info,
|
|
20174
|
+
.k-selected.k-fab-solid-info,
|
|
20175
|
+
.k-fab-solid-info:active {
|
|
20091
20176
|
border-color: #004dcd;
|
|
20092
20177
|
background-color: #004dcd;
|
|
20093
20178
|
}
|
|
20094
20179
|
|
|
20095
|
-
.k-
|
|
20096
|
-
.k-
|
|
20097
|
-
.k-fab-success:active {
|
|
20180
|
+
.k-active.k-fab-solid-success,
|
|
20181
|
+
.k-selected.k-fab-solid-success,
|
|
20182
|
+
.k-fab-solid-success:active {
|
|
20098
20183
|
border-color: #309e00;
|
|
20099
20184
|
background-color: #309e00;
|
|
20100
20185
|
}
|
|
20101
20186
|
|
|
20102
|
-
.k-
|
|
20103
|
-
.k-
|
|
20104
|
-
.k-fab-warning:active {
|
|
20187
|
+
.k-active.k-fab-solid-warning,
|
|
20188
|
+
.k-selected.k-fab-solid-warning,
|
|
20189
|
+
.k-fab-solid-warning:active {
|
|
20105
20190
|
border-color: #e0a900;
|
|
20106
20191
|
background-color: #e0a900;
|
|
20107
20192
|
}
|
|
20108
20193
|
|
|
20109
|
-
.k-
|
|
20110
|
-
.k-
|
|
20111
|
-
.k-fab-error:active {
|
|
20194
|
+
.k-active.k-fab-solid-error,
|
|
20195
|
+
.k-selected.k-fab-solid-error,
|
|
20196
|
+
.k-fab-solid-error:active {
|
|
20112
20197
|
border-color: #d61400;
|
|
20113
20198
|
background-color: #d61400;
|
|
20114
20199
|
}
|
|
20115
20200
|
|
|
20116
|
-
.k-
|
|
20117
|
-
.k-
|
|
20118
|
-
.k-fab-dark:active {
|
|
20201
|
+
.k-active.k-fab-solid-dark,
|
|
20202
|
+
.k-selected.k-fab-solid-dark,
|
|
20203
|
+
.k-fab-solid-dark:active {
|
|
20119
20204
|
border-color: #3a3a3a;
|
|
20120
20205
|
background-color: #3a3a3a;
|
|
20121
20206
|
}
|
|
20122
20207
|
|
|
20123
|
-
.k-
|
|
20124
|
-
.k-
|
|
20125
|
-
.k-fab-light:active {
|
|
20208
|
+
.k-active.k-fab-solid-light,
|
|
20209
|
+
.k-selected.k-fab-solid-light,
|
|
20210
|
+
.k-fab-solid-light:active {
|
|
20126
20211
|
border-color: #cfcfcf;
|
|
20127
20212
|
background-color: #cfcfcf;
|
|
20128
20213
|
}
|
|
20129
20214
|
|
|
20130
|
-
.k-
|
|
20131
|
-
.k-
|
|
20132
|
-
.k-fab-inverse:active {
|
|
20215
|
+
.k-active.k-fab-solid-inverse,
|
|
20216
|
+
.k-selected.k-fab-solid-inverse,
|
|
20217
|
+
.k-fab-solid-inverse:active {
|
|
20133
20218
|
border-color: #3a3a3a;
|
|
20134
20219
|
background-color: #3a3a3a;
|
|
20135
20220
|
}
|
|
20136
20221
|
|
|
20137
|
-
.k-
|
|
20138
|
-
.k-fab-primary:disabled {
|
|
20222
|
+
.k-disabled.k-fab-solid-primary,
|
|
20223
|
+
.k-fab-solid-primary:disabled {
|
|
20139
20224
|
box-shadow: 0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232);
|
|
20140
20225
|
background-color: #ffa19b;
|
|
20141
20226
|
color: white;
|
|
20142
20227
|
opacity: 1;
|
|
20143
20228
|
}
|
|
20144
20229
|
|
|
20145
|
-
.k-
|
|
20146
|
-
.k-fab-secondary:disabled {
|
|
20230
|
+
.k-disabled.k-fab-solid-secondary,
|
|
20231
|
+
.k-fab-solid-secondary:disabled {
|
|
20147
20232
|
box-shadow: 0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232);
|
|
20148
20233
|
background-color: #a3a3a3;
|
|
20149
20234
|
color: white;
|
|
20150
20235
|
opacity: 1;
|
|
20151
20236
|
}
|
|
20152
20237
|
|
|
20153
|
-
.k-
|
|
20154
|
-
.k-fab-tertiary:disabled {
|
|
20238
|
+
.k-disabled.k-fab-solid-tertiary,
|
|
20239
|
+
.k-fab-solid-tertiary:disabled {
|
|
20155
20240
|
box-shadow: 0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232);
|
|
20156
20241
|
background-color: #68cbf8;
|
|
20157
20242
|
color: white;
|
|
20158
20243
|
opacity: 1;
|
|
20159
20244
|
}
|
|
20160
20245
|
|
|
20161
|
-
.k-
|
|
20162
|
-
.k-fab-info:disabled {
|
|
20246
|
+
.k-disabled.k-fab-solid-info,
|
|
20247
|
+
.k-fab-solid-info:disabled {
|
|
20163
20248
|
box-shadow: 0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232);
|
|
20164
20249
|
background-color: #669bf2;
|
|
20165
20250
|
color: white;
|
|
20166
20251
|
opacity: 1;
|
|
20167
20252
|
}
|
|
20168
20253
|
|
|
20169
|
-
.k-
|
|
20170
|
-
.k-fab-success:disabled {
|
|
20254
|
+
.k-disabled.k-fab-solid-success,
|
|
20255
|
+
.k-fab-solid-success:disabled {
|
|
20171
20256
|
box-shadow: 0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232);
|
|
20172
20257
|
background-color: #87d266;
|
|
20173
20258
|
color: white;
|
|
20174
20259
|
opacity: 1;
|
|
20175
20260
|
}
|
|
20176
20261
|
|
|
20177
|
-
.k-
|
|
20178
|
-
.k-fab-warning:disabled {
|
|
20262
|
+
.k-disabled.k-fab-solid-warning,
|
|
20263
|
+
.k-fab-solid-warning:disabled {
|
|
20179
20264
|
box-shadow: 0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232);
|
|
20180
20265
|
background-color: #ffd966;
|
|
20181
20266
|
color: #666666;
|
|
20182
20267
|
opacity: 1;
|
|
20183
20268
|
}
|
|
20184
20269
|
|
|
20185
|
-
.k-
|
|
20186
|
-
.k-fab-error:disabled {
|
|
20270
|
+
.k-disabled.k-fab-solid-error,
|
|
20271
|
+
.k-fab-solid-error:disabled {
|
|
20187
20272
|
box-shadow: 0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232);
|
|
20188
20273
|
background-color: #f87466;
|
|
20189
20274
|
color: white;
|
|
20190
20275
|
opacity: 1;
|
|
20191
20276
|
}
|
|
20192
20277
|
|
|
20193
|
-
.k-
|
|
20194
|
-
.k-fab-dark:disabled {
|
|
20278
|
+
.k-disabled.k-fab-solid-dark,
|
|
20279
|
+
.k-fab-solid-dark:disabled {
|
|
20195
20280
|
box-shadow: 0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232);
|
|
20196
20281
|
background-color: #8e8e8e;
|
|
20197
20282
|
color: white;
|
|
20198
20283
|
opacity: 1;
|
|
20199
20284
|
}
|
|
20200
20285
|
|
|
20201
|
-
.k-
|
|
20202
|
-
.k-fab-light:disabled {
|
|
20286
|
+
.k-disabled.k-fab-solid-light,
|
|
20287
|
+
.k-fab-solid-light:disabled {
|
|
20203
20288
|
box-shadow: 0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232);
|
|
20204
20289
|
background-color: #f3f3f3;
|
|
20205
20290
|
color: #666666;
|
|
20206
20291
|
opacity: 1;
|
|
20207
20292
|
}
|
|
20208
20293
|
|
|
20209
|
-
.k-
|
|
20210
|
-
.k-fab-inverse:disabled {
|
|
20294
|
+
.k-disabled.k-fab-solid-inverse,
|
|
20295
|
+
.k-fab-solid-inverse:disabled {
|
|
20211
20296
|
box-shadow: 0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232);
|
|
20212
20297
|
background-color: #8e8e8e;
|
|
20213
20298
|
color: white;
|
|
@@ -20230,36 +20315,34 @@ kendo-label.k-radio-label > .k-label {
|
|
|
20230
20315
|
outline-offset: -1px;
|
|
20231
20316
|
}
|
|
20232
20317
|
|
|
20233
|
-
.k-fab-item.k-
|
|
20234
|
-
.k-fab-item
|
|
20318
|
+
.k-fab-item.k-hover .k-fab-item-icon,
|
|
20319
|
+
.k-fab-item:hover .k-fab-item-icon {
|
|
20235
20320
|
border-color: rgba(0, 0, 0, 0.1168);
|
|
20236
20321
|
background-color: #ebebeb;
|
|
20237
20322
|
}
|
|
20238
20323
|
|
|
20239
20324
|
.k-fab-item:focus .k-fab-item-text,
|
|
20240
20325
|
.k-fab-item:focus .k-fab-item-icon,
|
|
20241
|
-
.k-fab-item.k-
|
|
20242
|
-
.k-fab-item.k-
|
|
20243
|
-
.k-fab-item.k-state-focused .k-fab-item-text,
|
|
20244
|
-
.k-fab-item.k-state-focused .k-fab-item-icon {
|
|
20326
|
+
.k-fab-item.k-focus .k-fab-item-text,
|
|
20327
|
+
.k-fab-item.k-focus .k-fab-item-icon {
|
|
20245
20328
|
outline-style: solid;
|
|
20246
20329
|
outline-width: 2px;
|
|
20247
20330
|
outline-color: rgba(0, 0, 0, 0.08);
|
|
20248
20331
|
}
|
|
20249
20332
|
|
|
20250
|
-
.k-fab-item.k-
|
|
20333
|
+
.k-fab-item.k-active .k-fab-item-icon,
|
|
20251
20334
|
.k-fab-item:active .k-fab-item-icon {
|
|
20252
20335
|
border-color: rgba(0, 0, 0, 0.1536);
|
|
20253
20336
|
background-color: #e1e1e1;
|
|
20254
20337
|
}
|
|
20255
20338
|
|
|
20256
|
-
.k-fab-item.k-
|
|
20339
|
+
.k-fab-item.k-disabled,
|
|
20257
20340
|
.k-fab-item:disabled {
|
|
20258
20341
|
opacity: 1;
|
|
20259
20342
|
}
|
|
20260
20343
|
|
|
20261
|
-
.k-fab-item.k-
|
|
20262
|
-
.k-fab-item.k-
|
|
20344
|
+
.k-fab-item.k-disabled .k-fab-item-text,
|
|
20345
|
+
.k-fab-item.k-disabled .k-fab-item-icon,
|
|
20263
20346
|
.k-fab-item:disabled .k-fab-item-text,
|
|
20264
20347
|
.k-fab-item:disabled .k-fab-item-icon {
|
|
20265
20348
|
box-shadow: 0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232);
|
|
@@ -20289,8 +20372,12 @@ kendo-label.k-radio-label > .k-label {
|
|
|
20289
20372
|
}
|
|
20290
20373
|
|
|
20291
20374
|
.k-menu-item {
|
|
20375
|
+
box-sizing: border-box;
|
|
20292
20376
|
border-width: 0;
|
|
20293
20377
|
outline: 0;
|
|
20378
|
+
display: flex;
|
|
20379
|
+
flex-flow: column nowrap;
|
|
20380
|
+
flex: none;
|
|
20294
20381
|
position: relative;
|
|
20295
20382
|
-webkit-user-select: none;
|
|
20296
20383
|
-ms-user-select: none;
|
|
@@ -20314,26 +20401,30 @@ kendo-label.k-radio-label > .k-label {
|
|
|
20314
20401
|
outline: 0;
|
|
20315
20402
|
color: inherit;
|
|
20316
20403
|
display: flex;
|
|
20317
|
-
flex-
|
|
20404
|
+
flex-flow: row nowrap;
|
|
20318
20405
|
flex: 1 1 auto;
|
|
20406
|
+
gap: 4px;
|
|
20319
20407
|
align-items: center;
|
|
20320
20408
|
position: relative;
|
|
20321
20409
|
white-space: nowrap;
|
|
20322
20410
|
cursor: pointer;
|
|
20323
20411
|
}
|
|
20324
20412
|
|
|
20325
|
-
.k-menu-link
|
|
20326
|
-
|
|
20327
|
-
|
|
20328
|
-
|
|
20413
|
+
.k-menu-link-text {
|
|
20414
|
+
display: flex;
|
|
20415
|
+
flex-flow: row nowrap;
|
|
20416
|
+
flex: 1 1 auto;
|
|
20417
|
+
overflow: hidden;
|
|
20418
|
+
text-overflow: ellipsis;
|
|
20329
20419
|
}
|
|
20330
20420
|
|
|
20331
20421
|
.k-menu-expand-arrow {
|
|
20332
|
-
margin:
|
|
20333
|
-
|
|
20334
|
-
|
|
20335
|
-
|
|
20336
|
-
|
|
20422
|
+
margin-inline-end: -4px;
|
|
20423
|
+
display: inline-flex;
|
|
20424
|
+
flex-flow: row wrap;
|
|
20425
|
+
align-items: center;
|
|
20426
|
+
flex: none;
|
|
20427
|
+
position: relative;
|
|
20337
20428
|
}
|
|
20338
20429
|
|
|
20339
20430
|
.k-menu-horizontal {
|
|
@@ -20345,7 +20436,7 @@ kendo-label.k-radio-label > .k-label {
|
|
|
20345
20436
|
}
|
|
20346
20437
|
|
|
20347
20438
|
.k-menu-horizontal > .k-separator {
|
|
20348
|
-
margin: 0
|
|
20439
|
+
margin: 0 4px;
|
|
20349
20440
|
width: 0;
|
|
20350
20441
|
height: auto;
|
|
20351
20442
|
border-width: 0 0 0 1px;
|
|
@@ -20363,8 +20454,16 @@ kendo-label.k-radio-label > .k-label {
|
|
|
20363
20454
|
.k-menu-vertical > .k-menu-item > .k-menu-link {
|
|
20364
20455
|
}
|
|
20365
20456
|
|
|
20457
|
+
.k-menu-vertical .k-menu-expand-arrow {
|
|
20458
|
+
margin: 0;
|
|
20459
|
+
position: absolute;
|
|
20460
|
+
top: 50%;
|
|
20461
|
+
transform: translateY(-50%);
|
|
20462
|
+
right: 4px;
|
|
20463
|
+
}
|
|
20464
|
+
|
|
20366
20465
|
.k-menu-vertical > .k-separator {
|
|
20367
|
-
margin:
|
|
20466
|
+
margin: 4px 0;
|
|
20368
20467
|
height: 0;
|
|
20369
20468
|
border-width: 1px 0 0;
|
|
20370
20469
|
border-style: solid;
|
|
@@ -20396,8 +20495,16 @@ kendo-label.k-radio-label > .k-label {
|
|
|
20396
20495
|
margin-top: 0px;
|
|
20397
20496
|
}
|
|
20398
20497
|
|
|
20498
|
+
.k-menu-group .k-menu-expand-arrow {
|
|
20499
|
+
margin: 0;
|
|
20500
|
+
position: absolute;
|
|
20501
|
+
top: 50%;
|
|
20502
|
+
transform: translateY(-50%);
|
|
20503
|
+
right: 4px;
|
|
20504
|
+
}
|
|
20505
|
+
|
|
20399
20506
|
.k-menu-group .k-separator {
|
|
20400
|
-
margin:
|
|
20507
|
+
margin: 4px 0;
|
|
20401
20508
|
height: 0;
|
|
20402
20509
|
border-width: 1px 0 0;
|
|
20403
20510
|
border-style: solid;
|
|
@@ -20420,6 +20527,11 @@ kendo-label.k-radio-label > .k-label {
|
|
|
20420
20527
|
padding-inline-end: 28px;
|
|
20421
20528
|
}
|
|
20422
20529
|
|
|
20530
|
+
.k-menu-group-sm .k-menu-expand-arrow {
|
|
20531
|
+
margin-inline-start: 6px;
|
|
20532
|
+
margin-inline-end: -25px;
|
|
20533
|
+
}
|
|
20534
|
+
|
|
20423
20535
|
.k-menu-group-md {
|
|
20424
20536
|
font-size: 14px;
|
|
20425
20537
|
line-height: 1.4285714286;
|
|
@@ -20435,13 +20547,18 @@ kendo-label.k-radio-label > .k-label {
|
|
|
20435
20547
|
padding-inline-end: 32px;
|
|
20436
20548
|
}
|
|
20437
20549
|
|
|
20550
|
+
.k-menu-group-md .k-menu-expand-arrow {
|
|
20551
|
+
margin-inline-start: 8px;
|
|
20552
|
+
margin-inline-end: -28px;
|
|
20553
|
+
}
|
|
20554
|
+
|
|
20438
20555
|
.k-menu-group-lg {
|
|
20439
|
-
font-size:
|
|
20556
|
+
font-size: 16px;
|
|
20440
20557
|
line-height: 1.5;
|
|
20441
20558
|
}
|
|
20442
20559
|
|
|
20443
20560
|
.k-menu-group-lg .k-menu-item {
|
|
20444
|
-
font-size:
|
|
20561
|
+
font-size: 16px;
|
|
20445
20562
|
line-height: 1.5;
|
|
20446
20563
|
}
|
|
20447
20564
|
|
|
@@ -20450,6 +20567,11 @@ kendo-label.k-radio-label > .k-label {
|
|
|
20450
20567
|
padding-inline-end: 36px;
|
|
20451
20568
|
}
|
|
20452
20569
|
|
|
20570
|
+
.k-menu-group-lg .k-menu-expand-arrow {
|
|
20571
|
+
margin-inline-start: 10px;
|
|
20572
|
+
margin-inline-end: -31px;
|
|
20573
|
+
}
|
|
20574
|
+
|
|
20453
20575
|
.k-popups-wrapper {
|
|
20454
20576
|
position: relative;
|
|
20455
20577
|
border: 0;
|
|
@@ -20475,9 +20597,13 @@ kendo-label.k-radio-label > .k-label {
|
|
|
20475
20597
|
z-index: 12000;
|
|
20476
20598
|
}
|
|
20477
20599
|
|
|
20478
|
-
.k-context-menu-popup > .k-popup:not(.k-menu-popup),
|
|
20479
20600
|
.k-context-menu-popup .k-context-menu {
|
|
20480
|
-
border: 0;
|
|
20601
|
+
border-width: 0;
|
|
20602
|
+
}
|
|
20603
|
+
|
|
20604
|
+
.k-popup .k-context-menu,
|
|
20605
|
+
.k-context-menu-popup .k-context-menu {
|
|
20606
|
+
border-width: 0;
|
|
20481
20607
|
}
|
|
20482
20608
|
|
|
20483
20609
|
.k-menu-scroll-wrapper {
|
|
@@ -20534,22 +20660,6 @@ kendo-label.k-radio-label > .k-label {
|
|
|
20534
20660
|
border-top-width: 1px;
|
|
20535
20661
|
}
|
|
20536
20662
|
|
|
20537
|
-
.k-rtl .k-menu-link > .k-icon:not(.k-menu-expand-arrow),
|
|
20538
|
-
.k-rtl .k-menu-link > .k-image,
|
|
20539
|
-
.k-rtl .k-menu-link > .k-sprite,
|
|
20540
|
-
[dir="rtl"] .k-menu-link > .k-icon:not(.k-menu-expand-arrow),
|
|
20541
|
-
[dir="rtl"] .k-menu-link > .k-image,
|
|
20542
|
-
[dir="rtl"] .k-menu-link > .k-sprite {
|
|
20543
|
-
margin-left: 4px;
|
|
20544
|
-
margin-right: 0;
|
|
20545
|
-
}
|
|
20546
|
-
|
|
20547
|
-
.k-rtl .k-menu-expand-arrow,
|
|
20548
|
-
[dir="rtl"] .k-menu-expand-arrow {
|
|
20549
|
-
right: unset;
|
|
20550
|
-
left: 4px;
|
|
20551
|
-
}
|
|
20552
|
-
|
|
20553
20663
|
.k-rtl .k-menu-horizontal > .k-menu-item + .k-menu-item,
|
|
20554
20664
|
[dir="rtl"] .k-menu-horizontal > .k-menu-item + .k-menu-item {
|
|
20555
20665
|
margin-right: 0px;
|
|
@@ -20813,8 +20923,8 @@ kendo-label.k-radio-label > .k-label {
|
|
|
20813
20923
|
.k-window-title {
|
|
20814
20924
|
padding: .5em 0;
|
|
20815
20925
|
margin: -.5em 0;
|
|
20816
|
-
font-size:
|
|
20817
|
-
line-height: 1.
|
|
20926
|
+
font-size: 16px;
|
|
20927
|
+
line-height: 1.25;
|
|
20818
20928
|
text-overflow: ellipsis;
|
|
20819
20929
|
overflow: hidden;
|
|
20820
20930
|
cursor: default;
|
|
@@ -21517,15 +21627,13 @@ kendo-card-footer {
|
|
|
21517
21627
|
.k-card-title {
|
|
21518
21628
|
margin: 0 0 8px;
|
|
21519
21629
|
font-size: 16px;
|
|
21520
|
-
|
|
21521
|
-
line-height: normal;
|
|
21630
|
+
line-height: 1.25;
|
|
21522
21631
|
font-weight: 400;
|
|
21523
21632
|
}
|
|
21524
21633
|
|
|
21525
21634
|
.k-card-subtitle {
|
|
21526
21635
|
margin: 0 0 8px;
|
|
21527
21636
|
font-size: 12px;
|
|
21528
|
-
font-family: inherit;
|
|
21529
21637
|
line-height: normal;
|
|
21530
21638
|
font-weight: 400;
|
|
21531
21639
|
}
|
|
@@ -22605,7 +22713,7 @@ kendo-card-footer {
|
|
|
22605
22713
|
|
|
22606
22714
|
.k-pager-input .k-textbox {
|
|
22607
22715
|
margin: 0 1ex;
|
|
22608
|
-
width:
|
|
22716
|
+
width: 5em;
|
|
22609
22717
|
}
|
|
22610
22718
|
|
|
22611
22719
|
.k-pager-sizes .k-dropdown-list,
|
|
@@ -23109,7 +23217,7 @@ kendo-card-footer {
|
|
|
23109
23217
|
.k-tabstrip-items {
|
|
23110
23218
|
outline: 0;
|
|
23111
23219
|
display: flex;
|
|
23112
|
-
flex-
|
|
23220
|
+
flex-flow: row wrap;
|
|
23113
23221
|
flex: 0 0 auto;
|
|
23114
23222
|
}
|
|
23115
23223
|
|
|
@@ -24256,10 +24364,6 @@ kendo-card-footer {
|
|
|
24256
24364
|
min-width: auto;
|
|
24257
24365
|
}
|
|
24258
24366
|
|
|
24259
|
-
.k-pane-wrapper .k-grid .k-grid-search {
|
|
24260
|
-
width: 100%;
|
|
24261
|
-
}
|
|
24262
|
-
|
|
24263
24367
|
.k-grid.k-grid-mobile {
|
|
24264
24368
|
border-width: 0;
|
|
24265
24369
|
}
|
|
@@ -25438,14 +25542,6 @@ div.k-grid-footer {
|
|
|
25438
25542
|
padding: 4px 8px;
|
|
25439
25543
|
}
|
|
25440
25544
|
|
|
25441
|
-
.k-grid-columnmenu-popup {
|
|
25442
|
-
width: 230px;
|
|
25443
|
-
}
|
|
25444
|
-
|
|
25445
|
-
.k-grid-columnmenu-popup.k-popup {
|
|
25446
|
-
padding: 2px 0;
|
|
25447
|
-
}
|
|
25448
|
-
|
|
25449
25545
|
.k-filter-row {
|
|
25450
25546
|
line-height: 1.4285714286;
|
|
25451
25547
|
}
|
|
@@ -25894,84 +25990,85 @@ div.k-grid-norecords {
|
|
|
25894
25990
|
padding: 0 !important;
|
|
25895
25991
|
}
|
|
25896
25992
|
|
|
25897
|
-
.k-filter-menu
|
|
25898
|
-
.k-grid-filter-popup.k-popup .k-filter-menu-container {
|
|
25993
|
+
.k-filter-menu-popup {
|
|
25899
25994
|
width: 230px;
|
|
25900
25995
|
}
|
|
25901
25996
|
|
|
25902
|
-
.k-filter-menu
|
|
25903
|
-
|
|
25904
|
-
.k-popup .k-filter-menu .k-multicheck-wrap,
|
|
25905
|
-
.k-popup .k-grid-filter-popup .k-multicheck-wrap {
|
|
25906
|
-
padding: 8px 8px 0;
|
|
25997
|
+
.k-filter-menu {
|
|
25998
|
+
box-sizing: border-box;
|
|
25907
25999
|
}
|
|
25908
26000
|
|
|
25909
|
-
.k-filter-menu
|
|
25910
|
-
|
|
25911
|
-
|
|
25912
|
-
|
|
25913
|
-
|
|
26001
|
+
.k-filter-menu-container {
|
|
26002
|
+
padding: 8px;
|
|
26003
|
+
box-sizing: border-box;
|
|
26004
|
+
display: flex;
|
|
26005
|
+
flex-flow: column nowrap;
|
|
26006
|
+
align-items: stretch;
|
|
26007
|
+
gap: 8px;
|
|
25914
26008
|
}
|
|
25915
26009
|
|
|
25916
|
-
.k-filter-menu
|
|
25917
|
-
|
|
25918
|
-
|
|
25919
|
-
.k-popup .k-grid-filter-popup .k-multicheck-wrap .k-check-all-wrap {
|
|
25920
|
-
padding-bottom: 4px;
|
|
25921
|
-
border-bottom-width: 1px;
|
|
25922
|
-
border-bottom-style: solid;
|
|
26010
|
+
.k-filter-menu-container .k-filter-and {
|
|
26011
|
+
width: min-content;
|
|
26012
|
+
align-self: start;
|
|
25923
26013
|
}
|
|
25924
26014
|
|
|
25925
|
-
.k-filter-menu.k-
|
|
25926
|
-
.k-
|
|
25927
|
-
.k-
|
|
25928
|
-
|
|
25929
|
-
padding:
|
|
26015
|
+
.k-filter-menu-container .k-actions, .k-filter-menu-container .k-edit-buttons,
|
|
26016
|
+
.k-filter-menu-container .k-action-buttons,
|
|
26017
|
+
.k-filter-menu-container .k-columnmenu-actions, .k-filter-menu-container .k-form-buttons {
|
|
26018
|
+
margin: 0;
|
|
26019
|
+
padding: 0;
|
|
25930
26020
|
}
|
|
25931
26021
|
|
|
25932
|
-
.k-filter-menu
|
|
25933
|
-
.k-
|
|
25934
|
-
.k-
|
|
25935
|
-
.k-
|
|
25936
|
-
|
|
26022
|
+
.k-filter-menu-container kendo-numeric-filter-menu,
|
|
26023
|
+
.k-filter-menu-container kendo-grid-string-filter-menu,
|
|
26024
|
+
.k-filter-menu-container kendo-grid-date-filter-menu,
|
|
26025
|
+
.k-filter-menu-container kendo-grid-filter-menu-input-wrapper {
|
|
26026
|
+
display: flex;
|
|
26027
|
+
flex-flow: column nowrap;
|
|
26028
|
+
align-items: stretch;
|
|
26029
|
+
gap: 8px;
|
|
25937
26030
|
}
|
|
25938
26031
|
|
|
25939
|
-
.k-
|
|
25940
|
-
|
|
26032
|
+
.k-ie .k-filter-menu-container > * {
|
|
26033
|
+
margin-top: 8px;
|
|
25941
26034
|
}
|
|
25942
26035
|
|
|
25943
|
-
.k-filter-menu
|
|
25944
|
-
|
|
25945
|
-
.k-filter-menu .k-dropdown,
|
|
25946
|
-
.k-filter-menu .k-numerictextbox,
|
|
25947
|
-
.k-filter-menu .k-radio-list,
|
|
25948
|
-
.k-filter-menu .k-datepicker,
|
|
25949
|
-
.k-filter-menu .k-input {
|
|
25950
|
-
margin: 8px 8px 0;
|
|
25951
|
-
width: calc(100% - 16px);
|
|
25952
|
-
box-sizing: border-box;
|
|
25953
|
-
display: flex;
|
|
26036
|
+
.k-ie .k-filter-menu-container > :first-child {
|
|
26037
|
+
margin-top: 0;
|
|
25954
26038
|
}
|
|
25955
26039
|
|
|
25956
|
-
.k-filter-menu .k-
|
|
25957
|
-
|
|
25958
|
-
|
|
25959
|
-
display: flex;
|
|
26040
|
+
.k-ie .k-filter-menu-container .k-filter-and,
|
|
26041
|
+
.k-ie .k-filter-menu-container kendo-grid-filter-menu-input-wrapper > * {
|
|
26042
|
+
margin-top: 8px;
|
|
25960
26043
|
}
|
|
25961
26044
|
|
|
25962
|
-
.k-filter-menu
|
|
25963
|
-
|
|
26045
|
+
.k-ie .k-filter-menu-container kendo-grid-filter-menu-input-wrapper > :first-child {
|
|
26046
|
+
margin-top: 0;
|
|
25964
26047
|
}
|
|
25965
26048
|
|
|
25966
|
-
.k-filter-menu
|
|
25967
|
-
|
|
25968
|
-
|
|
26049
|
+
.k-filter-menu.k-popup .k-filter-menu-container,
|
|
26050
|
+
.k-grid-filter-popup.k-popup .k-filter-menu-container {
|
|
26051
|
+
width: 230px;
|
|
25969
26052
|
}
|
|
25970
26053
|
|
|
25971
|
-
.k-multicheck-wrap {
|
|
26054
|
+
.k-popup .k-multicheck-wrap {
|
|
26055
|
+
margin: 0;
|
|
26056
|
+
padding: 0;
|
|
25972
26057
|
max-height: 300px;
|
|
25973
26058
|
white-space: nowrap;
|
|
25974
26059
|
overflow: auto;
|
|
26060
|
+
list-style: none;
|
|
26061
|
+
}
|
|
26062
|
+
|
|
26063
|
+
.k-popup .k-multicheck-wrap .k-item,
|
|
26064
|
+
.k-popup .k-multicheck-wrap .k-check-all-wrap {
|
|
26065
|
+
padding: 4px 8px;
|
|
26066
|
+
}
|
|
26067
|
+
|
|
26068
|
+
.k-popup .k-multicheck-wrap .k-item > .k-checkbox-label,
|
|
26069
|
+
.k-popup .k-multicheck-wrap .k-check-all-wrap > .k-checkbox-label {
|
|
26070
|
+
line-height: inherit;
|
|
26071
|
+
display: block;
|
|
25975
26072
|
}
|
|
25976
26073
|
|
|
25977
26074
|
.k-filter-selected-items {
|
|
@@ -25994,10 +26091,48 @@ div.k-grid-norecords {
|
|
|
25994
26091
|
display: none !important;
|
|
25995
26092
|
}
|
|
25996
26093
|
|
|
25997
|
-
.k-
|
|
25998
|
-
.k-
|
|
25999
|
-
|
|
26000
|
-
|
|
26094
|
+
.k-column-menu-popup,
|
|
26095
|
+
.k-grid-columnmenu-popup {
|
|
26096
|
+
width: 230px;
|
|
26097
|
+
box-sizing: border-box;
|
|
26098
|
+
}
|
|
26099
|
+
|
|
26100
|
+
.k-column-menu-popup.k-popup,
|
|
26101
|
+
.k-grid-columnmenu-popup.k-popup {
|
|
26102
|
+
}
|
|
26103
|
+
|
|
26104
|
+
.k-popup > .k-column-menu-popup, .k-popup >
|
|
26105
|
+
.k-grid-columnmenu-popup {
|
|
26106
|
+
width: 100%;
|
|
26107
|
+
}
|
|
26108
|
+
|
|
26109
|
+
.k-column-menu-popup .k-actions, .k-column-menu-popup .k-edit-buttons,
|
|
26110
|
+
.k-column-menu-popup .k-action-buttons,
|
|
26111
|
+
.k-column-menu-popup .k-columnmenu-actions, .k-column-menu-popup .k-form-buttons,
|
|
26112
|
+
.k-grid-columnmenu-popup .k-actions,
|
|
26113
|
+
.k-grid-columnmenu-popup .k-edit-buttons,
|
|
26114
|
+
.k-grid-columnmenu-popup .k-action-buttons,
|
|
26115
|
+
.k-grid-columnmenu-popup .k-columnmenu-actions,
|
|
26116
|
+
.k-grid-columnmenu-popup .k-form-buttons {
|
|
26117
|
+
margin: 0;
|
|
26118
|
+
}
|
|
26119
|
+
|
|
26120
|
+
.k-column-menu {
|
|
26121
|
+
box-sizing: border-box;
|
|
26122
|
+
}
|
|
26123
|
+
|
|
26124
|
+
.k-column-menu .k-menu:not(.k-context-menu) {
|
|
26125
|
+
font-weight: 400;
|
|
26126
|
+
}
|
|
26127
|
+
|
|
26128
|
+
.k-column-menu .k-expander {
|
|
26129
|
+
border: 0;
|
|
26130
|
+
background: inherit;
|
|
26131
|
+
}
|
|
26132
|
+
|
|
26133
|
+
.k-column-menu .k-expander .k-columnmenu-item {
|
|
26134
|
+
display: flex;
|
|
26135
|
+
align-items: center;
|
|
26001
26136
|
}
|
|
26002
26137
|
|
|
26003
26138
|
.k-column-list {
|
|
@@ -26011,7 +26146,7 @@ div.k-grid-norecords {
|
|
|
26011
26146
|
|
|
26012
26147
|
.k-column-chooser-title,
|
|
26013
26148
|
.k-column-list-item {
|
|
26014
|
-
padding:
|
|
26149
|
+
padding: 4px 8px;
|
|
26015
26150
|
}
|
|
26016
26151
|
|
|
26017
26152
|
.k-column-list-item {
|
|
@@ -26044,23 +26179,6 @@ div.k-grid-norecords {
|
|
|
26044
26179
|
overflow: hidden;
|
|
26045
26180
|
}
|
|
26046
26181
|
|
|
26047
|
-
.k-filter-menu .k-actions, .k-filter-menu .k-edit-buttons,
|
|
26048
|
-
.k-filter-menu .k-action-buttons,
|
|
26049
|
-
.k-filter-menu .k-columnmenu-actions, .k-filter-menu .k-form-buttons,
|
|
26050
|
-
.k-column-list-wrapper .k-actions,
|
|
26051
|
-
.k-column-list-wrapper .k-edit-buttons,
|
|
26052
|
-
.k-column-list-wrapper .k-action-buttons,
|
|
26053
|
-
.k-column-list-wrapper .k-columnmenu-actions,
|
|
26054
|
-
.k-column-list-wrapper .k-form-buttons,
|
|
26055
|
-
.k-columnmenu-item-content .k-actions,
|
|
26056
|
-
.k-columnmenu-item-content .k-edit-buttons,
|
|
26057
|
-
.k-columnmenu-item-content .k-action-buttons,
|
|
26058
|
-
.k-columnmenu-item-content .k-columnmenu-actions,
|
|
26059
|
-
.k-columnmenu-item-content .k-form-buttons {
|
|
26060
|
-
margin-top: 4px;
|
|
26061
|
-
padding: 8px 8px;
|
|
26062
|
-
}
|
|
26063
|
-
|
|
26064
26182
|
.k-column-menu-group-header {
|
|
26065
26183
|
padding: 4px 8px;
|
|
26066
26184
|
display: flex;
|
|
@@ -26081,20 +26199,6 @@ div.k-grid-norecords {
|
|
|
26081
26199
|
flex: 1 1 auto;
|
|
26082
26200
|
}
|
|
26083
26201
|
|
|
26084
|
-
.k-column-menu .k-menu:not(.k-context-menu) {
|
|
26085
|
-
font-weight: 400;
|
|
26086
|
-
}
|
|
26087
|
-
|
|
26088
|
-
.k-column-menu .k-expander {
|
|
26089
|
-
border: 0;
|
|
26090
|
-
background: inherit;
|
|
26091
|
-
}
|
|
26092
|
-
|
|
26093
|
-
.k-column-menu .k-expander .k-columnmenu-item {
|
|
26094
|
-
display: flex;
|
|
26095
|
-
align-items: center;
|
|
26096
|
-
}
|
|
26097
|
-
|
|
26098
26202
|
[dir="rtl"] .k-columnmenu-item > .k-icon,
|
|
26099
26203
|
.k-rtl .k-columnmenu-item > .k-icon {
|
|
26100
26204
|
margin-left: 4px;
|
|
@@ -26511,7 +26615,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
26511
26615
|
.k-listview {
|
|
26512
26616
|
margin: 0;
|
|
26513
26617
|
padding: 0;
|
|
26514
|
-
border-width:
|
|
26618
|
+
border-width: 0;
|
|
26515
26619
|
border-style: solid;
|
|
26516
26620
|
box-sizing: border-box;
|
|
26517
26621
|
outline: 0;
|
|
@@ -26530,7 +26634,6 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
26530
26634
|
|
|
26531
26635
|
.k-listview-header {
|
|
26532
26636
|
border-width: 0;
|
|
26533
|
-
border-bottom-width: 1px;
|
|
26534
26637
|
border-style: solid;
|
|
26535
26638
|
border-color: inherit;
|
|
26536
26639
|
}
|
|
@@ -26596,7 +26699,6 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
26596
26699
|
|
|
26597
26700
|
.k-listview-footer {
|
|
26598
26701
|
border-width: 0;
|
|
26599
|
-
border-top-width: 1px;
|
|
26600
26702
|
border-style: solid;
|
|
26601
26703
|
border-color: inherit;
|
|
26602
26704
|
}
|
|
@@ -26607,16 +26709,10 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
26607
26709
|
|
|
26608
26710
|
.k-listview-pager {
|
|
26609
26711
|
border-width: 0;
|
|
26610
|
-
border-top-width: 1px;
|
|
26611
26712
|
border-color: inherit;
|
|
26612
26713
|
font: inherit;
|
|
26613
26714
|
}
|
|
26614
26715
|
|
|
26615
|
-
.k-listview-pager-top {
|
|
26616
|
-
border-top-width: 0;
|
|
26617
|
-
border-bottom-width: 1px;
|
|
26618
|
-
}
|
|
26619
|
-
|
|
26620
26716
|
.k-listview-bordered > .k-listview-pager-top {
|
|
26621
26717
|
border-bottom-width: 1px;
|
|
26622
26718
|
}
|
|
@@ -26742,18 +26838,11 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
26742
26838
|
min-width: 1.4285714286em;
|
|
26743
26839
|
}
|
|
26744
26840
|
|
|
26745
|
-
.k-spreadsheet-toolbar
|
|
26841
|
+
.k-spreadsheet-toolbar .k-input,
|
|
26842
|
+
.k-spreadsheet-toolbar .k-picker:not(.k-colorpicker) {
|
|
26746
26843
|
width: 5em;
|
|
26747
26844
|
}
|
|
26748
26845
|
|
|
26749
|
-
.k-spreadsheet-toolbar [data-tool="fontFamily"] {
|
|
26750
|
-
width: 6em;
|
|
26751
|
-
}
|
|
26752
|
-
|
|
26753
|
-
.k-spreadsheet-toolbar [data-tool="format"] {
|
|
26754
|
-
width: 4em;
|
|
26755
|
-
}
|
|
26756
|
-
|
|
26757
26846
|
.k-spreadsheet-action-bar {
|
|
26758
26847
|
border-width: 0 0 1px;
|
|
26759
26848
|
border-style: solid;
|
|
@@ -26907,6 +26996,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
26907
26996
|
font-family: Arial, Verdana, Sans-serif;
|
|
26908
26997
|
flex: 1;
|
|
26909
26998
|
position: relative;
|
|
26999
|
+
overflow: hidden;
|
|
26910
27000
|
}
|
|
26911
27001
|
|
|
26912
27002
|
.k-spreadsheet-view .k-state-disabled {
|
|
@@ -27264,34 +27354,51 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
27264
27354
|
overflow: visible;
|
|
27265
27355
|
}
|
|
27266
27356
|
|
|
27267
|
-
.k-spreadsheet-filter-menu .k-details
|
|
27357
|
+
.k-spreadsheet-filter-menu .k-details,
|
|
27358
|
+
.k-spreadsheet-filter-menu .k-expander {
|
|
27268
27359
|
padding: 0;
|
|
27269
27360
|
border-width: 1px 0 0;
|
|
27270
27361
|
border-style: solid;
|
|
27271
27362
|
border-color: inherit;
|
|
27272
27363
|
}
|
|
27273
27364
|
|
|
27274
|
-
.k-spreadsheet-filter-menu .k-
|
|
27275
|
-
|
|
27365
|
+
.k-spreadsheet-filter-menu .k-expander {
|
|
27366
|
+
border: 0;
|
|
27367
|
+
background: inherit;
|
|
27368
|
+
}
|
|
27369
|
+
|
|
27370
|
+
.k-spreadsheet-filter-menu .k-details-summary,
|
|
27371
|
+
.k-spreadsheet-filter-menu .k-columnmenu-item {
|
|
27372
|
+
padding: 4px 8px;
|
|
27373
|
+
display: flex;
|
|
27374
|
+
align-items: center;
|
|
27276
27375
|
cursor: pointer;
|
|
27277
27376
|
}
|
|
27278
27377
|
|
|
27279
|
-
.k-spreadsheet-filter-menu .k-details-summary > .k-icon
|
|
27378
|
+
.k-spreadsheet-filter-menu .k-details-summary > .k-icon,
|
|
27379
|
+
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-icon {
|
|
27280
27380
|
margin-right: 4px;
|
|
27281
27381
|
}
|
|
27282
27382
|
|
|
27283
|
-
.k-spreadsheet-filter-menu .k-details-content
|
|
27284
|
-
|
|
27383
|
+
.k-spreadsheet-filter-menu .k-details-content,
|
|
27384
|
+
.k-spreadsheet-filter-menu .k-columnmenu-item-content {
|
|
27385
|
+
padding: 8px;
|
|
27386
|
+
display: flex;
|
|
27387
|
+
flex-flow: column nowrap;
|
|
27388
|
+
gap: 8px;
|
|
27285
27389
|
}
|
|
27286
27390
|
|
|
27287
|
-
.k-spreadsheet-filter-menu .k-details-content
|
|
27288
|
-
|
|
27289
|
-
|
|
27391
|
+
.k-spreadsheet-filter-menu .k-details-content .k-filter-and,
|
|
27392
|
+
.k-spreadsheet-filter-menu .k-columnmenu-item-content .k-filter-and {
|
|
27393
|
+
width: min-content;
|
|
27394
|
+
align-self: flex-start;
|
|
27290
27395
|
}
|
|
27291
27396
|
|
|
27292
|
-
.k-spreadsheet-filter-menu .k-
|
|
27293
|
-
|
|
27294
|
-
|
|
27397
|
+
.k-spreadsheet-filter-menu .k-actions, .k-spreadsheet-filter-menu .k-edit-buttons,
|
|
27398
|
+
.k-spreadsheet-filter-menu .k-action-buttons,
|
|
27399
|
+
.k-spreadsheet-filter-menu .k-columnmenu-actions, .k-spreadsheet-filter-menu .k-form-buttons {
|
|
27400
|
+
margin: 0;
|
|
27401
|
+
padding: 0;
|
|
27295
27402
|
}
|
|
27296
27403
|
|
|
27297
27404
|
.k-spreadsheet-popup {
|
|
@@ -29425,6 +29532,7 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
|
|
|
29425
29532
|
background: transparent;
|
|
29426
29533
|
}
|
|
29427
29534
|
|
|
29535
|
+
.k-editor-toolbar,
|
|
29428
29536
|
.k-editor > .k-toolbar {
|
|
29429
29537
|
border-width: 0 0 1px 0;
|
|
29430
29538
|
flex-shrink: 0;
|
|
@@ -29452,11 +29560,7 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
|
|
|
29452
29560
|
visibility: hidden;
|
|
29453
29561
|
}
|
|
29454
29562
|
|
|
29455
|
-
.k-editor-toolbar .k-overflow-anchor {
|
|
29456
|
-
border-width: 0;
|
|
29457
|
-
padding: 8px;
|
|
29458
|
-
width: calc(1.4285714286em + 26px);
|
|
29459
|
-
height: calc(1.4285714286em + 26px);
|
|
29563
|
+
.k-editor-toolbar .k-overflow-tools .k-overflow-anchor {
|
|
29460
29564
|
position: relative;
|
|
29461
29565
|
}
|
|
29462
29566
|
|
|
@@ -29803,6 +29907,23 @@ td.k-editor-content {
|
|
|
29803
29907
|
margin-bottom: 0;
|
|
29804
29908
|
}
|
|
29805
29909
|
|
|
29910
|
+
.k-editor-table-wizard-dialog .k-numerictextbox {
|
|
29911
|
+
width: 10em;
|
|
29912
|
+
}
|
|
29913
|
+
|
|
29914
|
+
.k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdown-list {
|
|
29915
|
+
width: 5em;
|
|
29916
|
+
}
|
|
29917
|
+
|
|
29918
|
+
.k-editor-table-wizard-dialog .k-numerictextbox + .k-colorpicker,
|
|
29919
|
+
.k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdown-list {
|
|
29920
|
+
margin-left: 8px;
|
|
29921
|
+
}
|
|
29922
|
+
|
|
29923
|
+
.k-editor-table-wizard-dialog .k-colorpicker {
|
|
29924
|
+
vertical-align: middle;
|
|
29925
|
+
}
|
|
29926
|
+
|
|
29806
29927
|
.k-editor-table-wizard-dialog .k-edit-field > .k-checkbox {
|
|
29807
29928
|
position: relative;
|
|
29808
29929
|
}
|
|
@@ -30021,18 +30142,17 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
|
|
|
30021
30142
|
}
|
|
30022
30143
|
|
|
30023
30144
|
.k-imageeditor-action-pane {
|
|
30145
|
+
padding: 32px 16px;
|
|
30146
|
+
width: 241px;
|
|
30024
30147
|
border-width: 0;
|
|
30025
30148
|
border-left-width: 1px;
|
|
30026
30149
|
border-style: solid;
|
|
30027
30150
|
border-color: inherit;
|
|
30028
|
-
|
|
30151
|
+
box-sizing: border-box;
|
|
30152
|
+
flex: none;
|
|
30029
30153
|
overflow-y: auto;
|
|
30030
30154
|
}
|
|
30031
30155
|
|
|
30032
|
-
.k-imageeditor-action-pane > .k-form {
|
|
30033
|
-
padding: 32px 16px;
|
|
30034
|
-
}
|
|
30035
|
-
|
|
30036
30156
|
.k-imageeditor-crop-overlay {
|
|
30037
30157
|
width: 100%;
|
|
30038
30158
|
height: 100%;
|
|
@@ -30111,10 +30231,6 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
|
|
|
30111
30231
|
align-self: flex-start;
|
|
30112
30232
|
}
|
|
30113
30233
|
|
|
30114
|
-
.k-ie .k-imageeditor-action-pane {
|
|
30115
|
-
flex: 0 0 auto;
|
|
30116
|
-
}
|
|
30117
|
-
|
|
30118
30234
|
.k-imageeditor {
|
|
30119
30235
|
border-color: rgba(0, 0, 0, 0.08);
|
|
30120
30236
|
color: #424242;
|
|
@@ -30749,7 +30865,7 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
|
|
|
30749
30865
|
}
|
|
30750
30866
|
|
|
30751
30867
|
.k-task-details strong {
|
|
30752
|
-
font-size:
|
|
30868
|
+
font-size: 16px;
|
|
30753
30869
|
font-weight: normal;
|
|
30754
30870
|
display: block;
|
|
30755
30871
|
}
|
|
@@ -32032,7 +32148,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
32032
32148
|
.k-scheduler-edit-form .k-widget.k-recur-month,
|
|
32033
32149
|
.k-scheduler-edit-form .k-widget.k-recur-weekday,
|
|
32034
32150
|
.k-scheduler-edit-form .k-widget.k-recur-weekday-offset {
|
|
32035
|
-
width:
|
|
32151
|
+
width: 10em;
|
|
32036
32152
|
}
|
|
32037
32153
|
|
|
32038
32154
|
.k-rtl .k-scheduler-header th,
|
|
@@ -32563,6 +32679,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
32563
32679
|
}
|
|
32564
32680
|
|
|
32565
32681
|
.k-message-box .k-button {
|
|
32682
|
+
border-width: 0;
|
|
32566
32683
|
flex-shrink: 0;
|
|
32567
32684
|
}
|
|
32568
32685
|
|
|
@@ -32693,9 +32810,6 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
32693
32810
|
|
|
32694
32811
|
.k-chat-toolbar .k-button,
|
|
32695
32812
|
.k-chat .k-toolbar-box .k-button {
|
|
32696
|
-
border-color: transparent;
|
|
32697
|
-
color: inherit;
|
|
32698
|
-
background: none;
|
|
32699
32813
|
flex: none;
|
|
32700
32814
|
}
|
|
32701
32815
|
|
|
@@ -32875,17 +32989,6 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
32875
32989
|
background-color: #fafafa;
|
|
32876
32990
|
}
|
|
32877
32991
|
|
|
32878
|
-
.k-chat-toolbar .k-scroll-button,
|
|
32879
|
-
.k-chat .k-toolbar-box .k-scroll-button {
|
|
32880
|
-
background-color: #fafafa;
|
|
32881
|
-
box-shadow: 0 0 20px 5px #fafafa;
|
|
32882
|
-
}
|
|
32883
|
-
|
|
32884
|
-
.k-chat-toolbar .k-scroll-button:hover,
|
|
32885
|
-
.k-chat .k-toolbar-box .k-scroll-button:hover {
|
|
32886
|
-
background-color: #fafafa;
|
|
32887
|
-
}
|
|
32888
|
-
|
|
32889
32992
|
.k-mediaplayer {
|
|
32890
32993
|
border-width: 1px;
|
|
32891
32994
|
border-style: solid;
|
|
@@ -32930,6 +33033,10 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
32930
33033
|
box-shadow: none;
|
|
32931
33034
|
}
|
|
32932
33035
|
|
|
33036
|
+
.k-mediaplayer-toolbar .k-dropdown-list {
|
|
33037
|
+
width: auto;
|
|
33038
|
+
}
|
|
33039
|
+
|
|
32933
33040
|
.k-mediaplayer-time-wrap {
|
|
32934
33041
|
flex: 1;
|
|
32935
33042
|
}
|
|
@@ -33503,7 +33610,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
33503
33610
|
|
|
33504
33611
|
.k-pdf-viewer .k-page .k-text-layer > span {
|
|
33505
33612
|
position: absolute;
|
|
33506
|
-
line-height: 1.
|
|
33613
|
+
line-height: 1.25;
|
|
33507
33614
|
transform-origin: 0% 0%;
|
|
33508
33615
|
color: transparent;
|
|
33509
33616
|
}
|
|
@@ -33518,31 +33625,33 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
33518
33625
|
|
|
33519
33626
|
.k-pdf-viewer-search-dialog .k-search-container {
|
|
33520
33627
|
display: flex;
|
|
33628
|
+
gap: 8px;
|
|
33629
|
+
flex-flow: row nowrap;
|
|
33521
33630
|
flex: 0 0 auto;
|
|
33522
33631
|
justify-content: flex-start;
|
|
33523
33632
|
align-items: center;
|
|
33524
33633
|
}
|
|
33525
33634
|
|
|
33526
|
-
.k-pdf-viewer-search-dialog .k-search-container .k-
|
|
33527
|
-
|
|
33528
|
-
|
|
33529
|
-
justify-content: center;
|
|
33635
|
+
.k-pdf-viewer-search-dialog .k-search-container .k-search-dialog-draghandle {
|
|
33636
|
+
cursor: move;
|
|
33637
|
+
margin-left: 0;
|
|
33530
33638
|
}
|
|
33531
33639
|
|
|
33532
|
-
.k-pdf-viewer-search-dialog .k-search-container .k-
|
|
33533
|
-
|
|
33534
|
-
|
|
33535
|
-
margin: 0 8px 0 8px;
|
|
33536
|
-
vertical-align: middle;
|
|
33640
|
+
.k-pdf-viewer-search-dialog .k-search-container .k-textbox {
|
|
33641
|
+
width: 10em;
|
|
33642
|
+
flex: none;
|
|
33537
33643
|
}
|
|
33538
33644
|
|
|
33539
|
-
.k-pdf-viewer-search-dialog .k-search-container
|
|
33540
|
-
|
|
33645
|
+
.k-pdf-viewer-search-dialog .k-search-container .k-textbox .k-button {
|
|
33646
|
+
border-width: 0;
|
|
33541
33647
|
}
|
|
33542
33648
|
|
|
33543
|
-
.k-pdf-viewer-search-dialog .k-search-container .k-search-
|
|
33544
|
-
|
|
33545
|
-
|
|
33649
|
+
.k-pdf-viewer-search-dialog .k-search-container .k-search-matches {
|
|
33650
|
+
flex: 1 1 auto;
|
|
33651
|
+
}
|
|
33652
|
+
|
|
33653
|
+
.k-ie .k-pdf-viewer-search-dialog .k-search-container > * + * {
|
|
33654
|
+
margin-left: 8px;
|
|
33546
33655
|
}
|
|
33547
33656
|
|
|
33548
33657
|
.k-pdf-viewer {
|
|
@@ -34728,24 +34837,42 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
34728
34837
|
display: none;
|
|
34729
34838
|
}
|
|
34730
34839
|
|
|
34840
|
+
.k-navigator .k-button {
|
|
34841
|
+
padding: 0;
|
|
34842
|
+
width: auto;
|
|
34843
|
+
height: auto;
|
|
34844
|
+
line-height: 1;
|
|
34845
|
+
box-shadow: none;
|
|
34846
|
+
position: absolute;
|
|
34847
|
+
}
|
|
34848
|
+
|
|
34849
|
+
.k-navigator .k-button .k-icon {
|
|
34850
|
+
min-width: 0;
|
|
34851
|
+
min-height: 0;
|
|
34852
|
+
}
|
|
34853
|
+
|
|
34854
|
+
.k-navigator .k-navigator-n,
|
|
34731
34855
|
.k-navigator .k-navigator-up {
|
|
34732
34856
|
transform: translateX(-50%);
|
|
34733
34857
|
top: 2px;
|
|
34734
34858
|
left: 50%;
|
|
34735
34859
|
}
|
|
34736
34860
|
|
|
34861
|
+
.k-navigator .k-navigator-e,
|
|
34737
34862
|
.k-navigator .k-navigator-right {
|
|
34738
34863
|
transform: translateY(-50%);
|
|
34739
34864
|
right: 2px;
|
|
34740
34865
|
top: 50%;
|
|
34741
34866
|
}
|
|
34742
34867
|
|
|
34868
|
+
.k-navigator .k-navigator-s,
|
|
34743
34869
|
.k-navigator .k-navigator-down {
|
|
34744
34870
|
transform: translateX(-50%);
|
|
34745
34871
|
bottom: 2px;
|
|
34746
34872
|
left: 50%;
|
|
34747
34873
|
}
|
|
34748
34874
|
|
|
34875
|
+
.k-navigator .k-navigator-w,
|
|
34749
34876
|
.k-navigator .k-navigator-left {
|
|
34750
34877
|
transform: translateY(-50%);
|
|
34751
34878
|
left: 2px;
|
|
@@ -34823,8 +34950,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
34823
34950
|
|
|
34824
34951
|
.k-orgchart-node-group-title {
|
|
34825
34952
|
margin: 0 0 8px;
|
|
34826
|
-
font-size:
|
|
34827
|
-
line-height: 1.
|
|
34953
|
+
font-size: 16px;
|
|
34954
|
+
line-height: 1.25;
|
|
34828
34955
|
}
|
|
34829
34956
|
|
|
34830
34957
|
.k-orgchart-node-group-subtitle {
|
|
@@ -34839,12 +34966,10 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
34839
34966
|
|
|
34840
34967
|
.k-orgchart-card .k-card-title {
|
|
34841
34968
|
margin: 0 0 0px;
|
|
34842
|
-
font-size: 18px;
|
|
34843
34969
|
}
|
|
34844
34970
|
|
|
34845
34971
|
.k-orgchart-card .k-card-subtitle {
|
|
34846
34972
|
margin: 0 0 0px;
|
|
34847
|
-
font-size: 14px;
|
|
34848
34973
|
}
|
|
34849
34974
|
|
|
34850
34975
|
.k-orgchart-card .k-card-body {
|