@progress/kendo-theme-default 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 +952 -711
- package/package.json +2 -2
- package/scss/avatar/index.md +0 -0
- package/scss/button/_layout.scss +4 -4
- package/scss/checkbox/index.md +0 -0
- package/scss/chip/_index.scss +1 -0
- package/scss/chip/_layout.scss +110 -32
- package/scss/chip/_theme.scss +7 -6
- package/scss/chip/_variables.scss +11 -11
- package/scss/chip/index.md +0 -0
- package/scss/color-preview/_layout.scss +23 -10
- package/scss/color-preview/_theme.scss +4 -3
- package/scss/color-preview/_variables.scss +1 -0
- package/scss/colorpicker/_index.scss +1 -2
- package/scss/colorpicker/_layout.scss +1 -1
- package/scss/colorpicker/_theme.scss +1 -1
- 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/_layout.scss +2 -2
- package/scss/datetimepicker/_theme.scss +2 -2
- package/scss/datetimepicker/_variables.scss +2 -1
- package/scss/dropdowngrid/index.md +0 -0
- package/scss/filter/_index.scss +1 -1
- package/scss/filter/_layout.scss +9 -2
- package/scss/filter/_theme.scss +3 -1
- package/scss/gantt/_index.scss +1 -1
- package/scss/grid/_index.scss +1 -1
- package/scss/grid/_layout.scss +3 -16
- package/scss/index.scss +1 -1
- package/scss/input/_layout.scss +53 -8
- package/scss/input/_theme.scss +4 -2
- package/scss/input/_variables.scss +16 -26
- package/scss/list/_layout.scss +20 -3
- package/scss/list/_theme.scss +2 -1
- package/scss/list/index.md +0 -0
- package/scss/panelbar/_theme.scss +9 -2
- package/scss/panelbar/_variables.scss +4 -0
- package/scss/pivotgrid/_layout.scss +8 -8
- package/scss/pivotgrid/_variables.scss +0 -3
- package/scss/radio/index.md +0 -0
- package/scss/scheduler/_index.scss +1 -1
- package/scss/scrollview/_layout.scss +6 -1
- package/scss/slider/_layout.scss +2 -0
- package/scss/spreadsheet/_index.scss +1 -1
- package/scss/switch/_layout.scss +4 -2
- package/scss/switch/index.md +0 -0
- package/scss/table/_layout.scss +39 -3
- package/scss/taskboard/_layout.scss +2 -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/{datetime → timeselector}/_layout.scss +121 -135
- package/scss/{datetime → timeselector}/_theme.scss +21 -21
- package/scss/timeselector/_variables.scss +32 -0
- package/scss/treeview/_layout.scss +49 -33
- package/scss/treeview/_theme.scss +31 -32
- package/scss/treeview/_variables.scss +142 -46
- package/scss/utils/_border.scss +1 -2
- package/scss/utils/_flex.scss +11 -3
- package/scss/datetime/_variables.scss +0 -53
package/dist/all.css
CHANGED
|
@@ -1566,19 +1566,11 @@ kendo-sortable {
|
|
|
1566
1566
|
border-radius: 4px !important;
|
|
1567
1567
|
}
|
|
1568
1568
|
|
|
1569
|
-
.k-rounded-
|
|
1570
|
-
border-radius: 50%;
|
|
1571
|
-
}
|
|
1572
|
-
|
|
1573
|
-
.\!k-rounded-circle {
|
|
1574
|
-
border-radius: 50% !important;
|
|
1575
|
-
}
|
|
1576
|
-
|
|
1577
|
-
.k-rounded-pill {
|
|
1569
|
+
.k-rounded-full {
|
|
1578
1570
|
border-radius: 9999px;
|
|
1579
1571
|
}
|
|
1580
1572
|
|
|
1581
|
-
.\!k-rounded-
|
|
1573
|
+
.\!k-rounded-full {
|
|
1582
1574
|
border-radius: 9999px !important;
|
|
1583
1575
|
}
|
|
1584
1576
|
|
|
@@ -1632,22 +1624,12 @@ kendo-sortable {
|
|
|
1632
1624
|
border-top-right-radius: 4px !important;
|
|
1633
1625
|
}
|
|
1634
1626
|
|
|
1635
|
-
.k-rounded-top-
|
|
1636
|
-
border-top-left-radius: 50%;
|
|
1637
|
-
border-top-right-radius: 50%;
|
|
1638
|
-
}
|
|
1639
|
-
|
|
1640
|
-
.\!k-rounded-top-circle {
|
|
1641
|
-
border-top-left-radius: 50% !important;
|
|
1642
|
-
border-top-right-radius: 50% !important;
|
|
1643
|
-
}
|
|
1644
|
-
|
|
1645
|
-
.k-rounded-top-pill {
|
|
1627
|
+
.k-rounded-top-full {
|
|
1646
1628
|
border-top-left-radius: 9999px;
|
|
1647
1629
|
border-top-right-radius: 9999px;
|
|
1648
1630
|
}
|
|
1649
1631
|
|
|
1650
|
-
.\!k-rounded-top-
|
|
1632
|
+
.\!k-rounded-top-full {
|
|
1651
1633
|
border-top-left-radius: 9999px !important;
|
|
1652
1634
|
border-top-right-radius: 9999px !important;
|
|
1653
1635
|
}
|
|
@@ -1702,22 +1684,12 @@ kendo-sortable {
|
|
|
1702
1684
|
border-bottom-right-radius: 4px !important;
|
|
1703
1685
|
}
|
|
1704
1686
|
|
|
1705
|
-
.k-rounded-right-
|
|
1706
|
-
border-top-right-radius: 50%;
|
|
1707
|
-
border-bottom-right-radius: 50%;
|
|
1708
|
-
}
|
|
1709
|
-
|
|
1710
|
-
.\!k-rounded-right-circle {
|
|
1711
|
-
border-top-right-radius: 50% !important;
|
|
1712
|
-
border-bottom-right-radius: 50% !important;
|
|
1713
|
-
}
|
|
1714
|
-
|
|
1715
|
-
.k-rounded-right-pill {
|
|
1687
|
+
.k-rounded-right-full {
|
|
1716
1688
|
border-top-right-radius: 9999px;
|
|
1717
1689
|
border-bottom-right-radius: 9999px;
|
|
1718
1690
|
}
|
|
1719
1691
|
|
|
1720
|
-
.\!k-rounded-right-
|
|
1692
|
+
.\!k-rounded-right-full {
|
|
1721
1693
|
border-top-right-radius: 9999px !important;
|
|
1722
1694
|
border-bottom-right-radius: 9999px !important;
|
|
1723
1695
|
}
|
|
@@ -1772,22 +1744,12 @@ kendo-sortable {
|
|
|
1772
1744
|
border-bottom-right-radius: 4px !important;
|
|
1773
1745
|
}
|
|
1774
1746
|
|
|
1775
|
-
.k-rounded-bottom-
|
|
1776
|
-
border-bottom-left-radius: 50%;
|
|
1777
|
-
border-bottom-right-radius: 50%;
|
|
1778
|
-
}
|
|
1779
|
-
|
|
1780
|
-
.\!k-rounded-bottom-circle {
|
|
1781
|
-
border-bottom-left-radius: 50% !important;
|
|
1782
|
-
border-bottom-right-radius: 50% !important;
|
|
1783
|
-
}
|
|
1784
|
-
|
|
1785
|
-
.k-rounded-bottom-pill {
|
|
1747
|
+
.k-rounded-bottom-full {
|
|
1786
1748
|
border-bottom-left-radius: 9999px;
|
|
1787
1749
|
border-bottom-right-radius: 9999px;
|
|
1788
1750
|
}
|
|
1789
1751
|
|
|
1790
|
-
.\!k-rounded-bottom-
|
|
1752
|
+
.\!k-rounded-bottom-full {
|
|
1791
1753
|
border-bottom-left-radius: 9999px !important;
|
|
1792
1754
|
border-bottom-right-radius: 9999px !important;
|
|
1793
1755
|
}
|
|
@@ -1842,22 +1804,12 @@ kendo-sortable {
|
|
|
1842
1804
|
border-top-left-radius: 4px !important;
|
|
1843
1805
|
}
|
|
1844
1806
|
|
|
1845
|
-
.k-rounded-left-
|
|
1846
|
-
border-bottom-left-radius: 50%;
|
|
1847
|
-
border-top-left-radius: 50%;
|
|
1848
|
-
}
|
|
1849
|
-
|
|
1850
|
-
.\!k-rounded-left-circle {
|
|
1851
|
-
border-bottom-left-radius: 50% !important;
|
|
1852
|
-
border-top-left-radius: 50% !important;
|
|
1853
|
-
}
|
|
1854
|
-
|
|
1855
|
-
.k-rounded-left-pill {
|
|
1807
|
+
.k-rounded-left-full {
|
|
1856
1808
|
border-bottom-left-radius: 9999px;
|
|
1857
1809
|
border-top-left-radius: 9999px;
|
|
1858
1810
|
}
|
|
1859
1811
|
|
|
1860
|
-
.\!k-rounded-left-
|
|
1812
|
+
.\!k-rounded-left-full {
|
|
1861
1813
|
border-bottom-left-radius: 9999px !important;
|
|
1862
1814
|
border-top-left-radius: 9999px !important;
|
|
1863
1815
|
}
|
|
@@ -1902,19 +1854,11 @@ kendo-sortable {
|
|
|
1902
1854
|
border-top-left-radius: 4px !important;
|
|
1903
1855
|
}
|
|
1904
1856
|
|
|
1905
|
-
.k-rounded-top-left-
|
|
1906
|
-
border-top-left-radius: 50%;
|
|
1907
|
-
}
|
|
1908
|
-
|
|
1909
|
-
.\!k-rounded-top-left-circle {
|
|
1910
|
-
border-top-left-radius: 50% !important;
|
|
1911
|
-
}
|
|
1912
|
-
|
|
1913
|
-
.k-rounded-top-left-pill {
|
|
1857
|
+
.k-rounded-top-left-full {
|
|
1914
1858
|
border-top-left-radius: 9999px;
|
|
1915
1859
|
}
|
|
1916
1860
|
|
|
1917
|
-
.\!k-rounded-top-left-
|
|
1861
|
+
.\!k-rounded-top-left-full {
|
|
1918
1862
|
border-top-left-radius: 9999px !important;
|
|
1919
1863
|
}
|
|
1920
1864
|
|
|
@@ -1958,19 +1902,11 @@ kendo-sortable {
|
|
|
1958
1902
|
border-top-right-radius: 4px !important;
|
|
1959
1903
|
}
|
|
1960
1904
|
|
|
1961
|
-
.k-rounded-top-right-
|
|
1962
|
-
border-top-right-radius: 50%;
|
|
1963
|
-
}
|
|
1964
|
-
|
|
1965
|
-
.\!k-rounded-top-right-circle {
|
|
1966
|
-
border-top-right-radius: 50% !important;
|
|
1967
|
-
}
|
|
1968
|
-
|
|
1969
|
-
.k-rounded-top-right-pill {
|
|
1905
|
+
.k-rounded-top-right-full {
|
|
1970
1906
|
border-top-right-radius: 9999px;
|
|
1971
1907
|
}
|
|
1972
1908
|
|
|
1973
|
-
.\!k-rounded-top-right-
|
|
1909
|
+
.\!k-rounded-top-right-full {
|
|
1974
1910
|
border-top-right-radius: 9999px !important;
|
|
1975
1911
|
}
|
|
1976
1912
|
|
|
@@ -2014,19 +1950,11 @@ kendo-sortable {
|
|
|
2014
1950
|
border-bottom-left-radius: 4px !important;
|
|
2015
1951
|
}
|
|
2016
1952
|
|
|
2017
|
-
.k-rounded-bottom-left-
|
|
2018
|
-
border-bottom-left-radius: 50%;
|
|
2019
|
-
}
|
|
2020
|
-
|
|
2021
|
-
.\!k-rounded-bottom-left-circle {
|
|
2022
|
-
border-bottom-left-radius: 50% !important;
|
|
2023
|
-
}
|
|
2024
|
-
|
|
2025
|
-
.k-rounded-bottom-left-pill {
|
|
1953
|
+
.k-rounded-bottom-left-full {
|
|
2026
1954
|
border-bottom-left-radius: 9999px;
|
|
2027
1955
|
}
|
|
2028
1956
|
|
|
2029
|
-
.\!k-rounded-bottom-left-
|
|
1957
|
+
.\!k-rounded-bottom-left-full {
|
|
2030
1958
|
border-bottom-left-radius: 9999px !important;
|
|
2031
1959
|
}
|
|
2032
1960
|
|
|
@@ -2070,19 +1998,11 @@ kendo-sortable {
|
|
|
2070
1998
|
border-bottom-right-radius: 4px !important;
|
|
2071
1999
|
}
|
|
2072
2000
|
|
|
2073
|
-
.k-rounded-bottom-right-
|
|
2074
|
-
border-bottom-right-radius: 50%;
|
|
2075
|
-
}
|
|
2076
|
-
|
|
2077
|
-
.\!k-rounded-bottom-right-circle {
|
|
2078
|
-
border-bottom-right-radius: 50% !important;
|
|
2079
|
-
}
|
|
2080
|
-
|
|
2081
|
-
.k-rounded-bottom-right-pill {
|
|
2001
|
+
.k-rounded-bottom-right-full {
|
|
2082
2002
|
border-bottom-right-radius: 9999px;
|
|
2083
2003
|
}
|
|
2084
2004
|
|
|
2085
|
-
.\!k-rounded-bottom-right-
|
|
2005
|
+
.\!k-rounded-bottom-right-full {
|
|
2086
2006
|
border-bottom-right-radius: 9999px !important;
|
|
2087
2007
|
}
|
|
2088
2008
|
|
|
@@ -2118,40 +2038,54 @@ kendo-sortable {
|
|
|
2118
2038
|
display: none !important;
|
|
2119
2039
|
}
|
|
2120
2040
|
|
|
2121
|
-
.k-d-flex {
|
|
2041
|
+
.k-d-flex, .k-d-flex-row, .k-d-flex-col {
|
|
2122
2042
|
display: flex;
|
|
2123
2043
|
}
|
|
2124
2044
|
|
|
2045
|
+
.\!k-d-flex, .\!k-d-flex-row, .\!k-d-flex-col {
|
|
2046
|
+
display: flex !important;
|
|
2047
|
+
}
|
|
2048
|
+
|
|
2125
2049
|
.k-d-inline-flex {
|
|
2126
2050
|
display: inline-flex;
|
|
2127
2051
|
}
|
|
2128
2052
|
|
|
2129
|
-
|
|
2130
|
-
display: flex;
|
|
2131
|
-
flex-direction: row;
|
|
2053
|
+
.\!k-d-inline-flex {
|
|
2054
|
+
display: inline-flex !important;
|
|
2132
2055
|
}
|
|
2133
2056
|
|
|
2134
|
-
.k-d-flex-
|
|
2135
|
-
|
|
2136
|
-
flex-direction: column;
|
|
2057
|
+
.k-flex-row, .k-d-flex-row {
|
|
2058
|
+
flex-direction: row;
|
|
2137
2059
|
}
|
|
2138
2060
|
|
|
2139
|
-
|
|
2140
|
-
flex-direction: row;
|
|
2061
|
+
.\!k-flex-row, .\!k-d-flex-row, .\!k-d-flex-col {
|
|
2062
|
+
flex-direction: row !important;
|
|
2141
2063
|
}
|
|
2142
2064
|
|
|
2143
2065
|
.k-flex-row-reverse {
|
|
2144
2066
|
flex-direction: row-reverse;
|
|
2145
2067
|
}
|
|
2146
2068
|
|
|
2147
|
-
|
|
2069
|
+
.\!k-flex-row-reverse {
|
|
2070
|
+
flex-direction: row-reverse !important;
|
|
2071
|
+
}
|
|
2072
|
+
|
|
2073
|
+
.k-flex-col, .k-d-flex-col, .k-flex-column {
|
|
2148
2074
|
flex-direction: column;
|
|
2149
2075
|
}
|
|
2150
2076
|
|
|
2077
|
+
.\!k-flex-col {
|
|
2078
|
+
flex-direction: column !important;
|
|
2079
|
+
}
|
|
2080
|
+
|
|
2151
2081
|
.k-flex-col-reverse, .k-flex-column-reverse {
|
|
2152
2082
|
flex-direction: column-reverse;
|
|
2153
2083
|
}
|
|
2154
2084
|
|
|
2085
|
+
.\!k-flex-col-reverse {
|
|
2086
|
+
flex-direction: column-reverse;
|
|
2087
|
+
}
|
|
2088
|
+
|
|
2155
2089
|
.k-flex-wrap {
|
|
2156
2090
|
flex-wrap: wrap;
|
|
2157
2091
|
}
|
|
@@ -10543,20 +10477,31 @@ kendo-sortable {
|
|
|
10543
10477
|
.k-list {
|
|
10544
10478
|
margin: 0;
|
|
10545
10479
|
padding: 0;
|
|
10480
|
+
display: flex;
|
|
10481
|
+
flex-flow: column nowrap;
|
|
10546
10482
|
outline: none;
|
|
10483
|
+
position: relative;
|
|
10484
|
+
overflow: hidden;
|
|
10485
|
+
}
|
|
10486
|
+
|
|
10487
|
+
.k-popup > .k-list {
|
|
10488
|
+
height: 100%;
|
|
10489
|
+
border-width: 0;
|
|
10547
10490
|
}
|
|
10548
10491
|
|
|
10549
|
-
.k-list-header {
|
|
10492
|
+
.k-list-group-sticky-header {
|
|
10550
10493
|
border-width: 0;
|
|
10551
10494
|
border-width: 0 0 1px;
|
|
10552
10495
|
border-style: solid;
|
|
10553
10496
|
white-space: nowrap;
|
|
10497
|
+
flex: none;
|
|
10554
10498
|
overflow: hidden;
|
|
10555
10499
|
text-overflow: ellipsis;
|
|
10556
10500
|
}
|
|
10557
10501
|
|
|
10558
10502
|
.k-list-content {
|
|
10559
10503
|
border-color: inherit;
|
|
10504
|
+
flex: 1 1 auto;
|
|
10560
10505
|
overflow: hidden;
|
|
10561
10506
|
overflow-y: auto;
|
|
10562
10507
|
-webkit-overflow-scrolling: touch;
|
|
@@ -10633,7 +10578,10 @@ kendo-sortable {
|
|
|
10633
10578
|
}
|
|
10634
10579
|
|
|
10635
10580
|
.k-virtual-list .k-list-item, .k-virtual-list .k-list-optionlabel,
|
|
10636
|
-
.k-virtual-list .k-list-group-item
|
|
10581
|
+
.k-virtual-list .k-list-group-item,
|
|
10582
|
+
.k-virtual-content .k-list-item,
|
|
10583
|
+
.k-virtual-content .k-list-optionlabel,
|
|
10584
|
+
.k-virtual-content .k-list-group-item {
|
|
10637
10585
|
position: absolute;
|
|
10638
10586
|
width: 100%;
|
|
10639
10587
|
}
|
|
@@ -10656,7 +10604,7 @@ kendo-sortable {
|
|
|
10656
10604
|
font-size: 12px;
|
|
10657
10605
|
}
|
|
10658
10606
|
|
|
10659
|
-
.k-list-sm .k-list-header {
|
|
10607
|
+
.k-list-sm .k-list-group-sticky-header {
|
|
10660
10608
|
padding: 3px 6px;
|
|
10661
10609
|
}
|
|
10662
10610
|
|
|
@@ -10672,7 +10620,7 @@ kendo-sortable {
|
|
|
10672
10620
|
font-size: 16px;
|
|
10673
10621
|
}
|
|
10674
10622
|
|
|
10675
|
-
.k-list-md .k-list-header {
|
|
10623
|
+
.k-list-md .k-list-group-sticky-header {
|
|
10676
10624
|
padding: 4px 8px;
|
|
10677
10625
|
}
|
|
10678
10626
|
|
|
@@ -10688,7 +10636,7 @@ kendo-sortable {
|
|
|
10688
10636
|
font-size: 16px;
|
|
10689
10637
|
}
|
|
10690
10638
|
|
|
10691
|
-
.k-list-lg .k-list-header {
|
|
10639
|
+
.k-list-lg .k-list-group-sticky-header {
|
|
10692
10640
|
padding: 5px 10px;
|
|
10693
10641
|
}
|
|
10694
10642
|
|
|
@@ -10716,7 +10664,7 @@ kendo-sortable {
|
|
|
10716
10664
|
background-color: #ffffff;
|
|
10717
10665
|
}
|
|
10718
10666
|
|
|
10719
|
-
.k-list-header {
|
|
10667
|
+
.k-list-group-sticky-header {
|
|
10720
10668
|
border-color: inherit;
|
|
10721
10669
|
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
|
|
10722
10670
|
}
|
|
@@ -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: 2px;
|
|
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 0 0 2px rgba(0, 0, 0, 0.08);
|
|
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(243, 23, 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: #f31700;
|
|
12791
12821
|
}
|
|
12792
12822
|
|
|
@@ -12805,11 +12835,11 @@ textarea.k-input-inner {
|
|
|
12805
12835
|
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
|
|
12806
12836
|
}
|
|
12807
12837
|
|
|
12808
|
-
.k-picker:invalid, .k-picker.k-invalid {
|
|
12838
|
+
.k-picker:invalid, .k-picker.k-invalid, .k-picker.ng-invalid {
|
|
12809
12839
|
border-color: rgba(243, 23, 0, 0.5);
|
|
12810
12840
|
}
|
|
12811
12841
|
|
|
12812
|
-
.k-picker:invalid .k-input-validation-icon, .k-picker.k-invalid .k-input-validation-icon {
|
|
12842
|
+
.k-picker:invalid .k-input-validation-icon, .k-picker.k-invalid .k-input-validation-icon, .k-picker.ng-invalid .k-input-validation-icon {
|
|
12813
12843
|
color: #f31700;
|
|
12814
12844
|
}
|
|
12815
12845
|
|
|
@@ -12908,6 +12938,10 @@ textarea.k-input-inner {
|
|
|
12908
12938
|
border-style: solid;
|
|
12909
12939
|
}
|
|
12910
12940
|
|
|
12941
|
+
.k-data-table .k-table {
|
|
12942
|
+
table-layout: fixed;
|
|
12943
|
+
}
|
|
12944
|
+
|
|
12911
12945
|
.k-table-thead,
|
|
12912
12946
|
.k-table-tbody,
|
|
12913
12947
|
.k-table-tfoot {
|
|
@@ -12964,7 +12998,7 @@ textarea.k-input-inner {
|
|
|
12964
12998
|
width: 100%;
|
|
12965
12999
|
max-width: none;
|
|
12966
13000
|
border-width: 0;
|
|
12967
|
-
display: table
|
|
13001
|
+
display: table;
|
|
12968
13002
|
border-collapse: collapse;
|
|
12969
13003
|
border-spacing: 0;
|
|
12970
13004
|
table-layout: fixed;
|
|
@@ -12973,10 +13007,11 @@ textarea.k-input-inner {
|
|
|
12973
13007
|
outline: none;
|
|
12974
13008
|
}
|
|
12975
13009
|
|
|
12976
|
-
.k-table-list .k-table-row
|
|
13010
|
+
.k-table-list .k-table-row,
|
|
13011
|
+
.k-table-list .k-table-group-row {
|
|
12977
13012
|
width: 100%;
|
|
12978
13013
|
box-sizing: border-box;
|
|
12979
|
-
display:
|
|
13014
|
+
display: table-row;
|
|
12980
13015
|
position: relative;
|
|
12981
13016
|
}
|
|
12982
13017
|
|
|
@@ -12989,6 +13024,23 @@ textarea.k-input-inner {
|
|
|
12989
13024
|
vertical-align: middle;
|
|
12990
13025
|
}
|
|
12991
13026
|
|
|
13027
|
+
.k-table-list .k-table-group-row::before {
|
|
13028
|
+
content: ".";
|
|
13029
|
+
padding: 0;
|
|
13030
|
+
width: 0;
|
|
13031
|
+
display: block;
|
|
13032
|
+
overflow: hidden;
|
|
13033
|
+
}
|
|
13034
|
+
|
|
13035
|
+
.k-table-list .k-table-group-row .k-table-th {
|
|
13036
|
+
width: 100%;
|
|
13037
|
+
border-color: inherit;
|
|
13038
|
+
color: inherit;
|
|
13039
|
+
background-color: inherit;
|
|
13040
|
+
position: absolute;
|
|
13041
|
+
top: 0;
|
|
13042
|
+
}
|
|
13043
|
+
|
|
12992
13044
|
.k-table-list .k-table-spacer-td {
|
|
12993
13045
|
padding: 0 !important;
|
|
12994
13046
|
width: 0 !important;
|
|
@@ -13011,6 +13063,11 @@ textarea.k-input-inner {
|
|
|
13011
13063
|
right: 0;
|
|
13012
13064
|
}
|
|
13013
13065
|
|
|
13066
|
+
.k-virtual-table .k-table-row {
|
|
13067
|
+
position: absolute;
|
|
13068
|
+
width: 100%;
|
|
13069
|
+
}
|
|
13070
|
+
|
|
13014
13071
|
.k-table-scroller {
|
|
13015
13072
|
position: relative;
|
|
13016
13073
|
overflow: auto;
|
|
@@ -13053,6 +13110,10 @@ textarea.k-input-inner {
|
|
|
13053
13110
|
padding: 0 2px;
|
|
13054
13111
|
}
|
|
13055
13112
|
|
|
13113
|
+
.k-table-sm .k-table-list .k-table-group-row::before {
|
|
13114
|
+
padding: 4px 0;
|
|
13115
|
+
}
|
|
13116
|
+
|
|
13056
13117
|
.k-table-md {
|
|
13057
13118
|
font-size: 14px;
|
|
13058
13119
|
line-height: 1.4285714286;
|
|
@@ -13067,6 +13128,10 @@ textarea.k-input-inner {
|
|
|
13067
13128
|
padding: 0 4px;
|
|
13068
13129
|
}
|
|
13069
13130
|
|
|
13131
|
+
.k-table-md .k-table-list .k-table-group-row::before {
|
|
13132
|
+
padding: 8px 0;
|
|
13133
|
+
}
|
|
13134
|
+
|
|
13070
13135
|
.k-table-lg {
|
|
13071
13136
|
font-size: 14px;
|
|
13072
13137
|
line-height: 1.4285714286;
|
|
@@ -13081,6 +13146,10 @@ textarea.k-input-inner {
|
|
|
13081
13146
|
padding: 0 6px;
|
|
13082
13147
|
}
|
|
13083
13148
|
|
|
13149
|
+
.k-table-lg .k-table-list .k-table-group-row::before {
|
|
13150
|
+
padding: 12px 0;
|
|
13151
|
+
}
|
|
13152
|
+
|
|
13084
13153
|
.k-rtl.k-table,
|
|
13085
13154
|
.k-rtl .k-table,
|
|
13086
13155
|
[dir="rtl"].k-table,
|
|
@@ -13355,13 +13424,14 @@ textarea.k-input-inner {
|
|
|
13355
13424
|
padding: 4px 4px;
|
|
13356
13425
|
border-width: 1px;
|
|
13357
13426
|
border-style: solid;
|
|
13358
|
-
|
|
13427
|
+
outline: 0;
|
|
13359
13428
|
font-family: inherit;
|
|
13360
13429
|
font-size: 14px;
|
|
13361
13430
|
line-height: normal;
|
|
13362
13431
|
display: inline-flex;
|
|
13363
|
-
|
|
13432
|
+
flex-flow: row nowrap;
|
|
13364
13433
|
align-items: center;
|
|
13434
|
+
justify-content: center;
|
|
13365
13435
|
gap: 8px;
|
|
13366
13436
|
position: relative;
|
|
13367
13437
|
overflow: hidden;
|
|
@@ -13371,20 +13441,103 @@ textarea.k-input-inner {
|
|
|
13371
13441
|
user-select: none;
|
|
13372
13442
|
}
|
|
13373
13443
|
|
|
13374
|
-
.k-chip
|
|
13375
|
-
|
|
13444
|
+
.k-chip .k-selected-icon-wrapper {
|
|
13445
|
+
display: none !important;
|
|
13376
13446
|
}
|
|
13377
13447
|
|
|
13378
13448
|
.k-chip-content {
|
|
13379
13449
|
min-width: 0;
|
|
13380
|
-
display:
|
|
13450
|
+
display: flex;
|
|
13451
|
+
flex-flow: row nowrap;
|
|
13452
|
+
align-items: center;
|
|
13453
|
+
overflow: hidden;
|
|
13381
13454
|
flex: 1 1 auto;
|
|
13455
|
+
}
|
|
13456
|
+
|
|
13457
|
+
.k-chip-content:first-child {
|
|
13458
|
+
margin-inline-start: 8px;
|
|
13459
|
+
}
|
|
13460
|
+
|
|
13461
|
+
.k-chip-content:last-child {
|
|
13462
|
+
margin-inline-end: 8px;
|
|
13463
|
+
}
|
|
13464
|
+
|
|
13465
|
+
.k-chip-text,
|
|
13466
|
+
.k-chip-label {
|
|
13382
13467
|
white-space: nowrap;
|
|
13468
|
+
text-overflow: ellipsis;
|
|
13469
|
+
overflow: hidden;
|
|
13470
|
+
flex: 1 1 auto;
|
|
13471
|
+
}
|
|
13472
|
+
|
|
13473
|
+
.k-chip-avatar {
|
|
13474
|
+
border-radius: 50%;
|
|
13475
|
+
background-size: cover;
|
|
13476
|
+
background-position: center;
|
|
13477
|
+
flex: none;
|
|
13478
|
+
}
|
|
13479
|
+
|
|
13480
|
+
.k-chip-icon {
|
|
13481
|
+
font-size: inherit;
|
|
13482
|
+
display: flex;
|
|
13483
|
+
align-items: center;
|
|
13484
|
+
justify-content: center;
|
|
13485
|
+
flex: none;
|
|
13486
|
+
}
|
|
13487
|
+
|
|
13488
|
+
.k-ie .k-chip-icon {
|
|
13489
|
+
margin-right: 8px;
|
|
13490
|
+
}
|
|
13491
|
+
|
|
13492
|
+
.k-chip-actions {
|
|
13493
|
+
flex: none;
|
|
13494
|
+
display: flex;
|
|
13495
|
+
flex-flow: row nowrap;
|
|
13496
|
+
align-items: center;
|
|
13497
|
+
align-self: center;
|
|
13498
|
+
}
|
|
13499
|
+
|
|
13500
|
+
.k-chip-action {
|
|
13501
|
+
flex: none;
|
|
13502
|
+
display: flex;
|
|
13503
|
+
flex-flow: row nowrap;
|
|
13504
|
+
align-items: center;
|
|
13505
|
+
align-self: center;
|
|
13383
13506
|
}
|
|
13384
13507
|
|
|
13385
|
-
.k-
|
|
13386
|
-
.k-chip-remove-icon {
|
|
13508
|
+
.k-remove-icon {
|
|
13387
13509
|
font-size: inherit;
|
|
13510
|
+
display: flex;
|
|
13511
|
+
align-items: center;
|
|
13512
|
+
justify-content: center;
|
|
13513
|
+
flex: none;
|
|
13514
|
+
}
|
|
13515
|
+
|
|
13516
|
+
.k-ie .k-remove-icon {
|
|
13517
|
+
margin-right: 0;
|
|
13518
|
+
margin-left: 8px;
|
|
13519
|
+
}
|
|
13520
|
+
|
|
13521
|
+
.k-chip-list {
|
|
13522
|
+
min-width: 0px;
|
|
13523
|
+
display: inline-flex;
|
|
13524
|
+
flex-wrap: wrap;
|
|
13525
|
+
align-items: center;
|
|
13526
|
+
position: relative;
|
|
13527
|
+
}
|
|
13528
|
+
|
|
13529
|
+
.k-ie .k-chip.k-rtl .k-chip-icon,
|
|
13530
|
+
.k-ie .k-rtl .k-chip .k-chip-icon,
|
|
13531
|
+
.k-ie .k-chip[dir="rtl"] .k-chip-icon {
|
|
13532
|
+
margin-right: 0;
|
|
13533
|
+
margin-left: 8px;
|
|
13534
|
+
}
|
|
13535
|
+
|
|
13536
|
+
.k-ie .k-chip.k-rtl .k-remove-icon,
|
|
13537
|
+
.k-ie .k-rtl .k-chip .k-remove-icon,
|
|
13538
|
+
.k-ie .k-chip[dir="rtl"] .k-remove-icon {
|
|
13539
|
+
margin-left: 0;
|
|
13540
|
+
margin-right: 8px;
|
|
13388
13541
|
}
|
|
13389
13542
|
|
|
13390
13543
|
.k-chip-sm {
|
|
@@ -13394,6 +13547,12 @@ textarea.k-input-inner {
|
|
|
13394
13547
|
line-height: normal;
|
|
13395
13548
|
}
|
|
13396
13549
|
|
|
13550
|
+
.k-chip-avatar {
|
|
13551
|
+
width: 1em;
|
|
13552
|
+
height: 1em;
|
|
13553
|
+
flex-basis: 1em;
|
|
13554
|
+
}
|
|
13555
|
+
|
|
13397
13556
|
.k-chip-md {
|
|
13398
13557
|
height: calc(1em + 10px);
|
|
13399
13558
|
padding: 4px;
|
|
@@ -13401,6 +13560,12 @@ textarea.k-input-inner {
|
|
|
13401
13560
|
line-height: normal;
|
|
13402
13561
|
}
|
|
13403
13562
|
|
|
13563
|
+
.k-chip-avatar {
|
|
13564
|
+
width: 1em;
|
|
13565
|
+
height: 1em;
|
|
13566
|
+
flex-basis: 1em;
|
|
13567
|
+
}
|
|
13568
|
+
|
|
13404
13569
|
.k-chip-lg {
|
|
13405
13570
|
height: calc(1em + 12px);
|
|
13406
13571
|
padding: 5px;
|
|
@@ -13414,21 +13579,8 @@ textarea.k-input-inner {
|
|
|
13414
13579
|
flex-basis: 1em;
|
|
13415
13580
|
}
|
|
13416
13581
|
|
|
13417
|
-
.k-chip-
|
|
13418
|
-
|
|
13419
|
-
}
|
|
13420
|
-
|
|
13421
|
-
.k-chip-list {
|
|
13422
|
-
min-width: 0px;
|
|
13423
|
-
display: inline-flex;
|
|
13424
|
-
flex-wrap: wrap;
|
|
13425
|
-
align-items: center;
|
|
13426
|
-
position: relative;
|
|
13427
|
-
box-sizing: border-box;
|
|
13428
|
-
}
|
|
13429
|
-
|
|
13430
|
-
.k-chip-list-sm {
|
|
13431
|
-
gap: 4px;
|
|
13582
|
+
.k-chip-list-sm {
|
|
13583
|
+
gap: 4px;
|
|
13432
13584
|
}
|
|
13433
13585
|
|
|
13434
13586
|
.k-chip-list-md {
|
|
@@ -13440,98 +13592,98 @@ textarea.k-input-inner {
|
|
|
13440
13592
|
}
|
|
13441
13593
|
|
|
13442
13594
|
.k-chip-solid-base {
|
|
13443
|
-
border-color:
|
|
13595
|
+
border-color: #c6c6c6;
|
|
13444
13596
|
color: #424242;
|
|
13445
|
-
background-color:
|
|
13597
|
+
background-color: #f0f0f0;
|
|
13446
13598
|
}
|
|
13447
13599
|
|
|
13448
13600
|
.k-chip-solid-base:focus, .k-chip-solid-base.k-focus {
|
|
13449
13601
|
box-shadow: 0 0 0 2px rgba(66, 66, 66, 0.16);
|
|
13450
|
-
background-color:
|
|
13602
|
+
background-color: #f0f0f0;
|
|
13451
13603
|
}
|
|
13452
13604
|
|
|
13453
13605
|
.k-chip-solid-base:hover, .k-chip-solid-base.k-hover {
|
|
13454
|
-
background-color:
|
|
13606
|
+
background-color: #e1e1e1;
|
|
13455
13607
|
}
|
|
13456
13608
|
|
|
13457
13609
|
.k-chip-solid-base.k-selected {
|
|
13458
|
-
background-color:
|
|
13610
|
+
background-color: #d2d2d2;
|
|
13459
13611
|
}
|
|
13460
13612
|
|
|
13461
13613
|
.k-chip-solid-error {
|
|
13462
|
-
border-color:
|
|
13614
|
+
border-color: #fbb9b3;
|
|
13463
13615
|
color: #f31700;
|
|
13464
|
-
background-color:
|
|
13616
|
+
background-color: #feeceb;
|
|
13465
13617
|
}
|
|
13466
13618
|
|
|
13467
13619
|
.k-chip-solid-error:focus, .k-chip-solid-error.k-focus {
|
|
13468
13620
|
box-shadow: 0 0 0 2px rgba(243, 23, 0, 0.16);
|
|
13469
|
-
background-color:
|
|
13621
|
+
background-color: #feeceb;
|
|
13470
13622
|
}
|
|
13471
13623
|
|
|
13472
13624
|
.k-chip-solid-error:hover, .k-chip-solid-error.k-hover {
|
|
13473
|
-
background-color:
|
|
13625
|
+
background-color: #fddad6;
|
|
13474
13626
|
}
|
|
13475
13627
|
|
|
13476
13628
|
.k-chip-solid-error.k-selected {
|
|
13477
|
-
background-color:
|
|
13629
|
+
background-color: #fcc7c2;
|
|
13478
13630
|
}
|
|
13479
13631
|
|
|
13480
13632
|
.k-chip-solid-info {
|
|
13481
|
-
border-color:
|
|
13633
|
+
border-color: #b3cdf8;
|
|
13482
13634
|
color: #0058e9;
|
|
13483
|
-
background-color:
|
|
13635
|
+
background-color: #ebf2fd;
|
|
13484
13636
|
}
|
|
13485
13637
|
|
|
13486
13638
|
.k-chip-solid-info:focus, .k-chip-solid-info.k-focus {
|
|
13487
13639
|
box-shadow: 0 0 0 2px rgba(0, 88, 233, 0.16);
|
|
13488
|
-
background-color:
|
|
13640
|
+
background-color: #ebf2fd;
|
|
13489
13641
|
}
|
|
13490
13642
|
|
|
13491
13643
|
.k-chip-solid-info:hover, .k-chip-solid-info.k-hover {
|
|
13492
|
-
background-color:
|
|
13644
|
+
background-color: #d6e4fb;
|
|
13493
13645
|
}
|
|
13494
13646
|
|
|
13495
13647
|
.k-chip-solid-info.k-selected {
|
|
13496
|
-
background-color:
|
|
13648
|
+
background-color: #c2d7fa;
|
|
13497
13649
|
}
|
|
13498
13650
|
|
|
13499
13651
|
.k-chip-solid-warning {
|
|
13500
|
-
border-color:
|
|
13652
|
+
border-color: #ffecb3;
|
|
13501
13653
|
color: #ffc000;
|
|
13502
|
-
background-color:
|
|
13654
|
+
background-color: #fffaeb;
|
|
13503
13655
|
}
|
|
13504
13656
|
|
|
13505
13657
|
.k-chip-solid-warning:focus, .k-chip-solid-warning.k-focus {
|
|
13506
13658
|
box-shadow: 0 0 0 2px rgba(255, 192, 0, 0.16);
|
|
13507
|
-
background-color:
|
|
13659
|
+
background-color: #fffaeb;
|
|
13508
13660
|
}
|
|
13509
13661
|
|
|
13510
13662
|
.k-chip-solid-warning:hover, .k-chip-solid-warning.k-hover {
|
|
13511
|
-
background-color:
|
|
13663
|
+
background-color: #fff5d6;
|
|
13512
13664
|
}
|
|
13513
13665
|
|
|
13514
13666
|
.k-chip-solid-warning.k-selected {
|
|
13515
|
-
background-color:
|
|
13667
|
+
background-color: #fff0c2;
|
|
13516
13668
|
}
|
|
13517
13669
|
|
|
13518
13670
|
.k-chip-solid-success {
|
|
13519
|
-
border-color:
|
|
13671
|
+
border-color: #c3e9b3;
|
|
13520
13672
|
color: #37b400;
|
|
13521
|
-
background-color:
|
|
13673
|
+
background-color: #eff9eb;
|
|
13522
13674
|
}
|
|
13523
13675
|
|
|
13524
13676
|
.k-chip-solid-success:focus, .k-chip-solid-success.k-focus {
|
|
13525
13677
|
box-shadow: 0 0 0 2px rgba(55, 180, 0, 0.16);
|
|
13526
|
-
background-color:
|
|
13678
|
+
background-color: #eff9eb;
|
|
13527
13679
|
}
|
|
13528
13680
|
|
|
13529
13681
|
.k-chip-solid-success:hover, .k-chip-solid-success.k-hover {
|
|
13530
|
-
background-color:
|
|
13682
|
+
background-color: #dff3d6;
|
|
13531
13683
|
}
|
|
13532
13684
|
|
|
13533
13685
|
.k-chip-solid-success.k-selected {
|
|
13534
|
-
background-color:
|
|
13686
|
+
background-color: #cfedc2;
|
|
13535
13687
|
}
|
|
13536
13688
|
|
|
13537
13689
|
.k-chip-outline-base {
|
|
@@ -13635,6 +13787,8 @@ textarea.k-input-inner {
|
|
|
13635
13787
|
}
|
|
13636
13788
|
|
|
13637
13789
|
.k-color-preview {
|
|
13790
|
+
width: 100%;
|
|
13791
|
+
height: 100%;
|
|
13638
13792
|
border-width: 1px;
|
|
13639
13793
|
border-radius: 2px;
|
|
13640
13794
|
border-style: solid;
|
|
@@ -13645,6 +13799,14 @@ textarea.k-input-inner {
|
|
|
13645
13799
|
overflow: hidden;
|
|
13646
13800
|
}
|
|
13647
13801
|
|
|
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
|
+
|
|
13648
13810
|
.k-color-preview::before {
|
|
13649
13811
|
content: "";
|
|
13650
13812
|
width: 100%;
|
|
@@ -13664,19 +13826,21 @@ textarea.k-input-inner {
|
|
|
13664
13826
|
display: flex;
|
|
13665
13827
|
flex-flow: column nowrap;
|
|
13666
13828
|
align-items: center;
|
|
13829
|
+
justify-content: center;
|
|
13667
13830
|
gap: 2px;
|
|
13668
13831
|
}
|
|
13669
13832
|
|
|
13670
13833
|
.k-icon-color-preview .k-color-preview-mask {
|
|
13671
13834
|
width: 14px;
|
|
13672
13835
|
height: 2px;
|
|
13836
|
+
position: static;
|
|
13673
13837
|
}
|
|
13674
13838
|
|
|
13675
13839
|
.k-icon-color-preview::before {
|
|
13676
13840
|
display: none;
|
|
13677
13841
|
}
|
|
13678
13842
|
|
|
13679
|
-
.k-no-color::
|
|
13843
|
+
.k-no-color::before {
|
|
13680
13844
|
content: "";
|
|
13681
13845
|
width: 100%;
|
|
13682
13846
|
height: 100%;
|
|
@@ -13699,10 +13863,11 @@ textarea.k-input-inner {
|
|
|
13699
13863
|
border-color: rgba(0, 0, 0, 0.08);
|
|
13700
13864
|
}
|
|
13701
13865
|
|
|
13702
|
-
.k-no-color::
|
|
13866
|
+
.k-no-color::before {
|
|
13703
13867
|
background-color: #ffffff;
|
|
13704
13868
|
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");
|
|
13705
13869
|
background-size: 100% 100%;
|
|
13870
|
+
background-position: 0 0;
|
|
13706
13871
|
}
|
|
13707
13872
|
|
|
13708
13873
|
.k-loader {
|
|
@@ -16024,11 +16189,13 @@ kendo-label.k-radio-label > .k-label {
|
|
|
16024
16189
|
}
|
|
16025
16190
|
|
|
16026
16191
|
.k-slider .k-button-increase {
|
|
16192
|
+
position: absolute;
|
|
16027
16193
|
right: 0;
|
|
16028
16194
|
top: 0;
|
|
16029
16195
|
}
|
|
16030
16196
|
|
|
16031
16197
|
.k-slider .k-button-decrease {
|
|
16198
|
+
position: absolute;
|
|
16032
16199
|
left: 0;
|
|
16033
16200
|
top: 0;
|
|
16034
16201
|
}
|
|
@@ -17209,6 +17376,249 @@ kendo-label.k-radio-label > .k-label {
|
|
|
17209
17376
|
background-image: linear-gradient(to right, rgba(255, 99, 88, 0.25), transparent 100%);
|
|
17210
17377
|
}
|
|
17211
17378
|
|
|
17379
|
+
.k-timeselector {
|
|
17380
|
+
border-width: 1px;
|
|
17381
|
+
border-style: solid;
|
|
17382
|
+
box-sizing: border-box;
|
|
17383
|
+
outline: 0;
|
|
17384
|
+
font-family: inherit;
|
|
17385
|
+
font-size: 14px;
|
|
17386
|
+
line-height: 1.4285714286;
|
|
17387
|
+
position: relative;
|
|
17388
|
+
overflow: hidden;
|
|
17389
|
+
display: flex;
|
|
17390
|
+
flex-flow: column nowrap;
|
|
17391
|
+
-webkit-user-select: none;
|
|
17392
|
+
-ms-user-select: none;
|
|
17393
|
+
user-select: none;
|
|
17394
|
+
-webkit-touch-callout: none;
|
|
17395
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
17396
|
+
}
|
|
17397
|
+
|
|
17398
|
+
.k-popup > .k-timeselector {
|
|
17399
|
+
border-width: 0;
|
|
17400
|
+
}
|
|
17401
|
+
|
|
17402
|
+
.k-time-header,
|
|
17403
|
+
.k-time-selector-header {
|
|
17404
|
+
padding: 4px 4px;
|
|
17405
|
+
box-sizing: border-box;
|
|
17406
|
+
display: flex;
|
|
17407
|
+
align-items: center;
|
|
17408
|
+
justify-content: space-between;
|
|
17409
|
+
flex: 0 0 auto;
|
|
17410
|
+
}
|
|
17411
|
+
|
|
17412
|
+
.k-time-header .k-title,
|
|
17413
|
+
.k-time-header .k-time-selector-header-title,
|
|
17414
|
+
.k-time-selector-header .k-title,
|
|
17415
|
+
.k-time-selector-header .k-time-selector-header-title {
|
|
17416
|
+
padding: 4px 8px;
|
|
17417
|
+
font-weight: bold;
|
|
17418
|
+
display: inline-block;
|
|
17419
|
+
}
|
|
17420
|
+
|
|
17421
|
+
.k-time-header .k-time-now,
|
|
17422
|
+
.k-time-selector-header .k-time-now {
|
|
17423
|
+
border-width: 0;
|
|
17424
|
+
line-height: inherit;
|
|
17425
|
+
cursor: pointer;
|
|
17426
|
+
}
|
|
17427
|
+
|
|
17428
|
+
.k-time-list-container {
|
|
17429
|
+
display: flex;
|
|
17430
|
+
position: relative;
|
|
17431
|
+
flex: 1 1 auto;
|
|
17432
|
+
}
|
|
17433
|
+
|
|
17434
|
+
.k-time-highlight,
|
|
17435
|
+
.k-time-list-highlight {
|
|
17436
|
+
width: 100%;
|
|
17437
|
+
height: 28px;
|
|
17438
|
+
border-width: 1px 0px;
|
|
17439
|
+
border-style: solid;
|
|
17440
|
+
box-sizing: border-box;
|
|
17441
|
+
position: absolute;
|
|
17442
|
+
top: calc(50% + 9px);
|
|
17443
|
+
left: 0;
|
|
17444
|
+
right: 0;
|
|
17445
|
+
transform: translateY(-50%);
|
|
17446
|
+
z-index: 1;
|
|
17447
|
+
}
|
|
17448
|
+
|
|
17449
|
+
.k-time-list-wrapper {
|
|
17450
|
+
min-width: 4em;
|
|
17451
|
+
height: 240px;
|
|
17452
|
+
box-sizing: content-box;
|
|
17453
|
+
display: inline-flex;
|
|
17454
|
+
flex-flow: column nowrap;
|
|
17455
|
+
align-items: stretch;
|
|
17456
|
+
overflow: hidden;
|
|
17457
|
+
position: relative;
|
|
17458
|
+
text-align: center;
|
|
17459
|
+
flex: 1 1 auto;
|
|
17460
|
+
}
|
|
17461
|
+
|
|
17462
|
+
.k-time-list-wrapper .k-title {
|
|
17463
|
+
font-size: 12px;
|
|
17464
|
+
line-height: 1.5;
|
|
17465
|
+
font-weight: bold;
|
|
17466
|
+
text-align: center;
|
|
17467
|
+
text-transform: capitalize;
|
|
17468
|
+
display: block;
|
|
17469
|
+
}
|
|
17470
|
+
|
|
17471
|
+
.k-time-list-wrapper.k-state-focused::before, .k-time-list-wrapper.k-state-focused::after {
|
|
17472
|
+
display: block;
|
|
17473
|
+
content: " ";
|
|
17474
|
+
position: absolute;
|
|
17475
|
+
width: 100%;
|
|
17476
|
+
left: 0;
|
|
17477
|
+
pointer-events: none;
|
|
17478
|
+
height: calc(50% - 14px);
|
|
17479
|
+
box-sizing: border-box;
|
|
17480
|
+
border-width: 0;
|
|
17481
|
+
border-style: solid;
|
|
17482
|
+
}
|
|
17483
|
+
|
|
17484
|
+
.k-time-list-wrapper.k-state-focused::before {
|
|
17485
|
+
top: 18px;
|
|
17486
|
+
}
|
|
17487
|
+
|
|
17488
|
+
.k-time-list-wrapper.k-state-focused::after {
|
|
17489
|
+
bottom: 0;
|
|
17490
|
+
}
|
|
17491
|
+
|
|
17492
|
+
.k-time-list {
|
|
17493
|
+
display: flex;
|
|
17494
|
+
flex-flow: row nowrap;
|
|
17495
|
+
align-items: stretch;
|
|
17496
|
+
flex: 1;
|
|
17497
|
+
position: relative;
|
|
17498
|
+
z-index: 1;
|
|
17499
|
+
overflow: hidden;
|
|
17500
|
+
}
|
|
17501
|
+
|
|
17502
|
+
.k-time-list::before, .k-time-list::after {
|
|
17503
|
+
display: block;
|
|
17504
|
+
position: absolute;
|
|
17505
|
+
content: " ";
|
|
17506
|
+
height: 0;
|
|
17507
|
+
line-height: 0;
|
|
17508
|
+
z-index: 1;
|
|
17509
|
+
width: 200%;
|
|
17510
|
+
left: -50%;
|
|
17511
|
+
}
|
|
17512
|
+
|
|
17513
|
+
.k-time-list::before {
|
|
17514
|
+
top: 0;
|
|
17515
|
+
}
|
|
17516
|
+
|
|
17517
|
+
.k-time-list::after {
|
|
17518
|
+
bottom: 0;
|
|
17519
|
+
}
|
|
17520
|
+
|
|
17521
|
+
.k-time-container,
|
|
17522
|
+
.k-time-list-content {
|
|
17523
|
+
position: relative;
|
|
17524
|
+
flex: 1 1 auto;
|
|
17525
|
+
display: block;
|
|
17526
|
+
overflow-x: hidden;
|
|
17527
|
+
overflow-y: scroll;
|
|
17528
|
+
padding-right: 100px;
|
|
17529
|
+
padding-left: 100px;
|
|
17530
|
+
margin-left: -100px;
|
|
17531
|
+
margin-right: -117px;
|
|
17532
|
+
}
|
|
17533
|
+
|
|
17534
|
+
.k-time-container > ul,
|
|
17535
|
+
.k-time-list-content > ul {
|
|
17536
|
+
height: auto;
|
|
17537
|
+
width: 4em;
|
|
17538
|
+
margin: auto;
|
|
17539
|
+
}
|
|
17540
|
+
|
|
17541
|
+
.k-rtl .k-time-container [dir="rtl"] .k-time-container, .k-rtl
|
|
17542
|
+
.k-time-list-content [dir="rtl"] .k-time-container, .k-rtl .k-time-container [dir="rtl"]
|
|
17543
|
+
.k-time-list-content, .k-rtl
|
|
17544
|
+
.k-time-list-content [dir="rtl"]
|
|
17545
|
+
.k-time-list-content {
|
|
17546
|
+
padding-right: 100px;
|
|
17547
|
+
padding-left: 100px;
|
|
17548
|
+
margin-left: -117px;
|
|
17549
|
+
margin-right: -100px;
|
|
17550
|
+
}
|
|
17551
|
+
|
|
17552
|
+
.k-time-container .k-scrollable-placeholder,
|
|
17553
|
+
.k-time-list-content .k-scrollable-placeholder {
|
|
17554
|
+
position: absolute;
|
|
17555
|
+
width: 1px;
|
|
17556
|
+
top: 0;
|
|
17557
|
+
right: 0;
|
|
17558
|
+
}
|
|
17559
|
+
|
|
17560
|
+
.k-time-list-item,
|
|
17561
|
+
.k-time-list .k-item {
|
|
17562
|
+
padding: 4px 8px;
|
|
17563
|
+
}
|
|
17564
|
+
|
|
17565
|
+
.k-time-separator {
|
|
17566
|
+
width: 0;
|
|
17567
|
+
height: 28px;
|
|
17568
|
+
align-self: center;
|
|
17569
|
+
display: inline-flex;
|
|
17570
|
+
justify-content: center;
|
|
17571
|
+
align-items: center;
|
|
17572
|
+
position: relative;
|
|
17573
|
+
z-index: 11;
|
|
17574
|
+
top: 9px;
|
|
17575
|
+
}
|
|
17576
|
+
|
|
17577
|
+
.k-timeselector {
|
|
17578
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
17579
|
+
color: #424242;
|
|
17580
|
+
background-color: #ffffff;
|
|
17581
|
+
}
|
|
17582
|
+
|
|
17583
|
+
.k-time-header .k-time-now,
|
|
17584
|
+
.k-time-selector-header .k-time-now {
|
|
17585
|
+
color: #ff6358;
|
|
17586
|
+
}
|
|
17587
|
+
|
|
17588
|
+
.k-time-header .k-time-now:hover,
|
|
17589
|
+
.k-time-selector-header .k-time-now:hover {
|
|
17590
|
+
color: #d6534a;
|
|
17591
|
+
}
|
|
17592
|
+
|
|
17593
|
+
.k-time-list-wrapper .k-title {
|
|
17594
|
+
color: #666666;
|
|
17595
|
+
}
|
|
17596
|
+
|
|
17597
|
+
.k-time-list-wrapper.k-state-focused .k-title {
|
|
17598
|
+
color: #424242;
|
|
17599
|
+
}
|
|
17600
|
+
|
|
17601
|
+
.k-time-list-wrapper.k-state-focused::before, .k-time-list-wrapper.k-state-focused::after {
|
|
17602
|
+
background-color: rgba(0, 0, 0, 0.04);
|
|
17603
|
+
}
|
|
17604
|
+
|
|
17605
|
+
.k-time-list::before, .k-time-list::after {
|
|
17606
|
+
box-shadow: 0 0 3em 1.5em #ffffff;
|
|
17607
|
+
}
|
|
17608
|
+
|
|
17609
|
+
.k-time-list .k-item:hover {
|
|
17610
|
+
color: #ff6358;
|
|
17611
|
+
}
|
|
17612
|
+
|
|
17613
|
+
.k-time-container {
|
|
17614
|
+
background: transparent;
|
|
17615
|
+
}
|
|
17616
|
+
|
|
17617
|
+
.k-time-highlight {
|
|
17618
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
17619
|
+
background-color: #ffffff;
|
|
17620
|
+
}
|
|
17621
|
+
|
|
17212
17622
|
.k-captcha {
|
|
17213
17623
|
width: 280px;
|
|
17214
17624
|
box-sizing: border-box;
|
|
@@ -17454,415 +17864,168 @@ kendo-label.k-radio-label > .k-label {
|
|
|
17454
17864
|
margin-bottom: 8px;
|
|
17455
17865
|
}
|
|
17456
17866
|
|
|
17457
|
-
.k-colorgradient-color-contrast .k-contrast-ratio-text {
|
|
17458
|
-
font-weight: 700;
|
|
17459
|
-
}
|
|
17460
|
-
|
|
17461
|
-
.k-colorgradient-color-contrast .k-contrast-validation {
|
|
17462
|
-
display: inline-flex;
|
|
17463
|
-
align-items: center;
|
|
17464
|
-
gap: 4px;
|
|
17465
|
-
}
|
|
17466
|
-
|
|
17467
|
-
.k-colorgradient-color-contrast .k-contrast-validation .k-icon {
|
|
17468
|
-
vertical-align: middle;
|
|
17469
|
-
}
|
|
17470
|
-
|
|
17471
|
-
.k-colorgradient-color-contrast .k-contrast-validation .k-i-check + .k-i-check {
|
|
17472
|
-
margin-left: -13px;
|
|
17473
|
-
}
|
|
17474
|
-
|
|
17475
|
-
.k-color-contrast-svg {
|
|
17476
|
-
position: absolute;
|
|
17477
|
-
top: 0;
|
|
17478
|
-
left: 0;
|
|
17479
|
-
overflow: visible;
|
|
17480
|
-
pointer-events: none;
|
|
17481
|
-
}
|
|
17482
|
-
|
|
17483
|
-
.k-rtl .k-colorgradient-color-contrast .k-i-check + .k-i-check,
|
|
17484
|
-
[dir="rtl"] .k-colorgradient-color-contrast .k-i-check + .k-i-check {
|
|
17485
|
-
margin-left: 0;
|
|
17486
|
-
margin-right: -13px;
|
|
17487
|
-
}
|
|
17488
|
-
|
|
17489
|
-
.k-colorgradient {
|
|
17490
|
-
border-color: rgba(0, 0, 0, 0.08);
|
|
17491
|
-
color: #424242;
|
|
17492
|
-
background-color: #ffffff;
|
|
17493
|
-
}
|
|
17494
|
-
|
|
17495
|
-
.k-colorgradient:focus,
|
|
17496
|
-
.k-colorgradient.k-state-focus,
|
|
17497
|
-
.k-colorgradient.k-focus {
|
|
17498
|
-
box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
|
|
17499
|
-
}
|
|
17500
|
-
|
|
17501
|
-
.k-colorgradient-canvas .k-hsv-gradient {
|
|
17502
|
-
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black), linear-gradient(to right, white, rgba(255, 255, 255, 0));
|
|
17503
|
-
}
|
|
17504
|
-
|
|
17505
|
-
.k-colorgradient .k-draghandle {
|
|
17506
|
-
border-color: rgba(255, 255, 255, 0.8);
|
|
17507
|
-
background-color: transparent;
|
|
17508
|
-
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
|
|
17509
|
-
}
|
|
17510
|
-
|
|
17511
|
-
.k-colorgradient .k-draghandle:focus, .k-colorgradient .k-draghandle.k-state-focus, .k-colorgradient .k-draghandle.k-focus {
|
|
17512
|
-
border-color: #ffffff;
|
|
17513
|
-
background-color: transparent;
|
|
17514
|
-
box-shadow: 0 1px 4px black;
|
|
17515
|
-
}
|
|
17516
|
-
|
|
17517
|
-
.k-colorgradient .k-draghandle:active, .k-colorgradient .k-draghandle:hover, .k-colorgradient .k-draghandle.k-state-hover, .k-colorgradient .k-draghandle.k-hover {
|
|
17518
|
-
border-color: #ffffff;
|
|
17519
|
-
background-color: transparent;
|
|
17520
|
-
box-shadow: 0 1px 4px black;
|
|
17521
|
-
}
|
|
17522
|
-
|
|
17523
|
-
.k-colorgradient-slider.k-hue-slider.k-slider-horizontal .k-slider-track {
|
|
17524
|
-
background: linear-gradient(to right, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
|
|
17525
|
-
}
|
|
17526
|
-
|
|
17527
|
-
.k-colorgradient-slider.k-hue-slider.k-slider-vertical .k-slider-track {
|
|
17528
|
-
background: linear-gradient(to top, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
|
|
17529
|
-
}
|
|
17530
|
-
|
|
17531
|
-
.k-colorgradient-slider.k-alpha-slider .k-slider-track::before {
|
|
17532
|
-
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC") center repeat;
|
|
17533
|
-
}
|
|
17534
|
-
|
|
17535
|
-
.k-colorgradient-input-label {
|
|
17536
|
-
color: #8f8f8f;
|
|
17537
|
-
}
|
|
17538
|
-
|
|
17539
|
-
.k-rtl .k-colorgradient .k-hue-slider.k-slider-horizontal .k-slider-track,
|
|
17540
|
-
[dir="rtl"] .k-colorgradient .k-hue-slider.k-slider-horizontal .k-slider-track {
|
|
17541
|
-
background: linear-gradient(to left, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
|
|
17542
|
-
}
|
|
17543
|
-
|
|
17544
|
-
.k-coloreditor {
|
|
17545
|
-
border-radius: 2px;
|
|
17546
|
-
min-width: 272px;
|
|
17547
|
-
border-width: 1px;
|
|
17548
|
-
border-style: solid;
|
|
17549
|
-
box-sizing: border-box;
|
|
17550
|
-
outline: 0;
|
|
17551
|
-
font-size: 14px;
|
|
17552
|
-
font-family: inherit;
|
|
17553
|
-
line-height: 1.4285714286;
|
|
17554
|
-
display: inline-flex;
|
|
17555
|
-
flex-direction: column;
|
|
17556
|
-
align-items: stretch;
|
|
17557
|
-
}
|
|
17558
|
-
|
|
17559
|
-
.k-coloreditor-header {
|
|
17560
|
-
padding: 12px 12px 0;
|
|
17561
|
-
}
|
|
17562
|
-
|
|
17563
|
-
.k-coloreditor-header-actions {
|
|
17564
|
-
gap: 8px;
|
|
17565
|
-
}
|
|
17566
|
-
|
|
17567
|
-
.k-coloreditor-preview {
|
|
17568
|
-
position: relative;
|
|
17569
|
-
gap: 3px;
|
|
17570
|
-
z-index: 1;
|
|
17571
|
-
}
|
|
17572
|
-
|
|
17573
|
-
.k-coloreditor-preview .k-color-preview {
|
|
17574
|
-
width: 34px;
|
|
17575
|
-
height: 14px;
|
|
17576
|
-
}
|
|
17577
|
-
|
|
17578
|
-
.k-coloreditor-views {
|
|
17579
|
-
min-width: calc(var(--kendo-color-preview-width, 24px)*var(--kendo-color-preview-columns, 10));
|
|
17580
|
-
padding: 12px 12px;
|
|
17581
|
-
gap: 12px;
|
|
17582
|
-
}
|
|
17583
|
-
|
|
17584
|
-
.k-coloreditor-views .k-colorgradient {
|
|
17585
|
-
padding: 0;
|
|
17586
|
-
width: auto;
|
|
17587
|
-
border-width: 0;
|
|
17588
|
-
}
|
|
17589
|
-
|
|
17590
|
-
.k-coloreditor-views .k-colorpalette {
|
|
17591
|
-
align-self: center;
|
|
17592
|
-
}
|
|
17593
|
-
|
|
17594
|
-
.k-coloreditor-views .k-colorpalette-tile {
|
|
17595
|
-
width: var(--kendo-color-preview-width, 24px);
|
|
17596
|
-
height: var(--kendo-color-preview-height, 24px);
|
|
17597
|
-
}
|
|
17598
|
-
|
|
17599
|
-
.k-coloreditor-footer.k-actions, .k-coloreditor-footer.k-edit-buttons,
|
|
17600
|
-
.k-coloreditor-footer.k-action-buttons,
|
|
17601
|
-
.k-coloreditor-footer.k-columnmenu-actions, .k-coloreditor-footer.k-form-buttons {
|
|
17602
|
-
margin: 0;
|
|
17603
|
-
}
|
|
17604
|
-
|
|
17605
|
-
.k-coloreditor {
|
|
17606
|
-
border-color: rgba(0, 0, 0, 0.08);
|
|
17607
|
-
color: #424242;
|
|
17608
|
-
background-color: #ffffff;
|
|
17609
|
-
}
|
|
17610
|
-
|
|
17611
|
-
.k-coloreditor:focus,
|
|
17612
|
-
.k-coloreditor.k-state-focus,
|
|
17613
|
-
.k-coloreditor.k-focus {
|
|
17614
|
-
box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
|
|
17615
|
-
}
|
|
17616
|
-
|
|
17617
|
-
.k-colorpicker {
|
|
17618
|
-
width: min-content;
|
|
17619
|
-
}
|
|
17620
|
-
|
|
17621
|
-
.k-datetime-container .k-datetime-wrap {
|
|
17622
|
-
width: 288px;
|
|
17623
|
-
overflow: hidden;
|
|
17624
|
-
}
|
|
17625
|
-
|
|
17626
|
-
.k-datetime-container .k-datetime-buttongroup {
|
|
17627
|
-
padding: 8px;
|
|
17628
|
-
}
|
|
17629
|
-
|
|
17630
|
-
.k-datetime-container .k-datetime-selector {
|
|
17631
|
-
display: flex;
|
|
17632
|
-
transition: transform .2s;
|
|
17633
|
-
}
|
|
17634
|
-
|
|
17635
|
-
.k-datetime-container .k-datetime-calendar-wrap,
|
|
17636
|
-
.k-datetime-container .k-datetime-time-wrap {
|
|
17637
|
-
text-align: center;
|
|
17638
|
-
flex: 0 0 288px;
|
|
17639
|
-
}
|
|
17640
|
-
|
|
17641
|
-
.k-datetime-container .k-timeselector {
|
|
17642
|
-
outline: none;
|
|
17643
|
-
}
|
|
17644
|
-
|
|
17645
|
-
.k-datetime-container .k-time-list-container {
|
|
17646
|
-
justify-content: center;
|
|
17647
|
-
}
|
|
17648
|
-
|
|
17649
|
-
.k-datetime-container .k-time-tab .k-datetime-selector {
|
|
17650
|
-
transform: translateX(-100%);
|
|
17651
|
-
}
|
|
17652
|
-
|
|
17653
|
-
.k-rtl .k-datetime-container .k-time-tab .k-datetime-selector, .k-datetime-container.k-rtl .k-time-tab .k-datetime-selector,
|
|
17654
|
-
[dir="rtl"] .k-datetime-container .k-time-tab .k-datetime-selector, .k-datetime-container[dir="rtl"] .k-time-tab .k-datetime-selector {
|
|
17655
|
-
transform: translateX(100%);
|
|
17656
|
-
}
|
|
17657
|
-
|
|
17658
|
-
.k-time-header {
|
|
17659
|
-
display: flex;
|
|
17660
|
-
align-items: center;
|
|
17661
|
-
justify-content: space-between;
|
|
17662
|
-
padding: 8px 16px;
|
|
17663
|
-
line-height: 2em;
|
|
17664
|
-
}
|
|
17665
|
-
|
|
17666
|
-
.k-time-header .k-title {
|
|
17667
|
-
font-weight: bold;
|
|
17668
|
-
}
|
|
17669
|
-
|
|
17670
|
-
.k-time-header .k-time-now {
|
|
17671
|
-
border-width: 0;
|
|
17672
|
-
line-height: inherit;
|
|
17673
|
-
cursor: pointer;
|
|
17674
|
-
}
|
|
17675
|
-
|
|
17676
|
-
.k-time-list-wrapper {
|
|
17677
|
-
display: inline-block;
|
|
17678
|
-
overflow: hidden;
|
|
17679
|
-
box-sizing: content-box;
|
|
17680
|
-
overflow-x: hidden;
|
|
17681
|
-
overflow-y: auto;
|
|
17682
|
-
position: relative;
|
|
17683
|
-
padding: 20px 0;
|
|
17684
|
-
text-align: center;
|
|
17685
|
-
min-width: 4em;
|
|
17686
|
-
height: 200px;
|
|
17687
|
-
flex: 1 1 auto;
|
|
17867
|
+
.k-colorgradient-color-contrast .k-contrast-ratio-text {
|
|
17868
|
+
font-weight: 700;
|
|
17688
17869
|
}
|
|
17689
17870
|
|
|
17690
|
-
.k-
|
|
17691
|
-
display:
|
|
17692
|
-
|
|
17693
|
-
|
|
17694
|
-
position: absolute;
|
|
17695
|
-
text-transform: capitalize;
|
|
17696
|
-
font-weight: bold;
|
|
17697
|
-
min-width: 100%;
|
|
17698
|
-
height: 1.5em;
|
|
17699
|
-
line-height: 1.5em;
|
|
17700
|
-
margin-top: -20px;
|
|
17701
|
-
z-index: 12;
|
|
17871
|
+
.k-colorgradient-color-contrast .k-contrast-validation {
|
|
17872
|
+
display: inline-flex;
|
|
17873
|
+
align-items: center;
|
|
17874
|
+
gap: 4px;
|
|
17702
17875
|
}
|
|
17703
17876
|
|
|
17704
|
-
.k-
|
|
17705
|
-
|
|
17706
|
-
|
|
17877
|
+
.k-colorgradient-color-contrast .k-contrast-validation .k-icon {
|
|
17878
|
+
vertical-align: middle;
|
|
17879
|
+
}
|
|
17880
|
+
|
|
17881
|
+
.k-colorgradient-color-contrast .k-contrast-validation .k-i-check + .k-i-check {
|
|
17882
|
+
margin-left: -13px;
|
|
17883
|
+
}
|
|
17884
|
+
|
|
17885
|
+
.k-color-contrast-svg {
|
|
17707
17886
|
position: absolute;
|
|
17708
|
-
|
|
17887
|
+
top: 0;
|
|
17709
17888
|
left: 0;
|
|
17889
|
+
overflow: visible;
|
|
17710
17890
|
pointer-events: none;
|
|
17711
|
-
height: calc(50% - 1em);
|
|
17712
|
-
box-sizing: border-box;
|
|
17713
|
-
border-width: 0;
|
|
17714
|
-
border-style: solid;
|
|
17715
17891
|
}
|
|
17716
17892
|
|
|
17717
|
-
.k-
|
|
17718
|
-
|
|
17893
|
+
.k-rtl .k-colorgradient-color-contrast .k-i-check + .k-i-check,
|
|
17894
|
+
[dir="rtl"] .k-colorgradient-color-contrast .k-i-check + .k-i-check {
|
|
17895
|
+
margin-left: 0;
|
|
17896
|
+
margin-right: -13px;
|
|
17719
17897
|
}
|
|
17720
17898
|
|
|
17721
|
-
.k-
|
|
17722
|
-
|
|
17899
|
+
.k-colorgradient {
|
|
17900
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
17901
|
+
color: #424242;
|
|
17902
|
+
background-color: #ffffff;
|
|
17723
17903
|
}
|
|
17724
17904
|
|
|
17725
|
-
.k-
|
|
17726
|
-
|
|
17727
|
-
|
|
17728
|
-
|
|
17729
|
-
overflow-y: scroll;
|
|
17730
|
-
line-height: 1.4285714286;
|
|
17731
|
-
left: 0;
|
|
17732
|
-
right: 0;
|
|
17733
|
-
top: 20px;
|
|
17734
|
-
bottom: 20px;
|
|
17735
|
-
padding-right: 100px;
|
|
17736
|
-
padding-left: 100px;
|
|
17737
|
-
margin-left: -100px;
|
|
17738
|
-
margin-right: -117px;
|
|
17905
|
+
.k-colorgradient:focus,
|
|
17906
|
+
.k-colorgradient.k-state-focus,
|
|
17907
|
+
.k-colorgradient.k-focus {
|
|
17908
|
+
box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
|
|
17739
17909
|
}
|
|
17740
17910
|
|
|
17741
|
-
.k-
|
|
17742
|
-
|
|
17743
|
-
width: 4em;
|
|
17744
|
-
margin: auto;
|
|
17911
|
+
.k-colorgradient-canvas .k-hsv-gradient {
|
|
17912
|
+
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black), linear-gradient(to right, white, rgba(255, 255, 255, 0));
|
|
17745
17913
|
}
|
|
17746
17914
|
|
|
17747
|
-
.k-
|
|
17748
|
-
|
|
17749
|
-
|
|
17750
|
-
|
|
17751
|
-
margin-left: -117px;
|
|
17752
|
-
margin-right: -100px;
|
|
17915
|
+
.k-colorgradient .k-draghandle {
|
|
17916
|
+
border-color: rgba(255, 255, 255, 0.8);
|
|
17917
|
+
background-color: transparent;
|
|
17918
|
+
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
|
|
17753
17919
|
}
|
|
17754
17920
|
|
|
17755
|
-
.k-
|
|
17756
|
-
|
|
17757
|
-
|
|
17921
|
+
.k-colorgradient .k-draghandle:focus, .k-colorgradient .k-draghandle.k-state-focus, .k-colorgradient .k-draghandle.k-focus {
|
|
17922
|
+
border-color: #ffffff;
|
|
17923
|
+
background-color: transparent;
|
|
17924
|
+
box-shadow: 0 1px 4px black;
|
|
17758
17925
|
}
|
|
17759
17926
|
|
|
17760
|
-
.k-
|
|
17761
|
-
|
|
17762
|
-
|
|
17763
|
-
|
|
17764
|
-
outline: 0;
|
|
17765
|
-
bottom: 0;
|
|
17766
|
-
right: 0;
|
|
17767
|
-
left: 0;
|
|
17768
|
-
top: 0;
|
|
17927
|
+
.k-colorgradient .k-draghandle:active, .k-colorgradient .k-draghandle:hover, .k-colorgradient .k-draghandle.k-state-hover, .k-colorgradient .k-draghandle.k-hover {
|
|
17928
|
+
border-color: #ffffff;
|
|
17929
|
+
background-color: transparent;
|
|
17930
|
+
box-shadow: 0 1px 4px black;
|
|
17769
17931
|
}
|
|
17770
17932
|
|
|
17771
|
-
.k-
|
|
17772
|
-
|
|
17773
|
-
position: absolute;
|
|
17774
|
-
content: " ";
|
|
17775
|
-
height: 0;
|
|
17776
|
-
line-height: 0;
|
|
17777
|
-
z-index: 1;
|
|
17778
|
-
width: 200%;
|
|
17779
|
-
left: -50%;
|
|
17933
|
+
.k-colorgradient-slider.k-hue-slider.k-slider-horizontal .k-slider-track {
|
|
17934
|
+
background: linear-gradient(to right, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
|
|
17780
17935
|
}
|
|
17781
17936
|
|
|
17782
|
-
.k-
|
|
17783
|
-
|
|
17937
|
+
.k-colorgradient-slider.k-hue-slider.k-slider-vertical .k-slider-track {
|
|
17938
|
+
background: linear-gradient(to top, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
|
|
17784
17939
|
}
|
|
17785
17940
|
|
|
17786
|
-
.k-
|
|
17787
|
-
|
|
17941
|
+
.k-colorgradient-slider.k-alpha-slider .k-slider-track::before {
|
|
17942
|
+
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC") center repeat;
|
|
17788
17943
|
}
|
|
17789
17944
|
|
|
17790
|
-
.k-
|
|
17791
|
-
|
|
17792
|
-
min-height: calc(1.43em + 2px);
|
|
17793
|
-
line-height: calc(1.43em + 2px);
|
|
17945
|
+
.k-colorgradient-input-label {
|
|
17946
|
+
color: #8f8f8f;
|
|
17794
17947
|
}
|
|
17795
17948
|
|
|
17796
|
-
.k-
|
|
17797
|
-
|
|
17798
|
-
|
|
17799
|
-
left: 0;
|
|
17800
|
-
right: 0;
|
|
17801
|
-
transform: translateY(-50%);
|
|
17802
|
-
width: 100%;
|
|
17803
|
-
height: calc(1.4285714286em + 8px);
|
|
17804
|
-
z-index: 1;
|
|
17805
|
-
border-width: 1px 0;
|
|
17806
|
-
border-style: solid;
|
|
17949
|
+
.k-rtl .k-colorgradient .k-hue-slider.k-slider-horizontal .k-slider-track,
|
|
17950
|
+
[dir="rtl"] .k-colorgradient .k-hue-slider.k-slider-horizontal .k-slider-track {
|
|
17951
|
+
background: linear-gradient(to left, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
|
|
17807
17952
|
}
|
|
17808
17953
|
|
|
17809
|
-
.k-
|
|
17810
|
-
|
|
17811
|
-
width:
|
|
17812
|
-
|
|
17813
|
-
|
|
17954
|
+
.k-coloreditor {
|
|
17955
|
+
border-radius: 2px;
|
|
17956
|
+
min-width: 272px;
|
|
17957
|
+
border-width: 1px;
|
|
17958
|
+
border-style: solid;
|
|
17959
|
+
box-sizing: border-box;
|
|
17960
|
+
outline: 0;
|
|
17961
|
+
font-size: 14px;
|
|
17962
|
+
font-family: inherit;
|
|
17963
|
+
line-height: 1.4285714286;
|
|
17964
|
+
display: inline-flex;
|
|
17965
|
+
flex-direction: column;
|
|
17966
|
+
align-items: stretch;
|
|
17814
17967
|
}
|
|
17815
17968
|
|
|
17816
|
-
.k-
|
|
17817
|
-
|
|
17818
|
-
height: 100%;
|
|
17819
|
-
display: inline-flex;
|
|
17820
|
-
align-self: center;
|
|
17821
|
-
justify-content: center;
|
|
17822
|
-
z-index: 11;
|
|
17969
|
+
.k-coloreditor-header {
|
|
17970
|
+
padding: 12px 12px 0;
|
|
17823
17971
|
}
|
|
17824
17972
|
|
|
17825
|
-
.k-
|
|
17826
|
-
|
|
17827
|
-
background: transparent;
|
|
17973
|
+
.k-coloreditor-header-actions {
|
|
17974
|
+
gap: 8px;
|
|
17828
17975
|
}
|
|
17829
17976
|
|
|
17830
|
-
.k-
|
|
17831
|
-
|
|
17977
|
+
.k-coloreditor-preview {
|
|
17978
|
+
position: relative;
|
|
17979
|
+
gap: 3px;
|
|
17980
|
+
z-index: 1;
|
|
17832
17981
|
}
|
|
17833
17982
|
|
|
17834
|
-
.k-
|
|
17835
|
-
|
|
17983
|
+
.k-coloreditor-preview .k-color-preview {
|
|
17984
|
+
width: 34px;
|
|
17985
|
+
height: 14px;
|
|
17836
17986
|
}
|
|
17837
17987
|
|
|
17838
|
-
.k-
|
|
17839
|
-
|
|
17988
|
+
.k-coloreditor-views {
|
|
17989
|
+
min-width: calc(var(--kendo-color-preview-width, 24px)*var(--kendo-color-preview-columns, 10));
|
|
17990
|
+
padding: 12px 12px;
|
|
17991
|
+
gap: 12px;
|
|
17840
17992
|
}
|
|
17841
17993
|
|
|
17842
|
-
.k-
|
|
17843
|
-
|
|
17994
|
+
.k-coloreditor-views .k-colorgradient {
|
|
17995
|
+
padding: 0;
|
|
17996
|
+
width: auto;
|
|
17997
|
+
border-width: 0;
|
|
17844
17998
|
}
|
|
17845
17999
|
|
|
17846
|
-
.k-
|
|
17847
|
-
|
|
18000
|
+
.k-coloreditor-views .k-colorpalette {
|
|
18001
|
+
align-self: center;
|
|
17848
18002
|
}
|
|
17849
18003
|
|
|
17850
|
-
.k-
|
|
17851
|
-
|
|
18004
|
+
.k-coloreditor-views .k-colorpalette-tile {
|
|
18005
|
+
width: var(--kendo-color-preview-width, 24px);
|
|
18006
|
+
height: var(--kendo-color-preview-height, 24px);
|
|
17852
18007
|
}
|
|
17853
18008
|
|
|
17854
|
-
.k-
|
|
17855
|
-
|
|
18009
|
+
.k-coloreditor-footer.k-actions, .k-coloreditor-footer.k-edit-buttons,
|
|
18010
|
+
.k-coloreditor-footer.k-action-buttons,
|
|
18011
|
+
.k-coloreditor-footer.k-columnmenu-actions, .k-coloreditor-footer.k-form-buttons {
|
|
18012
|
+
margin: 0;
|
|
17856
18013
|
}
|
|
17857
18014
|
|
|
17858
|
-
.k-
|
|
18015
|
+
.k-coloreditor {
|
|
17859
18016
|
border-color: rgba(0, 0, 0, 0.08);
|
|
18017
|
+
color: #424242;
|
|
17860
18018
|
background-color: #ffffff;
|
|
17861
18019
|
}
|
|
17862
18020
|
|
|
17863
|
-
.k-
|
|
17864
|
-
.k-
|
|
17865
|
-
|
|
18021
|
+
.k-coloreditor:focus,
|
|
18022
|
+
.k-coloreditor.k-state-focus,
|
|
18023
|
+
.k-coloreditor.k-focus {
|
|
18024
|
+
box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
|
|
18025
|
+
}
|
|
18026
|
+
|
|
18027
|
+
.k-colorpicker {
|
|
18028
|
+
width: min-content;
|
|
17866
18029
|
}
|
|
17867
18030
|
|
|
17868
18031
|
.k-dropdowngrid-popup {
|
|
@@ -18165,8 +18328,6 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18165
18328
|
box-sizing: border-box;
|
|
18166
18329
|
outline: 0;
|
|
18167
18330
|
font-family: inherit;
|
|
18168
|
-
font-size: 14px;
|
|
18169
|
-
line-height: 1.4285714286;
|
|
18170
18331
|
display: block;
|
|
18171
18332
|
cursor: default;
|
|
18172
18333
|
overflow: auto;
|
|
@@ -18175,15 +18336,15 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18175
18336
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
18176
18337
|
}
|
|
18177
18338
|
|
|
18178
|
-
.k-treeview > .k-group {
|
|
18339
|
+
.k-treeview > .k-treeview-group {
|
|
18179
18340
|
outline: 0;
|
|
18180
18341
|
-webkit-touch-callout: none;
|
|
18181
18342
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
18182
18343
|
}
|
|
18183
18344
|
|
|
18184
18345
|
.k-treeview .k-content,
|
|
18185
|
-
.k-treeview > .k-group,
|
|
18186
|
-
.k-treeview .k-item > .k-group {
|
|
18346
|
+
.k-treeview > .k-treeview-group,
|
|
18347
|
+
.k-treeview .k-treeview-item > .k-treeview-group {
|
|
18187
18348
|
margin: 0;
|
|
18188
18349
|
padding: 0;
|
|
18189
18350
|
background: none;
|
|
@@ -18192,21 +18353,21 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18192
18353
|
}
|
|
18193
18354
|
|
|
18194
18355
|
.k-treeview .k-content.ng-animating,
|
|
18195
|
-
.k-treeview > .k-group.ng-animating,
|
|
18196
|
-
.k-treeview .k-item > .k-group.ng-animating {
|
|
18356
|
+
.k-treeview > .k-treeview-group.ng-animating,
|
|
18357
|
+
.k-treeview .k-treeview-item > .k-treeview-group.ng-animating {
|
|
18197
18358
|
overflow: hidden;
|
|
18198
18359
|
}
|
|
18199
18360
|
|
|
18200
|
-
.k-treeview .k-top,
|
|
18201
|
-
.k-treeview .k-mid,
|
|
18202
|
-
.k-treeview .k-bot {
|
|
18361
|
+
.k-treeview .k-treeview-top,
|
|
18362
|
+
.k-treeview .k-treeview-mid,
|
|
18363
|
+
.k-treeview .k-treeview-bot {
|
|
18203
18364
|
display: flex;
|
|
18204
18365
|
flex-direction: row;
|
|
18205
18366
|
align-items: center;
|
|
18206
18367
|
align-content: center;
|
|
18207
18368
|
}
|
|
18208
18369
|
|
|
18209
|
-
.k-treeview .k-item {
|
|
18370
|
+
.k-treeview .k-treeview-item {
|
|
18210
18371
|
outline-style: none;
|
|
18211
18372
|
margin: 0;
|
|
18212
18373
|
padding: 0 0 0 16px;
|
|
@@ -18214,9 +18375,8 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18214
18375
|
display: block;
|
|
18215
18376
|
}
|
|
18216
18377
|
|
|
18217
|
-
.k-treeview .k-
|
|
18378
|
+
.k-treeview .k-treeview-leaf {
|
|
18218
18379
|
margin: 0;
|
|
18219
|
-
padding: 4px 8px;
|
|
18220
18380
|
border: 0px solid transparent;
|
|
18221
18381
|
text-decoration: none;
|
|
18222
18382
|
display: inline-flex;
|
|
@@ -18226,7 +18386,7 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18226
18386
|
position: relative;
|
|
18227
18387
|
}
|
|
18228
18388
|
|
|
18229
|
-
.k-treeview .k-
|
|
18389
|
+
.k-treeview .k-treeview-leaf.k-state-focused {
|
|
18230
18390
|
z-index: 1;
|
|
18231
18391
|
}
|
|
18232
18392
|
|
|
@@ -18268,14 +18428,14 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18268
18428
|
z-index: 1000;
|
|
18269
18429
|
}
|
|
18270
18430
|
|
|
18271
|
-
.k-treeview .k-
|
|
18272
|
-
.k-treeview .k-
|
|
18273
|
-
.k-treeview .k-
|
|
18431
|
+
.k-treeview .k-treeview-leaf .k-icon,
|
|
18432
|
+
.k-treeview .k-treeview-leaf .k-image,
|
|
18433
|
+
.k-treeview .k-treeview-leaf .k-sprite {
|
|
18274
18434
|
margin-right: 4px;
|
|
18275
18435
|
}
|
|
18276
18436
|
|
|
18277
|
-
.k-rtl .k-treeview .k-item,
|
|
18278
|
-
.k-treeview[dir="rtl"] .k-item {
|
|
18437
|
+
.k-rtl .k-treeview .k-treeview-item,
|
|
18438
|
+
.k-treeview[dir="rtl"] .k-treeview-item {
|
|
18279
18439
|
padding-left: 0;
|
|
18280
18440
|
padding-right: 16px;
|
|
18281
18441
|
}
|
|
@@ -18313,32 +18473,59 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18313
18473
|
margin-left: 4px;
|
|
18314
18474
|
}
|
|
18315
18475
|
|
|
18316
|
-
.k-rtl .k-treeview .k-
|
|
18317
|
-
.k-rtl .k-treeview .k-
|
|
18318
|
-
.k-rtl .k-treeview .k-
|
|
18319
|
-
.k-treeview[dir="rtl"] .k-
|
|
18320
|
-
.k-treeview[dir="rtl"] .k-
|
|
18321
|
-
.k-treeview[dir="rtl"] .k-
|
|
18476
|
+
.k-rtl .k-treeview .k-treeview-leaf .k-icon,
|
|
18477
|
+
.k-rtl .k-treeview .k-treeview-leaf .k-image,
|
|
18478
|
+
.k-rtl .k-treeview .k-treeview-leaf .k-sprite,
|
|
18479
|
+
.k-treeview[dir="rtl"] .k-treeview-leaf .k-icon,
|
|
18480
|
+
.k-treeview[dir="rtl"] .k-treeview-leaf .k-image,
|
|
18481
|
+
.k-treeview[dir="rtl"] .k-treeview-leaf .k-sprite {
|
|
18322
18482
|
margin-left: 4px;
|
|
18323
18483
|
margin-right: 0;
|
|
18324
18484
|
}
|
|
18325
18485
|
|
|
18486
|
+
.k-treeview-sm {
|
|
18487
|
+
font-size: 12px;
|
|
18488
|
+
line-height: 1.4285714286;
|
|
18489
|
+
}
|
|
18490
|
+
|
|
18491
|
+
.k-treeview-sm .k-treeview-leaf {
|
|
18492
|
+
padding: 2px 4px;
|
|
18493
|
+
}
|
|
18494
|
+
|
|
18495
|
+
.k-treeview-md {
|
|
18496
|
+
font-size: 14px;
|
|
18497
|
+
line-height: 1.4285714286;
|
|
18498
|
+
}
|
|
18499
|
+
|
|
18500
|
+
.k-treeview-md .k-treeview-leaf {
|
|
18501
|
+
padding: 4px 8px;
|
|
18502
|
+
}
|
|
18503
|
+
|
|
18504
|
+
.k-treeview-lg {
|
|
18505
|
+
font-size: 16px;
|
|
18506
|
+
line-height: 1.4285714286;
|
|
18507
|
+
}
|
|
18508
|
+
|
|
18509
|
+
.k-treeview-lg .k-treeview-leaf {
|
|
18510
|
+
padding: 8px 12px;
|
|
18511
|
+
}
|
|
18512
|
+
|
|
18326
18513
|
.k-treeview {
|
|
18327
18514
|
color: #424242;
|
|
18328
18515
|
}
|
|
18329
18516
|
|
|
18330
|
-
.k-treeview .k-
|
|
18331
|
-
.k-treeview .k-
|
|
18517
|
+
.k-treeview .k-treeview-leaf:hover,
|
|
18518
|
+
.k-treeview .k-treeview-leaf.k-hover {
|
|
18332
18519
|
color: #424242;
|
|
18333
18520
|
background-color: #f0f0f0;
|
|
18334
18521
|
}
|
|
18335
18522
|
|
|
18336
|
-
.k-treeview .k-
|
|
18523
|
+
.k-treeview .k-treeview-leaf.k-selected {
|
|
18337
18524
|
color: white;
|
|
18338
18525
|
background-color: #ff6358;
|
|
18339
18526
|
}
|
|
18340
18527
|
|
|
18341
|
-
.k-treeview .k-
|
|
18528
|
+
.k-treeview .k-treeview-leaf.k-focus {
|
|
18342
18529
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
18343
18530
|
}
|
|
18344
18531
|
|
|
@@ -18348,13 +18535,13 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18348
18535
|
}
|
|
18349
18536
|
|
|
18350
18537
|
.k-treeview .k-treeview-load-more-button:hover,
|
|
18351
|
-
.k-treeview .k-treeview-load-more-button.k-
|
|
18538
|
+
.k-treeview .k-treeview-load-more-button.k-hover {
|
|
18352
18539
|
color: #d6534a;
|
|
18353
18540
|
background-color: transparent;
|
|
18354
18541
|
}
|
|
18355
18542
|
|
|
18356
18543
|
.k-treeview .k-treeview-load-more-button:focus,
|
|
18357
|
-
.k-treeview .k-treeview-load-more-button.k-
|
|
18544
|
+
.k-treeview .k-treeview-load-more-button.k-focus {
|
|
18358
18545
|
color: #ff6358;
|
|
18359
18546
|
background-color: transparent;
|
|
18360
18547
|
box-shadow: none;
|
|
@@ -18560,24 +18747,28 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18560
18747
|
}
|
|
18561
18748
|
|
|
18562
18749
|
.k-switch-sm[dir="rtl"] .k-switch-label-on,
|
|
18563
|
-
[dir="rtl"] .k-switch-sm .k-switch-label-on
|
|
18750
|
+
[dir="rtl"] .k-switch-sm .k-switch-label-on,
|
|
18751
|
+
.k-rtl .k-switch-sm .k-switch-label-on {
|
|
18564
18752
|
left: auto;
|
|
18565
18753
|
right: 5px;
|
|
18566
18754
|
}
|
|
18567
18755
|
|
|
18568
18756
|
.k-switch-sm[dir="rtl"] .k-switch-label-off,
|
|
18569
|
-
[dir="rtl"] .k-switch-sm .k-switch-label-off
|
|
18757
|
+
[dir="rtl"] .k-switch-sm .k-switch-label-off,
|
|
18758
|
+
.k-rtl .k-switch-sm .k-switch-label-off {
|
|
18570
18759
|
right: auto;
|
|
18571
18760
|
left: 5px;
|
|
18572
18761
|
}
|
|
18573
18762
|
|
|
18574
18763
|
.k-switch-sm[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
18575
|
-
[dir="rtl"] .k-switch-sm.k-switch-on .k-switch-thumb-wrap
|
|
18764
|
+
[dir="rtl"] .k-switch-sm.k-switch-on .k-switch-thumb-wrap,
|
|
18765
|
+
.k-rtl .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
|
|
18576
18766
|
left: 10px;
|
|
18577
18767
|
}
|
|
18578
18768
|
|
|
18579
18769
|
.k-switch-sm[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
18580
|
-
[dir="rtl"] .k-switch-sm.k-switch-off .k-switch-thumb-wrap
|
|
18770
|
+
[dir="rtl"] .k-switch-sm.k-switch-off .k-switch-thumb-wrap,
|
|
18771
|
+
.k-rtl .k-switch-sm.k-switch-off .k-switch-thumb-wrap {
|
|
18581
18772
|
left: calc(100% - 10px);
|
|
18582
18773
|
}
|
|
18583
18774
|
|
|
@@ -18614,24 +18805,28 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18614
18805
|
}
|
|
18615
18806
|
|
|
18616
18807
|
.k-switch-md[dir="rtl"] .k-switch-label-on,
|
|
18617
|
-
[dir="rtl"] .k-switch-md .k-switch-label-on
|
|
18808
|
+
[dir="rtl"] .k-switch-md .k-switch-label-on,
|
|
18809
|
+
.k-rtl .k-switch-md .k-switch-label-on {
|
|
18618
18810
|
left: auto;
|
|
18619
18811
|
right: 8px;
|
|
18620
18812
|
}
|
|
18621
18813
|
|
|
18622
18814
|
.k-switch-md[dir="rtl"] .k-switch-label-off,
|
|
18623
|
-
[dir="rtl"] .k-switch-md .k-switch-label-off
|
|
18815
|
+
[dir="rtl"] .k-switch-md .k-switch-label-off,
|
|
18816
|
+
.k-rtl .k-switch-md .k-switch-label-off {
|
|
18624
18817
|
right: auto;
|
|
18625
18818
|
left: 8px;
|
|
18626
18819
|
}
|
|
18627
18820
|
|
|
18628
18821
|
.k-switch-md[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
18629
|
-
[dir="rtl"] .k-switch-md.k-switch-on .k-switch-thumb-wrap
|
|
18822
|
+
[dir="rtl"] .k-switch-md.k-switch-on .k-switch-thumb-wrap,
|
|
18823
|
+
.k-rtl .k-switch-md.k-switch-on .k-switch-thumb-wrap {
|
|
18630
18824
|
left: 15px;
|
|
18631
18825
|
}
|
|
18632
18826
|
|
|
18633
18827
|
.k-switch-md[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
18634
|
-
[dir="rtl"] .k-switch-md.k-switch-off .k-switch-thumb-wrap
|
|
18828
|
+
[dir="rtl"] .k-switch-md.k-switch-off .k-switch-thumb-wrap,
|
|
18829
|
+
.k-rtl .k-switch-md.k-switch-off .k-switch-thumb-wrap {
|
|
18635
18830
|
left: calc(100% - 15px);
|
|
18636
18831
|
}
|
|
18637
18832
|
|
|
@@ -18668,29 +18863,34 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18668
18863
|
}
|
|
18669
18864
|
|
|
18670
18865
|
.k-switch-lg[dir="rtl"] .k-switch-label-on,
|
|
18671
|
-
[dir="rtl"] .k-switch-lg .k-switch-label-on
|
|
18866
|
+
[dir="rtl"] .k-switch-lg .k-switch-label-on,
|
|
18867
|
+
.k-rtl .k-switch-lg .k-switch-label-on {
|
|
18672
18868
|
left: auto;
|
|
18673
18869
|
right: 10px;
|
|
18674
18870
|
}
|
|
18675
18871
|
|
|
18676
18872
|
.k-switch-lg[dir="rtl"] .k-switch-label-off,
|
|
18677
|
-
[dir="rtl"] .k-switch-lg .k-switch-label-off
|
|
18873
|
+
[dir="rtl"] .k-switch-lg .k-switch-label-off,
|
|
18874
|
+
.k-rtl .k-switch-lg .k-switch-label-off {
|
|
18678
18875
|
right: auto;
|
|
18679
18876
|
left: 10px;
|
|
18680
18877
|
}
|
|
18681
18878
|
|
|
18682
18879
|
.k-switch-lg[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
18683
|
-
[dir="rtl"] .k-switch-lg.k-switch-on .k-switch-thumb-wrap
|
|
18880
|
+
[dir="rtl"] .k-switch-lg.k-switch-on .k-switch-thumb-wrap,
|
|
18881
|
+
.k-rtl .k-switch-lg.k-switch-on .k-switch-thumb-wrap {
|
|
18684
18882
|
left: 20px;
|
|
18685
18883
|
}
|
|
18686
18884
|
|
|
18687
18885
|
.k-switch-lg[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
18688
|
-
[dir="rtl"] .k-switch-lg.k-switch-off .k-switch-thumb-wrap
|
|
18886
|
+
[dir="rtl"] .k-switch-lg.k-switch-off .k-switch-thumb-wrap,
|
|
18887
|
+
.k-rtl .k-switch-lg.k-switch-off .k-switch-thumb-wrap {
|
|
18689
18888
|
left: calc(100% - 20px);
|
|
18690
18889
|
}
|
|
18691
18890
|
|
|
18692
18891
|
.k-switch[dir="rtl"] .k-switch-thumb,
|
|
18693
|
-
[dir="rtl"] .k-switch .k-switch-thumb
|
|
18892
|
+
[dir="rtl"] .k-switch .k-switch-thumb,
|
|
18893
|
+
.k-rtl .k-switch .k-switch-thumb {
|
|
18694
18894
|
transform: translate(50%, -50%);
|
|
18695
18895
|
}
|
|
18696
18896
|
|
|
@@ -25033,10 +25233,6 @@ kendo-card-footer {
|
|
|
25033
25233
|
opacity: 1;
|
|
25034
25234
|
}
|
|
25035
25235
|
|
|
25036
|
-
.k-group-indicator {
|
|
25037
|
-
margin-right: 4px;
|
|
25038
|
-
}
|
|
25039
|
-
|
|
25040
25236
|
.k-group-indicator + .k-group-indicator {
|
|
25041
25237
|
margin-left: 4px;
|
|
25042
25238
|
}
|
|
@@ -25285,21 +25481,6 @@ div.k-grid-footer {
|
|
|
25285
25481
|
flex: 1 1 auto;
|
|
25286
25482
|
}
|
|
25287
25483
|
|
|
25288
|
-
.k-filtercell > span > .k-widget,
|
|
25289
|
-
.k-filtercell > span > .k-textbox,
|
|
25290
|
-
.k-filtercell .k-filtercell-wrapper > .k-widget,
|
|
25291
|
-
.k-filtercell .k-filtercell-wrapper > .k-textbox {
|
|
25292
|
-
width: 100%;
|
|
25293
|
-
}
|
|
25294
|
-
|
|
25295
|
-
.k-filtercell > span .k-colorpicker,
|
|
25296
|
-
.k-filtercell > span .k-dropdown-operator,
|
|
25297
|
-
.k-filtercell .k-filtercell-wrapper .k-colorpicker,
|
|
25298
|
-
.k-filtercell .k-filtercell-wrapper .k-dropdown-operator {
|
|
25299
|
-
width: min-content;
|
|
25300
|
-
flex: none;
|
|
25301
|
-
}
|
|
25302
|
-
|
|
25303
25484
|
.k-filtercell > span > .k-button,
|
|
25304
25485
|
.k-filtercell .k-filtercell-wrapper > .k-button {
|
|
25305
25486
|
flex: none;
|
|
@@ -26373,7 +26554,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
26373
26554
|
display: block;
|
|
26374
26555
|
}
|
|
26375
26556
|
|
|
26376
|
-
.k-listview-content.k-d-flex::after,
|
|
26557
|
+
.k-listview-content.k-d-flex::after, .k-listview-content.k-d-flex-row::after, .k-listview-content.k-d-flex-col::after,
|
|
26377
26558
|
.k-listview-content.k-d-grid::after {
|
|
26378
26559
|
display: none;
|
|
26379
26560
|
}
|
|
@@ -27709,19 +27890,19 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
27709
27890
|
user-select: none;
|
|
27710
27891
|
}
|
|
27711
27892
|
|
|
27712
|
-
.k-flex-row .k-pivotgrid-configurator-button,
|
|
27893
|
+
.k-flex-row .k-pivotgrid-configurator-button, .k-d-flex-row .k-pivotgrid-configurator-button,
|
|
27713
27894
|
.k-flex-row-reverse .k-pivotgrid-configurator-button {
|
|
27714
27895
|
display: flex;
|
|
27715
27896
|
align-items: center;
|
|
27716
27897
|
}
|
|
27717
27898
|
|
|
27718
|
-
.k-flex-row .k-pivotgrid-configurator-button span,
|
|
27899
|
+
.k-flex-row .k-pivotgrid-configurator-button span, .k-d-flex-row .k-pivotgrid-configurator-button span,
|
|
27719
27900
|
.k-flex-row-reverse .k-pivotgrid-configurator-button span {
|
|
27720
27901
|
-ms-writing-mode: tb-rl;
|
|
27721
27902
|
writing-mode: vertical-rl;
|
|
27722
27903
|
}
|
|
27723
27904
|
|
|
27724
|
-
.k-flex-row .k-pivotgrid-configurator-button .k-icon,
|
|
27905
|
+
.k-flex-row .k-pivotgrid-configurator-button .k-icon, .k-d-flex-row .k-pivotgrid-configurator-button .k-icon,
|
|
27725
27906
|
.k-flex-row-reverse .k-pivotgrid-configurator-button .k-icon {
|
|
27726
27907
|
vertical-align: baseline;
|
|
27727
27908
|
}
|
|
@@ -27730,7 +27911,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
27730
27911
|
transform: rotate(-180deg);
|
|
27731
27912
|
}
|
|
27732
27913
|
|
|
27733
|
-
.k-flex-col .k-pivotgrid-configurator-button, .k-flex-column .k-pivotgrid-configurator-button,
|
|
27914
|
+
.k-flex-col .k-pivotgrid-configurator-button, .k-d-flex-col .k-pivotgrid-configurator-button, .k-flex-column .k-pivotgrid-configurator-button,
|
|
27734
27915
|
.k-flex-col-reverse .k-pivotgrid-configurator-button,
|
|
27735
27916
|
.k-flex-column-reverse .k-pivotgrid-configurator-button {
|
|
27736
27917
|
text-align: center;
|
|
@@ -27742,7 +27923,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
27742
27923
|
z-index: 2;
|
|
27743
27924
|
}
|
|
27744
27925
|
|
|
27745
|
-
.k-flex-row .k-pivotgrid-configurator-overlay {
|
|
27926
|
+
.k-flex-row .k-pivotgrid-configurator-overlay, .k-d-flex-row .k-pivotgrid-configurator-overlay {
|
|
27746
27927
|
right: calc(1.4285714286em + 10px);
|
|
27747
27928
|
}
|
|
27748
27929
|
|
|
@@ -27750,7 +27931,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
27750
27931
|
left: calc(1.4285714286em + 10px);
|
|
27751
27932
|
}
|
|
27752
27933
|
|
|
27753
|
-
.k-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
|
|
27934
|
+
.k-flex-col .k-pivotgrid-configurator-overlay, .k-d-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
|
|
27754
27935
|
bottom: calc(1.4285714286em + 10px);
|
|
27755
27936
|
}
|
|
27756
27937
|
|
|
@@ -27792,6 +27973,13 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
27792
27973
|
flex-basis: 50%;
|
|
27793
27974
|
}
|
|
27794
27975
|
|
|
27976
|
+
.k-pivotgrid-configurator-content .k-row-fields,
|
|
27977
|
+
.k-pivotgrid-configurator-content .k-column-fields,
|
|
27978
|
+
.k-pivotgrid-configurator-content .k-filter-fields {
|
|
27979
|
+
margin-top: 8px;
|
|
27980
|
+
flex-wrap: wrap;
|
|
27981
|
+
}
|
|
27982
|
+
|
|
27795
27983
|
.k-pivotgrid-configurator-content .k-value-fields {
|
|
27796
27984
|
margin: 8px 0px;
|
|
27797
27985
|
display: flex;
|
|
@@ -27817,19 +28005,11 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
27817
28005
|
text-align: center;
|
|
27818
28006
|
}
|
|
27819
28007
|
|
|
27820
|
-
.k-pivotgrid-configurator-content .k-chip-content {
|
|
27821
|
-
padding-inline-end: 4px;
|
|
27822
|
-
}
|
|
27823
|
-
|
|
27824
28008
|
.k-pivotgrid-configurator-content .k-treeview {
|
|
27825
28009
|
padding: 0px 8px;
|
|
27826
28010
|
overflow: auto;
|
|
27827
28011
|
}
|
|
27828
28012
|
|
|
27829
|
-
.k-pivotgrid-configurator-actions {
|
|
27830
|
-
padding: 12px 8px;
|
|
27831
|
-
}
|
|
27832
|
-
|
|
27833
28013
|
.k-calculated-field {
|
|
27834
28014
|
padding: 16px 16px;
|
|
27835
28015
|
border-width: 1px;
|
|
@@ -27889,7 +28069,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
27889
28069
|
min-width: 320px;
|
|
27890
28070
|
}
|
|
27891
28071
|
|
|
27892
|
-
.k-flex-row .k-pivotgrid-configurator-vertical.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel,
|
|
28072
|
+
.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,
|
|
27893
28073
|
.k-flex-row-reverse .k-pivotgrid-configurator-vertical.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel {
|
|
27894
28074
|
border-right-width: 0;
|
|
27895
28075
|
border-left-width: 0;
|
|
@@ -27943,7 +28123,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
27943
28123
|
overflow-y: auto;
|
|
27944
28124
|
}
|
|
27945
28125
|
|
|
27946
|
-
.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,
|
|
28126
|
+
.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,
|
|
27947
28127
|
.k-flex-col-reverse .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel,
|
|
27948
28128
|
.k-flex-column-reverse .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel {
|
|
27949
28129
|
border-top-width: 0;
|
|
@@ -28271,7 +28451,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28271
28451
|
border-color: rgba(0, 0, 0, 0.08);
|
|
28272
28452
|
}
|
|
28273
28453
|
|
|
28274
|
-
.k-flex-row .k-pivotgrid-configurator-overlay {
|
|
28454
|
+
.k-flex-row .k-pivotgrid-configurator-overlay, .k-d-flex-row .k-pivotgrid-configurator-overlay {
|
|
28275
28455
|
box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.16);
|
|
28276
28456
|
}
|
|
28277
28457
|
|
|
@@ -28279,7 +28459,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28279
28459
|
box-shadow: 3px 0px 6px rgba(0, 0, 0, 0.16);
|
|
28280
28460
|
}
|
|
28281
28461
|
|
|
28282
|
-
.k-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
|
|
28462
|
+
.k-flex-col .k-pivotgrid-configurator-overlay, .k-d-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
|
|
28283
28463
|
box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
|
|
28284
28464
|
}
|
|
28285
28465
|
|
|
@@ -28521,7 +28701,8 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28521
28701
|
left: 0;
|
|
28522
28702
|
}
|
|
28523
28703
|
|
|
28524
|
-
.k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after
|
|
28704
|
+
.k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
28705
|
+
.k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
28525
28706
|
content: "";
|
|
28526
28707
|
position: absolute;
|
|
28527
28708
|
width: 1px;
|
|
@@ -28533,6 +28714,8 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28533
28714
|
.k-filter .k-filter-group-main::before,
|
|
28534
28715
|
.k-filter .k-filter-group-main > .k-filter-toolbar::before,
|
|
28535
28716
|
.k-filter .k-filter-group-main > .k-filter-toolbar::after,
|
|
28717
|
+
.k-filter .k-filter-group-main > * > .k-filter-toolbar::before,
|
|
28718
|
+
.k-filter .k-filter-group-main > * > .k-filter-toolbar::after,
|
|
28536
28719
|
.k-filter .k-filter-lines .k-filter-item:last-child::before {
|
|
28537
28720
|
display: none;
|
|
28538
28721
|
}
|
|
@@ -28558,8 +28741,11 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28558
28741
|
right: 0;
|
|
28559
28742
|
}
|
|
28560
28743
|
|
|
28561
|
-
.k-rtl .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
28562
|
-
[dir="rtl"] .k-filter
|
|
28744
|
+
.k-rtl .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
28745
|
+
.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,
|
|
28746
|
+
.k-filter[dir="rtl"] .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after,
|
|
28747
|
+
[dir="rtl"] .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
28748
|
+
[dir="rtl"] .k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
28563
28749
|
left: auto;
|
|
28564
28750
|
right: -8px;
|
|
28565
28751
|
}
|
|
@@ -28578,7 +28764,8 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28578
28764
|
|
|
28579
28765
|
.k-filter .k-filter-item::before,
|
|
28580
28766
|
.k-filter .k-filter-toolbar::before,
|
|
28581
|
-
.k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after
|
|
28767
|
+
.k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
28768
|
+
.k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
28582
28769
|
background-color: rgba(0, 0, 0, 0.08);
|
|
28583
28770
|
}
|
|
28584
28771
|
|
|
@@ -28890,10 +29077,6 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28890
29077
|
gap: 8px 0;
|
|
28891
29078
|
}
|
|
28892
29079
|
|
|
28893
|
-
.k-taskboard-column-new {
|
|
28894
|
-
max-height: calc(1.4285714286em + 26px);
|
|
28895
|
-
}
|
|
28896
|
-
|
|
28897
29080
|
.k-taskboard-column-new .k-taskboard-column-header,
|
|
28898
29081
|
.k-taskboard-column-edit .k-taskboard-column-header {
|
|
28899
29082
|
font-weight: inherit;
|
|
@@ -33473,7 +33656,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
33473
33656
|
|
|
33474
33657
|
kendo-scrollview.k-scrollview-wrap,
|
|
33475
33658
|
kendo-scrollview.k-scrollview,
|
|
33476
|
-
.k-
|
|
33659
|
+
.k-scrollview {
|
|
33477
33660
|
border-width: 1px;
|
|
33478
33661
|
border-style: solid;
|
|
33479
33662
|
box-sizing: border-box;
|
|
@@ -33537,6 +33720,11 @@ kendo-scrollview.k-scrollview,
|
|
|
33537
33720
|
flex: 0 0 calc(100%/var(--kendo-scrollview-views, 1));
|
|
33538
33721
|
}
|
|
33539
33722
|
|
|
33723
|
+
[dir="rtl"] .k-scrollview-wrap.k-scrollview-animate,
|
|
33724
|
+
.k-rtl .k-scrollview-wrap.k-scrollview-animate {
|
|
33725
|
+
transform: translateX(calc(100%/var(--kendo-scrollview-views, 1)*(var(--kendo-scrollview-current, 1) - 1)));
|
|
33726
|
+
}
|
|
33727
|
+
|
|
33540
33728
|
kendo-scrollview.k-scrollview-wrap kendo-scrollview-pager,
|
|
33541
33729
|
kendo-scrollview.k-scrollview kendo-scrollview-pager,
|
|
33542
33730
|
.k-scrollview-nav-wrap {
|