@progress/kendo-theme-classic 5.0.0-beta.1 → 5.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +814 -626
- package/dist/all.scss +960 -719
- package/package.json +3 -3
- package/scss/chip/_index.scss +1 -0
- package/scss/chip/_variables.scss +11 -11
- package/scss/color-preview/_variables.scss +1 -0
- package/scss/colorpicker/_index.scss +1 -2
- package/scss/colorpicker/_variables.scss +1 -20
- package/scss/dateinput/_index.scss +0 -4
- package/scss/dateinput/_variables.scss +1 -1
- package/scss/datepicker/_index.scss +1 -3
- package/scss/datetimepicker/_index.scss +5 -3
- package/scss/datetimepicker/_variables.scss +2 -1
- package/scss/filter/_index.scss +1 -1
- package/scss/gantt/_index.scss +1 -1
- package/scss/grid/_index.scss +1 -1
- package/scss/index.scss +1 -1
- package/scss/input/_variables.scss +16 -26
- package/scss/panelbar/_variables.scss +5 -0
- package/scss/pivotgrid/_variables.scss +0 -3
- package/scss/scheduler/_index.scss +1 -1
- package/scss/spreadsheet/_index.scss +1 -1
- package/scss/taskboard/_variables.scss +0 -2
- package/scss/timepicker/_index.scss +3 -3
- package/scss/timepicker/_variables.scss +1 -1
- package/scss/{datetime → timeselector}/_index.scss +2 -5
- package/scss/timeselector/_layout.scss +1 -0
- package/scss/timeselector/_theme.scss +1 -0
- package/scss/timeselector/_variables.scss +32 -0
- package/scss/treeview/_variables.scss +142 -46
- package/scss/utils/_border.scss +1 -2
- package/scss/datetime/_layout.scss +0 -1
- package/scss/datetime/_theme.scss +0 -1
- package/scss/datetime/_variables.scss +0 -53
package/dist/all.css
CHANGED
|
@@ -1567,19 +1567,11 @@ kendo-sortable {
|
|
|
1567
1567
|
border-radius: 6px !important;
|
|
1568
1568
|
}
|
|
1569
1569
|
|
|
1570
|
-
.k-rounded-
|
|
1571
|
-
border-radius: 50%;
|
|
1572
|
-
}
|
|
1573
|
-
|
|
1574
|
-
.\!k-rounded-circle {
|
|
1575
|
-
border-radius: 50% !important;
|
|
1576
|
-
}
|
|
1577
|
-
|
|
1578
|
-
.k-rounded-pill {
|
|
1570
|
+
.k-rounded-full {
|
|
1579
1571
|
border-radius: 9999px;
|
|
1580
1572
|
}
|
|
1581
1573
|
|
|
1582
|
-
.\!k-rounded-
|
|
1574
|
+
.\!k-rounded-full {
|
|
1583
1575
|
border-radius: 9999px !important;
|
|
1584
1576
|
}
|
|
1585
1577
|
|
|
@@ -1633,22 +1625,12 @@ kendo-sortable {
|
|
|
1633
1625
|
border-top-right-radius: 6px !important;
|
|
1634
1626
|
}
|
|
1635
1627
|
|
|
1636
|
-
.k-rounded-top-
|
|
1637
|
-
border-top-left-radius: 50%;
|
|
1638
|
-
border-top-right-radius: 50%;
|
|
1639
|
-
}
|
|
1640
|
-
|
|
1641
|
-
.\!k-rounded-top-circle {
|
|
1642
|
-
border-top-left-radius: 50% !important;
|
|
1643
|
-
border-top-right-radius: 50% !important;
|
|
1644
|
-
}
|
|
1645
|
-
|
|
1646
|
-
.k-rounded-top-pill {
|
|
1628
|
+
.k-rounded-top-full {
|
|
1647
1629
|
border-top-left-radius: 9999px;
|
|
1648
1630
|
border-top-right-radius: 9999px;
|
|
1649
1631
|
}
|
|
1650
1632
|
|
|
1651
|
-
.\!k-rounded-top-
|
|
1633
|
+
.\!k-rounded-top-full {
|
|
1652
1634
|
border-top-left-radius: 9999px !important;
|
|
1653
1635
|
border-top-right-radius: 9999px !important;
|
|
1654
1636
|
}
|
|
@@ -1703,22 +1685,12 @@ kendo-sortable {
|
|
|
1703
1685
|
border-bottom-right-radius: 6px !important;
|
|
1704
1686
|
}
|
|
1705
1687
|
|
|
1706
|
-
.k-rounded-right-
|
|
1707
|
-
border-top-right-radius: 50%;
|
|
1708
|
-
border-bottom-right-radius: 50%;
|
|
1709
|
-
}
|
|
1710
|
-
|
|
1711
|
-
.\!k-rounded-right-circle {
|
|
1712
|
-
border-top-right-radius: 50% !important;
|
|
1713
|
-
border-bottom-right-radius: 50% !important;
|
|
1714
|
-
}
|
|
1715
|
-
|
|
1716
|
-
.k-rounded-right-pill {
|
|
1688
|
+
.k-rounded-right-full {
|
|
1717
1689
|
border-top-right-radius: 9999px;
|
|
1718
1690
|
border-bottom-right-radius: 9999px;
|
|
1719
1691
|
}
|
|
1720
1692
|
|
|
1721
|
-
.\!k-rounded-right-
|
|
1693
|
+
.\!k-rounded-right-full {
|
|
1722
1694
|
border-top-right-radius: 9999px !important;
|
|
1723
1695
|
border-bottom-right-radius: 9999px !important;
|
|
1724
1696
|
}
|
|
@@ -1773,22 +1745,12 @@ kendo-sortable {
|
|
|
1773
1745
|
border-bottom-right-radius: 6px !important;
|
|
1774
1746
|
}
|
|
1775
1747
|
|
|
1776
|
-
.k-rounded-bottom-
|
|
1777
|
-
border-bottom-left-radius: 50%;
|
|
1778
|
-
border-bottom-right-radius: 50%;
|
|
1779
|
-
}
|
|
1780
|
-
|
|
1781
|
-
.\!k-rounded-bottom-circle {
|
|
1782
|
-
border-bottom-left-radius: 50% !important;
|
|
1783
|
-
border-bottom-right-radius: 50% !important;
|
|
1784
|
-
}
|
|
1785
|
-
|
|
1786
|
-
.k-rounded-bottom-pill {
|
|
1748
|
+
.k-rounded-bottom-full {
|
|
1787
1749
|
border-bottom-left-radius: 9999px;
|
|
1788
1750
|
border-bottom-right-radius: 9999px;
|
|
1789
1751
|
}
|
|
1790
1752
|
|
|
1791
|
-
.\!k-rounded-bottom-
|
|
1753
|
+
.\!k-rounded-bottom-full {
|
|
1792
1754
|
border-bottom-left-radius: 9999px !important;
|
|
1793
1755
|
border-bottom-right-radius: 9999px !important;
|
|
1794
1756
|
}
|
|
@@ -1843,22 +1805,12 @@ kendo-sortable {
|
|
|
1843
1805
|
border-top-left-radius: 6px !important;
|
|
1844
1806
|
}
|
|
1845
1807
|
|
|
1846
|
-
.k-rounded-left-
|
|
1847
|
-
border-bottom-left-radius: 50%;
|
|
1848
|
-
border-top-left-radius: 50%;
|
|
1849
|
-
}
|
|
1850
|
-
|
|
1851
|
-
.\!k-rounded-left-circle {
|
|
1852
|
-
border-bottom-left-radius: 50% !important;
|
|
1853
|
-
border-top-left-radius: 50% !important;
|
|
1854
|
-
}
|
|
1855
|
-
|
|
1856
|
-
.k-rounded-left-pill {
|
|
1808
|
+
.k-rounded-left-full {
|
|
1857
1809
|
border-bottom-left-radius: 9999px;
|
|
1858
1810
|
border-top-left-radius: 9999px;
|
|
1859
1811
|
}
|
|
1860
1812
|
|
|
1861
|
-
.\!k-rounded-left-
|
|
1813
|
+
.\!k-rounded-left-full {
|
|
1862
1814
|
border-bottom-left-radius: 9999px !important;
|
|
1863
1815
|
border-top-left-radius: 9999px !important;
|
|
1864
1816
|
}
|
|
@@ -1903,19 +1855,11 @@ kendo-sortable {
|
|
|
1903
1855
|
border-top-left-radius: 6px !important;
|
|
1904
1856
|
}
|
|
1905
1857
|
|
|
1906
|
-
.k-rounded-top-left-
|
|
1907
|
-
border-top-left-radius: 50%;
|
|
1908
|
-
}
|
|
1909
|
-
|
|
1910
|
-
.\!k-rounded-top-left-circle {
|
|
1911
|
-
border-top-left-radius: 50% !important;
|
|
1912
|
-
}
|
|
1913
|
-
|
|
1914
|
-
.k-rounded-top-left-pill {
|
|
1858
|
+
.k-rounded-top-left-full {
|
|
1915
1859
|
border-top-left-radius: 9999px;
|
|
1916
1860
|
}
|
|
1917
1861
|
|
|
1918
|
-
.\!k-rounded-top-left-
|
|
1862
|
+
.\!k-rounded-top-left-full {
|
|
1919
1863
|
border-top-left-radius: 9999px !important;
|
|
1920
1864
|
}
|
|
1921
1865
|
|
|
@@ -1959,19 +1903,11 @@ kendo-sortable {
|
|
|
1959
1903
|
border-top-right-radius: 6px !important;
|
|
1960
1904
|
}
|
|
1961
1905
|
|
|
1962
|
-
.k-rounded-top-right-
|
|
1963
|
-
border-top-right-radius: 50%;
|
|
1964
|
-
}
|
|
1965
|
-
|
|
1966
|
-
.\!k-rounded-top-right-circle {
|
|
1967
|
-
border-top-right-radius: 50% !important;
|
|
1968
|
-
}
|
|
1969
|
-
|
|
1970
|
-
.k-rounded-top-right-pill {
|
|
1906
|
+
.k-rounded-top-right-full {
|
|
1971
1907
|
border-top-right-radius: 9999px;
|
|
1972
1908
|
}
|
|
1973
1909
|
|
|
1974
|
-
.\!k-rounded-top-right-
|
|
1910
|
+
.\!k-rounded-top-right-full {
|
|
1975
1911
|
border-top-right-radius: 9999px !important;
|
|
1976
1912
|
}
|
|
1977
1913
|
|
|
@@ -2015,19 +1951,11 @@ kendo-sortable {
|
|
|
2015
1951
|
border-bottom-left-radius: 6px !important;
|
|
2016
1952
|
}
|
|
2017
1953
|
|
|
2018
|
-
.k-rounded-bottom-left-
|
|
2019
|
-
border-bottom-left-radius: 50%;
|
|
2020
|
-
}
|
|
2021
|
-
|
|
2022
|
-
.\!k-rounded-bottom-left-circle {
|
|
2023
|
-
border-bottom-left-radius: 50% !important;
|
|
2024
|
-
}
|
|
2025
|
-
|
|
2026
|
-
.k-rounded-bottom-left-pill {
|
|
1954
|
+
.k-rounded-bottom-left-full {
|
|
2027
1955
|
border-bottom-left-radius: 9999px;
|
|
2028
1956
|
}
|
|
2029
1957
|
|
|
2030
|
-
.\!k-rounded-bottom-left-
|
|
1958
|
+
.\!k-rounded-bottom-left-full {
|
|
2031
1959
|
border-bottom-left-radius: 9999px !important;
|
|
2032
1960
|
}
|
|
2033
1961
|
|
|
@@ -2071,19 +1999,11 @@ kendo-sortable {
|
|
|
2071
1999
|
border-bottom-right-radius: 6px !important;
|
|
2072
2000
|
}
|
|
2073
2001
|
|
|
2074
|
-
.k-rounded-bottom-right-
|
|
2075
|
-
border-bottom-right-radius: 50%;
|
|
2076
|
-
}
|
|
2077
|
-
|
|
2078
|
-
.\!k-rounded-bottom-right-circle {
|
|
2079
|
-
border-bottom-right-radius: 50% !important;
|
|
2080
|
-
}
|
|
2081
|
-
|
|
2082
|
-
.k-rounded-bottom-right-pill {
|
|
2002
|
+
.k-rounded-bottom-right-full {
|
|
2083
2003
|
border-bottom-right-radius: 9999px;
|
|
2084
2004
|
}
|
|
2085
2005
|
|
|
2086
|
-
.\!k-rounded-bottom-right-
|
|
2006
|
+
.\!k-rounded-bottom-right-full {
|
|
2087
2007
|
border-bottom-right-radius: 9999px !important;
|
|
2088
2008
|
}
|
|
2089
2009
|
|
|
@@ -2119,40 +2039,54 @@ kendo-sortable {
|
|
|
2119
2039
|
display: none !important;
|
|
2120
2040
|
}
|
|
2121
2041
|
|
|
2122
|
-
.k-d-flex {
|
|
2042
|
+
.k-d-flex, .k-d-flex-row, .k-d-flex-col {
|
|
2123
2043
|
display: flex;
|
|
2124
2044
|
}
|
|
2125
2045
|
|
|
2046
|
+
.\!k-d-flex, .\!k-d-flex-row, .\!k-d-flex-col {
|
|
2047
|
+
display: flex !important;
|
|
2048
|
+
}
|
|
2049
|
+
|
|
2126
2050
|
.k-d-inline-flex {
|
|
2127
2051
|
display: inline-flex;
|
|
2128
2052
|
}
|
|
2129
2053
|
|
|
2130
|
-
|
|
2131
|
-
display: flex;
|
|
2132
|
-
flex-direction: row;
|
|
2054
|
+
.\!k-d-inline-flex {
|
|
2055
|
+
display: inline-flex !important;
|
|
2133
2056
|
}
|
|
2134
2057
|
|
|
2135
|
-
.k-d-flex-
|
|
2136
|
-
|
|
2137
|
-
flex-direction: column;
|
|
2058
|
+
.k-flex-row, .k-d-flex-row {
|
|
2059
|
+
flex-direction: row;
|
|
2138
2060
|
}
|
|
2139
2061
|
|
|
2140
|
-
|
|
2141
|
-
flex-direction: row;
|
|
2062
|
+
.\!k-flex-row, .\!k-d-flex-row, .\!k-d-flex-col {
|
|
2063
|
+
flex-direction: row !important;
|
|
2142
2064
|
}
|
|
2143
2065
|
|
|
2144
2066
|
.k-flex-row-reverse {
|
|
2145
2067
|
flex-direction: row-reverse;
|
|
2146
2068
|
}
|
|
2147
2069
|
|
|
2148
|
-
|
|
2070
|
+
.\!k-flex-row-reverse {
|
|
2071
|
+
flex-direction: row-reverse !important;
|
|
2072
|
+
}
|
|
2073
|
+
|
|
2074
|
+
.k-flex-col, .k-d-flex-col, .k-flex-column {
|
|
2149
2075
|
flex-direction: column;
|
|
2150
2076
|
}
|
|
2151
2077
|
|
|
2078
|
+
.\!k-flex-col {
|
|
2079
|
+
flex-direction: column !important;
|
|
2080
|
+
}
|
|
2081
|
+
|
|
2152
2082
|
.k-flex-col-reverse, .k-flex-column-reverse {
|
|
2153
2083
|
flex-direction: column-reverse;
|
|
2154
2084
|
}
|
|
2155
2085
|
|
|
2086
|
+
.\!k-flex-col-reverse {
|
|
2087
|
+
flex-direction: column-reverse;
|
|
2088
|
+
}
|
|
2089
|
+
|
|
2156
2090
|
.k-flex-wrap {
|
|
2157
2091
|
flex-wrap: wrap;
|
|
2158
2092
|
}
|
|
@@ -10544,20 +10478,31 @@ kendo-sortable {
|
|
|
10544
10478
|
.k-list {
|
|
10545
10479
|
margin: 0;
|
|
10546
10480
|
padding: 0;
|
|
10481
|
+
display: flex;
|
|
10482
|
+
flex-flow: column nowrap;
|
|
10547
10483
|
outline: none;
|
|
10484
|
+
position: relative;
|
|
10485
|
+
overflow: hidden;
|
|
10486
|
+
}
|
|
10487
|
+
|
|
10488
|
+
.k-popup > .k-list {
|
|
10489
|
+
height: 100%;
|
|
10490
|
+
border-width: 0;
|
|
10548
10491
|
}
|
|
10549
10492
|
|
|
10550
|
-
.k-list-header {
|
|
10493
|
+
.k-list-group-sticky-header {
|
|
10551
10494
|
border-width: 0;
|
|
10552
10495
|
border-width: 0 0 1px;
|
|
10553
10496
|
border-style: solid;
|
|
10554
10497
|
white-space: nowrap;
|
|
10498
|
+
flex: none;
|
|
10555
10499
|
overflow: hidden;
|
|
10556
10500
|
text-overflow: ellipsis;
|
|
10557
10501
|
}
|
|
10558
10502
|
|
|
10559
10503
|
.k-list-content {
|
|
10560
10504
|
border-color: inherit;
|
|
10505
|
+
flex: 1 1 auto;
|
|
10561
10506
|
overflow: hidden;
|
|
10562
10507
|
overflow-y: auto;
|
|
10563
10508
|
-webkit-overflow-scrolling: touch;
|
|
@@ -10634,7 +10579,10 @@ kendo-sortable {
|
|
|
10634
10579
|
}
|
|
10635
10580
|
|
|
10636
10581
|
.k-virtual-list .k-list-item, .k-virtual-list .k-list-optionlabel,
|
|
10637
|
-
.k-virtual-list .k-list-group-item
|
|
10582
|
+
.k-virtual-list .k-list-group-item,
|
|
10583
|
+
.k-virtual-content .k-list-item,
|
|
10584
|
+
.k-virtual-content .k-list-optionlabel,
|
|
10585
|
+
.k-virtual-content .k-list-group-item {
|
|
10638
10586
|
position: absolute;
|
|
10639
10587
|
width: 100%;
|
|
10640
10588
|
}
|
|
@@ -10657,7 +10605,7 @@ kendo-sortable {
|
|
|
10657
10605
|
font-size: 12px;
|
|
10658
10606
|
}
|
|
10659
10607
|
|
|
10660
|
-
.k-list-sm .k-list-header {
|
|
10608
|
+
.k-list-sm .k-list-group-sticky-header {
|
|
10661
10609
|
padding: 3px 6px;
|
|
10662
10610
|
}
|
|
10663
10611
|
|
|
@@ -10673,7 +10621,7 @@ kendo-sortable {
|
|
|
10673
10621
|
font-size: 16px;
|
|
10674
10622
|
}
|
|
10675
10623
|
|
|
10676
|
-
.k-list-md .k-list-header {
|
|
10624
|
+
.k-list-md .k-list-group-sticky-header {
|
|
10677
10625
|
padding: 4px 8px;
|
|
10678
10626
|
}
|
|
10679
10627
|
|
|
@@ -10689,7 +10637,7 @@ kendo-sortable {
|
|
|
10689
10637
|
font-size: 16px;
|
|
10690
10638
|
}
|
|
10691
10639
|
|
|
10692
|
-
.k-list-lg .k-list-header {
|
|
10640
|
+
.k-list-lg .k-list-group-sticky-header {
|
|
10693
10641
|
padding: 5px 10px;
|
|
10694
10642
|
}
|
|
10695
10643
|
|
|
@@ -10717,7 +10665,7 @@ kendo-sortable {
|
|
|
10717
10665
|
background-color: #ffffff;
|
|
10718
10666
|
}
|
|
10719
10667
|
|
|
10720
|
-
.k-list-header {
|
|
10668
|
+
.k-list-group-sticky-header {
|
|
10721
10669
|
border-color: inherit;
|
|
10722
10670
|
}
|
|
10723
10671
|
|
|
@@ -11576,14 +11524,14 @@ kendo-badge-container {
|
|
|
11576
11524
|
z-index: 2;
|
|
11577
11525
|
}
|
|
11578
11526
|
|
|
11579
|
-
.k-button-group .k-group-start,
|
|
11580
|
-
.k-button-group .k-button:first-child {
|
|
11527
|
+
.k-button-group .k-group-start:not(:only-child),
|
|
11528
|
+
.k-button-group .k-button:first-child:not(:only-child) {
|
|
11581
11529
|
border-top-right-radius: 0;
|
|
11582
11530
|
border-bottom-right-radius: 0;
|
|
11583
11531
|
}
|
|
11584
11532
|
|
|
11585
|
-
.k-button-group .k-group-end,
|
|
11586
|
-
.k-button-group .k-button:last-child {
|
|
11533
|
+
.k-button-group .k-group-end:not(:only-child),
|
|
11534
|
+
.k-button-group .k-button:last-child:not(:only-child) {
|
|
11587
11535
|
border-top-left-radius: 0;
|
|
11588
11536
|
border-bottom-left-radius: 0;
|
|
11589
11537
|
}
|
|
@@ -12462,7 +12410,6 @@ kendo-badge-container {
|
|
|
12462
12410
|
|
|
12463
12411
|
.k-input,
|
|
12464
12412
|
.k-picker {
|
|
12465
|
-
border-radius: 4px;
|
|
12466
12413
|
margin: 0;
|
|
12467
12414
|
padding: 0;
|
|
12468
12415
|
width: 100%;
|
|
@@ -12580,13 +12527,12 @@ textarea.k-input-inner {
|
|
|
12580
12527
|
|
|
12581
12528
|
.k-icon-picker .k-input-inner {
|
|
12582
12529
|
padding: 4px;
|
|
12583
|
-
width: calc(1.4285714286em + 8px);
|
|
12584
|
-
height: calc(1.4285714286em + 8px);
|
|
12585
12530
|
justify-content: center;
|
|
12586
12531
|
}
|
|
12587
12532
|
|
|
12588
12533
|
.k-input-prefix,
|
|
12589
12534
|
.k-input-suffix {
|
|
12535
|
+
border-color: inherit;
|
|
12590
12536
|
display: flex;
|
|
12591
12537
|
flex-flow: row nowrap;
|
|
12592
12538
|
align-items: center;
|
|
@@ -12598,12 +12544,21 @@ textarea.k-input-inner {
|
|
|
12598
12544
|
flex-shrink: 0;
|
|
12599
12545
|
}
|
|
12600
12546
|
|
|
12547
|
+
.k-input-separator {
|
|
12548
|
+
margin: 0;
|
|
12549
|
+
width: 0;
|
|
12550
|
+
height: 16px;
|
|
12551
|
+
border-width: 0 0 0 1px;
|
|
12552
|
+
border-style: solid;
|
|
12553
|
+
border-color: inherit;
|
|
12554
|
+
align-self: center;
|
|
12555
|
+
}
|
|
12556
|
+
|
|
12601
12557
|
.k-input-icon,
|
|
12602
12558
|
.k-input-validation-icon,
|
|
12603
12559
|
.k-input-loading-icon {
|
|
12604
|
-
width: 24px;
|
|
12605
|
-
height: 28px;
|
|
12606
12560
|
flex: none;
|
|
12561
|
+
align-self: center;
|
|
12607
12562
|
display: inline-flex;
|
|
12608
12563
|
flex-flow: row nowrap;
|
|
12609
12564
|
align-items: center;
|
|
@@ -12611,10 +12566,9 @@ textarea.k-input-inner {
|
|
|
12611
12566
|
}
|
|
12612
12567
|
|
|
12613
12568
|
.k-clear-value {
|
|
12614
|
-
width: 24px;
|
|
12615
|
-
height: 28px;
|
|
12616
12569
|
outline: 0;
|
|
12617
12570
|
flex: none;
|
|
12571
|
+
align-self: center;
|
|
12618
12572
|
display: inline-flex;
|
|
12619
12573
|
align-items: center;
|
|
12620
12574
|
justify-content: center;
|
|
@@ -12685,6 +12639,22 @@ textarea.k-input-inner {
|
|
|
12685
12639
|
flex-flow: row nowrap;
|
|
12686
12640
|
}
|
|
12687
12641
|
|
|
12642
|
+
.k-picker-wrap,
|
|
12643
|
+
.k-dropdown-wrap,
|
|
12644
|
+
.k-dateinput-wrap,
|
|
12645
|
+
.k-multiselect-wrap,
|
|
12646
|
+
.k-numeric-wrap {
|
|
12647
|
+
width: 100%;
|
|
12648
|
+
border-width: 0;
|
|
12649
|
+
border-color: inherit;
|
|
12650
|
+
box-sizing: border-box;
|
|
12651
|
+
flex: 1 1 auto;
|
|
12652
|
+
display: flex;
|
|
12653
|
+
flex-flow: row nowrap;
|
|
12654
|
+
overflow: hidden;
|
|
12655
|
+
position: relative;
|
|
12656
|
+
}
|
|
12657
|
+
|
|
12688
12658
|
.k-input-flat,
|
|
12689
12659
|
.k-picker-flat {
|
|
12690
12660
|
border-radius: 0 !important;
|
|
@@ -12707,7 +12677,7 @@ textarea.k-input-inner {
|
|
|
12707
12677
|
.k-input-sm,
|
|
12708
12678
|
.k-picker-sm {
|
|
12709
12679
|
font-size: 14px;
|
|
12710
|
-
line-height: 1.
|
|
12680
|
+
line-height: 1.4285714286;
|
|
12711
12681
|
}
|
|
12712
12682
|
|
|
12713
12683
|
.k-input-sm .k-input-inner,
|
|
@@ -12715,6 +12685,26 @@ textarea.k-input-inner {
|
|
|
12715
12685
|
padding: 2px 4px;
|
|
12716
12686
|
}
|
|
12717
12687
|
|
|
12688
|
+
.k-input-sm .k-input-icon,
|
|
12689
|
+
.k-input-sm .k-input-validation-icon,
|
|
12690
|
+
.k-input-sm .k-input-loading-icon,
|
|
12691
|
+
.k-input-sm .k-clear-value,
|
|
12692
|
+
.k-picker-sm .k-input-icon,
|
|
12693
|
+
.k-picker-sm .k-input-validation-icon,
|
|
12694
|
+
.k-picker-sm .k-input-loading-icon,
|
|
12695
|
+
.k-picker-sm .k-clear-value {
|
|
12696
|
+
width: 20px;
|
|
12697
|
+
height: 20px;
|
|
12698
|
+
}
|
|
12699
|
+
|
|
12700
|
+
.k-input-sm.k-icon-picker .k-input-inner,
|
|
12701
|
+
.k-picker-sm.k-icon-picker .k-input-inner {
|
|
12702
|
+
width: 1.4285714286em;
|
|
12703
|
+
height: 1.4285714286em;
|
|
12704
|
+
padding: 2px;
|
|
12705
|
+
box-sizing: content-box;
|
|
12706
|
+
}
|
|
12707
|
+
|
|
12718
12708
|
.k-input-md,
|
|
12719
12709
|
.k-picker-md {
|
|
12720
12710
|
font-size: 14px;
|
|
@@ -12726,10 +12716,30 @@ textarea.k-input-inner {
|
|
|
12726
12716
|
padding: 4px 8px;
|
|
12727
12717
|
}
|
|
12728
12718
|
|
|
12719
|
+
.k-input-md .k-input-icon,
|
|
12720
|
+
.k-input-md .k-input-validation-icon,
|
|
12721
|
+
.k-input-md .k-input-loading-icon,
|
|
12722
|
+
.k-input-md .k-clear-value,
|
|
12723
|
+
.k-picker-md .k-input-icon,
|
|
12724
|
+
.k-picker-md .k-input-validation-icon,
|
|
12725
|
+
.k-picker-md .k-input-loading-icon,
|
|
12726
|
+
.k-picker-md .k-clear-value {
|
|
12727
|
+
width: 24px;
|
|
12728
|
+
height: 24px;
|
|
12729
|
+
}
|
|
12730
|
+
|
|
12731
|
+
.k-input-md.k-icon-picker .k-input-inner,
|
|
12732
|
+
.k-picker-md.k-icon-picker .k-input-inner {
|
|
12733
|
+
width: 1.4285714286em;
|
|
12734
|
+
height: 1.4285714286em;
|
|
12735
|
+
padding: 4px;
|
|
12736
|
+
box-sizing: content-box;
|
|
12737
|
+
}
|
|
12738
|
+
|
|
12729
12739
|
.k-input-lg,
|
|
12730
12740
|
.k-picker-lg {
|
|
12731
12741
|
font-size: 14px;
|
|
12732
|
-
line-height: 1.
|
|
12742
|
+
line-height: 1.4285714286;
|
|
12733
12743
|
}
|
|
12734
12744
|
|
|
12735
12745
|
.k-input-lg .k-input-inner,
|
|
@@ -12737,6 +12747,26 @@ textarea.k-input-inner {
|
|
|
12737
12747
|
padding: 6px 12px;
|
|
12738
12748
|
}
|
|
12739
12749
|
|
|
12750
|
+
.k-input-lg .k-input-icon,
|
|
12751
|
+
.k-input-lg .k-input-validation-icon,
|
|
12752
|
+
.k-input-lg .k-input-loading-icon,
|
|
12753
|
+
.k-input-lg .k-clear-value,
|
|
12754
|
+
.k-picker-lg .k-input-icon,
|
|
12755
|
+
.k-picker-lg .k-input-validation-icon,
|
|
12756
|
+
.k-picker-lg .k-input-loading-icon,
|
|
12757
|
+
.k-picker-lg .k-clear-value {
|
|
12758
|
+
width: 28px;
|
|
12759
|
+
height: 28px;
|
|
12760
|
+
}
|
|
12761
|
+
|
|
12762
|
+
.k-input-lg.k-icon-picker .k-input-inner,
|
|
12763
|
+
.k-picker-lg.k-icon-picker .k-input-inner {
|
|
12764
|
+
width: 1.4285714286em;
|
|
12765
|
+
height: 1.4285714286em;
|
|
12766
|
+
padding: 6px;
|
|
12767
|
+
box-sizing: content-box;
|
|
12768
|
+
}
|
|
12769
|
+
|
|
12740
12770
|
@keyframes autoFillStart {
|
|
12741
12771
|
from {
|
|
12742
12772
|
}
|
|
@@ -12782,11 +12812,11 @@ textarea.k-input-inner {
|
|
|
12782
12812
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
|
|
12783
12813
|
}
|
|
12784
12814
|
|
|
12785
|
-
.k-input:invalid, .k-input.k-invalid {
|
|
12815
|
+
.k-input:invalid, .k-input.k-invalid, .k-input.ng-invalid {
|
|
12786
12816
|
border-color: rgba(217, 40, 0, 0.5);
|
|
12787
12817
|
}
|
|
12788
12818
|
|
|
12789
|
-
.k-input:invalid .k-input-validation-icon, .k-input.k-invalid .k-input-validation-icon {
|
|
12819
|
+
.k-input:invalid .k-input-validation-icon, .k-input.k-invalid .k-input-validation-icon, .k-input.ng-invalid .k-input-validation-icon {
|
|
12790
12820
|
color: #d92800;
|
|
12791
12821
|
}
|
|
12792
12822
|
|
|
@@ -12806,11 +12836,11 @@ textarea.k-input-inner {
|
|
|
12806
12836
|
box-shadow: 0 0 4px 0 rgba(202, 202, 202, 0.75);
|
|
12807
12837
|
}
|
|
12808
12838
|
|
|
12809
|
-
.k-picker:invalid, .k-picker.k-invalid {
|
|
12839
|
+
.k-picker:invalid, .k-picker.k-invalid, .k-picker.ng-invalid {
|
|
12810
12840
|
border-color: rgba(217, 40, 0, 0.5);
|
|
12811
12841
|
}
|
|
12812
12842
|
|
|
12813
|
-
.k-picker:invalid .k-input-validation-icon, .k-picker.k-invalid .k-input-validation-icon {
|
|
12843
|
+
.k-picker:invalid .k-input-validation-icon, .k-picker.k-invalid .k-input-validation-icon, .k-picker.ng-invalid .k-input-validation-icon {
|
|
12814
12844
|
color: #d92800;
|
|
12815
12845
|
}
|
|
12816
12846
|
|
|
@@ -12909,6 +12939,10 @@ textarea.k-input-inner {
|
|
|
12909
12939
|
border-style: solid;
|
|
12910
12940
|
}
|
|
12911
12941
|
|
|
12942
|
+
.k-data-table .k-table {
|
|
12943
|
+
table-layout: fixed;
|
|
12944
|
+
}
|
|
12945
|
+
|
|
12912
12946
|
.k-table-thead,
|
|
12913
12947
|
.k-table-tbody,
|
|
12914
12948
|
.k-table-tfoot {
|
|
@@ -12965,7 +12999,7 @@ textarea.k-input-inner {
|
|
|
12965
12999
|
width: 100%;
|
|
12966
13000
|
max-width: none;
|
|
12967
13001
|
border-width: 0;
|
|
12968
|
-
display: table
|
|
13002
|
+
display: table;
|
|
12969
13003
|
border-collapse: collapse;
|
|
12970
13004
|
border-spacing: 0;
|
|
12971
13005
|
table-layout: fixed;
|
|
@@ -12974,10 +13008,11 @@ textarea.k-input-inner {
|
|
|
12974
13008
|
outline: none;
|
|
12975
13009
|
}
|
|
12976
13010
|
|
|
12977
|
-
.k-table-list .k-table-row
|
|
13011
|
+
.k-table-list .k-table-row,
|
|
13012
|
+
.k-table-list .k-table-group-row {
|
|
12978
13013
|
width: 100%;
|
|
12979
13014
|
box-sizing: border-box;
|
|
12980
|
-
display:
|
|
13015
|
+
display: table-row;
|
|
12981
13016
|
position: relative;
|
|
12982
13017
|
}
|
|
12983
13018
|
|
|
@@ -12990,6 +13025,23 @@ textarea.k-input-inner {
|
|
|
12990
13025
|
vertical-align: middle;
|
|
12991
13026
|
}
|
|
12992
13027
|
|
|
13028
|
+
.k-table-list .k-table-group-row::before {
|
|
13029
|
+
content: ".";
|
|
13030
|
+
padding: 0;
|
|
13031
|
+
width: 0;
|
|
13032
|
+
display: block;
|
|
13033
|
+
overflow: hidden;
|
|
13034
|
+
}
|
|
13035
|
+
|
|
13036
|
+
.k-table-list .k-table-group-row .k-table-th {
|
|
13037
|
+
width: 100%;
|
|
13038
|
+
border-color: inherit;
|
|
13039
|
+
color: inherit;
|
|
13040
|
+
background-color: inherit;
|
|
13041
|
+
position: absolute;
|
|
13042
|
+
top: 0;
|
|
13043
|
+
}
|
|
13044
|
+
|
|
12993
13045
|
.k-table-list .k-table-spacer-td {
|
|
12994
13046
|
padding: 0 !important;
|
|
12995
13047
|
width: 0 !important;
|
|
@@ -13012,6 +13064,11 @@ textarea.k-input-inner {
|
|
|
13012
13064
|
right: 0;
|
|
13013
13065
|
}
|
|
13014
13066
|
|
|
13067
|
+
.k-virtual-table .k-table-row {
|
|
13068
|
+
position: absolute;
|
|
13069
|
+
width: 100%;
|
|
13070
|
+
}
|
|
13071
|
+
|
|
13015
13072
|
.k-table-scroller {
|
|
13016
13073
|
position: relative;
|
|
13017
13074
|
overflow: auto;
|
|
@@ -13054,6 +13111,10 @@ textarea.k-input-inner {
|
|
|
13054
13111
|
padding: 0 2px;
|
|
13055
13112
|
}
|
|
13056
13113
|
|
|
13114
|
+
.k-table-sm .k-table-list .k-table-group-row::before {
|
|
13115
|
+
padding: 4px 0;
|
|
13116
|
+
}
|
|
13117
|
+
|
|
13057
13118
|
.k-table-md {
|
|
13058
13119
|
font-size: 14px;
|
|
13059
13120
|
line-height: 1.4285714286;
|
|
@@ -13068,6 +13129,10 @@ textarea.k-input-inner {
|
|
|
13068
13129
|
padding: 0 4px;
|
|
13069
13130
|
}
|
|
13070
13131
|
|
|
13132
|
+
.k-table-md .k-table-list .k-table-group-row::before {
|
|
13133
|
+
padding: 8px 0;
|
|
13134
|
+
}
|
|
13135
|
+
|
|
13071
13136
|
.k-table-lg {
|
|
13072
13137
|
font-size: 14px;
|
|
13073
13138
|
line-height: 1.4285714286;
|
|
@@ -13082,6 +13147,10 @@ textarea.k-input-inner {
|
|
|
13082
13147
|
padding: 0 6px;
|
|
13083
13148
|
}
|
|
13084
13149
|
|
|
13150
|
+
.k-table-lg .k-table-list .k-table-group-row::before {
|
|
13151
|
+
padding: 12px 0;
|
|
13152
|
+
}
|
|
13153
|
+
|
|
13085
13154
|
.k-rtl.k-table,
|
|
13086
13155
|
.k-rtl .k-table,
|
|
13087
13156
|
[dir="rtl"].k-table,
|
|
@@ -13356,13 +13425,14 @@ textarea.k-input-inner {
|
|
|
13356
13425
|
padding: 4px 4px;
|
|
13357
13426
|
border-width: 1px;
|
|
13358
13427
|
border-style: solid;
|
|
13359
|
-
|
|
13428
|
+
outline: 0;
|
|
13360
13429
|
font-family: inherit;
|
|
13361
13430
|
font-size: 14px;
|
|
13362
13431
|
line-height: normal;
|
|
13363
13432
|
display: inline-flex;
|
|
13364
|
-
|
|
13433
|
+
flex-flow: row nowrap;
|
|
13365
13434
|
align-items: center;
|
|
13435
|
+
justify-content: center;
|
|
13366
13436
|
gap: 8px;
|
|
13367
13437
|
position: relative;
|
|
13368
13438
|
overflow: hidden;
|
|
@@ -13372,20 +13442,103 @@ textarea.k-input-inner {
|
|
|
13372
13442
|
user-select: none;
|
|
13373
13443
|
}
|
|
13374
13444
|
|
|
13375
|
-
.k-chip
|
|
13376
|
-
|
|
13445
|
+
.k-chip .k-selected-icon-wrapper {
|
|
13446
|
+
display: none !important;
|
|
13377
13447
|
}
|
|
13378
13448
|
|
|
13379
13449
|
.k-chip-content {
|
|
13380
13450
|
min-width: 0;
|
|
13381
|
-
display:
|
|
13451
|
+
display: flex;
|
|
13452
|
+
flex-flow: row nowrap;
|
|
13453
|
+
align-items: center;
|
|
13454
|
+
overflow: hidden;
|
|
13382
13455
|
flex: 1 1 auto;
|
|
13456
|
+
}
|
|
13457
|
+
|
|
13458
|
+
.k-chip-content:first-child {
|
|
13459
|
+
margin-inline-start: 8px;
|
|
13460
|
+
}
|
|
13461
|
+
|
|
13462
|
+
.k-chip-content:last-child {
|
|
13463
|
+
margin-inline-end: 8px;
|
|
13464
|
+
}
|
|
13465
|
+
|
|
13466
|
+
.k-chip-text,
|
|
13467
|
+
.k-chip-label {
|
|
13383
13468
|
white-space: nowrap;
|
|
13469
|
+
text-overflow: ellipsis;
|
|
13470
|
+
overflow: hidden;
|
|
13471
|
+
flex: 1 1 auto;
|
|
13472
|
+
}
|
|
13473
|
+
|
|
13474
|
+
.k-chip-avatar {
|
|
13475
|
+
border-radius: 50%;
|
|
13476
|
+
background-size: cover;
|
|
13477
|
+
background-position: center;
|
|
13478
|
+
flex: none;
|
|
13479
|
+
}
|
|
13480
|
+
|
|
13481
|
+
.k-chip-icon {
|
|
13482
|
+
font-size: inherit;
|
|
13483
|
+
display: flex;
|
|
13484
|
+
align-items: center;
|
|
13485
|
+
justify-content: center;
|
|
13486
|
+
flex: none;
|
|
13487
|
+
}
|
|
13488
|
+
|
|
13489
|
+
.k-ie .k-chip-icon {
|
|
13490
|
+
margin-right: 8px;
|
|
13491
|
+
}
|
|
13492
|
+
|
|
13493
|
+
.k-chip-actions {
|
|
13494
|
+
flex: none;
|
|
13495
|
+
display: flex;
|
|
13496
|
+
flex-flow: row nowrap;
|
|
13497
|
+
align-items: center;
|
|
13498
|
+
align-self: center;
|
|
13499
|
+
}
|
|
13500
|
+
|
|
13501
|
+
.k-chip-action {
|
|
13502
|
+
flex: none;
|
|
13503
|
+
display: flex;
|
|
13504
|
+
flex-flow: row nowrap;
|
|
13505
|
+
align-items: center;
|
|
13506
|
+
align-self: center;
|
|
13384
13507
|
}
|
|
13385
13508
|
|
|
13386
|
-
.k-
|
|
13387
|
-
.k-chip-remove-icon {
|
|
13509
|
+
.k-remove-icon {
|
|
13388
13510
|
font-size: inherit;
|
|
13511
|
+
display: flex;
|
|
13512
|
+
align-items: center;
|
|
13513
|
+
justify-content: center;
|
|
13514
|
+
flex: none;
|
|
13515
|
+
}
|
|
13516
|
+
|
|
13517
|
+
.k-ie .k-remove-icon {
|
|
13518
|
+
margin-right: 0;
|
|
13519
|
+
margin-left: 8px;
|
|
13520
|
+
}
|
|
13521
|
+
|
|
13522
|
+
.k-chip-list {
|
|
13523
|
+
min-width: 0px;
|
|
13524
|
+
display: inline-flex;
|
|
13525
|
+
flex-wrap: wrap;
|
|
13526
|
+
align-items: center;
|
|
13527
|
+
position: relative;
|
|
13528
|
+
}
|
|
13529
|
+
|
|
13530
|
+
.k-ie .k-chip.k-rtl .k-chip-icon,
|
|
13531
|
+
.k-ie .k-rtl .k-chip .k-chip-icon,
|
|
13532
|
+
.k-ie .k-chip[dir="rtl"] .k-chip-icon {
|
|
13533
|
+
margin-right: 0;
|
|
13534
|
+
margin-left: 8px;
|
|
13535
|
+
}
|
|
13536
|
+
|
|
13537
|
+
.k-ie .k-chip.k-rtl .k-remove-icon,
|
|
13538
|
+
.k-ie .k-rtl .k-chip .k-remove-icon,
|
|
13539
|
+
.k-ie .k-chip[dir="rtl"] .k-remove-icon {
|
|
13540
|
+
margin-left: 0;
|
|
13541
|
+
margin-right: 8px;
|
|
13389
13542
|
}
|
|
13390
13543
|
|
|
13391
13544
|
.k-chip-sm {
|
|
@@ -13395,6 +13548,12 @@ textarea.k-input-inner {
|
|
|
13395
13548
|
line-height: normal;
|
|
13396
13549
|
}
|
|
13397
13550
|
|
|
13551
|
+
.k-chip-avatar {
|
|
13552
|
+
width: 1em;
|
|
13553
|
+
height: 1em;
|
|
13554
|
+
flex-basis: 1em;
|
|
13555
|
+
}
|
|
13556
|
+
|
|
13398
13557
|
.k-chip-md {
|
|
13399
13558
|
height: calc(1em + 10px);
|
|
13400
13559
|
padding: 4px;
|
|
@@ -13402,6 +13561,12 @@ textarea.k-input-inner {
|
|
|
13402
13561
|
line-height: normal;
|
|
13403
13562
|
}
|
|
13404
13563
|
|
|
13564
|
+
.k-chip-avatar {
|
|
13565
|
+
width: 1em;
|
|
13566
|
+
height: 1em;
|
|
13567
|
+
flex-basis: 1em;
|
|
13568
|
+
}
|
|
13569
|
+
|
|
13405
13570
|
.k-chip-lg {
|
|
13406
13571
|
height: calc(1em + 12px);
|
|
13407
13572
|
padding: 5px;
|
|
@@ -13415,21 +13580,8 @@ textarea.k-input-inner {
|
|
|
13415
13580
|
flex-basis: 1em;
|
|
13416
13581
|
}
|
|
13417
13582
|
|
|
13418
|
-
.k-chip-
|
|
13419
|
-
|
|
13420
|
-
}
|
|
13421
|
-
|
|
13422
|
-
.k-chip-list {
|
|
13423
|
-
min-width: 0px;
|
|
13424
|
-
display: inline-flex;
|
|
13425
|
-
flex-wrap: wrap;
|
|
13426
|
-
align-items: center;
|
|
13427
|
-
position: relative;
|
|
13428
|
-
box-sizing: border-box;
|
|
13429
|
-
}
|
|
13430
|
-
|
|
13431
|
-
.k-chip-list-sm {
|
|
13432
|
-
gap: 4px;
|
|
13583
|
+
.k-chip-list-sm {
|
|
13584
|
+
gap: 4px;
|
|
13433
13585
|
}
|
|
13434
13586
|
|
|
13435
13587
|
.k-chip-list-md {
|
|
@@ -13441,98 +13593,98 @@ textarea.k-input-inner {
|
|
|
13441
13593
|
}
|
|
13442
13594
|
|
|
13443
13595
|
.k-chip-solid-base {
|
|
13444
|
-
border-color:
|
|
13596
|
+
border-color: #bebebe;
|
|
13445
13597
|
color: #272727;
|
|
13446
|
-
background-color:
|
|
13598
|
+
background-color: #eeeeee;
|
|
13447
13599
|
}
|
|
13448
13600
|
|
|
13449
13601
|
.k-chip-solid-base:focus, .k-chip-solid-base.k-focus {
|
|
13450
13602
|
box-shadow: 0 0 0 2px rgba(39, 39, 39, 0.16);
|
|
13451
|
-
background-color:
|
|
13603
|
+
background-color: #eeeeee;
|
|
13452
13604
|
}
|
|
13453
13605
|
|
|
13454
13606
|
.k-chip-solid-base:hover, .k-chip-solid-base.k-hover {
|
|
13455
|
-
background-color:
|
|
13607
|
+
background-color: gainsboro;
|
|
13456
13608
|
}
|
|
13457
13609
|
|
|
13458
13610
|
.k-chip-solid-base.k-selected {
|
|
13459
|
-
background-color:
|
|
13611
|
+
background-color: #cbcbcb;
|
|
13460
13612
|
}
|
|
13461
13613
|
|
|
13462
13614
|
.k-chip-solid-error {
|
|
13463
|
-
border-color:
|
|
13615
|
+
border-color: #f4bfb3;
|
|
13464
13616
|
color: #d92800;
|
|
13465
|
-
background-color:
|
|
13617
|
+
background-color: #fceeeb;
|
|
13466
13618
|
}
|
|
13467
13619
|
|
|
13468
13620
|
.k-chip-solid-error:focus, .k-chip-solid-error.k-focus {
|
|
13469
13621
|
box-shadow: 0 0 0 2px rgba(217, 40, 0, 0.16);
|
|
13470
|
-
background-color:
|
|
13622
|
+
background-color: #fceeeb;
|
|
13471
13623
|
}
|
|
13472
13624
|
|
|
13473
13625
|
.k-chip-solid-error:hover, .k-chip-solid-error.k-hover {
|
|
13474
|
-
background-color:
|
|
13626
|
+
background-color: #f9ddd6;
|
|
13475
13627
|
}
|
|
13476
13628
|
|
|
13477
13629
|
.k-chip-solid-error.k-selected {
|
|
13478
|
-
background-color:
|
|
13630
|
+
background-color: #f6cbc2;
|
|
13479
13631
|
}
|
|
13480
13632
|
|
|
13481
13633
|
.k-chip-solid-info {
|
|
13482
|
-
border-color:
|
|
13634
|
+
border-color: #bde0eb;
|
|
13483
13635
|
color: #2498bc;
|
|
13484
|
-
background-color:
|
|
13636
|
+
background-color: #edf7fa;
|
|
13485
13637
|
}
|
|
13486
13638
|
|
|
13487
13639
|
.k-chip-solid-info:focus, .k-chip-solid-info.k-focus {
|
|
13488
13640
|
box-shadow: 0 0 0 2px rgba(36, 152, 188, 0.16);
|
|
13489
|
-
background-color:
|
|
13641
|
+
background-color: #edf7fa;
|
|
13490
13642
|
}
|
|
13491
13643
|
|
|
13492
13644
|
.k-chip-solid-info:hover, .k-chip-solid-info.k-hover {
|
|
13493
|
-
background-color:
|
|
13645
|
+
background-color: #dceff4;
|
|
13494
13646
|
}
|
|
13495
13647
|
|
|
13496
13648
|
.k-chip-solid-info.k-selected {
|
|
13497
|
-
background-color:
|
|
13649
|
+
background-color: #cae6ef;
|
|
13498
13650
|
}
|
|
13499
13651
|
|
|
13500
13652
|
.k-chip-solid-warning {
|
|
13501
|
-
border-color:
|
|
13653
|
+
border-color: #ffe0b3;
|
|
13502
13654
|
color: #ff9800;
|
|
13503
|
-
background-color:
|
|
13655
|
+
background-color: #fff7eb;
|
|
13504
13656
|
}
|
|
13505
13657
|
|
|
13506
13658
|
.k-chip-solid-warning:focus, .k-chip-solid-warning.k-focus {
|
|
13507
13659
|
box-shadow: 0 0 0 2px rgba(255, 152, 0, 0.16);
|
|
13508
|
-
background-color:
|
|
13660
|
+
background-color: #fff7eb;
|
|
13509
13661
|
}
|
|
13510
13662
|
|
|
13511
13663
|
.k-chip-solid-warning:hover, .k-chip-solid-warning.k-hover {
|
|
13512
|
-
background-color:
|
|
13664
|
+
background-color: #ffefd6;
|
|
13513
13665
|
}
|
|
13514
13666
|
|
|
13515
13667
|
.k-chip-solid-warning.k-selected {
|
|
13516
|
-
background-color:
|
|
13668
|
+
background-color: #ffe6c2;
|
|
13517
13669
|
}
|
|
13518
13670
|
|
|
13519
13671
|
.k-chip-solid-success {
|
|
13520
|
-
border-color:
|
|
13672
|
+
border-color: #c5e4ca;
|
|
13521
13673
|
color: #3ea44e;
|
|
13522
|
-
background-color:
|
|
13674
|
+
background-color: #f0f8f1;
|
|
13523
13675
|
}
|
|
13524
13676
|
|
|
13525
13677
|
.k-chip-solid-success:focus, .k-chip-solid-success.k-focus {
|
|
13526
13678
|
box-shadow: 0 0 0 2px rgba(62, 164, 78, 0.16);
|
|
13527
|
-
background-color:
|
|
13679
|
+
background-color: #f0f8f1;
|
|
13528
13680
|
}
|
|
13529
13681
|
|
|
13530
13682
|
.k-chip-solid-success:hover, .k-chip-solid-success.k-hover {
|
|
13531
|
-
background-color:
|
|
13683
|
+
background-color: #e0f0e3;
|
|
13532
13684
|
}
|
|
13533
13685
|
|
|
13534
13686
|
.k-chip-solid-success.k-selected {
|
|
13535
|
-
background-color:
|
|
13687
|
+
background-color: #d1e9d5;
|
|
13536
13688
|
}
|
|
13537
13689
|
|
|
13538
13690
|
.k-chip-outline-base {
|
|
@@ -13636,6 +13788,8 @@ textarea.k-input-inner {
|
|
|
13636
13788
|
}
|
|
13637
13789
|
|
|
13638
13790
|
.k-color-preview {
|
|
13791
|
+
width: 100%;
|
|
13792
|
+
height: 100%;
|
|
13639
13793
|
border-width: 1px;
|
|
13640
13794
|
border-radius: 4px;
|
|
13641
13795
|
border-style: solid;
|
|
@@ -13646,6 +13800,14 @@ textarea.k-input-inner {
|
|
|
13646
13800
|
overflow: hidden;
|
|
13647
13801
|
}
|
|
13648
13802
|
|
|
13803
|
+
.k-color-preview > .k-color-preview-mask {
|
|
13804
|
+
width: 100%;
|
|
13805
|
+
height: 100%;
|
|
13806
|
+
position: absolute;
|
|
13807
|
+
top: 0;
|
|
13808
|
+
left: 0;
|
|
13809
|
+
}
|
|
13810
|
+
|
|
13649
13811
|
.k-color-preview::before {
|
|
13650
13812
|
content: "";
|
|
13651
13813
|
width: 100%;
|
|
@@ -13665,19 +13827,21 @@ textarea.k-input-inner {
|
|
|
13665
13827
|
display: flex;
|
|
13666
13828
|
flex-flow: column nowrap;
|
|
13667
13829
|
align-items: center;
|
|
13830
|
+
justify-content: center;
|
|
13668
13831
|
gap: 2px;
|
|
13669
13832
|
}
|
|
13670
13833
|
|
|
13671
13834
|
.k-icon-color-preview .k-color-preview-mask {
|
|
13672
13835
|
width: 14px;
|
|
13673
13836
|
height: 2px;
|
|
13837
|
+
position: static;
|
|
13674
13838
|
}
|
|
13675
13839
|
|
|
13676
13840
|
.k-icon-color-preview::before {
|
|
13677
13841
|
display: none;
|
|
13678
13842
|
}
|
|
13679
13843
|
|
|
13680
|
-
.k-no-color::
|
|
13844
|
+
.k-no-color::before {
|
|
13681
13845
|
content: "";
|
|
13682
13846
|
width: 100%;
|
|
13683
13847
|
height: 100%;
|
|
@@ -13700,10 +13864,11 @@ textarea.k-input-inner {
|
|
|
13700
13864
|
border-color: #bababa;
|
|
13701
13865
|
}
|
|
13702
13866
|
|
|
13703
|
-
.k-no-color::
|
|
13867
|
+
.k-no-color::before {
|
|
13704
13868
|
background-color: #ffffff;
|
|
13705
13869
|
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='%23d92800' stroke-width='1'/%3e%3c/svg%3e");
|
|
13706
13870
|
background-size: 100% 100%;
|
|
13871
|
+
background-position: 0 0;
|
|
13707
13872
|
}
|
|
13708
13873
|
|
|
13709
13874
|
.k-loader {
|
|
@@ -16025,11 +16190,13 @@ kendo-label.k-radio-label > .k-label {
|
|
|
16025
16190
|
}
|
|
16026
16191
|
|
|
16027
16192
|
.k-slider .k-button-increase {
|
|
16193
|
+
position: absolute;
|
|
16028
16194
|
right: 0;
|
|
16029
16195
|
top: 0;
|
|
16030
16196
|
}
|
|
16031
16197
|
|
|
16032
16198
|
.k-slider .k-button-decrease {
|
|
16199
|
+
position: absolute;
|
|
16033
16200
|
left: 0;
|
|
16034
16201
|
top: 0;
|
|
16035
16202
|
}
|
|
@@ -17207,6 +17374,249 @@ kendo-label.k-radio-label > .k-label {
|
|
|
17207
17374
|
background-image: linear-gradient(to right, rgba(243, 88, 0, 0.25), transparent 100%);
|
|
17208
17375
|
}
|
|
17209
17376
|
|
|
17377
|
+
.k-timeselector {
|
|
17378
|
+
border-width: 1px;
|
|
17379
|
+
border-style: solid;
|
|
17380
|
+
box-sizing: border-box;
|
|
17381
|
+
outline: 0;
|
|
17382
|
+
font-family: inherit;
|
|
17383
|
+
font-size: 14px;
|
|
17384
|
+
line-height: 1.4285714286;
|
|
17385
|
+
position: relative;
|
|
17386
|
+
overflow: hidden;
|
|
17387
|
+
display: flex;
|
|
17388
|
+
flex-flow: column nowrap;
|
|
17389
|
+
-webkit-user-select: none;
|
|
17390
|
+
-ms-user-select: none;
|
|
17391
|
+
user-select: none;
|
|
17392
|
+
-webkit-touch-callout: none;
|
|
17393
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
17394
|
+
}
|
|
17395
|
+
|
|
17396
|
+
.k-popup > .k-timeselector {
|
|
17397
|
+
border-width: 0;
|
|
17398
|
+
}
|
|
17399
|
+
|
|
17400
|
+
.k-time-header,
|
|
17401
|
+
.k-time-selector-header {
|
|
17402
|
+
padding: 4px 4px;
|
|
17403
|
+
box-sizing: border-box;
|
|
17404
|
+
display: flex;
|
|
17405
|
+
align-items: center;
|
|
17406
|
+
justify-content: space-between;
|
|
17407
|
+
flex: 0 0 auto;
|
|
17408
|
+
}
|
|
17409
|
+
|
|
17410
|
+
.k-time-header .k-title,
|
|
17411
|
+
.k-time-header .k-time-selector-header-title,
|
|
17412
|
+
.k-time-selector-header .k-title,
|
|
17413
|
+
.k-time-selector-header .k-time-selector-header-title {
|
|
17414
|
+
padding: 4px 8px;
|
|
17415
|
+
font-weight: bold;
|
|
17416
|
+
display: inline-block;
|
|
17417
|
+
}
|
|
17418
|
+
|
|
17419
|
+
.k-time-header .k-time-now,
|
|
17420
|
+
.k-time-selector-header .k-time-now {
|
|
17421
|
+
border-width: 0;
|
|
17422
|
+
line-height: inherit;
|
|
17423
|
+
cursor: pointer;
|
|
17424
|
+
}
|
|
17425
|
+
|
|
17426
|
+
.k-time-list-container {
|
|
17427
|
+
display: flex;
|
|
17428
|
+
position: relative;
|
|
17429
|
+
flex: 1 1 auto;
|
|
17430
|
+
}
|
|
17431
|
+
|
|
17432
|
+
.k-time-highlight,
|
|
17433
|
+
.k-time-list-highlight {
|
|
17434
|
+
width: 100%;
|
|
17435
|
+
height: 28px;
|
|
17436
|
+
border-width: 1px 0px;
|
|
17437
|
+
border-style: solid;
|
|
17438
|
+
box-sizing: border-box;
|
|
17439
|
+
position: absolute;
|
|
17440
|
+
top: calc(50% + 9px);
|
|
17441
|
+
left: 0;
|
|
17442
|
+
right: 0;
|
|
17443
|
+
transform: translateY(-50%);
|
|
17444
|
+
z-index: 1;
|
|
17445
|
+
}
|
|
17446
|
+
|
|
17447
|
+
.k-time-list-wrapper {
|
|
17448
|
+
min-width: 4em;
|
|
17449
|
+
height: 240px;
|
|
17450
|
+
box-sizing: content-box;
|
|
17451
|
+
display: inline-flex;
|
|
17452
|
+
flex-flow: column nowrap;
|
|
17453
|
+
align-items: stretch;
|
|
17454
|
+
overflow: hidden;
|
|
17455
|
+
position: relative;
|
|
17456
|
+
text-align: center;
|
|
17457
|
+
flex: 1 1 auto;
|
|
17458
|
+
}
|
|
17459
|
+
|
|
17460
|
+
.k-time-list-wrapper .k-title {
|
|
17461
|
+
font-size: 12px;
|
|
17462
|
+
line-height: 1.5;
|
|
17463
|
+
font-weight: bold;
|
|
17464
|
+
text-align: center;
|
|
17465
|
+
text-transform: capitalize;
|
|
17466
|
+
display: block;
|
|
17467
|
+
}
|
|
17468
|
+
|
|
17469
|
+
.k-time-list-wrapper.k-state-focused::before, .k-time-list-wrapper.k-state-focused::after {
|
|
17470
|
+
display: block;
|
|
17471
|
+
content: " ";
|
|
17472
|
+
position: absolute;
|
|
17473
|
+
width: 100%;
|
|
17474
|
+
left: 0;
|
|
17475
|
+
pointer-events: none;
|
|
17476
|
+
height: calc(50% - 14px);
|
|
17477
|
+
box-sizing: border-box;
|
|
17478
|
+
border-width: 0;
|
|
17479
|
+
border-style: solid;
|
|
17480
|
+
}
|
|
17481
|
+
|
|
17482
|
+
.k-time-list-wrapper.k-state-focused::before {
|
|
17483
|
+
top: 18px;
|
|
17484
|
+
}
|
|
17485
|
+
|
|
17486
|
+
.k-time-list-wrapper.k-state-focused::after {
|
|
17487
|
+
bottom: 0;
|
|
17488
|
+
}
|
|
17489
|
+
|
|
17490
|
+
.k-time-list {
|
|
17491
|
+
display: flex;
|
|
17492
|
+
flex-flow: row nowrap;
|
|
17493
|
+
align-items: stretch;
|
|
17494
|
+
flex: 1;
|
|
17495
|
+
position: relative;
|
|
17496
|
+
z-index: 1;
|
|
17497
|
+
overflow: hidden;
|
|
17498
|
+
}
|
|
17499
|
+
|
|
17500
|
+
.k-time-list::before, .k-time-list::after {
|
|
17501
|
+
display: block;
|
|
17502
|
+
position: absolute;
|
|
17503
|
+
content: " ";
|
|
17504
|
+
height: 0;
|
|
17505
|
+
line-height: 0;
|
|
17506
|
+
z-index: 1;
|
|
17507
|
+
width: 200%;
|
|
17508
|
+
left: -50%;
|
|
17509
|
+
}
|
|
17510
|
+
|
|
17511
|
+
.k-time-list::before {
|
|
17512
|
+
top: 0;
|
|
17513
|
+
}
|
|
17514
|
+
|
|
17515
|
+
.k-time-list::after {
|
|
17516
|
+
bottom: 0;
|
|
17517
|
+
}
|
|
17518
|
+
|
|
17519
|
+
.k-time-container,
|
|
17520
|
+
.k-time-list-content {
|
|
17521
|
+
position: relative;
|
|
17522
|
+
flex: 1 1 auto;
|
|
17523
|
+
display: block;
|
|
17524
|
+
overflow-x: hidden;
|
|
17525
|
+
overflow-y: scroll;
|
|
17526
|
+
padding-right: 100px;
|
|
17527
|
+
padding-left: 100px;
|
|
17528
|
+
margin-left: -100px;
|
|
17529
|
+
margin-right: -117px;
|
|
17530
|
+
}
|
|
17531
|
+
|
|
17532
|
+
.k-time-container > ul,
|
|
17533
|
+
.k-time-list-content > ul {
|
|
17534
|
+
height: auto;
|
|
17535
|
+
width: 4em;
|
|
17536
|
+
margin: auto;
|
|
17537
|
+
}
|
|
17538
|
+
|
|
17539
|
+
.k-rtl .k-time-container [dir="rtl"] .k-time-container, .k-rtl
|
|
17540
|
+
.k-time-list-content [dir="rtl"] .k-time-container, .k-rtl .k-time-container [dir="rtl"]
|
|
17541
|
+
.k-time-list-content, .k-rtl
|
|
17542
|
+
.k-time-list-content [dir="rtl"]
|
|
17543
|
+
.k-time-list-content {
|
|
17544
|
+
padding-right: 100px;
|
|
17545
|
+
padding-left: 100px;
|
|
17546
|
+
margin-left: -117px;
|
|
17547
|
+
margin-right: -100px;
|
|
17548
|
+
}
|
|
17549
|
+
|
|
17550
|
+
.k-time-container .k-scrollable-placeholder,
|
|
17551
|
+
.k-time-list-content .k-scrollable-placeholder {
|
|
17552
|
+
position: absolute;
|
|
17553
|
+
width: 1px;
|
|
17554
|
+
top: 0;
|
|
17555
|
+
right: 0;
|
|
17556
|
+
}
|
|
17557
|
+
|
|
17558
|
+
.k-time-list-item,
|
|
17559
|
+
.k-time-list .k-item {
|
|
17560
|
+
padding: 4px 8px;
|
|
17561
|
+
}
|
|
17562
|
+
|
|
17563
|
+
.k-time-separator {
|
|
17564
|
+
width: 0;
|
|
17565
|
+
height: 28px;
|
|
17566
|
+
align-self: center;
|
|
17567
|
+
display: inline-flex;
|
|
17568
|
+
justify-content: center;
|
|
17569
|
+
align-items: center;
|
|
17570
|
+
position: relative;
|
|
17571
|
+
z-index: 11;
|
|
17572
|
+
top: 9px;
|
|
17573
|
+
}
|
|
17574
|
+
|
|
17575
|
+
.k-timeselector {
|
|
17576
|
+
border-color: #cacaca;
|
|
17577
|
+
color: #272727;
|
|
17578
|
+
background-color: #ffffff;
|
|
17579
|
+
}
|
|
17580
|
+
|
|
17581
|
+
.k-time-header .k-time-now,
|
|
17582
|
+
.k-time-selector-header .k-time-now {
|
|
17583
|
+
color: #f35800;
|
|
17584
|
+
}
|
|
17585
|
+
|
|
17586
|
+
.k-time-header .k-time-now:hover,
|
|
17587
|
+
.k-time-selector-header .k-time-now:hover {
|
|
17588
|
+
color: #cc4a00;
|
|
17589
|
+
}
|
|
17590
|
+
|
|
17591
|
+
.k-time-list-wrapper .k-title {
|
|
17592
|
+
color: #646464;
|
|
17593
|
+
}
|
|
17594
|
+
|
|
17595
|
+
.k-time-list-wrapper.k-state-focused .k-title {
|
|
17596
|
+
color: #272727;
|
|
17597
|
+
}
|
|
17598
|
+
|
|
17599
|
+
.k-time-list-wrapper.k-state-focused::before, .k-time-list-wrapper.k-state-focused::after {
|
|
17600
|
+
background-color: rgba(0, 0, 0, 0.04);
|
|
17601
|
+
}
|
|
17602
|
+
|
|
17603
|
+
.k-time-list::before, .k-time-list::after {
|
|
17604
|
+
box-shadow: 0 0 3em 1.5em #ffffff;
|
|
17605
|
+
}
|
|
17606
|
+
|
|
17607
|
+
.k-time-list .k-item:hover {
|
|
17608
|
+
color: #f35800;
|
|
17609
|
+
}
|
|
17610
|
+
|
|
17611
|
+
.k-time-container {
|
|
17612
|
+
background: transparent;
|
|
17613
|
+
}
|
|
17614
|
+
|
|
17615
|
+
.k-time-highlight {
|
|
17616
|
+
border-color: #cacaca;
|
|
17617
|
+
background-color: #ffffff;
|
|
17618
|
+
}
|
|
17619
|
+
|
|
17210
17620
|
.k-captcha {
|
|
17211
17621
|
width: 280px;
|
|
17212
17622
|
box-sizing: border-box;
|
|
@@ -17452,415 +17862,168 @@ kendo-label.k-radio-label > .k-label {
|
|
|
17452
17862
|
margin-bottom: 8px;
|
|
17453
17863
|
}
|
|
17454
17864
|
|
|
17455
|
-
.k-colorgradient-color-contrast .k-contrast-ratio-text {
|
|
17456
|
-
font-weight: 700;
|
|
17457
|
-
}
|
|
17458
|
-
|
|
17459
|
-
.k-colorgradient-color-contrast .k-contrast-validation {
|
|
17460
|
-
display: inline-flex;
|
|
17461
|
-
align-items: center;
|
|
17462
|
-
gap: 4px;
|
|
17463
|
-
}
|
|
17464
|
-
|
|
17465
|
-
.k-colorgradient-color-contrast .k-contrast-validation .k-icon {
|
|
17466
|
-
vertical-align: middle;
|
|
17467
|
-
}
|
|
17468
|
-
|
|
17469
|
-
.k-colorgradient-color-contrast .k-contrast-validation .k-i-check + .k-i-check {
|
|
17470
|
-
margin-left: -13px;
|
|
17471
|
-
}
|
|
17472
|
-
|
|
17473
|
-
.k-color-contrast-svg {
|
|
17474
|
-
position: absolute;
|
|
17475
|
-
top: 0;
|
|
17476
|
-
left: 0;
|
|
17477
|
-
overflow: visible;
|
|
17478
|
-
pointer-events: none;
|
|
17479
|
-
}
|
|
17480
|
-
|
|
17481
|
-
.k-rtl .k-colorgradient-color-contrast .k-i-check + .k-i-check,
|
|
17482
|
-
[dir="rtl"] .k-colorgradient-color-contrast .k-i-check + .k-i-check {
|
|
17483
|
-
margin-left: 0;
|
|
17484
|
-
margin-right: -13px;
|
|
17485
|
-
}
|
|
17486
|
-
|
|
17487
|
-
.k-colorgradient {
|
|
17488
|
-
border-color: #cacaca;
|
|
17489
|
-
color: #272727;
|
|
17490
|
-
background-color: #ffffff;
|
|
17491
|
-
}
|
|
17492
|
-
|
|
17493
|
-
.k-colorgradient:focus,
|
|
17494
|
-
.k-colorgradient.k-state-focus,
|
|
17495
|
-
.k-colorgradient.k-focus {
|
|
17496
|
-
box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
|
|
17497
|
-
}
|
|
17498
|
-
|
|
17499
|
-
.k-colorgradient-canvas .k-hsv-gradient {
|
|
17500
|
-
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black), linear-gradient(to right, white, rgba(255, 255, 255, 0));
|
|
17501
|
-
}
|
|
17502
|
-
|
|
17503
|
-
.k-colorgradient .k-draghandle {
|
|
17504
|
-
border-color: rgba(255, 255, 255, 0.8);
|
|
17505
|
-
background-color: transparent;
|
|
17506
|
-
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
|
|
17507
|
-
}
|
|
17508
|
-
|
|
17509
|
-
.k-colorgradient .k-draghandle:focus, .k-colorgradient .k-draghandle.k-state-focus, .k-colorgradient .k-draghandle.k-focus {
|
|
17510
|
-
border-color: #ffffff;
|
|
17511
|
-
background-color: transparent;
|
|
17512
|
-
box-shadow: 0 1px 4px black;
|
|
17513
|
-
}
|
|
17514
|
-
|
|
17515
|
-
.k-colorgradient .k-draghandle:active, .k-colorgradient .k-draghandle:hover, .k-colorgradient .k-draghandle.k-state-hover, .k-colorgradient .k-draghandle.k-hover {
|
|
17516
|
-
border-color: #ffffff;
|
|
17517
|
-
background-color: transparent;
|
|
17518
|
-
box-shadow: 0 1px 4px black;
|
|
17519
|
-
}
|
|
17520
|
-
|
|
17521
|
-
.k-colorgradient-slider.k-hue-slider.k-slider-horizontal .k-slider-track {
|
|
17522
|
-
background: linear-gradient(to right, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
|
|
17523
|
-
}
|
|
17524
|
-
|
|
17525
|
-
.k-colorgradient-slider.k-hue-slider.k-slider-vertical .k-slider-track {
|
|
17526
|
-
background: linear-gradient(to top, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
|
|
17527
|
-
}
|
|
17528
|
-
|
|
17529
|
-
.k-colorgradient-slider.k-alpha-slider .k-slider-track::before {
|
|
17530
|
-
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC") center repeat;
|
|
17531
|
-
}
|
|
17532
|
-
|
|
17533
|
-
.k-colorgradient-input-label {
|
|
17534
|
-
color: #8d8d8d;
|
|
17535
|
-
}
|
|
17536
|
-
|
|
17537
|
-
.k-rtl .k-colorgradient .k-hue-slider.k-slider-horizontal .k-slider-track,
|
|
17538
|
-
[dir="rtl"] .k-colorgradient .k-hue-slider.k-slider-horizontal .k-slider-track {
|
|
17539
|
-
background: linear-gradient(to left, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
|
|
17540
|
-
}
|
|
17541
|
-
|
|
17542
|
-
.k-coloreditor {
|
|
17543
|
-
border-radius: 4px;
|
|
17544
|
-
min-width: 272px;
|
|
17545
|
-
border-width: 1px;
|
|
17546
|
-
border-style: solid;
|
|
17547
|
-
box-sizing: border-box;
|
|
17548
|
-
outline: 0;
|
|
17549
|
-
font-size: 14px;
|
|
17550
|
-
font-family: inherit;
|
|
17551
|
-
line-height: 1.4285714286;
|
|
17552
|
-
display: inline-flex;
|
|
17553
|
-
flex-direction: column;
|
|
17554
|
-
align-items: stretch;
|
|
17555
|
-
}
|
|
17556
|
-
|
|
17557
|
-
.k-coloreditor-header {
|
|
17558
|
-
padding: 12px 12px 0;
|
|
17559
|
-
}
|
|
17560
|
-
|
|
17561
|
-
.k-coloreditor-header-actions {
|
|
17562
|
-
gap: 8px;
|
|
17563
|
-
}
|
|
17564
|
-
|
|
17565
|
-
.k-coloreditor-preview {
|
|
17566
|
-
position: relative;
|
|
17567
|
-
gap: 3px;
|
|
17568
|
-
z-index: 1;
|
|
17569
|
-
}
|
|
17570
|
-
|
|
17571
|
-
.k-coloreditor-preview .k-color-preview {
|
|
17572
|
-
width: 34px;
|
|
17573
|
-
height: 14px;
|
|
17574
|
-
}
|
|
17575
|
-
|
|
17576
|
-
.k-coloreditor-views {
|
|
17577
|
-
min-width: calc(var(--kendo-color-preview-width, 24px)*var(--kendo-color-preview-columns, 10));
|
|
17578
|
-
padding: 12px 12px;
|
|
17579
|
-
gap: 12px;
|
|
17580
|
-
}
|
|
17581
|
-
|
|
17582
|
-
.k-coloreditor-views .k-colorgradient {
|
|
17583
|
-
padding: 0;
|
|
17584
|
-
width: auto;
|
|
17585
|
-
border-width: 0;
|
|
17586
|
-
}
|
|
17587
|
-
|
|
17588
|
-
.k-coloreditor-views .k-colorpalette {
|
|
17589
|
-
align-self: center;
|
|
17590
|
-
}
|
|
17591
|
-
|
|
17592
|
-
.k-coloreditor-views .k-colorpalette-tile {
|
|
17593
|
-
width: var(--kendo-color-preview-width, 24px);
|
|
17594
|
-
height: var(--kendo-color-preview-height, 24px);
|
|
17595
|
-
}
|
|
17596
|
-
|
|
17597
|
-
.k-coloreditor-footer.k-actions, .k-coloreditor-footer.k-edit-buttons,
|
|
17598
|
-
.k-coloreditor-footer.k-action-buttons,
|
|
17599
|
-
.k-coloreditor-footer.k-columnmenu-actions, .k-coloreditor-footer.k-form-buttons {
|
|
17600
|
-
margin: 0;
|
|
17601
|
-
}
|
|
17602
|
-
|
|
17603
|
-
.k-coloreditor {
|
|
17604
|
-
border-color: #cacaca;
|
|
17605
|
-
color: #272727;
|
|
17606
|
-
background-color: #ffffff;
|
|
17607
|
-
}
|
|
17608
|
-
|
|
17609
|
-
.k-coloreditor:focus,
|
|
17610
|
-
.k-coloreditor.k-state-focus,
|
|
17611
|
-
.k-coloreditor.k-focus {
|
|
17612
|
-
box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
|
|
17613
|
-
}
|
|
17614
|
-
|
|
17615
|
-
.k-colorpicker {
|
|
17616
|
-
width: min-content;
|
|
17617
|
-
}
|
|
17618
|
-
|
|
17619
|
-
.k-datetime-container .k-datetime-wrap {
|
|
17620
|
-
width: 288px;
|
|
17621
|
-
overflow: hidden;
|
|
17622
|
-
}
|
|
17623
|
-
|
|
17624
|
-
.k-datetime-container .k-datetime-buttongroup {
|
|
17625
|
-
padding: 8px;
|
|
17626
|
-
}
|
|
17627
|
-
|
|
17628
|
-
.k-datetime-container .k-datetime-selector {
|
|
17629
|
-
display: flex;
|
|
17630
|
-
transition: transform .2s;
|
|
17631
|
-
}
|
|
17632
|
-
|
|
17633
|
-
.k-datetime-container .k-datetime-calendar-wrap,
|
|
17634
|
-
.k-datetime-container .k-datetime-time-wrap {
|
|
17635
|
-
text-align: center;
|
|
17636
|
-
flex: 0 0 288px;
|
|
17637
|
-
}
|
|
17638
|
-
|
|
17639
|
-
.k-datetime-container .k-timeselector {
|
|
17640
|
-
outline: none;
|
|
17641
|
-
}
|
|
17642
|
-
|
|
17643
|
-
.k-datetime-container .k-time-list-container {
|
|
17644
|
-
justify-content: center;
|
|
17645
|
-
}
|
|
17646
|
-
|
|
17647
|
-
.k-datetime-container .k-time-tab .k-datetime-selector {
|
|
17648
|
-
transform: translateX(-100%);
|
|
17649
|
-
}
|
|
17650
|
-
|
|
17651
|
-
.k-rtl .k-datetime-container .k-time-tab .k-datetime-selector, .k-datetime-container.k-rtl .k-time-tab .k-datetime-selector,
|
|
17652
|
-
[dir="rtl"] .k-datetime-container .k-time-tab .k-datetime-selector, .k-datetime-container[dir="rtl"] .k-time-tab .k-datetime-selector {
|
|
17653
|
-
transform: translateX(100%);
|
|
17654
|
-
}
|
|
17655
|
-
|
|
17656
|
-
.k-time-header {
|
|
17657
|
-
display: flex;
|
|
17658
|
-
align-items: center;
|
|
17659
|
-
justify-content: space-between;
|
|
17660
|
-
padding: 8px 16px;
|
|
17661
|
-
line-height: 2em;
|
|
17662
|
-
}
|
|
17663
|
-
|
|
17664
|
-
.k-time-header .k-title {
|
|
17665
|
-
font-weight: bold;
|
|
17666
|
-
}
|
|
17667
|
-
|
|
17668
|
-
.k-time-header .k-time-now {
|
|
17669
|
-
border-width: 0;
|
|
17670
|
-
line-height: inherit;
|
|
17671
|
-
cursor: pointer;
|
|
17672
|
-
}
|
|
17673
|
-
|
|
17674
|
-
.k-time-list-wrapper {
|
|
17675
|
-
display: inline-block;
|
|
17676
|
-
overflow: hidden;
|
|
17677
|
-
box-sizing: content-box;
|
|
17678
|
-
overflow-x: hidden;
|
|
17679
|
-
overflow-y: auto;
|
|
17680
|
-
position: relative;
|
|
17681
|
-
padding: 20px 0;
|
|
17682
|
-
text-align: center;
|
|
17683
|
-
min-width: 4em;
|
|
17684
|
-
height: 200px;
|
|
17685
|
-
flex: 1 1 auto;
|
|
17865
|
+
.k-colorgradient-color-contrast .k-contrast-ratio-text {
|
|
17866
|
+
font-weight: 700;
|
|
17686
17867
|
}
|
|
17687
17868
|
|
|
17688
|
-
.k-
|
|
17689
|
-
display:
|
|
17690
|
-
|
|
17691
|
-
|
|
17692
|
-
position: absolute;
|
|
17693
|
-
text-transform: capitalize;
|
|
17694
|
-
font-weight: bold;
|
|
17695
|
-
min-width: 100%;
|
|
17696
|
-
height: 1.5em;
|
|
17697
|
-
line-height: 1.5em;
|
|
17698
|
-
margin-top: -20px;
|
|
17699
|
-
z-index: 12;
|
|
17869
|
+
.k-colorgradient-color-contrast .k-contrast-validation {
|
|
17870
|
+
display: inline-flex;
|
|
17871
|
+
align-items: center;
|
|
17872
|
+
gap: 4px;
|
|
17700
17873
|
}
|
|
17701
17874
|
|
|
17702
|
-
.k-
|
|
17703
|
-
|
|
17704
|
-
|
|
17875
|
+
.k-colorgradient-color-contrast .k-contrast-validation .k-icon {
|
|
17876
|
+
vertical-align: middle;
|
|
17877
|
+
}
|
|
17878
|
+
|
|
17879
|
+
.k-colorgradient-color-contrast .k-contrast-validation .k-i-check + .k-i-check {
|
|
17880
|
+
margin-left: -13px;
|
|
17881
|
+
}
|
|
17882
|
+
|
|
17883
|
+
.k-color-contrast-svg {
|
|
17705
17884
|
position: absolute;
|
|
17706
|
-
|
|
17885
|
+
top: 0;
|
|
17707
17886
|
left: 0;
|
|
17887
|
+
overflow: visible;
|
|
17708
17888
|
pointer-events: none;
|
|
17709
|
-
height: calc(50% - 1em);
|
|
17710
|
-
box-sizing: border-box;
|
|
17711
|
-
border-width: 0;
|
|
17712
|
-
border-style: solid;
|
|
17713
17889
|
}
|
|
17714
17890
|
|
|
17715
|
-
.k-
|
|
17716
|
-
|
|
17891
|
+
.k-rtl .k-colorgradient-color-contrast .k-i-check + .k-i-check,
|
|
17892
|
+
[dir="rtl"] .k-colorgradient-color-contrast .k-i-check + .k-i-check {
|
|
17893
|
+
margin-left: 0;
|
|
17894
|
+
margin-right: -13px;
|
|
17717
17895
|
}
|
|
17718
17896
|
|
|
17719
|
-
.k-
|
|
17720
|
-
|
|
17897
|
+
.k-colorgradient {
|
|
17898
|
+
border-color: #cacaca;
|
|
17899
|
+
color: #272727;
|
|
17900
|
+
background-color: #ffffff;
|
|
17721
17901
|
}
|
|
17722
17902
|
|
|
17723
|
-
.k-
|
|
17724
|
-
|
|
17725
|
-
|
|
17726
|
-
|
|
17727
|
-
overflow-y: scroll;
|
|
17728
|
-
line-height: 1.4285714286;
|
|
17729
|
-
left: 0;
|
|
17730
|
-
right: 0;
|
|
17731
|
-
top: 20px;
|
|
17732
|
-
bottom: 20px;
|
|
17733
|
-
padding-right: 100px;
|
|
17734
|
-
padding-left: 100px;
|
|
17735
|
-
margin-left: -100px;
|
|
17736
|
-
margin-right: -117px;
|
|
17903
|
+
.k-colorgradient:focus,
|
|
17904
|
+
.k-colorgradient.k-state-focus,
|
|
17905
|
+
.k-colorgradient.k-focus {
|
|
17906
|
+
box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
|
|
17737
17907
|
}
|
|
17738
17908
|
|
|
17739
|
-
.k-
|
|
17740
|
-
|
|
17741
|
-
width: 4em;
|
|
17742
|
-
margin: auto;
|
|
17909
|
+
.k-colorgradient-canvas .k-hsv-gradient {
|
|
17910
|
+
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black), linear-gradient(to right, white, rgba(255, 255, 255, 0));
|
|
17743
17911
|
}
|
|
17744
17912
|
|
|
17745
|
-
.k-
|
|
17746
|
-
|
|
17747
|
-
|
|
17748
|
-
|
|
17749
|
-
margin-left: -117px;
|
|
17750
|
-
margin-right: -100px;
|
|
17913
|
+
.k-colorgradient .k-draghandle {
|
|
17914
|
+
border-color: rgba(255, 255, 255, 0.8);
|
|
17915
|
+
background-color: transparent;
|
|
17916
|
+
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
|
|
17751
17917
|
}
|
|
17752
17918
|
|
|
17753
|
-
.k-
|
|
17754
|
-
|
|
17755
|
-
|
|
17919
|
+
.k-colorgradient .k-draghandle:focus, .k-colorgradient .k-draghandle.k-state-focus, .k-colorgradient .k-draghandle.k-focus {
|
|
17920
|
+
border-color: #ffffff;
|
|
17921
|
+
background-color: transparent;
|
|
17922
|
+
box-shadow: 0 1px 4px black;
|
|
17756
17923
|
}
|
|
17757
17924
|
|
|
17758
|
-
.k-
|
|
17759
|
-
|
|
17760
|
-
|
|
17761
|
-
|
|
17762
|
-
outline: 0;
|
|
17763
|
-
bottom: 0;
|
|
17764
|
-
right: 0;
|
|
17765
|
-
left: 0;
|
|
17766
|
-
top: 0;
|
|
17925
|
+
.k-colorgradient .k-draghandle:active, .k-colorgradient .k-draghandle:hover, .k-colorgradient .k-draghandle.k-state-hover, .k-colorgradient .k-draghandle.k-hover {
|
|
17926
|
+
border-color: #ffffff;
|
|
17927
|
+
background-color: transparent;
|
|
17928
|
+
box-shadow: 0 1px 4px black;
|
|
17767
17929
|
}
|
|
17768
17930
|
|
|
17769
|
-
.k-
|
|
17770
|
-
|
|
17771
|
-
position: absolute;
|
|
17772
|
-
content: " ";
|
|
17773
|
-
height: 0;
|
|
17774
|
-
line-height: 0;
|
|
17775
|
-
z-index: 1;
|
|
17776
|
-
width: 200%;
|
|
17777
|
-
left: -50%;
|
|
17931
|
+
.k-colorgradient-slider.k-hue-slider.k-slider-horizontal .k-slider-track {
|
|
17932
|
+
background: linear-gradient(to right, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
|
|
17778
17933
|
}
|
|
17779
17934
|
|
|
17780
|
-
.k-
|
|
17781
|
-
|
|
17935
|
+
.k-colorgradient-slider.k-hue-slider.k-slider-vertical .k-slider-track {
|
|
17936
|
+
background: linear-gradient(to top, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
|
|
17782
17937
|
}
|
|
17783
17938
|
|
|
17784
|
-
.k-
|
|
17785
|
-
|
|
17939
|
+
.k-colorgradient-slider.k-alpha-slider .k-slider-track::before {
|
|
17940
|
+
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC") center repeat;
|
|
17786
17941
|
}
|
|
17787
17942
|
|
|
17788
|
-
.k-
|
|
17789
|
-
|
|
17790
|
-
min-height: calc(1.43em + 2px);
|
|
17791
|
-
line-height: calc(1.43em + 2px);
|
|
17943
|
+
.k-colorgradient-input-label {
|
|
17944
|
+
color: #8d8d8d;
|
|
17792
17945
|
}
|
|
17793
17946
|
|
|
17794
|
-
.k-
|
|
17795
|
-
|
|
17796
|
-
|
|
17797
|
-
left: 0;
|
|
17798
|
-
right: 0;
|
|
17799
|
-
transform: translateY(-50%);
|
|
17800
|
-
width: 100%;
|
|
17801
|
-
height: calc(1.4285714286em + 8px);
|
|
17802
|
-
z-index: 1;
|
|
17803
|
-
border-width: 1px 0;
|
|
17804
|
-
border-style: solid;
|
|
17947
|
+
.k-rtl .k-colorgradient .k-hue-slider.k-slider-horizontal .k-slider-track,
|
|
17948
|
+
[dir="rtl"] .k-colorgradient .k-hue-slider.k-slider-horizontal .k-slider-track {
|
|
17949
|
+
background: linear-gradient(to left, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
|
|
17805
17950
|
}
|
|
17806
17951
|
|
|
17807
|
-
.k-
|
|
17808
|
-
|
|
17809
|
-
width:
|
|
17810
|
-
|
|
17811
|
-
|
|
17952
|
+
.k-coloreditor {
|
|
17953
|
+
border-radius: 4px;
|
|
17954
|
+
min-width: 272px;
|
|
17955
|
+
border-width: 1px;
|
|
17956
|
+
border-style: solid;
|
|
17957
|
+
box-sizing: border-box;
|
|
17958
|
+
outline: 0;
|
|
17959
|
+
font-size: 14px;
|
|
17960
|
+
font-family: inherit;
|
|
17961
|
+
line-height: 1.4285714286;
|
|
17962
|
+
display: inline-flex;
|
|
17963
|
+
flex-direction: column;
|
|
17964
|
+
align-items: stretch;
|
|
17812
17965
|
}
|
|
17813
17966
|
|
|
17814
|
-
.k-
|
|
17815
|
-
|
|
17816
|
-
height: 100%;
|
|
17817
|
-
display: inline-flex;
|
|
17818
|
-
align-self: center;
|
|
17819
|
-
justify-content: center;
|
|
17820
|
-
z-index: 11;
|
|
17967
|
+
.k-coloreditor-header {
|
|
17968
|
+
padding: 12px 12px 0;
|
|
17821
17969
|
}
|
|
17822
17970
|
|
|
17823
|
-
.k-
|
|
17824
|
-
|
|
17825
|
-
background: transparent;
|
|
17971
|
+
.k-coloreditor-header-actions {
|
|
17972
|
+
gap: 8px;
|
|
17826
17973
|
}
|
|
17827
17974
|
|
|
17828
|
-
.k-
|
|
17829
|
-
|
|
17975
|
+
.k-coloreditor-preview {
|
|
17976
|
+
position: relative;
|
|
17977
|
+
gap: 3px;
|
|
17978
|
+
z-index: 1;
|
|
17830
17979
|
}
|
|
17831
17980
|
|
|
17832
|
-
.k-
|
|
17833
|
-
|
|
17981
|
+
.k-coloreditor-preview .k-color-preview {
|
|
17982
|
+
width: 34px;
|
|
17983
|
+
height: 14px;
|
|
17834
17984
|
}
|
|
17835
17985
|
|
|
17836
|
-
.k-
|
|
17837
|
-
|
|
17986
|
+
.k-coloreditor-views {
|
|
17987
|
+
min-width: calc(var(--kendo-color-preview-width, 24px)*var(--kendo-color-preview-columns, 10));
|
|
17988
|
+
padding: 12px 12px;
|
|
17989
|
+
gap: 12px;
|
|
17838
17990
|
}
|
|
17839
17991
|
|
|
17840
|
-
.k-
|
|
17841
|
-
|
|
17992
|
+
.k-coloreditor-views .k-colorgradient {
|
|
17993
|
+
padding: 0;
|
|
17994
|
+
width: auto;
|
|
17995
|
+
border-width: 0;
|
|
17842
17996
|
}
|
|
17843
17997
|
|
|
17844
|
-
.k-
|
|
17845
|
-
|
|
17998
|
+
.k-coloreditor-views .k-colorpalette {
|
|
17999
|
+
align-self: center;
|
|
17846
18000
|
}
|
|
17847
18001
|
|
|
17848
|
-
.k-
|
|
17849
|
-
|
|
18002
|
+
.k-coloreditor-views .k-colorpalette-tile {
|
|
18003
|
+
width: var(--kendo-color-preview-width, 24px);
|
|
18004
|
+
height: var(--kendo-color-preview-height, 24px);
|
|
17850
18005
|
}
|
|
17851
18006
|
|
|
17852
|
-
.k-
|
|
17853
|
-
|
|
18007
|
+
.k-coloreditor-footer.k-actions, .k-coloreditor-footer.k-edit-buttons,
|
|
18008
|
+
.k-coloreditor-footer.k-action-buttons,
|
|
18009
|
+
.k-coloreditor-footer.k-columnmenu-actions, .k-coloreditor-footer.k-form-buttons {
|
|
18010
|
+
margin: 0;
|
|
17854
18011
|
}
|
|
17855
18012
|
|
|
17856
|
-
.k-
|
|
18013
|
+
.k-coloreditor {
|
|
17857
18014
|
border-color: #cacaca;
|
|
18015
|
+
color: #272727;
|
|
17858
18016
|
background-color: #ffffff;
|
|
17859
18017
|
}
|
|
17860
18018
|
|
|
17861
|
-
.k-
|
|
17862
|
-
.k-
|
|
17863
|
-
|
|
18019
|
+
.k-coloreditor:focus,
|
|
18020
|
+
.k-coloreditor.k-state-focus,
|
|
18021
|
+
.k-coloreditor.k-focus {
|
|
18022
|
+
box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
|
|
18023
|
+
}
|
|
18024
|
+
|
|
18025
|
+
.k-colorpicker {
|
|
18026
|
+
width: min-content;
|
|
17864
18027
|
}
|
|
17865
18028
|
|
|
17866
18029
|
.k-dropdowngrid-popup {
|
|
@@ -18163,8 +18326,6 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18163
18326
|
box-sizing: border-box;
|
|
18164
18327
|
outline: 0;
|
|
18165
18328
|
font-family: inherit;
|
|
18166
|
-
font-size: 14px;
|
|
18167
|
-
line-height: 1.4285714286;
|
|
18168
18329
|
display: block;
|
|
18169
18330
|
cursor: default;
|
|
18170
18331
|
overflow: auto;
|
|
@@ -18173,15 +18334,15 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18173
18334
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
18174
18335
|
}
|
|
18175
18336
|
|
|
18176
|
-
.k-treeview > .k-group {
|
|
18337
|
+
.k-treeview > .k-treeview-group {
|
|
18177
18338
|
outline: 0;
|
|
18178
18339
|
-webkit-touch-callout: none;
|
|
18179
18340
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
18180
18341
|
}
|
|
18181
18342
|
|
|
18182
18343
|
.k-treeview .k-content,
|
|
18183
|
-
.k-treeview > .k-group,
|
|
18184
|
-
.k-treeview .k-item > .k-group {
|
|
18344
|
+
.k-treeview > .k-treeview-group,
|
|
18345
|
+
.k-treeview .k-treeview-item > .k-treeview-group {
|
|
18185
18346
|
margin: 0;
|
|
18186
18347
|
padding: 0;
|
|
18187
18348
|
background: none;
|
|
@@ -18190,21 +18351,21 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18190
18351
|
}
|
|
18191
18352
|
|
|
18192
18353
|
.k-treeview .k-content.ng-animating,
|
|
18193
|
-
.k-treeview > .k-group.ng-animating,
|
|
18194
|
-
.k-treeview .k-item > .k-group.ng-animating {
|
|
18354
|
+
.k-treeview > .k-treeview-group.ng-animating,
|
|
18355
|
+
.k-treeview .k-treeview-item > .k-treeview-group.ng-animating {
|
|
18195
18356
|
overflow: hidden;
|
|
18196
18357
|
}
|
|
18197
18358
|
|
|
18198
|
-
.k-treeview .k-top,
|
|
18199
|
-
.k-treeview .k-mid,
|
|
18200
|
-
.k-treeview .k-bot {
|
|
18359
|
+
.k-treeview .k-treeview-top,
|
|
18360
|
+
.k-treeview .k-treeview-mid,
|
|
18361
|
+
.k-treeview .k-treeview-bot {
|
|
18201
18362
|
display: flex;
|
|
18202
18363
|
flex-direction: row;
|
|
18203
18364
|
align-items: center;
|
|
18204
18365
|
align-content: center;
|
|
18205
18366
|
}
|
|
18206
18367
|
|
|
18207
|
-
.k-treeview .k-item {
|
|
18368
|
+
.k-treeview .k-treeview-item {
|
|
18208
18369
|
outline-style: none;
|
|
18209
18370
|
margin: 0;
|
|
18210
18371
|
padding: 0 0 0 16px;
|
|
@@ -18212,10 +18373,9 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18212
18373
|
display: block;
|
|
18213
18374
|
}
|
|
18214
18375
|
|
|
18215
|
-
.k-treeview .k-
|
|
18376
|
+
.k-treeview .k-treeview-leaf {
|
|
18216
18377
|
border-radius: 4px;
|
|
18217
18378
|
margin: 0;
|
|
18218
|
-
padding: 4px 8px;
|
|
18219
18379
|
border: 0px solid transparent;
|
|
18220
18380
|
text-decoration: none;
|
|
18221
18381
|
display: inline-flex;
|
|
@@ -18225,7 +18385,7 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18225
18385
|
position: relative;
|
|
18226
18386
|
}
|
|
18227
18387
|
|
|
18228
|
-
.k-treeview .k-
|
|
18388
|
+
.k-treeview .k-treeview-leaf.k-state-focused {
|
|
18229
18389
|
z-index: 1;
|
|
18230
18390
|
}
|
|
18231
18391
|
|
|
@@ -18267,14 +18427,14 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18267
18427
|
z-index: 1000;
|
|
18268
18428
|
}
|
|
18269
18429
|
|
|
18270
|
-
.k-treeview .k-
|
|
18271
|
-
.k-treeview .k-
|
|
18272
|
-
.k-treeview .k-
|
|
18430
|
+
.k-treeview .k-treeview-leaf .k-icon,
|
|
18431
|
+
.k-treeview .k-treeview-leaf .k-image,
|
|
18432
|
+
.k-treeview .k-treeview-leaf .k-sprite {
|
|
18273
18433
|
margin-right: 4px;
|
|
18274
18434
|
}
|
|
18275
18435
|
|
|
18276
|
-
.k-rtl .k-treeview .k-item,
|
|
18277
|
-
.k-treeview[dir="rtl"] .k-item {
|
|
18436
|
+
.k-rtl .k-treeview .k-treeview-item,
|
|
18437
|
+
.k-treeview[dir="rtl"] .k-treeview-item {
|
|
18278
18438
|
padding-left: 0;
|
|
18279
18439
|
padding-right: 16px;
|
|
18280
18440
|
}
|
|
@@ -18312,36 +18472,63 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18312
18472
|
margin-left: 4px;
|
|
18313
18473
|
}
|
|
18314
18474
|
|
|
18315
|
-
.k-rtl .k-treeview .k-
|
|
18316
|
-
.k-rtl .k-treeview .k-
|
|
18317
|
-
.k-rtl .k-treeview .k-
|
|
18318
|
-
.k-treeview[dir="rtl"] .k-
|
|
18319
|
-
.k-treeview[dir="rtl"] .k-
|
|
18320
|
-
.k-treeview[dir="rtl"] .k-
|
|
18475
|
+
.k-rtl .k-treeview .k-treeview-leaf .k-icon,
|
|
18476
|
+
.k-rtl .k-treeview .k-treeview-leaf .k-image,
|
|
18477
|
+
.k-rtl .k-treeview .k-treeview-leaf .k-sprite,
|
|
18478
|
+
.k-treeview[dir="rtl"] .k-treeview-leaf .k-icon,
|
|
18479
|
+
.k-treeview[dir="rtl"] .k-treeview-leaf .k-image,
|
|
18480
|
+
.k-treeview[dir="rtl"] .k-treeview-leaf .k-sprite {
|
|
18321
18481
|
margin-left: 4px;
|
|
18322
18482
|
margin-right: 0;
|
|
18323
18483
|
}
|
|
18324
18484
|
|
|
18485
|
+
.k-treeview-sm {
|
|
18486
|
+
font-size: 12px;
|
|
18487
|
+
line-height: 1.4285714286;
|
|
18488
|
+
}
|
|
18489
|
+
|
|
18490
|
+
.k-treeview-sm .k-treeview-leaf {
|
|
18491
|
+
padding: 2px 4px;
|
|
18492
|
+
}
|
|
18493
|
+
|
|
18494
|
+
.k-treeview-md {
|
|
18495
|
+
font-size: 14px;
|
|
18496
|
+
line-height: 1.4285714286;
|
|
18497
|
+
}
|
|
18498
|
+
|
|
18499
|
+
.k-treeview-md .k-treeview-leaf {
|
|
18500
|
+
padding: 4px 8px;
|
|
18501
|
+
}
|
|
18502
|
+
|
|
18503
|
+
.k-treeview-lg {
|
|
18504
|
+
font-size: 16px;
|
|
18505
|
+
line-height: 1.4285714286;
|
|
18506
|
+
}
|
|
18507
|
+
|
|
18508
|
+
.k-treeview-lg .k-treeview-leaf {
|
|
18509
|
+
padding: 8px 12px;
|
|
18510
|
+
}
|
|
18511
|
+
|
|
18325
18512
|
.k-treeview {
|
|
18326
18513
|
color: #272727;
|
|
18327
18514
|
}
|
|
18328
18515
|
|
|
18329
|
-
.k-treeview .k-
|
|
18330
|
-
.k-treeview .k-
|
|
18516
|
+
.k-treeview .k-treeview-leaf:hover,
|
|
18517
|
+
.k-treeview .k-treeview-leaf.k-hover {
|
|
18331
18518
|
border-color: #bababa;
|
|
18332
18519
|
color: #272727;
|
|
18333
18520
|
background-color: #dddddd;
|
|
18334
18521
|
background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
|
|
18335
18522
|
}
|
|
18336
18523
|
|
|
18337
|
-
.k-treeview .k-
|
|
18524
|
+
.k-treeview .k-treeview-leaf.k-selected {
|
|
18338
18525
|
border-color: #cc4a00;
|
|
18339
18526
|
color: white;
|
|
18340
18527
|
background-color: #f35800;
|
|
18341
18528
|
background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
|
|
18342
18529
|
}
|
|
18343
18530
|
|
|
18344
|
-
.k-treeview .k-
|
|
18531
|
+
.k-treeview .k-treeview-leaf.k-focus {
|
|
18345
18532
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
18346
18533
|
}
|
|
18347
18534
|
|
|
@@ -18351,13 +18538,13 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18351
18538
|
}
|
|
18352
18539
|
|
|
18353
18540
|
.k-treeview .k-treeview-load-more-button:hover,
|
|
18354
|
-
.k-treeview .k-treeview-load-more-button.k-
|
|
18541
|
+
.k-treeview .k-treeview-load-more-button.k-hover {
|
|
18355
18542
|
color: #cc4a00;
|
|
18356
18543
|
background-color: transparent;
|
|
18357
18544
|
}
|
|
18358
18545
|
|
|
18359
18546
|
.k-treeview .k-treeview-load-more-button:focus,
|
|
18360
|
-
.k-treeview .k-treeview-load-more-button.k-
|
|
18547
|
+
.k-treeview .k-treeview-load-more-button.k-focus {
|
|
18361
18548
|
color: #f35800;
|
|
18362
18549
|
background-color: transparent;
|
|
18363
18550
|
box-shadow: none;
|
|
@@ -18562,24 +18749,28 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18562
18749
|
}
|
|
18563
18750
|
|
|
18564
18751
|
.k-switch-sm[dir="rtl"] .k-switch-label-on,
|
|
18565
|
-
[dir="rtl"] .k-switch-sm .k-switch-label-on
|
|
18752
|
+
[dir="rtl"] .k-switch-sm .k-switch-label-on,
|
|
18753
|
+
.k-rtl .k-switch-sm .k-switch-label-on {
|
|
18566
18754
|
left: auto;
|
|
18567
18755
|
right: 5px;
|
|
18568
18756
|
}
|
|
18569
18757
|
|
|
18570
18758
|
.k-switch-sm[dir="rtl"] .k-switch-label-off,
|
|
18571
|
-
[dir="rtl"] .k-switch-sm .k-switch-label-off
|
|
18759
|
+
[dir="rtl"] .k-switch-sm .k-switch-label-off,
|
|
18760
|
+
.k-rtl .k-switch-sm .k-switch-label-off {
|
|
18572
18761
|
right: auto;
|
|
18573
18762
|
left: 5px;
|
|
18574
18763
|
}
|
|
18575
18764
|
|
|
18576
18765
|
.k-switch-sm[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
18577
|
-
[dir="rtl"] .k-switch-sm.k-switch-on .k-switch-thumb-wrap
|
|
18766
|
+
[dir="rtl"] .k-switch-sm.k-switch-on .k-switch-thumb-wrap,
|
|
18767
|
+
.k-rtl .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
|
|
18578
18768
|
left: 10px;
|
|
18579
18769
|
}
|
|
18580
18770
|
|
|
18581
18771
|
.k-switch-sm[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
18582
|
-
[dir="rtl"] .k-switch-sm.k-switch-off .k-switch-thumb-wrap
|
|
18772
|
+
[dir="rtl"] .k-switch-sm.k-switch-off .k-switch-thumb-wrap,
|
|
18773
|
+
.k-rtl .k-switch-sm.k-switch-off .k-switch-thumb-wrap {
|
|
18583
18774
|
left: calc(100% - 10px);
|
|
18584
18775
|
}
|
|
18585
18776
|
|
|
@@ -18616,24 +18807,28 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18616
18807
|
}
|
|
18617
18808
|
|
|
18618
18809
|
.k-switch-md[dir="rtl"] .k-switch-label-on,
|
|
18619
|
-
[dir="rtl"] .k-switch-md .k-switch-label-on
|
|
18810
|
+
[dir="rtl"] .k-switch-md .k-switch-label-on,
|
|
18811
|
+
.k-rtl .k-switch-md .k-switch-label-on {
|
|
18620
18812
|
left: auto;
|
|
18621
18813
|
right: 8px;
|
|
18622
18814
|
}
|
|
18623
18815
|
|
|
18624
18816
|
.k-switch-md[dir="rtl"] .k-switch-label-off,
|
|
18625
|
-
[dir="rtl"] .k-switch-md .k-switch-label-off
|
|
18817
|
+
[dir="rtl"] .k-switch-md .k-switch-label-off,
|
|
18818
|
+
.k-rtl .k-switch-md .k-switch-label-off {
|
|
18626
18819
|
right: auto;
|
|
18627
18820
|
left: 8px;
|
|
18628
18821
|
}
|
|
18629
18822
|
|
|
18630
18823
|
.k-switch-md[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
18631
|
-
[dir="rtl"] .k-switch-md.k-switch-on .k-switch-thumb-wrap
|
|
18824
|
+
[dir="rtl"] .k-switch-md.k-switch-on .k-switch-thumb-wrap,
|
|
18825
|
+
.k-rtl .k-switch-md.k-switch-on .k-switch-thumb-wrap {
|
|
18632
18826
|
left: 15px;
|
|
18633
18827
|
}
|
|
18634
18828
|
|
|
18635
18829
|
.k-switch-md[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
18636
|
-
[dir="rtl"] .k-switch-md.k-switch-off .k-switch-thumb-wrap
|
|
18830
|
+
[dir="rtl"] .k-switch-md.k-switch-off .k-switch-thumb-wrap,
|
|
18831
|
+
.k-rtl .k-switch-md.k-switch-off .k-switch-thumb-wrap {
|
|
18637
18832
|
left: calc(100% - 15px);
|
|
18638
18833
|
}
|
|
18639
18834
|
|
|
@@ -18670,29 +18865,34 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18670
18865
|
}
|
|
18671
18866
|
|
|
18672
18867
|
.k-switch-lg[dir="rtl"] .k-switch-label-on,
|
|
18673
|
-
[dir="rtl"] .k-switch-lg .k-switch-label-on
|
|
18868
|
+
[dir="rtl"] .k-switch-lg .k-switch-label-on,
|
|
18869
|
+
.k-rtl .k-switch-lg .k-switch-label-on {
|
|
18674
18870
|
left: auto;
|
|
18675
18871
|
right: 10px;
|
|
18676
18872
|
}
|
|
18677
18873
|
|
|
18678
18874
|
.k-switch-lg[dir="rtl"] .k-switch-label-off,
|
|
18679
|
-
[dir="rtl"] .k-switch-lg .k-switch-label-off
|
|
18875
|
+
[dir="rtl"] .k-switch-lg .k-switch-label-off,
|
|
18876
|
+
.k-rtl .k-switch-lg .k-switch-label-off {
|
|
18680
18877
|
right: auto;
|
|
18681
18878
|
left: 10px;
|
|
18682
18879
|
}
|
|
18683
18880
|
|
|
18684
18881
|
.k-switch-lg[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
18685
|
-
[dir="rtl"] .k-switch-lg.k-switch-on .k-switch-thumb-wrap
|
|
18882
|
+
[dir="rtl"] .k-switch-lg.k-switch-on .k-switch-thumb-wrap,
|
|
18883
|
+
.k-rtl .k-switch-lg.k-switch-on .k-switch-thumb-wrap {
|
|
18686
18884
|
left: 20px;
|
|
18687
18885
|
}
|
|
18688
18886
|
|
|
18689
18887
|
.k-switch-lg[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
18690
|
-
[dir="rtl"] .k-switch-lg.k-switch-off .k-switch-thumb-wrap
|
|
18888
|
+
[dir="rtl"] .k-switch-lg.k-switch-off .k-switch-thumb-wrap,
|
|
18889
|
+
.k-rtl .k-switch-lg.k-switch-off .k-switch-thumb-wrap {
|
|
18691
18890
|
left: calc(100% - 20px);
|
|
18692
18891
|
}
|
|
18693
18892
|
|
|
18694
18893
|
.k-switch[dir="rtl"] .k-switch-thumb,
|
|
18695
|
-
[dir="rtl"] .k-switch .k-switch-thumb
|
|
18894
|
+
[dir="rtl"] .k-switch .k-switch-thumb,
|
|
18895
|
+
.k-rtl .k-switch .k-switch-thumb {
|
|
18696
18896
|
transform: translate(50%, -50%);
|
|
18697
18897
|
}
|
|
18698
18898
|
|
|
@@ -25021,10 +25221,6 @@ kendo-card-footer {
|
|
|
25021
25221
|
opacity: 1;
|
|
25022
25222
|
}
|
|
25023
25223
|
|
|
25024
|
-
.k-group-indicator {
|
|
25025
|
-
margin-right: 4px;
|
|
25026
|
-
}
|
|
25027
|
-
|
|
25028
25224
|
.k-group-indicator + .k-group-indicator {
|
|
25029
25225
|
margin-left: 4px;
|
|
25030
25226
|
}
|
|
@@ -25273,21 +25469,6 @@ div.k-grid-footer {
|
|
|
25273
25469
|
flex: 1 1 auto;
|
|
25274
25470
|
}
|
|
25275
25471
|
|
|
25276
|
-
.k-filtercell > span > .k-widget,
|
|
25277
|
-
.k-filtercell > span > .k-textbox,
|
|
25278
|
-
.k-filtercell .k-filtercell-wrapper > .k-widget,
|
|
25279
|
-
.k-filtercell .k-filtercell-wrapper > .k-textbox {
|
|
25280
|
-
width: 100%;
|
|
25281
|
-
}
|
|
25282
|
-
|
|
25283
|
-
.k-filtercell > span .k-colorpicker,
|
|
25284
|
-
.k-filtercell > span .k-dropdown-operator,
|
|
25285
|
-
.k-filtercell .k-filtercell-wrapper .k-colorpicker,
|
|
25286
|
-
.k-filtercell .k-filtercell-wrapper .k-dropdown-operator {
|
|
25287
|
-
width: min-content;
|
|
25288
|
-
flex: none;
|
|
25289
|
-
}
|
|
25290
|
-
|
|
25291
25472
|
.k-filtercell > span > .k-button,
|
|
25292
25473
|
.k-filtercell .k-filtercell-wrapper > .k-button {
|
|
25293
25474
|
flex: none;
|
|
@@ -26360,7 +26541,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
26360
26541
|
display: block;
|
|
26361
26542
|
}
|
|
26362
26543
|
|
|
26363
|
-
.k-listview-content.k-d-flex::after,
|
|
26544
|
+
.k-listview-content.k-d-flex::after, .k-listview-content.k-d-flex-row::after, .k-listview-content.k-d-flex-col::after,
|
|
26364
26545
|
.k-listview-content.k-d-grid::after {
|
|
26365
26546
|
display: none;
|
|
26366
26547
|
}
|
|
@@ -27699,19 +27880,19 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
27699
27880
|
user-select: none;
|
|
27700
27881
|
}
|
|
27701
27882
|
|
|
27702
|
-
.k-flex-row .k-pivotgrid-configurator-button,
|
|
27883
|
+
.k-flex-row .k-pivotgrid-configurator-button, .k-d-flex-row .k-pivotgrid-configurator-button,
|
|
27703
27884
|
.k-flex-row-reverse .k-pivotgrid-configurator-button {
|
|
27704
27885
|
display: flex;
|
|
27705
27886
|
align-items: center;
|
|
27706
27887
|
}
|
|
27707
27888
|
|
|
27708
|
-
.k-flex-row .k-pivotgrid-configurator-button span,
|
|
27889
|
+
.k-flex-row .k-pivotgrid-configurator-button span, .k-d-flex-row .k-pivotgrid-configurator-button span,
|
|
27709
27890
|
.k-flex-row-reverse .k-pivotgrid-configurator-button span {
|
|
27710
27891
|
-ms-writing-mode: tb-rl;
|
|
27711
27892
|
writing-mode: vertical-rl;
|
|
27712
27893
|
}
|
|
27713
27894
|
|
|
27714
|
-
.k-flex-row .k-pivotgrid-configurator-button .k-icon,
|
|
27895
|
+
.k-flex-row .k-pivotgrid-configurator-button .k-icon, .k-d-flex-row .k-pivotgrid-configurator-button .k-icon,
|
|
27715
27896
|
.k-flex-row-reverse .k-pivotgrid-configurator-button .k-icon {
|
|
27716
27897
|
vertical-align: baseline;
|
|
27717
27898
|
}
|
|
@@ -27720,7 +27901,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
27720
27901
|
transform: rotate(-180deg);
|
|
27721
27902
|
}
|
|
27722
27903
|
|
|
27723
|
-
.k-flex-col .k-pivotgrid-configurator-button, .k-flex-column .k-pivotgrid-configurator-button,
|
|
27904
|
+
.k-flex-col .k-pivotgrid-configurator-button, .k-d-flex-col .k-pivotgrid-configurator-button, .k-flex-column .k-pivotgrid-configurator-button,
|
|
27724
27905
|
.k-flex-col-reverse .k-pivotgrid-configurator-button,
|
|
27725
27906
|
.k-flex-column-reverse .k-pivotgrid-configurator-button {
|
|
27726
27907
|
text-align: center;
|
|
@@ -27732,7 +27913,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
27732
27913
|
z-index: 2;
|
|
27733
27914
|
}
|
|
27734
27915
|
|
|
27735
|
-
.k-flex-row .k-pivotgrid-configurator-overlay {
|
|
27916
|
+
.k-flex-row .k-pivotgrid-configurator-overlay, .k-d-flex-row .k-pivotgrid-configurator-overlay {
|
|
27736
27917
|
right: calc(1.4285714286em + 10px);
|
|
27737
27918
|
}
|
|
27738
27919
|
|
|
@@ -27740,7 +27921,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
27740
27921
|
left: calc(1.4285714286em + 10px);
|
|
27741
27922
|
}
|
|
27742
27923
|
|
|
27743
|
-
.k-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
|
|
27924
|
+
.k-flex-col .k-pivotgrid-configurator-overlay, .k-d-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
|
|
27744
27925
|
bottom: calc(1.4285714286em + 10px);
|
|
27745
27926
|
}
|
|
27746
27927
|
|
|
@@ -27782,6 +27963,13 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
27782
27963
|
flex-basis: 50%;
|
|
27783
27964
|
}
|
|
27784
27965
|
|
|
27966
|
+
.k-pivotgrid-configurator-content .k-row-fields,
|
|
27967
|
+
.k-pivotgrid-configurator-content .k-column-fields,
|
|
27968
|
+
.k-pivotgrid-configurator-content .k-filter-fields {
|
|
27969
|
+
margin-top: 8px;
|
|
27970
|
+
flex-wrap: wrap;
|
|
27971
|
+
}
|
|
27972
|
+
|
|
27785
27973
|
.k-pivotgrid-configurator-content .k-value-fields {
|
|
27786
27974
|
margin: 8px 0px;
|
|
27787
27975
|
display: flex;
|
|
@@ -27807,19 +27995,11 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
27807
27995
|
text-align: center;
|
|
27808
27996
|
}
|
|
27809
27997
|
|
|
27810
|
-
.k-pivotgrid-configurator-content .k-chip-content {
|
|
27811
|
-
padding-inline-end: 4px;
|
|
27812
|
-
}
|
|
27813
|
-
|
|
27814
27998
|
.k-pivotgrid-configurator-content .k-treeview {
|
|
27815
27999
|
padding: 0px 8px;
|
|
27816
28000
|
overflow: auto;
|
|
27817
28001
|
}
|
|
27818
28002
|
|
|
27819
|
-
.k-pivotgrid-configurator-actions {
|
|
27820
|
-
padding: 12px 8px;
|
|
27821
|
-
}
|
|
27822
|
-
|
|
27823
28003
|
.k-calculated-field {
|
|
27824
28004
|
padding: 16px 16px;
|
|
27825
28005
|
border-width: 1px;
|
|
@@ -27879,7 +28059,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
27879
28059
|
min-width: 320px;
|
|
27880
28060
|
}
|
|
27881
28061
|
|
|
27882
|
-
.k-flex-row .k-pivotgrid-configurator-vertical.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel,
|
|
28062
|
+
.k-flex-row .k-pivotgrid-configurator-vertical.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel, .k-d-flex-row .k-pivotgrid-configurator-vertical.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel,
|
|
27883
28063
|
.k-flex-row-reverse .k-pivotgrid-configurator-vertical.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel {
|
|
27884
28064
|
border-right-width: 0;
|
|
27885
28065
|
border-left-width: 0;
|
|
@@ -27933,7 +28113,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
27933
28113
|
overflow-y: auto;
|
|
27934
28114
|
}
|
|
27935
28115
|
|
|
27936
|
-
.k-flex-col .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel, .k-flex-column .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel,
|
|
28116
|
+
.k-flex-col .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel, .k-d-flex-col .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel, .k-flex-column .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel,
|
|
27937
28117
|
.k-flex-col-reverse .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel,
|
|
27938
28118
|
.k-flex-column-reverse .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel {
|
|
27939
28119
|
border-top-width: 0;
|
|
@@ -28261,7 +28441,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28261
28441
|
border-color: #cacaca;
|
|
28262
28442
|
}
|
|
28263
28443
|
|
|
28264
|
-
.k-flex-row .k-pivotgrid-configurator-overlay {
|
|
28444
|
+
.k-flex-row .k-pivotgrid-configurator-overlay, .k-d-flex-row .k-pivotgrid-configurator-overlay {
|
|
28265
28445
|
box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.16);
|
|
28266
28446
|
}
|
|
28267
28447
|
|
|
@@ -28269,7 +28449,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28269
28449
|
box-shadow: 3px 0px 6px rgba(0, 0, 0, 0.16);
|
|
28270
28450
|
}
|
|
28271
28451
|
|
|
28272
|
-
.k-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
|
|
28452
|
+
.k-flex-col .k-pivotgrid-configurator-overlay, .k-d-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
|
|
28273
28453
|
box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
|
|
28274
28454
|
}
|
|
28275
28455
|
|
|
@@ -28513,7 +28693,8 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28513
28693
|
left: 0;
|
|
28514
28694
|
}
|
|
28515
28695
|
|
|
28516
|
-
.k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after
|
|
28696
|
+
.k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
28697
|
+
.k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
28517
28698
|
content: "";
|
|
28518
28699
|
position: absolute;
|
|
28519
28700
|
width: 1px;
|
|
@@ -28525,6 +28706,8 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28525
28706
|
.k-filter .k-filter-group-main::before,
|
|
28526
28707
|
.k-filter .k-filter-group-main > .k-filter-toolbar::before,
|
|
28527
28708
|
.k-filter .k-filter-group-main > .k-filter-toolbar::after,
|
|
28709
|
+
.k-filter .k-filter-group-main > * > .k-filter-toolbar::before,
|
|
28710
|
+
.k-filter .k-filter-group-main > * > .k-filter-toolbar::after,
|
|
28528
28711
|
.k-filter .k-filter-lines .k-filter-item:last-child::before {
|
|
28529
28712
|
display: none;
|
|
28530
28713
|
}
|
|
@@ -28550,8 +28733,11 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28550
28733
|
right: 0;
|
|
28551
28734
|
}
|
|
28552
28735
|
|
|
28553
|
-
.k-rtl .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
28554
|
-
[dir="rtl"] .k-filter
|
|
28736
|
+
.k-rtl .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
28737
|
+
.k-rtl .k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after, .k-filter[dir="rtl"] .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
28738
|
+
.k-filter[dir="rtl"] .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after,
|
|
28739
|
+
[dir="rtl"] .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
28740
|
+
[dir="rtl"] .k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
28555
28741
|
left: auto;
|
|
28556
28742
|
right: -8px;
|
|
28557
28743
|
}
|
|
@@ -28570,7 +28756,8 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28570
28756
|
|
|
28571
28757
|
.k-filter .k-filter-item::before,
|
|
28572
28758
|
.k-filter .k-filter-toolbar::before,
|
|
28573
|
-
.k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after
|
|
28759
|
+
.k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
28760
|
+
.k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
28574
28761
|
background-color: #cacaca;
|
|
28575
28762
|
}
|
|
28576
28763
|
|
|
@@ -28882,10 +29069,6 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28882
29069
|
gap: 8px 0;
|
|
28883
29070
|
}
|
|
28884
29071
|
|
|
28885
|
-
.k-taskboard-column-new {
|
|
28886
|
-
max-height: calc(1.4285714286em + 26px);
|
|
28887
|
-
}
|
|
28888
|
-
|
|
28889
29072
|
.k-taskboard-column-new .k-taskboard-column-header,
|
|
28890
29073
|
.k-taskboard-column-edit .k-taskboard-column-header {
|
|
28891
29074
|
font-weight: inherit;
|
|
@@ -33465,7 +33648,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
33465
33648
|
|
|
33466
33649
|
kendo-scrollview.k-scrollview-wrap,
|
|
33467
33650
|
kendo-scrollview.k-scrollview,
|
|
33468
|
-
.k-
|
|
33651
|
+
.k-scrollview {
|
|
33469
33652
|
border-width: 1px;
|
|
33470
33653
|
border-style: solid;
|
|
33471
33654
|
box-sizing: border-box;
|
|
@@ -33529,6 +33712,11 @@ kendo-scrollview.k-scrollview,
|
|
|
33529
33712
|
flex: 0 0 calc(100%/var(--kendo-scrollview-views, 1));
|
|
33530
33713
|
}
|
|
33531
33714
|
|
|
33715
|
+
[dir="rtl"] .k-scrollview-wrap.k-scrollview-animate,
|
|
33716
|
+
.k-rtl .k-scrollview-wrap.k-scrollview-animate {
|
|
33717
|
+
transform: translateX(calc(100%/var(--kendo-scrollview-views, 1)*(var(--kendo-scrollview-current, 1) - 1)));
|
|
33718
|
+
}
|
|
33719
|
+
|
|
33532
33720
|
kendo-scrollview.k-scrollview-wrap kendo-scrollview-pager,
|
|
33533
33721
|
kendo-scrollview.k-scrollview kendo-scrollview-pager,
|
|
33534
33722
|
.k-scrollview-nav-wrap {
|