@progress/kendo-theme-bootstrap 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 +830 -663
- package/dist/all.scss +965 -763
- package/package.json +3 -3
- package/scss/avatar/index.md +0 -0
- package/scss/button/index.md +0 -0
- package/scss/checkbox/index.md +0 -0
- package/scss/chip/_index.scss +1 -0
- package/scss/chip/_variables.scss +11 -11
- package/scss/chip/index.md +0 -0
- 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/dropdowngrid/index.md +0 -0
- package/scss/filter/_index.scss +1 -1
- package/scss/gantt/_index.scss +1 -1
- package/scss/grid/_index.scss +1 -1
- package/scss/grid/_variables.scss +1 -1
- package/scss/index.scss +1 -1
- package/scss/input/_variables.scss +16 -26
- package/scss/list/index.md +0 -0
- package/scss/panelbar/_variables.scss +5 -0
- package/scss/pivotgrid/_variables.scss +0 -3
- package/scss/radio/index.md +0 -0
- package/scss/scheduler/_index.scss +1 -1
- package/scss/spreadsheet/_index.scss +1 -1
- package/scss/switch/index.md +0 -0
- 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/_layout.scss +4 -6
- package/scss/treeview/_variables.scss +142 -46
- package/scss/utils/_border.scss +1 -2
- package/scss/datetime/_layout.scss +0 -25
- package/scss/datetime/_theme.scss +0 -14
- package/scss/datetime/_variables.scss +0 -53
package/dist/all.css
CHANGED
|
@@ -1570,19 +1570,11 @@ kendo-sortable {
|
|
|
1570
1570
|
border-radius: 0.3rem !important;
|
|
1571
1571
|
}
|
|
1572
1572
|
|
|
1573
|
-
.k-rounded-
|
|
1574
|
-
border-radius: 50%;
|
|
1575
|
-
}
|
|
1576
|
-
|
|
1577
|
-
.\!k-rounded-circle {
|
|
1578
|
-
border-radius: 50% !important;
|
|
1579
|
-
}
|
|
1580
|
-
|
|
1581
|
-
.k-rounded-pill {
|
|
1573
|
+
.k-rounded-full {
|
|
1582
1574
|
border-radius: 9999px;
|
|
1583
1575
|
}
|
|
1584
1576
|
|
|
1585
|
-
.\!k-rounded-
|
|
1577
|
+
.\!k-rounded-full {
|
|
1586
1578
|
border-radius: 9999px !important;
|
|
1587
1579
|
}
|
|
1588
1580
|
|
|
@@ -1636,22 +1628,12 @@ kendo-sortable {
|
|
|
1636
1628
|
border-top-right-radius: 0.3rem !important;
|
|
1637
1629
|
}
|
|
1638
1630
|
|
|
1639
|
-
.k-rounded-top-
|
|
1640
|
-
border-top-left-radius: 50%;
|
|
1641
|
-
border-top-right-radius: 50%;
|
|
1642
|
-
}
|
|
1643
|
-
|
|
1644
|
-
.\!k-rounded-top-circle {
|
|
1645
|
-
border-top-left-radius: 50% !important;
|
|
1646
|
-
border-top-right-radius: 50% !important;
|
|
1647
|
-
}
|
|
1648
|
-
|
|
1649
|
-
.k-rounded-top-pill {
|
|
1631
|
+
.k-rounded-top-full {
|
|
1650
1632
|
border-top-left-radius: 9999px;
|
|
1651
1633
|
border-top-right-radius: 9999px;
|
|
1652
1634
|
}
|
|
1653
1635
|
|
|
1654
|
-
.\!k-rounded-top-
|
|
1636
|
+
.\!k-rounded-top-full {
|
|
1655
1637
|
border-top-left-radius: 9999px !important;
|
|
1656
1638
|
border-top-right-radius: 9999px !important;
|
|
1657
1639
|
}
|
|
@@ -1706,22 +1688,12 @@ kendo-sortable {
|
|
|
1706
1688
|
border-bottom-right-radius: 0.3rem !important;
|
|
1707
1689
|
}
|
|
1708
1690
|
|
|
1709
|
-
.k-rounded-right-
|
|
1710
|
-
border-top-right-radius: 50%;
|
|
1711
|
-
border-bottom-right-radius: 50%;
|
|
1712
|
-
}
|
|
1713
|
-
|
|
1714
|
-
.\!k-rounded-right-circle {
|
|
1715
|
-
border-top-right-radius: 50% !important;
|
|
1716
|
-
border-bottom-right-radius: 50% !important;
|
|
1717
|
-
}
|
|
1718
|
-
|
|
1719
|
-
.k-rounded-right-pill {
|
|
1691
|
+
.k-rounded-right-full {
|
|
1720
1692
|
border-top-right-radius: 9999px;
|
|
1721
1693
|
border-bottom-right-radius: 9999px;
|
|
1722
1694
|
}
|
|
1723
1695
|
|
|
1724
|
-
.\!k-rounded-right-
|
|
1696
|
+
.\!k-rounded-right-full {
|
|
1725
1697
|
border-top-right-radius: 9999px !important;
|
|
1726
1698
|
border-bottom-right-radius: 9999px !important;
|
|
1727
1699
|
}
|
|
@@ -1776,22 +1748,12 @@ kendo-sortable {
|
|
|
1776
1748
|
border-bottom-right-radius: 0.3rem !important;
|
|
1777
1749
|
}
|
|
1778
1750
|
|
|
1779
|
-
.k-rounded-bottom-
|
|
1780
|
-
border-bottom-left-radius: 50%;
|
|
1781
|
-
border-bottom-right-radius: 50%;
|
|
1782
|
-
}
|
|
1783
|
-
|
|
1784
|
-
.\!k-rounded-bottom-circle {
|
|
1785
|
-
border-bottom-left-radius: 50% !important;
|
|
1786
|
-
border-bottom-right-radius: 50% !important;
|
|
1787
|
-
}
|
|
1788
|
-
|
|
1789
|
-
.k-rounded-bottom-pill {
|
|
1751
|
+
.k-rounded-bottom-full {
|
|
1790
1752
|
border-bottom-left-radius: 9999px;
|
|
1791
1753
|
border-bottom-right-radius: 9999px;
|
|
1792
1754
|
}
|
|
1793
1755
|
|
|
1794
|
-
.\!k-rounded-bottom-
|
|
1756
|
+
.\!k-rounded-bottom-full {
|
|
1795
1757
|
border-bottom-left-radius: 9999px !important;
|
|
1796
1758
|
border-bottom-right-radius: 9999px !important;
|
|
1797
1759
|
}
|
|
@@ -1846,22 +1808,12 @@ kendo-sortable {
|
|
|
1846
1808
|
border-top-left-radius: 0.3rem !important;
|
|
1847
1809
|
}
|
|
1848
1810
|
|
|
1849
|
-
.k-rounded-left-
|
|
1850
|
-
border-bottom-left-radius: 50%;
|
|
1851
|
-
border-top-left-radius: 50%;
|
|
1852
|
-
}
|
|
1853
|
-
|
|
1854
|
-
.\!k-rounded-left-circle {
|
|
1855
|
-
border-bottom-left-radius: 50% !important;
|
|
1856
|
-
border-top-left-radius: 50% !important;
|
|
1857
|
-
}
|
|
1858
|
-
|
|
1859
|
-
.k-rounded-left-pill {
|
|
1811
|
+
.k-rounded-left-full {
|
|
1860
1812
|
border-bottom-left-radius: 9999px;
|
|
1861
1813
|
border-top-left-radius: 9999px;
|
|
1862
1814
|
}
|
|
1863
1815
|
|
|
1864
|
-
.\!k-rounded-left-
|
|
1816
|
+
.\!k-rounded-left-full {
|
|
1865
1817
|
border-bottom-left-radius: 9999px !important;
|
|
1866
1818
|
border-top-left-radius: 9999px !important;
|
|
1867
1819
|
}
|
|
@@ -1906,19 +1858,11 @@ kendo-sortable {
|
|
|
1906
1858
|
border-top-left-radius: 0.3rem !important;
|
|
1907
1859
|
}
|
|
1908
1860
|
|
|
1909
|
-
.k-rounded-top-left-
|
|
1910
|
-
border-top-left-radius: 50%;
|
|
1911
|
-
}
|
|
1912
|
-
|
|
1913
|
-
.\!k-rounded-top-left-circle {
|
|
1914
|
-
border-top-left-radius: 50% !important;
|
|
1915
|
-
}
|
|
1916
|
-
|
|
1917
|
-
.k-rounded-top-left-pill {
|
|
1861
|
+
.k-rounded-top-left-full {
|
|
1918
1862
|
border-top-left-radius: 9999px;
|
|
1919
1863
|
}
|
|
1920
1864
|
|
|
1921
|
-
.\!k-rounded-top-left-
|
|
1865
|
+
.\!k-rounded-top-left-full {
|
|
1922
1866
|
border-top-left-radius: 9999px !important;
|
|
1923
1867
|
}
|
|
1924
1868
|
|
|
@@ -1962,19 +1906,11 @@ kendo-sortable {
|
|
|
1962
1906
|
border-top-right-radius: 0.3rem !important;
|
|
1963
1907
|
}
|
|
1964
1908
|
|
|
1965
|
-
.k-rounded-top-right-
|
|
1966
|
-
border-top-right-radius: 50%;
|
|
1967
|
-
}
|
|
1968
|
-
|
|
1969
|
-
.\!k-rounded-top-right-circle {
|
|
1970
|
-
border-top-right-radius: 50% !important;
|
|
1971
|
-
}
|
|
1972
|
-
|
|
1973
|
-
.k-rounded-top-right-pill {
|
|
1909
|
+
.k-rounded-top-right-full {
|
|
1974
1910
|
border-top-right-radius: 9999px;
|
|
1975
1911
|
}
|
|
1976
1912
|
|
|
1977
|
-
.\!k-rounded-top-right-
|
|
1913
|
+
.\!k-rounded-top-right-full {
|
|
1978
1914
|
border-top-right-radius: 9999px !important;
|
|
1979
1915
|
}
|
|
1980
1916
|
|
|
@@ -2018,19 +1954,11 @@ kendo-sortable {
|
|
|
2018
1954
|
border-bottom-left-radius: 0.3rem !important;
|
|
2019
1955
|
}
|
|
2020
1956
|
|
|
2021
|
-
.k-rounded-bottom-left-
|
|
2022
|
-
border-bottom-left-radius: 50%;
|
|
2023
|
-
}
|
|
2024
|
-
|
|
2025
|
-
.\!k-rounded-bottom-left-circle {
|
|
2026
|
-
border-bottom-left-radius: 50% !important;
|
|
2027
|
-
}
|
|
2028
|
-
|
|
2029
|
-
.k-rounded-bottom-left-pill {
|
|
1957
|
+
.k-rounded-bottom-left-full {
|
|
2030
1958
|
border-bottom-left-radius: 9999px;
|
|
2031
1959
|
}
|
|
2032
1960
|
|
|
2033
|
-
.\!k-rounded-bottom-left-
|
|
1961
|
+
.\!k-rounded-bottom-left-full {
|
|
2034
1962
|
border-bottom-left-radius: 9999px !important;
|
|
2035
1963
|
}
|
|
2036
1964
|
|
|
@@ -2074,19 +2002,11 @@ kendo-sortable {
|
|
|
2074
2002
|
border-bottom-right-radius: 0.3rem !important;
|
|
2075
2003
|
}
|
|
2076
2004
|
|
|
2077
|
-
.k-rounded-bottom-right-
|
|
2078
|
-
border-bottom-right-radius: 50%;
|
|
2079
|
-
}
|
|
2080
|
-
|
|
2081
|
-
.\!k-rounded-bottom-right-circle {
|
|
2082
|
-
border-bottom-right-radius: 50% !important;
|
|
2083
|
-
}
|
|
2084
|
-
|
|
2085
|
-
.k-rounded-bottom-right-pill {
|
|
2005
|
+
.k-rounded-bottom-right-full {
|
|
2086
2006
|
border-bottom-right-radius: 9999px;
|
|
2087
2007
|
}
|
|
2088
2008
|
|
|
2089
|
-
.\!k-rounded-bottom-right-
|
|
2009
|
+
.\!k-rounded-bottom-right-full {
|
|
2090
2010
|
border-bottom-right-radius: 9999px !important;
|
|
2091
2011
|
}
|
|
2092
2012
|
|
|
@@ -2122,40 +2042,54 @@ kendo-sortable {
|
|
|
2122
2042
|
display: none !important;
|
|
2123
2043
|
}
|
|
2124
2044
|
|
|
2125
|
-
.k-d-flex {
|
|
2045
|
+
.k-d-flex, .k-d-flex-row, .k-d-flex-col {
|
|
2126
2046
|
display: flex;
|
|
2127
2047
|
}
|
|
2128
2048
|
|
|
2049
|
+
.\!k-d-flex, .\!k-d-flex-row, .\!k-d-flex-col {
|
|
2050
|
+
display: flex !important;
|
|
2051
|
+
}
|
|
2052
|
+
|
|
2129
2053
|
.k-d-inline-flex {
|
|
2130
2054
|
display: inline-flex;
|
|
2131
2055
|
}
|
|
2132
2056
|
|
|
2133
|
-
|
|
2134
|
-
display: flex;
|
|
2135
|
-
flex-direction: row;
|
|
2057
|
+
.\!k-d-inline-flex {
|
|
2058
|
+
display: inline-flex !important;
|
|
2136
2059
|
}
|
|
2137
2060
|
|
|
2138
|
-
.k-d-flex-
|
|
2139
|
-
|
|
2140
|
-
flex-direction: column;
|
|
2061
|
+
.k-flex-row, .k-d-flex-row {
|
|
2062
|
+
flex-direction: row;
|
|
2141
2063
|
}
|
|
2142
2064
|
|
|
2143
|
-
|
|
2144
|
-
flex-direction: row;
|
|
2065
|
+
.\!k-flex-row, .\!k-d-flex-row, .\!k-d-flex-col {
|
|
2066
|
+
flex-direction: row !important;
|
|
2145
2067
|
}
|
|
2146
2068
|
|
|
2147
2069
|
.k-flex-row-reverse {
|
|
2148
2070
|
flex-direction: row-reverse;
|
|
2149
2071
|
}
|
|
2150
2072
|
|
|
2151
|
-
|
|
2073
|
+
.\!k-flex-row-reverse {
|
|
2074
|
+
flex-direction: row-reverse !important;
|
|
2075
|
+
}
|
|
2076
|
+
|
|
2077
|
+
.k-flex-col, .k-d-flex-col, .k-flex-column {
|
|
2152
2078
|
flex-direction: column;
|
|
2153
2079
|
}
|
|
2154
2080
|
|
|
2081
|
+
.\!k-flex-col {
|
|
2082
|
+
flex-direction: column !important;
|
|
2083
|
+
}
|
|
2084
|
+
|
|
2155
2085
|
.k-flex-col-reverse, .k-flex-column-reverse {
|
|
2156
2086
|
flex-direction: column-reverse;
|
|
2157
2087
|
}
|
|
2158
2088
|
|
|
2089
|
+
.\!k-flex-col-reverse {
|
|
2090
|
+
flex-direction: column-reverse;
|
|
2091
|
+
}
|
|
2092
|
+
|
|
2159
2093
|
.k-flex-wrap {
|
|
2160
2094
|
flex-wrap: wrap;
|
|
2161
2095
|
}
|
|
@@ -10547,21 +10481,32 @@ kendo-sortable {
|
|
|
10547
10481
|
.k-list {
|
|
10548
10482
|
margin: 0;
|
|
10549
10483
|
padding: 0;
|
|
10484
|
+
display: flex;
|
|
10485
|
+
flex-flow: column nowrap;
|
|
10550
10486
|
outline: none;
|
|
10487
|
+
position: relative;
|
|
10488
|
+
overflow: hidden;
|
|
10489
|
+
}
|
|
10490
|
+
|
|
10491
|
+
.k-popup > .k-list {
|
|
10492
|
+
height: 100%;
|
|
10493
|
+
border-width: 0;
|
|
10551
10494
|
}
|
|
10552
10495
|
|
|
10553
|
-
.k-list-header {
|
|
10496
|
+
.k-list-group-sticky-header {
|
|
10554
10497
|
border-width: 0;
|
|
10555
10498
|
border-width: 0 0 1px;
|
|
10556
10499
|
border-style: solid;
|
|
10557
10500
|
font-weight: bold;
|
|
10558
10501
|
white-space: nowrap;
|
|
10502
|
+
flex: none;
|
|
10559
10503
|
overflow: hidden;
|
|
10560
10504
|
text-overflow: ellipsis;
|
|
10561
10505
|
}
|
|
10562
10506
|
|
|
10563
10507
|
.k-list-content {
|
|
10564
10508
|
border-color: inherit;
|
|
10509
|
+
flex: 1 1 auto;
|
|
10565
10510
|
overflow: hidden;
|
|
10566
10511
|
overflow-y: auto;
|
|
10567
10512
|
-webkit-overflow-scrolling: touch;
|
|
@@ -10639,7 +10584,10 @@ kendo-sortable {
|
|
|
10639
10584
|
}
|
|
10640
10585
|
|
|
10641
10586
|
.k-virtual-list .k-list-item, .k-virtual-list .k-list-optionlabel,
|
|
10642
|
-
.k-virtual-list .k-list-group-item
|
|
10587
|
+
.k-virtual-list .k-list-group-item,
|
|
10588
|
+
.k-virtual-content .k-list-item,
|
|
10589
|
+
.k-virtual-content .k-list-optionlabel,
|
|
10590
|
+
.k-virtual-content .k-list-group-item {
|
|
10643
10591
|
position: absolute;
|
|
10644
10592
|
width: 100%;
|
|
10645
10593
|
}
|
|
@@ -10662,7 +10610,7 @@ kendo-sortable {
|
|
|
10662
10610
|
font-size: 0.875rem;
|
|
10663
10611
|
}
|
|
10664
10612
|
|
|
10665
|
-
.k-list-sm .k-list-header {
|
|
10613
|
+
.k-list-sm .k-list-group-sticky-header {
|
|
10666
10614
|
padding: 0.1875rem 0.75rem;
|
|
10667
10615
|
}
|
|
10668
10616
|
|
|
@@ -10678,7 +10626,7 @@ kendo-sortable {
|
|
|
10678
10626
|
font-size: 1rem;
|
|
10679
10627
|
}
|
|
10680
10628
|
|
|
10681
|
-
.k-list-md .k-list-header {
|
|
10629
|
+
.k-list-md .k-list-group-sticky-header {
|
|
10682
10630
|
padding: 0.25rem 1rem;
|
|
10683
10631
|
}
|
|
10684
10632
|
|
|
@@ -10694,7 +10642,7 @@ kendo-sortable {
|
|
|
10694
10642
|
font-size: 1rem;
|
|
10695
10643
|
}
|
|
10696
10644
|
|
|
10697
|
-
.k-list-lg .k-list-header {
|
|
10645
|
+
.k-list-lg .k-list-group-sticky-header {
|
|
10698
10646
|
padding: 0.3125rem 1.25rem;
|
|
10699
10647
|
}
|
|
10700
10648
|
|
|
@@ -10722,7 +10670,7 @@ kendo-sortable {
|
|
|
10722
10670
|
background-color: #ffffff;
|
|
10723
10671
|
}
|
|
10724
10672
|
|
|
10725
|
-
.k-list-header {
|
|
10673
|
+
.k-list-group-sticky-header {
|
|
10726
10674
|
border-color: inherit;
|
|
10727
10675
|
}
|
|
10728
10676
|
|
|
@@ -11606,14 +11554,14 @@ kendo-badge-container {
|
|
|
11606
11554
|
z-index: 2;
|
|
11607
11555
|
}
|
|
11608
11556
|
|
|
11609
|
-
.k-button-group .k-group-start,
|
|
11610
|
-
.k-button-group .k-button:first-child {
|
|
11557
|
+
.k-button-group .k-group-start:not(:only-child),
|
|
11558
|
+
.k-button-group .k-button:first-child:not(:only-child) {
|
|
11611
11559
|
border-top-right-radius: 0;
|
|
11612
11560
|
border-bottom-right-radius: 0;
|
|
11613
11561
|
}
|
|
11614
11562
|
|
|
11615
|
-
.k-button-group .k-group-end,
|
|
11616
|
-
.k-button-group .k-button:last-child {
|
|
11563
|
+
.k-button-group .k-group-end:not(:only-child),
|
|
11564
|
+
.k-button-group .k-button:last-child:not(:only-child) {
|
|
11617
11565
|
border-top-left-radius: 0;
|
|
11618
11566
|
border-bottom-left-radius: 0;
|
|
11619
11567
|
}
|
|
@@ -12796,7 +12744,6 @@ kendo-badge-container {
|
|
|
12796
12744
|
|
|
12797
12745
|
.k-input,
|
|
12798
12746
|
.k-picker {
|
|
12799
|
-
border-radius: 0.25rem;
|
|
12800
12747
|
margin: 0;
|
|
12801
12748
|
padding: 0;
|
|
12802
12749
|
width: 100%;
|
|
@@ -12914,13 +12861,12 @@ textarea.k-input-inner {
|
|
|
12914
12861
|
|
|
12915
12862
|
.k-icon-picker .k-input-inner {
|
|
12916
12863
|
padding: 0.375rem;
|
|
12917
|
-
width: calc(1.5em + 0.75rem);
|
|
12918
|
-
height: calc(1.5em + 0.75rem);
|
|
12919
12864
|
justify-content: center;
|
|
12920
12865
|
}
|
|
12921
12866
|
|
|
12922
12867
|
.k-input-prefix,
|
|
12923
12868
|
.k-input-suffix {
|
|
12869
|
+
border-color: inherit;
|
|
12924
12870
|
display: flex;
|
|
12925
12871
|
flex-flow: row nowrap;
|
|
12926
12872
|
align-items: center;
|
|
@@ -12932,12 +12878,21 @@ textarea.k-input-inner {
|
|
|
12932
12878
|
flex-shrink: 0;
|
|
12933
12879
|
}
|
|
12934
12880
|
|
|
12881
|
+
.k-input-separator {
|
|
12882
|
+
margin: 0;
|
|
12883
|
+
width: 0;
|
|
12884
|
+
height: 16px;
|
|
12885
|
+
border-width: 0 0 0 1px;
|
|
12886
|
+
border-style: solid;
|
|
12887
|
+
border-color: inherit;
|
|
12888
|
+
align-self: center;
|
|
12889
|
+
}
|
|
12890
|
+
|
|
12935
12891
|
.k-input-icon,
|
|
12936
12892
|
.k-input-validation-icon,
|
|
12937
12893
|
.k-input-loading-icon {
|
|
12938
|
-
width: calc(16px + 0.75rem);
|
|
12939
|
-
height: 2.25rem;
|
|
12940
12894
|
flex: none;
|
|
12895
|
+
align-self: center;
|
|
12941
12896
|
display: inline-flex;
|
|
12942
12897
|
flex-flow: row nowrap;
|
|
12943
12898
|
align-items: center;
|
|
@@ -12945,10 +12900,9 @@ textarea.k-input-inner {
|
|
|
12945
12900
|
}
|
|
12946
12901
|
|
|
12947
12902
|
.k-clear-value {
|
|
12948
|
-
width: calc(16px + 0.75rem);
|
|
12949
|
-
height: 2.25rem;
|
|
12950
12903
|
outline: 0;
|
|
12951
12904
|
flex: none;
|
|
12905
|
+
align-self: center;
|
|
12952
12906
|
display: inline-flex;
|
|
12953
12907
|
align-items: center;
|
|
12954
12908
|
justify-content: center;
|
|
@@ -13019,6 +12973,22 @@ textarea.k-input-inner {
|
|
|
13019
12973
|
flex-flow: row nowrap;
|
|
13020
12974
|
}
|
|
13021
12975
|
|
|
12976
|
+
.k-picker-wrap,
|
|
12977
|
+
.k-dropdown-wrap,
|
|
12978
|
+
.k-dateinput-wrap,
|
|
12979
|
+
.k-multiselect-wrap,
|
|
12980
|
+
.k-numeric-wrap {
|
|
12981
|
+
width: 100%;
|
|
12982
|
+
border-width: 0;
|
|
12983
|
+
border-color: inherit;
|
|
12984
|
+
box-sizing: border-box;
|
|
12985
|
+
flex: 1 1 auto;
|
|
12986
|
+
display: flex;
|
|
12987
|
+
flex-flow: row nowrap;
|
|
12988
|
+
overflow: hidden;
|
|
12989
|
+
position: relative;
|
|
12990
|
+
}
|
|
12991
|
+
|
|
13022
12992
|
.k-input-flat,
|
|
13023
12993
|
.k-picker-flat {
|
|
13024
12994
|
border-radius: 0 !important;
|
|
@@ -13049,6 +13019,26 @@ textarea.k-input-inner {
|
|
|
13049
13019
|
padding: 0.25rem 0.5rem;
|
|
13050
13020
|
}
|
|
13051
13021
|
|
|
13022
|
+
.k-input-sm .k-input-icon,
|
|
13023
|
+
.k-input-sm .k-input-validation-icon,
|
|
13024
|
+
.k-input-sm .k-input-loading-icon,
|
|
13025
|
+
.k-input-sm .k-clear-value,
|
|
13026
|
+
.k-picker-sm .k-input-icon,
|
|
13027
|
+
.k-picker-sm .k-input-validation-icon,
|
|
13028
|
+
.k-picker-sm .k-input-loading-icon,
|
|
13029
|
+
.k-picker-sm .k-clear-value {
|
|
13030
|
+
width: calc(16px + 0.5rem);
|
|
13031
|
+
height: calc(16px + 0.5rem);
|
|
13032
|
+
}
|
|
13033
|
+
|
|
13034
|
+
.k-input-sm.k-icon-picker .k-input-inner,
|
|
13035
|
+
.k-picker-sm.k-icon-picker .k-input-inner {
|
|
13036
|
+
width: 1.5em;
|
|
13037
|
+
height: 1.5em;
|
|
13038
|
+
padding: 0.25rem;
|
|
13039
|
+
box-sizing: content-box;
|
|
13040
|
+
}
|
|
13041
|
+
|
|
13052
13042
|
.k-input-md,
|
|
13053
13043
|
.k-picker-md {
|
|
13054
13044
|
font-size: 1rem;
|
|
@@ -13060,6 +13050,26 @@ textarea.k-input-inner {
|
|
|
13060
13050
|
padding: 0.375rem 0.75rem;
|
|
13061
13051
|
}
|
|
13062
13052
|
|
|
13053
|
+
.k-input-md .k-input-icon,
|
|
13054
|
+
.k-input-md .k-input-validation-icon,
|
|
13055
|
+
.k-input-md .k-input-loading-icon,
|
|
13056
|
+
.k-input-md .k-clear-value,
|
|
13057
|
+
.k-picker-md .k-input-icon,
|
|
13058
|
+
.k-picker-md .k-input-validation-icon,
|
|
13059
|
+
.k-picker-md .k-input-loading-icon,
|
|
13060
|
+
.k-picker-md .k-clear-value {
|
|
13061
|
+
width: calc(16px + 0.75rem);
|
|
13062
|
+
height: calc(16px + 0.75rem);
|
|
13063
|
+
}
|
|
13064
|
+
|
|
13065
|
+
.k-input-md.k-icon-picker .k-input-inner,
|
|
13066
|
+
.k-picker-md.k-icon-picker .k-input-inner {
|
|
13067
|
+
width: 1.5em;
|
|
13068
|
+
height: 1.5em;
|
|
13069
|
+
padding: 0.375rem;
|
|
13070
|
+
box-sizing: content-box;
|
|
13071
|
+
}
|
|
13072
|
+
|
|
13063
13073
|
.k-input-lg,
|
|
13064
13074
|
.k-picker-lg {
|
|
13065
13075
|
font-size: 1.25rem;
|
|
@@ -13071,6 +13081,26 @@ textarea.k-input-inner {
|
|
|
13071
13081
|
padding: 0.5rem 1rem;
|
|
13072
13082
|
}
|
|
13073
13083
|
|
|
13084
|
+
.k-input-lg .k-input-icon,
|
|
13085
|
+
.k-input-lg .k-input-validation-icon,
|
|
13086
|
+
.k-input-lg .k-input-loading-icon,
|
|
13087
|
+
.k-input-lg .k-clear-value,
|
|
13088
|
+
.k-picker-lg .k-input-icon,
|
|
13089
|
+
.k-picker-lg .k-input-validation-icon,
|
|
13090
|
+
.k-picker-lg .k-input-loading-icon,
|
|
13091
|
+
.k-picker-lg .k-clear-value {
|
|
13092
|
+
width: calc(16px + 1rem);
|
|
13093
|
+
height: calc(16px + 1rem);
|
|
13094
|
+
}
|
|
13095
|
+
|
|
13096
|
+
.k-input-lg.k-icon-picker .k-input-inner,
|
|
13097
|
+
.k-picker-lg.k-icon-picker .k-input-inner {
|
|
13098
|
+
width: 1.5em;
|
|
13099
|
+
height: 1.5em;
|
|
13100
|
+
padding: 0.5rem;
|
|
13101
|
+
box-sizing: content-box;
|
|
13102
|
+
}
|
|
13103
|
+
|
|
13074
13104
|
@keyframes autoFillStart {
|
|
13075
13105
|
from {
|
|
13076
13106
|
}
|
|
@@ -13118,15 +13148,15 @@ textarea.k-input-inner {
|
|
|
13118
13148
|
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
13119
13149
|
}
|
|
13120
13150
|
|
|
13121
|
-
.k-input:invalid, .k-input.k-invalid {
|
|
13151
|
+
.k-input:invalid, .k-input.k-invalid, .k-input.ng-invalid {
|
|
13122
13152
|
border-color: #dc3545;
|
|
13123
13153
|
}
|
|
13124
13154
|
|
|
13125
|
-
.k-input:invalid .k-input-validation-icon, .k-input.k-invalid .k-input-validation-icon {
|
|
13155
|
+
.k-input:invalid .k-input-validation-icon, .k-input.k-invalid .k-input-validation-icon, .k-input.ng-invalid .k-input-validation-icon {
|
|
13126
13156
|
color: #dc3545;
|
|
13127
13157
|
}
|
|
13128
13158
|
|
|
13129
|
-
.k-input:invalid:focus, .k-input:invalid.k-focus, .k-input.k-invalid:focus, .k-input.k-invalid.k-focus {
|
|
13159
|
+
.k-input:invalid:focus, .k-input:invalid.k-focus, .k-input.k-invalid:focus, .k-input.k-invalid.k-focus, .k-input.ng-invalid:focus, .k-input.ng-invalid.k-focus {
|
|
13130
13160
|
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
|
|
13131
13161
|
}
|
|
13132
13162
|
|
|
@@ -13145,15 +13175,15 @@ textarea.k-input-inner {
|
|
|
13145
13175
|
box-shadow: 0 0 0 3px rgba(228, 231, 235, 0.5);
|
|
13146
13176
|
}
|
|
13147
13177
|
|
|
13148
|
-
.k-picker:invalid, .k-picker.k-invalid {
|
|
13178
|
+
.k-picker:invalid, .k-picker.k-invalid, .k-picker.ng-invalid {
|
|
13149
13179
|
border-color: #dc3545;
|
|
13150
13180
|
}
|
|
13151
13181
|
|
|
13152
|
-
.k-picker:invalid .k-input-validation-icon, .k-picker.k-invalid .k-input-validation-icon {
|
|
13182
|
+
.k-picker:invalid .k-input-validation-icon, .k-picker.k-invalid .k-input-validation-icon, .k-picker.ng-invalid .k-input-validation-icon {
|
|
13153
13183
|
color: #dc3545;
|
|
13154
13184
|
}
|
|
13155
13185
|
|
|
13156
|
-
.k-picker:invalid:focus, .k-picker:invalid.k-focus, .k-picker.k-invalid:focus, .k-picker.k-invalid.k-focus {
|
|
13186
|
+
.k-picker:invalid:focus, .k-picker:invalid.k-focus, .k-picker.k-invalid:focus, .k-picker.k-invalid.k-focus, .k-picker.ng-invalid:focus, .k-picker.ng-invalid.k-focus {
|
|
13157
13187
|
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
|
|
13158
13188
|
}
|
|
13159
13189
|
|
|
@@ -13252,6 +13282,10 @@ textarea.k-input-inner {
|
|
|
13252
13282
|
border-style: solid;
|
|
13253
13283
|
}
|
|
13254
13284
|
|
|
13285
|
+
.k-data-table .k-table {
|
|
13286
|
+
table-layout: fixed;
|
|
13287
|
+
}
|
|
13288
|
+
|
|
13255
13289
|
.k-table-thead,
|
|
13256
13290
|
.k-table-tbody,
|
|
13257
13291
|
.k-table-tfoot {
|
|
@@ -13308,7 +13342,7 @@ textarea.k-input-inner {
|
|
|
13308
13342
|
width: 100%;
|
|
13309
13343
|
max-width: none;
|
|
13310
13344
|
border-width: 0;
|
|
13311
|
-
display: table
|
|
13345
|
+
display: table;
|
|
13312
13346
|
border-collapse: collapse;
|
|
13313
13347
|
border-spacing: 0;
|
|
13314
13348
|
table-layout: fixed;
|
|
@@ -13317,10 +13351,11 @@ textarea.k-input-inner {
|
|
|
13317
13351
|
outline: none;
|
|
13318
13352
|
}
|
|
13319
13353
|
|
|
13320
|
-
.k-table-list .k-table-row
|
|
13354
|
+
.k-table-list .k-table-row,
|
|
13355
|
+
.k-table-list .k-table-group-row {
|
|
13321
13356
|
width: 100%;
|
|
13322
13357
|
box-sizing: border-box;
|
|
13323
|
-
display:
|
|
13358
|
+
display: table-row;
|
|
13324
13359
|
position: relative;
|
|
13325
13360
|
}
|
|
13326
13361
|
|
|
@@ -13333,6 +13368,23 @@ textarea.k-input-inner {
|
|
|
13333
13368
|
vertical-align: middle;
|
|
13334
13369
|
}
|
|
13335
13370
|
|
|
13371
|
+
.k-table-list .k-table-group-row::before {
|
|
13372
|
+
content: ".";
|
|
13373
|
+
padding: 0;
|
|
13374
|
+
width: 0;
|
|
13375
|
+
display: block;
|
|
13376
|
+
overflow: hidden;
|
|
13377
|
+
}
|
|
13378
|
+
|
|
13379
|
+
.k-table-list .k-table-group-row .k-table-th {
|
|
13380
|
+
width: 100%;
|
|
13381
|
+
border-color: inherit;
|
|
13382
|
+
color: inherit;
|
|
13383
|
+
background-color: inherit;
|
|
13384
|
+
position: absolute;
|
|
13385
|
+
top: 0;
|
|
13386
|
+
}
|
|
13387
|
+
|
|
13336
13388
|
.k-table-list .k-table-spacer-td {
|
|
13337
13389
|
padding: 0 !important;
|
|
13338
13390
|
width: 0 !important;
|
|
@@ -13355,6 +13407,11 @@ textarea.k-input-inner {
|
|
|
13355
13407
|
right: 0;
|
|
13356
13408
|
}
|
|
13357
13409
|
|
|
13410
|
+
.k-virtual-table .k-table-row {
|
|
13411
|
+
position: absolute;
|
|
13412
|
+
width: 100%;
|
|
13413
|
+
}
|
|
13414
|
+
|
|
13358
13415
|
.k-table-scroller {
|
|
13359
13416
|
position: relative;
|
|
13360
13417
|
overflow: auto;
|
|
@@ -13397,6 +13454,10 @@ textarea.k-input-inner {
|
|
|
13397
13454
|
padding: 0 0.125rem;
|
|
13398
13455
|
}
|
|
13399
13456
|
|
|
13457
|
+
.k-table-sm .k-table-list .k-table-group-row::before {
|
|
13458
|
+
padding: 0.25rem 0;
|
|
13459
|
+
}
|
|
13460
|
+
|
|
13400
13461
|
.k-table-md {
|
|
13401
13462
|
font-size: 1rem;
|
|
13402
13463
|
line-height: 1.5;
|
|
@@ -13411,6 +13472,10 @@ textarea.k-input-inner {
|
|
|
13411
13472
|
padding: 0 0.25rem;
|
|
13412
13473
|
}
|
|
13413
13474
|
|
|
13475
|
+
.k-table-md .k-table-list .k-table-group-row::before {
|
|
13476
|
+
padding: 0.5rem 0;
|
|
13477
|
+
}
|
|
13478
|
+
|
|
13414
13479
|
.k-table-lg {
|
|
13415
13480
|
font-size: 1rem;
|
|
13416
13481
|
line-height: 1.5;
|
|
@@ -13425,6 +13490,10 @@ textarea.k-input-inner {
|
|
|
13425
13490
|
padding: 0 0.375rem;
|
|
13426
13491
|
}
|
|
13427
13492
|
|
|
13493
|
+
.k-table-lg .k-table-list .k-table-group-row::before {
|
|
13494
|
+
padding: 0.75rem 0;
|
|
13495
|
+
}
|
|
13496
|
+
|
|
13428
13497
|
.k-rtl.k-table,
|
|
13429
13498
|
.k-rtl .k-table,
|
|
13430
13499
|
[dir="rtl"].k-table,
|
|
@@ -13701,13 +13770,14 @@ textarea.k-input-inner {
|
|
|
13701
13770
|
padding: 0.5rem 0.5rem;
|
|
13702
13771
|
border-width: 1px;
|
|
13703
13772
|
border-style: solid;
|
|
13704
|
-
|
|
13773
|
+
outline: 0;
|
|
13705
13774
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
13706
13775
|
font-size: 1rem;
|
|
13707
13776
|
line-height: normal;
|
|
13708
13777
|
display: inline-flex;
|
|
13709
|
-
|
|
13778
|
+
flex-flow: row nowrap;
|
|
13710
13779
|
align-items: center;
|
|
13780
|
+
justify-content: center;
|
|
13711
13781
|
gap: 0.5rem;
|
|
13712
13782
|
position: relative;
|
|
13713
13783
|
overflow: hidden;
|
|
@@ -13717,20 +13787,103 @@ textarea.k-input-inner {
|
|
|
13717
13787
|
user-select: none;
|
|
13718
13788
|
}
|
|
13719
13789
|
|
|
13720
|
-
.k-chip
|
|
13721
|
-
|
|
13790
|
+
.k-chip .k-selected-icon-wrapper {
|
|
13791
|
+
display: none !important;
|
|
13722
13792
|
}
|
|
13723
13793
|
|
|
13724
13794
|
.k-chip-content {
|
|
13725
13795
|
min-width: 0;
|
|
13726
|
-
display:
|
|
13796
|
+
display: flex;
|
|
13797
|
+
flex-flow: row nowrap;
|
|
13798
|
+
align-items: center;
|
|
13799
|
+
overflow: hidden;
|
|
13727
13800
|
flex: 1 1 auto;
|
|
13801
|
+
}
|
|
13802
|
+
|
|
13803
|
+
.k-chip-content:first-child {
|
|
13804
|
+
margin-inline-start: 0.5rem;
|
|
13805
|
+
}
|
|
13806
|
+
|
|
13807
|
+
.k-chip-content:last-child {
|
|
13808
|
+
margin-inline-end: 0.5rem;
|
|
13809
|
+
}
|
|
13810
|
+
|
|
13811
|
+
.k-chip-text,
|
|
13812
|
+
.k-chip-label {
|
|
13728
13813
|
white-space: nowrap;
|
|
13814
|
+
text-overflow: ellipsis;
|
|
13815
|
+
overflow: hidden;
|
|
13816
|
+
flex: 1 1 auto;
|
|
13817
|
+
}
|
|
13818
|
+
|
|
13819
|
+
.k-chip-avatar {
|
|
13820
|
+
border-radius: 50%;
|
|
13821
|
+
background-size: cover;
|
|
13822
|
+
background-position: center;
|
|
13823
|
+
flex: none;
|
|
13824
|
+
}
|
|
13825
|
+
|
|
13826
|
+
.k-chip-icon {
|
|
13827
|
+
font-size: inherit;
|
|
13828
|
+
display: flex;
|
|
13829
|
+
align-items: center;
|
|
13830
|
+
justify-content: center;
|
|
13831
|
+
flex: none;
|
|
13832
|
+
}
|
|
13833
|
+
|
|
13834
|
+
.k-ie .k-chip-icon {
|
|
13835
|
+
margin-right: 0.5rem;
|
|
13836
|
+
}
|
|
13837
|
+
|
|
13838
|
+
.k-chip-actions {
|
|
13839
|
+
flex: none;
|
|
13840
|
+
display: flex;
|
|
13841
|
+
flex-flow: row nowrap;
|
|
13842
|
+
align-items: center;
|
|
13843
|
+
align-self: center;
|
|
13844
|
+
}
|
|
13845
|
+
|
|
13846
|
+
.k-chip-action {
|
|
13847
|
+
flex: none;
|
|
13848
|
+
display: flex;
|
|
13849
|
+
flex-flow: row nowrap;
|
|
13850
|
+
align-items: center;
|
|
13851
|
+
align-self: center;
|
|
13729
13852
|
}
|
|
13730
13853
|
|
|
13731
|
-
.k-
|
|
13732
|
-
.k-chip-remove-icon {
|
|
13854
|
+
.k-remove-icon {
|
|
13733
13855
|
font-size: inherit;
|
|
13856
|
+
display: flex;
|
|
13857
|
+
align-items: center;
|
|
13858
|
+
justify-content: center;
|
|
13859
|
+
flex: none;
|
|
13860
|
+
}
|
|
13861
|
+
|
|
13862
|
+
.k-ie .k-remove-icon {
|
|
13863
|
+
margin-right: 0;
|
|
13864
|
+
margin-left: 0.5rem;
|
|
13865
|
+
}
|
|
13866
|
+
|
|
13867
|
+
.k-chip-list {
|
|
13868
|
+
min-width: 0px;
|
|
13869
|
+
display: inline-flex;
|
|
13870
|
+
flex-wrap: wrap;
|
|
13871
|
+
align-items: center;
|
|
13872
|
+
position: relative;
|
|
13873
|
+
}
|
|
13874
|
+
|
|
13875
|
+
.k-ie .k-chip.k-rtl .k-chip-icon,
|
|
13876
|
+
.k-ie .k-rtl .k-chip .k-chip-icon,
|
|
13877
|
+
.k-ie .k-chip[dir="rtl"] .k-chip-icon {
|
|
13878
|
+
margin-right: 0;
|
|
13879
|
+
margin-left: 0.5rem;
|
|
13880
|
+
}
|
|
13881
|
+
|
|
13882
|
+
.k-ie .k-chip.k-rtl .k-remove-icon,
|
|
13883
|
+
.k-ie .k-rtl .k-chip .k-remove-icon,
|
|
13884
|
+
.k-ie .k-chip[dir="rtl"] .k-remove-icon {
|
|
13885
|
+
margin-left: 0;
|
|
13886
|
+
margin-right: 0.5rem;
|
|
13734
13887
|
}
|
|
13735
13888
|
|
|
13736
13889
|
.k-chip-sm {
|
|
@@ -13740,6 +13893,12 @@ textarea.k-input-inner {
|
|
|
13740
13893
|
line-height: normal;
|
|
13741
13894
|
}
|
|
13742
13895
|
|
|
13896
|
+
.k-chip-avatar {
|
|
13897
|
+
width: 1em;
|
|
13898
|
+
height: 1em;
|
|
13899
|
+
flex-basis: 1em;
|
|
13900
|
+
}
|
|
13901
|
+
|
|
13743
13902
|
.k-chip-md {
|
|
13744
13903
|
height: calc(1em + 0.875rem + 2px);
|
|
13745
13904
|
padding: 0.4375rem;
|
|
@@ -13747,6 +13906,12 @@ textarea.k-input-inner {
|
|
|
13747
13906
|
line-height: normal;
|
|
13748
13907
|
}
|
|
13749
13908
|
|
|
13909
|
+
.k-chip-avatar {
|
|
13910
|
+
width: 1em;
|
|
13911
|
+
height: 1em;
|
|
13912
|
+
flex-basis: 1em;
|
|
13913
|
+
}
|
|
13914
|
+
|
|
13750
13915
|
.k-chip-lg {
|
|
13751
13916
|
height: calc(1em + 1.25rem + 2px);
|
|
13752
13917
|
padding: 0.625rem;
|
|
@@ -13760,19 +13925,6 @@ textarea.k-input-inner {
|
|
|
13760
13925
|
flex-basis: 1em;
|
|
13761
13926
|
}
|
|
13762
13927
|
|
|
13763
|
-
.k-chip-avatar .k-avatar-image > img {
|
|
13764
|
-
vertical-align: top;
|
|
13765
|
-
}
|
|
13766
|
-
|
|
13767
|
-
.k-chip-list {
|
|
13768
|
-
min-width: 0px;
|
|
13769
|
-
display: inline-flex;
|
|
13770
|
-
flex-wrap: wrap;
|
|
13771
|
-
align-items: center;
|
|
13772
|
-
position: relative;
|
|
13773
|
-
box-sizing: border-box;
|
|
13774
|
-
}
|
|
13775
|
-
|
|
13776
13928
|
.k-chip-list-sm {
|
|
13777
13929
|
gap: 0.25rem;
|
|
13778
13930
|
}
|
|
@@ -13786,98 +13938,98 @@ textarea.k-input-inner {
|
|
|
13786
13938
|
}
|
|
13787
13939
|
|
|
13788
13940
|
.k-chip-solid-base {
|
|
13789
|
-
border-color:
|
|
13941
|
+
border-color: #bcbebf;
|
|
13790
13942
|
color: #212529;
|
|
13791
|
-
background-color:
|
|
13943
|
+
background-color: #edeeee;
|
|
13792
13944
|
}
|
|
13793
13945
|
|
|
13794
13946
|
.k-chip-solid-base:focus, .k-chip-solid-base.k-focus {
|
|
13795
13947
|
box-shadow: 0 0 0 2px rgba(33, 37, 41, 0.16);
|
|
13796
|
-
background-color:
|
|
13948
|
+
background-color: #edeeee;
|
|
13797
13949
|
}
|
|
13798
13950
|
|
|
13799
13951
|
.k-chip-solid-base:hover, .k-chip-solid-base.k-hover {
|
|
13800
|
-
background-color:
|
|
13952
|
+
background-color: #dbdcdd;
|
|
13801
13953
|
}
|
|
13802
13954
|
|
|
13803
13955
|
.k-chip-solid-base.k-selected {
|
|
13804
|
-
background-color:
|
|
13956
|
+
background-color: #cacbcc;
|
|
13805
13957
|
}
|
|
13806
13958
|
|
|
13807
13959
|
.k-chip-solid-error {
|
|
13808
|
-
border-color:
|
|
13960
|
+
border-color: #f5c2c7;
|
|
13809
13961
|
color: #dc3545;
|
|
13810
|
-
background-color:
|
|
13962
|
+
background-color: #fceff0;
|
|
13811
13963
|
}
|
|
13812
13964
|
|
|
13813
13965
|
.k-chip-solid-error:focus, .k-chip-solid-error.k-focus {
|
|
13814
13966
|
box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.16);
|
|
13815
|
-
background-color:
|
|
13967
|
+
background-color: #fceff0;
|
|
13816
13968
|
}
|
|
13817
13969
|
|
|
13818
13970
|
.k-chip-solid-error:hover, .k-chip-solid-error.k-hover {
|
|
13819
|
-
background-color:
|
|
13971
|
+
background-color: #f9dfe1;
|
|
13820
13972
|
}
|
|
13821
13973
|
|
|
13822
13974
|
.k-chip-solid-error.k-selected {
|
|
13823
|
-
background-color:
|
|
13975
|
+
background-color: #f7cfd2;
|
|
13824
13976
|
}
|
|
13825
13977
|
|
|
13826
13978
|
.k-chip-solid-info {
|
|
13827
|
-
border-color:
|
|
13979
|
+
border-color: #b6effb;
|
|
13828
13980
|
color: #0dcaf0;
|
|
13829
|
-
background-color:
|
|
13981
|
+
background-color: #ecfbfe;
|
|
13830
13982
|
}
|
|
13831
13983
|
|
|
13832
13984
|
.k-chip-solid-info:focus, .k-chip-solid-info.k-focus {
|
|
13833
13985
|
box-shadow: 0 0 0 2px rgba(13, 202, 240, 0.16);
|
|
13834
|
-
background-color:
|
|
13986
|
+
background-color: #ecfbfe;
|
|
13835
13987
|
}
|
|
13836
13988
|
|
|
13837
13989
|
.k-chip-solid-info:hover, .k-chip-solid-info.k-hover {
|
|
13838
|
-
background-color:
|
|
13990
|
+
background-color: #d8f7fd;
|
|
13839
13991
|
}
|
|
13840
13992
|
|
|
13841
13993
|
.k-chip-solid-info.k-selected {
|
|
13842
|
-
background-color:
|
|
13994
|
+
background-color: #c5f2fb;
|
|
13843
13995
|
}
|
|
13844
13996
|
|
|
13845
13997
|
.k-chip-solid-warning {
|
|
13846
|
-
border-color:
|
|
13998
|
+
border-color: #ffecb5;
|
|
13847
13999
|
color: #ffc107;
|
|
13848
|
-
background-color:
|
|
14000
|
+
background-color: #fffaeb;
|
|
13849
14001
|
}
|
|
13850
14002
|
|
|
13851
14003
|
.k-chip-solid-warning:focus, .k-chip-solid-warning.k-focus {
|
|
13852
14004
|
box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.16);
|
|
13853
|
-
background-color:
|
|
14005
|
+
background-color: #fffaeb;
|
|
13854
14006
|
}
|
|
13855
14007
|
|
|
13856
14008
|
.k-chip-solid-warning:hover, .k-chip-solid-warning.k-hover {
|
|
13857
|
-
background-color:
|
|
14009
|
+
background-color: #fff5d7;
|
|
13858
14010
|
}
|
|
13859
14011
|
|
|
13860
14012
|
.k-chip-solid-warning.k-selected {
|
|
13861
|
-
background-color:
|
|
14013
|
+
background-color: #fff0c3;
|
|
13862
14014
|
}
|
|
13863
14015
|
|
|
13864
14016
|
.k-chip-solid-success {
|
|
13865
|
-
border-color:
|
|
14017
|
+
border-color: #badbcc;
|
|
13866
14018
|
color: #198754;
|
|
13867
|
-
background-color:
|
|
14019
|
+
background-color: #edf5f1;
|
|
13868
14020
|
}
|
|
13869
14021
|
|
|
13870
14022
|
.k-chip-solid-success:focus, .k-chip-solid-success.k-focus {
|
|
13871
14023
|
box-shadow: 0 0 0 2px rgba(25, 135, 84, 0.16);
|
|
13872
|
-
background-color:
|
|
14024
|
+
background-color: #edf5f1;
|
|
13873
14025
|
}
|
|
13874
14026
|
|
|
13875
14027
|
.k-chip-solid-success:hover, .k-chip-solid-success.k-hover {
|
|
13876
|
-
background-color:
|
|
14028
|
+
background-color: #daece4;
|
|
13877
14029
|
}
|
|
13878
14030
|
|
|
13879
14031
|
.k-chip-solid-success.k-selected {
|
|
13880
|
-
background-color:
|
|
14032
|
+
background-color: #c8e2d6;
|
|
13881
14033
|
}
|
|
13882
14034
|
|
|
13883
14035
|
.k-chip-outline-base {
|
|
@@ -13981,6 +14133,8 @@ textarea.k-input-inner {
|
|
|
13981
14133
|
}
|
|
13982
14134
|
|
|
13983
14135
|
.k-color-preview {
|
|
14136
|
+
width: 100%;
|
|
14137
|
+
height: 100%;
|
|
13984
14138
|
border-width: 1px;
|
|
13985
14139
|
border-radius: 0.25rem;
|
|
13986
14140
|
border-style: solid;
|
|
@@ -13991,11 +14145,19 @@ textarea.k-input-inner {
|
|
|
13991
14145
|
overflow: hidden;
|
|
13992
14146
|
}
|
|
13993
14147
|
|
|
13994
|
-
.k-color-preview
|
|
13995
|
-
content: "";
|
|
14148
|
+
.k-color-preview > .k-color-preview-mask {
|
|
13996
14149
|
width: 100%;
|
|
13997
14150
|
height: 100%;
|
|
13998
|
-
|
|
14151
|
+
position: absolute;
|
|
14152
|
+
top: 0;
|
|
14153
|
+
left: 0;
|
|
14154
|
+
}
|
|
14155
|
+
|
|
14156
|
+
.k-color-preview::before {
|
|
14157
|
+
content: "";
|
|
14158
|
+
width: 100%;
|
|
14159
|
+
height: 100%;
|
|
14160
|
+
display: block;
|
|
13999
14161
|
position: relative;
|
|
14000
14162
|
z-index: -1;
|
|
14001
14163
|
}
|
|
@@ -14010,19 +14172,21 @@ textarea.k-input-inner {
|
|
|
14010
14172
|
display: flex;
|
|
14011
14173
|
flex-flow: column nowrap;
|
|
14012
14174
|
align-items: center;
|
|
14175
|
+
justify-content: center;
|
|
14013
14176
|
gap: 2px;
|
|
14014
14177
|
}
|
|
14015
14178
|
|
|
14016
14179
|
.k-icon-color-preview .k-color-preview-mask {
|
|
14017
14180
|
width: 14px;
|
|
14018
14181
|
height: 2px;
|
|
14182
|
+
position: static;
|
|
14019
14183
|
}
|
|
14020
14184
|
|
|
14021
14185
|
.k-icon-color-preview::before {
|
|
14022
14186
|
display: none;
|
|
14023
14187
|
}
|
|
14024
14188
|
|
|
14025
|
-
.k-no-color::
|
|
14189
|
+
.k-no-color::before {
|
|
14026
14190
|
content: "";
|
|
14027
14191
|
width: 100%;
|
|
14028
14192
|
height: 100%;
|
|
@@ -14045,10 +14209,11 @@ textarea.k-input-inner {
|
|
|
14045
14209
|
border-color: #d6d9dc;
|
|
14046
14210
|
}
|
|
14047
14211
|
|
|
14048
|
-
.k-no-color::
|
|
14212
|
+
.k-no-color::before {
|
|
14049
14213
|
background-color: #ffffff;
|
|
14050
14214
|
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='%23dc3545' stroke-width='1'/%3e%3c/svg%3e");
|
|
14051
14215
|
background-size: 100% 100%;
|
|
14216
|
+
background-position: 0 0;
|
|
14052
14217
|
}
|
|
14053
14218
|
|
|
14054
14219
|
.k-loader {
|
|
@@ -16315,11 +16480,13 @@ kendo-label.k-radio-label > .k-label {
|
|
|
16315
16480
|
}
|
|
16316
16481
|
|
|
16317
16482
|
.k-slider .k-button-increase {
|
|
16483
|
+
position: absolute;
|
|
16318
16484
|
right: 0;
|
|
16319
16485
|
top: 0;
|
|
16320
16486
|
}
|
|
16321
16487
|
|
|
16322
16488
|
.k-slider .k-button-decrease {
|
|
16489
|
+
position: absolute;
|
|
16323
16490
|
left: 0;
|
|
16324
16491
|
top: 0;
|
|
16325
16492
|
}
|
|
@@ -17507,6 +17674,249 @@ kendo-label.k-radio-label > .k-label {
|
|
|
17507
17674
|
background-image: linear-gradient(to right, rgba(13, 110, 253, 0.25), transparent 100%);
|
|
17508
17675
|
}
|
|
17509
17676
|
|
|
17677
|
+
.k-timeselector {
|
|
17678
|
+
border-width: 1px;
|
|
17679
|
+
border-style: solid;
|
|
17680
|
+
box-sizing: border-box;
|
|
17681
|
+
outline: 0;
|
|
17682
|
+
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
17683
|
+
font-size: 1rem;
|
|
17684
|
+
line-height: 1.5;
|
|
17685
|
+
position: relative;
|
|
17686
|
+
overflow: hidden;
|
|
17687
|
+
display: flex;
|
|
17688
|
+
flex-flow: column nowrap;
|
|
17689
|
+
-webkit-user-select: none;
|
|
17690
|
+
-ms-user-select: none;
|
|
17691
|
+
user-select: none;
|
|
17692
|
+
-webkit-touch-callout: none;
|
|
17693
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
17694
|
+
}
|
|
17695
|
+
|
|
17696
|
+
.k-popup > .k-timeselector {
|
|
17697
|
+
border-width: 0;
|
|
17698
|
+
}
|
|
17699
|
+
|
|
17700
|
+
.k-time-header,
|
|
17701
|
+
.k-time-selector-header {
|
|
17702
|
+
padding: 0.25rem 0.25rem;
|
|
17703
|
+
box-sizing: border-box;
|
|
17704
|
+
display: flex;
|
|
17705
|
+
align-items: center;
|
|
17706
|
+
justify-content: space-between;
|
|
17707
|
+
flex: 0 0 auto;
|
|
17708
|
+
}
|
|
17709
|
+
|
|
17710
|
+
.k-time-header .k-title,
|
|
17711
|
+
.k-time-header .k-time-selector-header-title,
|
|
17712
|
+
.k-time-selector-header .k-title,
|
|
17713
|
+
.k-time-selector-header .k-time-selector-header-title {
|
|
17714
|
+
padding: 0.375rem 0.75rem;
|
|
17715
|
+
font-weight: bold;
|
|
17716
|
+
display: inline-block;
|
|
17717
|
+
}
|
|
17718
|
+
|
|
17719
|
+
.k-time-header .k-time-now,
|
|
17720
|
+
.k-time-selector-header .k-time-now {
|
|
17721
|
+
border-width: 0;
|
|
17722
|
+
line-height: inherit;
|
|
17723
|
+
cursor: pointer;
|
|
17724
|
+
}
|
|
17725
|
+
|
|
17726
|
+
.k-time-list-container {
|
|
17727
|
+
display: flex;
|
|
17728
|
+
position: relative;
|
|
17729
|
+
flex: 1 1 auto;
|
|
17730
|
+
}
|
|
17731
|
+
|
|
17732
|
+
.k-time-highlight,
|
|
17733
|
+
.k-time-list-highlight {
|
|
17734
|
+
width: 100%;
|
|
17735
|
+
height: 2rem;
|
|
17736
|
+
border-width: 1px 0px;
|
|
17737
|
+
border-style: solid;
|
|
17738
|
+
box-sizing: border-box;
|
|
17739
|
+
position: absolute;
|
|
17740
|
+
top: calc(50% + 0.65625rem);
|
|
17741
|
+
left: 0;
|
|
17742
|
+
right: 0;
|
|
17743
|
+
transform: translateY(-50%);
|
|
17744
|
+
z-index: 1;
|
|
17745
|
+
}
|
|
17746
|
+
|
|
17747
|
+
.k-time-list-wrapper {
|
|
17748
|
+
min-width: 4em;
|
|
17749
|
+
height: 240px;
|
|
17750
|
+
box-sizing: content-box;
|
|
17751
|
+
display: inline-flex;
|
|
17752
|
+
flex-flow: column nowrap;
|
|
17753
|
+
align-items: stretch;
|
|
17754
|
+
overflow: hidden;
|
|
17755
|
+
position: relative;
|
|
17756
|
+
text-align: center;
|
|
17757
|
+
flex: 1 1 auto;
|
|
17758
|
+
}
|
|
17759
|
+
|
|
17760
|
+
.k-time-list-wrapper .k-title {
|
|
17761
|
+
font-size: 0.875rem;
|
|
17762
|
+
line-height: 1.5;
|
|
17763
|
+
font-weight: bold;
|
|
17764
|
+
text-align: center;
|
|
17765
|
+
text-transform: capitalize;
|
|
17766
|
+
display: block;
|
|
17767
|
+
}
|
|
17768
|
+
|
|
17769
|
+
.k-time-list-wrapper.k-state-focused::before, .k-time-list-wrapper.k-state-focused::after {
|
|
17770
|
+
display: block;
|
|
17771
|
+
content: " ";
|
|
17772
|
+
position: absolute;
|
|
17773
|
+
width: 100%;
|
|
17774
|
+
left: 0;
|
|
17775
|
+
pointer-events: none;
|
|
17776
|
+
height: calc(50% - 1rem);
|
|
17777
|
+
box-sizing: border-box;
|
|
17778
|
+
border-width: 0;
|
|
17779
|
+
border-style: solid;
|
|
17780
|
+
}
|
|
17781
|
+
|
|
17782
|
+
.k-time-list-wrapper.k-state-focused::before {
|
|
17783
|
+
top: 1.3125rem;
|
|
17784
|
+
}
|
|
17785
|
+
|
|
17786
|
+
.k-time-list-wrapper.k-state-focused::after {
|
|
17787
|
+
bottom: 0;
|
|
17788
|
+
}
|
|
17789
|
+
|
|
17790
|
+
.k-time-list {
|
|
17791
|
+
display: flex;
|
|
17792
|
+
flex-flow: row nowrap;
|
|
17793
|
+
align-items: stretch;
|
|
17794
|
+
flex: 1;
|
|
17795
|
+
position: relative;
|
|
17796
|
+
z-index: 1;
|
|
17797
|
+
overflow: hidden;
|
|
17798
|
+
}
|
|
17799
|
+
|
|
17800
|
+
.k-time-list::before, .k-time-list::after {
|
|
17801
|
+
display: block;
|
|
17802
|
+
position: absolute;
|
|
17803
|
+
content: " ";
|
|
17804
|
+
height: 0;
|
|
17805
|
+
line-height: 0;
|
|
17806
|
+
z-index: 1;
|
|
17807
|
+
width: 200%;
|
|
17808
|
+
left: -50%;
|
|
17809
|
+
}
|
|
17810
|
+
|
|
17811
|
+
.k-time-list::before {
|
|
17812
|
+
top: 0;
|
|
17813
|
+
}
|
|
17814
|
+
|
|
17815
|
+
.k-time-list::after {
|
|
17816
|
+
bottom: 0;
|
|
17817
|
+
}
|
|
17818
|
+
|
|
17819
|
+
.k-time-container,
|
|
17820
|
+
.k-time-list-content {
|
|
17821
|
+
position: relative;
|
|
17822
|
+
flex: 1 1 auto;
|
|
17823
|
+
display: block;
|
|
17824
|
+
overflow-x: hidden;
|
|
17825
|
+
overflow-y: scroll;
|
|
17826
|
+
padding-right: 100px;
|
|
17827
|
+
padding-left: 100px;
|
|
17828
|
+
margin-left: -100px;
|
|
17829
|
+
margin-right: -117px;
|
|
17830
|
+
}
|
|
17831
|
+
|
|
17832
|
+
.k-time-container > ul,
|
|
17833
|
+
.k-time-list-content > ul {
|
|
17834
|
+
height: auto;
|
|
17835
|
+
width: 4em;
|
|
17836
|
+
margin: auto;
|
|
17837
|
+
}
|
|
17838
|
+
|
|
17839
|
+
.k-rtl .k-time-container [dir="rtl"] .k-time-container, .k-rtl
|
|
17840
|
+
.k-time-list-content [dir="rtl"] .k-time-container, .k-rtl .k-time-container [dir="rtl"]
|
|
17841
|
+
.k-time-list-content, .k-rtl
|
|
17842
|
+
.k-time-list-content [dir="rtl"]
|
|
17843
|
+
.k-time-list-content {
|
|
17844
|
+
padding-right: 100px;
|
|
17845
|
+
padding-left: 100px;
|
|
17846
|
+
margin-left: -117px;
|
|
17847
|
+
margin-right: -100px;
|
|
17848
|
+
}
|
|
17849
|
+
|
|
17850
|
+
.k-time-container .k-scrollable-placeholder,
|
|
17851
|
+
.k-time-list-content .k-scrollable-placeholder {
|
|
17852
|
+
position: absolute;
|
|
17853
|
+
width: 1px;
|
|
17854
|
+
top: 0;
|
|
17855
|
+
right: 0;
|
|
17856
|
+
}
|
|
17857
|
+
|
|
17858
|
+
.k-time-list-item,
|
|
17859
|
+
.k-time-list .k-item {
|
|
17860
|
+
padding: 0.25rem 1rem;
|
|
17861
|
+
}
|
|
17862
|
+
|
|
17863
|
+
.k-time-separator {
|
|
17864
|
+
width: 0;
|
|
17865
|
+
height: 2rem;
|
|
17866
|
+
align-self: center;
|
|
17867
|
+
display: inline-flex;
|
|
17868
|
+
justify-content: center;
|
|
17869
|
+
align-items: center;
|
|
17870
|
+
position: relative;
|
|
17871
|
+
z-index: 11;
|
|
17872
|
+
top: 0.65625rem;
|
|
17873
|
+
}
|
|
17874
|
+
|
|
17875
|
+
.k-timeselector {
|
|
17876
|
+
border-color: #dee2e6;
|
|
17877
|
+
color: #212529;
|
|
17878
|
+
background-color: #ffffff;
|
|
17879
|
+
}
|
|
17880
|
+
|
|
17881
|
+
.k-time-header .k-time-now,
|
|
17882
|
+
.k-time-selector-header .k-time-now {
|
|
17883
|
+
color: #0d6efd;
|
|
17884
|
+
}
|
|
17885
|
+
|
|
17886
|
+
.k-time-header .k-time-now:hover,
|
|
17887
|
+
.k-time-selector-header .k-time-now:hover {
|
|
17888
|
+
color: #0a58ca;
|
|
17889
|
+
}
|
|
17890
|
+
|
|
17891
|
+
.k-time-list-wrapper .k-title {
|
|
17892
|
+
color: #6c757d;
|
|
17893
|
+
}
|
|
17894
|
+
|
|
17895
|
+
.k-time-list-wrapper.k-state-focused .k-title {
|
|
17896
|
+
color: #212529;
|
|
17897
|
+
}
|
|
17898
|
+
|
|
17899
|
+
.k-time-list-wrapper.k-state-focused::before, .k-time-list-wrapper.k-state-focused::after {
|
|
17900
|
+
background-color: rgba(0, 0, 0, 0.02);
|
|
17901
|
+
}
|
|
17902
|
+
|
|
17903
|
+
.k-time-list::before, .k-time-list::after {
|
|
17904
|
+
box-shadow: 0 0 3em 1.5em #ffffff;
|
|
17905
|
+
}
|
|
17906
|
+
|
|
17907
|
+
.k-time-list .k-item:hover {
|
|
17908
|
+
color: #0d6efd;
|
|
17909
|
+
}
|
|
17910
|
+
|
|
17911
|
+
.k-time-container {
|
|
17912
|
+
background: transparent;
|
|
17913
|
+
}
|
|
17914
|
+
|
|
17915
|
+
.k-time-highlight {
|
|
17916
|
+
border-color: #dee2e6;
|
|
17917
|
+
background-color: #ffffff;
|
|
17918
|
+
}
|
|
17919
|
+
|
|
17510
17920
|
.k-captcha {
|
|
17511
17921
|
width: 335px;
|
|
17512
17922
|
box-sizing: border-box;
|
|
@@ -17744,444 +18154,176 @@ kendo-label.k-radio-label > .k-label {
|
|
|
17744
18154
|
|
|
17745
18155
|
.k-colorgradient-color-contrast > div {
|
|
17746
18156
|
display: flex;
|
|
17747
|
-
flex-flow: row nowrap;
|
|
17748
|
-
gap: 0.5rem;
|
|
17749
|
-
}
|
|
17750
|
-
|
|
17751
|
-
.k-colorgradient-color-contrast .k-contrast-ratio {
|
|
17752
|
-
margin-bottom: 0.5rem;
|
|
17753
|
-
}
|
|
17754
|
-
|
|
17755
|
-
.k-colorgradient-color-contrast .k-contrast-ratio-text {
|
|
17756
|
-
font-weight: 700;
|
|
17757
|
-
}
|
|
17758
|
-
|
|
17759
|
-
.k-colorgradient-color-contrast .k-contrast-validation {
|
|
17760
|
-
display: inline-flex;
|
|
17761
|
-
align-items: center;
|
|
17762
|
-
gap: 0.25rem;
|
|
17763
|
-
}
|
|
17764
|
-
|
|
17765
|
-
.k-colorgradient-color-contrast .k-contrast-validation .k-icon {
|
|
17766
|
-
vertical-align: middle;
|
|
17767
|
-
}
|
|
17768
|
-
|
|
17769
|
-
.k-colorgradient-color-contrast .k-contrast-validation .k-i-check + .k-i-check {
|
|
17770
|
-
margin-left: -13px;
|
|
17771
|
-
}
|
|
17772
|
-
|
|
17773
|
-
.k-color-contrast-svg {
|
|
17774
|
-
position: absolute;
|
|
17775
|
-
top: 0;
|
|
17776
|
-
left: 0;
|
|
17777
|
-
overflow: visible;
|
|
17778
|
-
pointer-events: none;
|
|
17779
|
-
}
|
|
17780
|
-
|
|
17781
|
-
.k-rtl .k-colorgradient-color-contrast .k-i-check + .k-i-check,
|
|
17782
|
-
[dir="rtl"] .k-colorgradient-color-contrast .k-i-check + .k-i-check {
|
|
17783
|
-
margin-left: 0;
|
|
17784
|
-
margin-right: -13px;
|
|
17785
|
-
}
|
|
17786
|
-
|
|
17787
|
-
.k-colorgradient {
|
|
17788
|
-
border-color: #dee2e6;
|
|
17789
|
-
color: #212529;
|
|
17790
|
-
background-color: #ffffff;
|
|
17791
|
-
}
|
|
17792
|
-
|
|
17793
|
-
.k-colorgradient:focus,
|
|
17794
|
-
.k-colorgradient.k-state-focus,
|
|
17795
|
-
.k-colorgradient.k-focus {
|
|
17796
|
-
border-color: #d6d9dc;
|
|
17797
|
-
}
|
|
17798
|
-
|
|
17799
|
-
.k-colorgradient-canvas .k-hsv-gradient {
|
|
17800
|
-
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black), linear-gradient(to right, white, rgba(255, 255, 255, 0));
|
|
17801
|
-
}
|
|
17802
|
-
|
|
17803
|
-
.k-colorgradient .k-draghandle {
|
|
17804
|
-
border-color: rgba(255, 255, 255, 0.8);
|
|
17805
|
-
background-color: transparent;
|
|
17806
|
-
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
|
|
17807
|
-
}
|
|
17808
|
-
|
|
17809
|
-
.k-colorgradient .k-draghandle:focus, .k-colorgradient .k-draghandle.k-state-focus, .k-colorgradient .k-draghandle.k-focus {
|
|
17810
|
-
border-color: #ffffff;
|
|
17811
|
-
background-color: transparent;
|
|
17812
|
-
box-shadow: 0 1px 4px black;
|
|
17813
|
-
}
|
|
17814
|
-
|
|
17815
|
-
.k-colorgradient .k-draghandle:active, .k-colorgradient .k-draghandle:hover, .k-colorgradient .k-draghandle.k-state-hover, .k-colorgradient .k-draghandle.k-hover {
|
|
17816
|
-
border-color: #ffffff;
|
|
17817
|
-
background-color: transparent;
|
|
17818
|
-
box-shadow: 0 1px 4px black;
|
|
17819
|
-
}
|
|
17820
|
-
|
|
17821
|
-
.k-colorgradient-slider.k-hue-slider.k-slider-horizontal .k-slider-track {
|
|
17822
|
-
background: linear-gradient(to right, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
|
|
17823
|
-
}
|
|
17824
|
-
|
|
17825
|
-
.k-colorgradient-slider.k-hue-slider.k-slider-vertical .k-slider-track {
|
|
17826
|
-
background: linear-gradient(to top, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
|
|
17827
|
-
}
|
|
17828
|
-
|
|
17829
|
-
.k-colorgradient-slider.k-alpha-slider .k-slider-track::before {
|
|
17830
|
-
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC") center repeat;
|
|
17831
|
-
}
|
|
17832
|
-
|
|
17833
|
-
.k-colorgradient-input-label {
|
|
17834
|
-
color: #adb5bd;
|
|
17835
|
-
}
|
|
17836
|
-
|
|
17837
|
-
.k-rtl .k-colorgradient .k-hue-slider.k-slider-horizontal .k-slider-track,
|
|
17838
|
-
[dir="rtl"] .k-colorgradient .k-hue-slider.k-slider-horizontal .k-slider-track {
|
|
17839
|
-
background: linear-gradient(to left, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
|
|
17840
|
-
}
|
|
17841
|
-
|
|
17842
|
-
.k-coloreditor {
|
|
17843
|
-
border-radius: 0.25rem;
|
|
17844
|
-
min-width: 328px;
|
|
17845
|
-
border-width: 1px;
|
|
17846
|
-
border-style: solid;
|
|
17847
|
-
box-sizing: border-box;
|
|
17848
|
-
outline: 0;
|
|
17849
|
-
font-size: 1rem;
|
|
17850
|
-
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
17851
|
-
line-height: 1.5;
|
|
17852
|
-
display: inline-flex;
|
|
17853
|
-
flex-direction: column;
|
|
17854
|
-
align-items: stretch;
|
|
17855
|
-
}
|
|
17856
|
-
|
|
17857
|
-
.k-coloreditor-header {
|
|
17858
|
-
padding: 1rem 1rem 0;
|
|
17859
|
-
}
|
|
17860
|
-
|
|
17861
|
-
.k-coloreditor-header-actions {
|
|
17862
|
-
gap: 0.5rem;
|
|
17863
|
-
}
|
|
17864
|
-
|
|
17865
|
-
.k-coloreditor-preview {
|
|
17866
|
-
position: relative;
|
|
17867
|
-
gap: 2px;
|
|
17868
|
-
z-index: 1;
|
|
17869
|
-
}
|
|
17870
|
-
|
|
17871
|
-
.k-coloreditor-preview .k-color-preview {
|
|
17872
|
-
width: 34px;
|
|
17873
|
-
height: 14px;
|
|
17874
|
-
}
|
|
17875
|
-
|
|
17876
|
-
.k-coloreditor-views {
|
|
17877
|
-
min-width: calc(var(--kendo-color-preview-width, 1.5rem)*var(--kendo-color-preview-columns, 10));
|
|
17878
|
-
padding: 1rem 1rem;
|
|
17879
|
-
gap: 1rem;
|
|
17880
|
-
}
|
|
17881
|
-
|
|
17882
|
-
.k-coloreditor-views .k-colorgradient {
|
|
17883
|
-
padding: 0;
|
|
17884
|
-
width: auto;
|
|
17885
|
-
border-width: 0;
|
|
17886
|
-
}
|
|
17887
|
-
|
|
17888
|
-
.k-coloreditor-views .k-colorpalette {
|
|
17889
|
-
align-self: center;
|
|
17890
|
-
}
|
|
17891
|
-
|
|
17892
|
-
.k-coloreditor-views .k-colorpalette-tile {
|
|
17893
|
-
width: var(--kendo-color-preview-width, 1.5rem);
|
|
17894
|
-
height: var(--kendo-color-preview-height, 1.5rem);
|
|
17895
|
-
}
|
|
17896
|
-
|
|
17897
|
-
.k-coloreditor-footer.k-actions, .k-coloreditor-footer.k-edit-buttons,
|
|
17898
|
-
.k-coloreditor-footer.k-action-buttons,
|
|
17899
|
-
.k-coloreditor-footer.k-columnmenu-actions, .k-coloreditor-footer.k-form-buttons {
|
|
17900
|
-
margin: 0;
|
|
17901
|
-
}
|
|
17902
|
-
|
|
17903
|
-
.k-coloreditor {
|
|
17904
|
-
border-color: #dee2e6;
|
|
17905
|
-
color: #212529;
|
|
17906
|
-
background-color: #ffffff;
|
|
17907
|
-
}
|
|
17908
|
-
|
|
17909
|
-
.k-coloreditor:focus,
|
|
17910
|
-
.k-coloreditor.k-state-focus,
|
|
17911
|
-
.k-coloreditor.k-focus {
|
|
17912
|
-
border-color: #d6d9dc;
|
|
17913
|
-
}
|
|
17914
|
-
|
|
17915
|
-
.k-colorpicker {
|
|
17916
|
-
width: min-content;
|
|
17917
|
-
}
|
|
17918
|
-
|
|
17919
|
-
.k-datetime-container .k-datetime-wrap {
|
|
17920
|
-
width: calc(304px + 2rem);
|
|
17921
|
-
overflow: hidden;
|
|
17922
|
-
}
|
|
17923
|
-
|
|
17924
|
-
.k-datetime-container .k-datetime-buttongroup {
|
|
17925
|
-
padding: 0.75rem;
|
|
17926
|
-
}
|
|
17927
|
-
|
|
17928
|
-
.k-datetime-container .k-datetime-selector {
|
|
17929
|
-
display: flex;
|
|
17930
|
-
transition: transform .2s;
|
|
17931
|
-
}
|
|
17932
|
-
|
|
17933
|
-
.k-datetime-container .k-datetime-calendar-wrap,
|
|
17934
|
-
.k-datetime-container .k-datetime-time-wrap {
|
|
17935
|
-
text-align: center;
|
|
17936
|
-
flex: 0 0 calc(304px + 2rem);
|
|
17937
|
-
}
|
|
17938
|
-
|
|
17939
|
-
.k-datetime-container .k-timeselector {
|
|
17940
|
-
outline: none;
|
|
17941
|
-
}
|
|
17942
|
-
|
|
17943
|
-
.k-datetime-container .k-time-list-container {
|
|
17944
|
-
justify-content: center;
|
|
17945
|
-
}
|
|
17946
|
-
|
|
17947
|
-
.k-datetime-container .k-time-tab .k-datetime-selector {
|
|
17948
|
-
transform: translateX(-100%);
|
|
17949
|
-
}
|
|
17950
|
-
|
|
17951
|
-
.k-rtl .k-datetime-container .k-time-tab .k-datetime-selector, .k-datetime-container.k-rtl .k-time-tab .k-datetime-selector,
|
|
17952
|
-
[dir="rtl"] .k-datetime-container .k-time-tab .k-datetime-selector, .k-datetime-container[dir="rtl"] .k-time-tab .k-datetime-selector {
|
|
17953
|
-
transform: translateX(100%);
|
|
17954
|
-
}
|
|
17955
|
-
|
|
17956
|
-
.k-time-header {
|
|
17957
|
-
display: flex;
|
|
17958
|
-
align-items: center;
|
|
17959
|
-
justify-content: space-between;
|
|
17960
|
-
padding: 1rem 2rem;
|
|
17961
|
-
line-height: 2em;
|
|
17962
|
-
}
|
|
17963
|
-
|
|
17964
|
-
.k-time-header .k-title {
|
|
17965
|
-
font-weight: bold;
|
|
17966
|
-
}
|
|
17967
|
-
|
|
17968
|
-
.k-time-header .k-time-now {
|
|
17969
|
-
border-width: 0;
|
|
17970
|
-
line-height: inherit;
|
|
17971
|
-
cursor: pointer;
|
|
17972
|
-
}
|
|
17973
|
-
|
|
17974
|
-
.k-time-list-wrapper {
|
|
17975
|
-
display: inline-block;
|
|
17976
|
-
overflow: hidden;
|
|
17977
|
-
box-sizing: content-box;
|
|
17978
|
-
overflow-x: hidden;
|
|
17979
|
-
overflow-y: auto;
|
|
17980
|
-
position: relative;
|
|
17981
|
-
padding: 2.5rem 0;
|
|
17982
|
-
text-align: center;
|
|
17983
|
-
min-width: 4em;
|
|
17984
|
-
height: 200px;
|
|
17985
|
-
flex: 1 1 auto;
|
|
17986
|
-
}
|
|
17987
|
-
|
|
17988
|
-
.k-time-list-wrapper .k-title {
|
|
17989
|
-
display: block;
|
|
17990
|
-
text-align: center;
|
|
17991
|
-
font-size: 0.75rem;
|
|
17992
|
-
position: absolute;
|
|
17993
|
-
text-transform: capitalize;
|
|
17994
|
-
font-weight: bold;
|
|
17995
|
-
min-width: 100%;
|
|
17996
|
-
height: 1.5em;
|
|
17997
|
-
line-height: 1.5em;
|
|
17998
|
-
margin-top: -2.5rem;
|
|
17999
|
-
z-index: 12;
|
|
18000
|
-
}
|
|
18001
|
-
|
|
18002
|
-
.k-time-list-wrapper.k-state-focused::before, .k-time-list-wrapper.k-state-focused::after {
|
|
18003
|
-
display: block;
|
|
18004
|
-
content: " ";
|
|
18005
|
-
position: absolute;
|
|
18006
|
-
width: 100%;
|
|
18007
|
-
left: 0;
|
|
18008
|
-
pointer-events: none;
|
|
18009
|
-
height: calc(50% - 1em);
|
|
18010
|
-
box-sizing: border-box;
|
|
18011
|
-
border-width: 0;
|
|
18012
|
-
border-style: solid;
|
|
18013
|
-
}
|
|
18014
|
-
|
|
18015
|
-
.k-time-list-wrapper.k-state-focused::before {
|
|
18016
|
-
top: 0;
|
|
18157
|
+
flex-flow: row nowrap;
|
|
18158
|
+
gap: 0.5rem;
|
|
18017
18159
|
}
|
|
18018
18160
|
|
|
18019
|
-
.k-
|
|
18020
|
-
bottom: 0;
|
|
18161
|
+
.k-colorgradient-color-contrast .k-contrast-ratio {
|
|
18162
|
+
margin-bottom: 0.5rem;
|
|
18021
18163
|
}
|
|
18022
18164
|
|
|
18023
|
-
.k-
|
|
18024
|
-
|
|
18025
|
-
display: block;
|
|
18026
|
-
overflow-x: hidden;
|
|
18027
|
-
overflow-y: scroll;
|
|
18028
|
-
line-height: 1.5;
|
|
18029
|
-
left: 0;
|
|
18030
|
-
right: 0;
|
|
18031
|
-
top: 2.5rem;
|
|
18032
|
-
bottom: 2.5rem;
|
|
18033
|
-
padding-right: 100px;
|
|
18034
|
-
padding-left: 100px;
|
|
18035
|
-
margin-left: -100px;
|
|
18036
|
-
margin-right: -117px;
|
|
18165
|
+
.k-colorgradient-color-contrast .k-contrast-ratio-text {
|
|
18166
|
+
font-weight: 700;
|
|
18037
18167
|
}
|
|
18038
18168
|
|
|
18039
|
-
.k-
|
|
18040
|
-
|
|
18041
|
-
|
|
18042
|
-
|
|
18169
|
+
.k-colorgradient-color-contrast .k-contrast-validation {
|
|
18170
|
+
display: inline-flex;
|
|
18171
|
+
align-items: center;
|
|
18172
|
+
gap: 0.25rem;
|
|
18043
18173
|
}
|
|
18044
18174
|
|
|
18045
|
-
.k-
|
|
18046
|
-
|
|
18047
|
-
padding-right: 100px;
|
|
18048
|
-
padding-left: 100px;
|
|
18049
|
-
margin-left: -117px;
|
|
18050
|
-
margin-right: -100px;
|
|
18175
|
+
.k-colorgradient-color-contrast .k-contrast-validation .k-icon {
|
|
18176
|
+
vertical-align: middle;
|
|
18051
18177
|
}
|
|
18052
18178
|
|
|
18053
|
-
.k-
|
|
18054
|
-
|
|
18055
|
-
position: relative;
|
|
18179
|
+
.k-colorgradient-color-contrast .k-contrast-validation .k-i-check + .k-i-check {
|
|
18180
|
+
margin-left: -13px;
|
|
18056
18181
|
}
|
|
18057
18182
|
|
|
18058
|
-
.k-
|
|
18183
|
+
.k-color-contrast-svg {
|
|
18059
18184
|
position: absolute;
|
|
18060
|
-
display: flex;
|
|
18061
|
-
z-index: 10;
|
|
18062
|
-
outline: 0;
|
|
18063
|
-
bottom: 0;
|
|
18064
|
-
right: 0;
|
|
18065
|
-
left: 0;
|
|
18066
18185
|
top: 0;
|
|
18186
|
+
left: 0;
|
|
18187
|
+
overflow: visible;
|
|
18188
|
+
pointer-events: none;
|
|
18067
18189
|
}
|
|
18068
18190
|
|
|
18069
|
-
.k-
|
|
18070
|
-
|
|
18071
|
-
|
|
18072
|
-
|
|
18073
|
-
height: 0;
|
|
18074
|
-
line-height: 0;
|
|
18075
|
-
z-index: 1;
|
|
18076
|
-
width: 200%;
|
|
18077
|
-
left: -50%;
|
|
18191
|
+
.k-rtl .k-colorgradient-color-contrast .k-i-check + .k-i-check,
|
|
18192
|
+
[dir="rtl"] .k-colorgradient-color-contrast .k-i-check + .k-i-check {
|
|
18193
|
+
margin-left: 0;
|
|
18194
|
+
margin-right: -13px;
|
|
18078
18195
|
}
|
|
18079
18196
|
|
|
18080
|
-
.k-
|
|
18081
|
-
|
|
18197
|
+
.k-colorgradient {
|
|
18198
|
+
border-color: #dee2e6;
|
|
18199
|
+
color: #212529;
|
|
18200
|
+
background-color: #ffffff;
|
|
18082
18201
|
}
|
|
18083
18202
|
|
|
18084
|
-
.k-
|
|
18085
|
-
|
|
18203
|
+
.k-colorgradient:focus,
|
|
18204
|
+
.k-colorgradient.k-state-focus,
|
|
18205
|
+
.k-colorgradient.k-focus {
|
|
18206
|
+
border-color: #d6d9dc;
|
|
18086
18207
|
}
|
|
18087
18208
|
|
|
18088
|
-
.k-
|
|
18089
|
-
|
|
18090
|
-
min-height: calc(1.5em + 2px);
|
|
18091
|
-
line-height: calc(1.5em + 2px);
|
|
18209
|
+
.k-colorgradient-canvas .k-hsv-gradient {
|
|
18210
|
+
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black), linear-gradient(to right, white, rgba(255, 255, 255, 0));
|
|
18092
18211
|
}
|
|
18093
18212
|
|
|
18094
|
-
.k-
|
|
18095
|
-
|
|
18096
|
-
|
|
18097
|
-
|
|
18098
|
-
right: 0;
|
|
18099
|
-
transform: translateY(-50%);
|
|
18100
|
-
width: 100%;
|
|
18101
|
-
height: calc(1.5em + 0.75rem);
|
|
18102
|
-
z-index: 1;
|
|
18103
|
-
border-width: 1px 0;
|
|
18104
|
-
border-style: solid;
|
|
18213
|
+
.k-colorgradient .k-draghandle {
|
|
18214
|
+
border-color: rgba(255, 255, 255, 0.8);
|
|
18215
|
+
background-color: transparent;
|
|
18216
|
+
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
|
|
18105
18217
|
}
|
|
18106
18218
|
|
|
18107
|
-
.k-
|
|
18108
|
-
|
|
18109
|
-
|
|
18110
|
-
|
|
18111
|
-
right: 0;
|
|
18219
|
+
.k-colorgradient .k-draghandle:focus, .k-colorgradient .k-draghandle.k-state-focus, .k-colorgradient .k-draghandle.k-focus {
|
|
18220
|
+
border-color: #ffffff;
|
|
18221
|
+
background-color: transparent;
|
|
18222
|
+
box-shadow: 0 1px 4px black;
|
|
18112
18223
|
}
|
|
18113
18224
|
|
|
18114
|
-
.k-
|
|
18115
|
-
|
|
18116
|
-
|
|
18117
|
-
|
|
18118
|
-
align-self: center;
|
|
18119
|
-
justify-content: center;
|
|
18120
|
-
z-index: 11;
|
|
18225
|
+
.k-colorgradient .k-draghandle:active, .k-colorgradient .k-draghandle:hover, .k-colorgradient .k-draghandle.k-state-hover, .k-colorgradient .k-draghandle.k-hover {
|
|
18226
|
+
border-color: #ffffff;
|
|
18227
|
+
background-color: transparent;
|
|
18228
|
+
box-shadow: 0 1px 4px black;
|
|
18121
18229
|
}
|
|
18122
18230
|
|
|
18123
|
-
.k-
|
|
18124
|
-
|
|
18231
|
+
.k-colorgradient-slider.k-hue-slider.k-slider-horizontal .k-slider-track {
|
|
18232
|
+
background: linear-gradient(to right, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
|
|
18125
18233
|
}
|
|
18126
18234
|
|
|
18127
|
-
.k-
|
|
18128
|
-
|
|
18235
|
+
.k-colorgradient-slider.k-hue-slider.k-slider-vertical .k-slider-track {
|
|
18236
|
+
background: linear-gradient(to top, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
|
|
18129
18237
|
}
|
|
18130
18238
|
|
|
18131
|
-
.k-
|
|
18132
|
-
|
|
18239
|
+
.k-colorgradient-slider.k-alpha-slider .k-slider-track::before {
|
|
18240
|
+
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC") center repeat;
|
|
18133
18241
|
}
|
|
18134
18242
|
|
|
18135
|
-
.k-
|
|
18136
|
-
|
|
18137
|
-
font-size: 0.75rem;
|
|
18243
|
+
.k-colorgradient-input-label {
|
|
18244
|
+
color: #adb5bd;
|
|
18138
18245
|
}
|
|
18139
18246
|
|
|
18140
|
-
.k-
|
|
18141
|
-
|
|
18142
|
-
background:
|
|
18247
|
+
.k-rtl .k-colorgradient .k-hue-slider.k-slider-horizontal .k-slider-track,
|
|
18248
|
+
[dir="rtl"] .k-colorgradient .k-hue-slider.k-slider-horizontal .k-slider-track {
|
|
18249
|
+
background: linear-gradient(to left, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
|
|
18143
18250
|
}
|
|
18144
18251
|
|
|
18145
|
-
.k-
|
|
18146
|
-
|
|
18252
|
+
.k-coloreditor {
|
|
18253
|
+
border-radius: 0.25rem;
|
|
18254
|
+
min-width: 328px;
|
|
18255
|
+
border-width: 1px;
|
|
18256
|
+
border-style: solid;
|
|
18257
|
+
box-sizing: border-box;
|
|
18258
|
+
outline: 0;
|
|
18259
|
+
font-size: 1rem;
|
|
18260
|
+
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
18261
|
+
line-height: 1.5;
|
|
18262
|
+
display: inline-flex;
|
|
18263
|
+
flex-direction: column;
|
|
18264
|
+
align-items: stretch;
|
|
18147
18265
|
}
|
|
18148
18266
|
|
|
18149
|
-
.k-
|
|
18150
|
-
|
|
18267
|
+
.k-coloreditor-header {
|
|
18268
|
+
padding: 1rem 1rem 0;
|
|
18151
18269
|
}
|
|
18152
18270
|
|
|
18153
|
-
.k-
|
|
18154
|
-
|
|
18271
|
+
.k-coloreditor-header-actions {
|
|
18272
|
+
gap: 0.5rem;
|
|
18155
18273
|
}
|
|
18156
18274
|
|
|
18157
|
-
.k-
|
|
18158
|
-
|
|
18275
|
+
.k-coloreditor-preview {
|
|
18276
|
+
position: relative;
|
|
18277
|
+
gap: 2px;
|
|
18278
|
+
z-index: 1;
|
|
18159
18279
|
}
|
|
18160
18280
|
|
|
18161
|
-
.k-
|
|
18162
|
-
|
|
18281
|
+
.k-coloreditor-preview .k-color-preview {
|
|
18282
|
+
width: 34px;
|
|
18283
|
+
height: 14px;
|
|
18163
18284
|
}
|
|
18164
18285
|
|
|
18165
|
-
.k-
|
|
18166
|
-
|
|
18286
|
+
.k-coloreditor-views {
|
|
18287
|
+
min-width: calc(var(--kendo-color-preview-width, 1.5rem)*var(--kendo-color-preview-columns, 10));
|
|
18288
|
+
padding: 1rem 1rem;
|
|
18289
|
+
gap: 1rem;
|
|
18167
18290
|
}
|
|
18168
18291
|
|
|
18169
|
-
.k-
|
|
18170
|
-
|
|
18292
|
+
.k-coloreditor-views .k-colorgradient {
|
|
18293
|
+
padding: 0;
|
|
18294
|
+
width: auto;
|
|
18295
|
+
border-width: 0;
|
|
18171
18296
|
}
|
|
18172
18297
|
|
|
18173
|
-
.k-
|
|
18298
|
+
.k-coloreditor-views .k-colorpalette {
|
|
18299
|
+
align-self: center;
|
|
18300
|
+
}
|
|
18301
|
+
|
|
18302
|
+
.k-coloreditor-views .k-colorpalette-tile {
|
|
18303
|
+
width: var(--kendo-color-preview-width, 1.5rem);
|
|
18304
|
+
height: var(--kendo-color-preview-height, 1.5rem);
|
|
18305
|
+
}
|
|
18306
|
+
|
|
18307
|
+
.k-coloreditor-footer.k-actions, .k-coloreditor-footer.k-edit-buttons,
|
|
18308
|
+
.k-coloreditor-footer.k-action-buttons,
|
|
18309
|
+
.k-coloreditor-footer.k-columnmenu-actions, .k-coloreditor-footer.k-form-buttons {
|
|
18310
|
+
margin: 0;
|
|
18311
|
+
}
|
|
18312
|
+
|
|
18313
|
+
.k-coloreditor {
|
|
18174
18314
|
border-color: #dee2e6;
|
|
18315
|
+
color: #212529;
|
|
18175
18316
|
background-color: #ffffff;
|
|
18176
18317
|
}
|
|
18177
18318
|
|
|
18178
|
-
.k-
|
|
18179
|
-
.k-
|
|
18180
|
-
|
|
18319
|
+
.k-coloreditor:focus,
|
|
18320
|
+
.k-coloreditor.k-state-focus,
|
|
18321
|
+
.k-coloreditor.k-focus {
|
|
18322
|
+
border-color: #d6d9dc;
|
|
18181
18323
|
}
|
|
18182
18324
|
|
|
18183
|
-
.k-
|
|
18184
|
-
|
|
18325
|
+
.k-colorpicker {
|
|
18326
|
+
width: min-content;
|
|
18185
18327
|
}
|
|
18186
18328
|
|
|
18187
18329
|
.k-dropdowngrid-popup {
|
|
@@ -18486,8 +18628,6 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18486
18628
|
box-sizing: border-box;
|
|
18487
18629
|
outline: 0;
|
|
18488
18630
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
18489
|
-
font-size: 1rem;
|
|
18490
|
-
line-height: 1.5;
|
|
18491
18631
|
display: block;
|
|
18492
18632
|
cursor: default;
|
|
18493
18633
|
overflow: auto;
|
|
@@ -18496,15 +18636,15 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18496
18636
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
18497
18637
|
}
|
|
18498
18638
|
|
|
18499
|
-
.k-treeview > .k-group {
|
|
18639
|
+
.k-treeview > .k-treeview-group {
|
|
18500
18640
|
outline: 0;
|
|
18501
18641
|
-webkit-touch-callout: none;
|
|
18502
18642
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
18503
18643
|
}
|
|
18504
18644
|
|
|
18505
18645
|
.k-treeview .k-content,
|
|
18506
|
-
.k-treeview > .k-group,
|
|
18507
|
-
.k-treeview .k-item > .k-group {
|
|
18646
|
+
.k-treeview > .k-treeview-group,
|
|
18647
|
+
.k-treeview .k-treeview-item > .k-treeview-group {
|
|
18508
18648
|
margin: 0;
|
|
18509
18649
|
padding: 0;
|
|
18510
18650
|
background: none;
|
|
@@ -18513,21 +18653,21 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18513
18653
|
}
|
|
18514
18654
|
|
|
18515
18655
|
.k-treeview .k-content.ng-animating,
|
|
18516
|
-
.k-treeview > .k-group.ng-animating,
|
|
18517
|
-
.k-treeview .k-item > .k-group.ng-animating {
|
|
18656
|
+
.k-treeview > .k-treeview-group.ng-animating,
|
|
18657
|
+
.k-treeview .k-treeview-item > .k-treeview-group.ng-animating {
|
|
18518
18658
|
overflow: hidden;
|
|
18519
18659
|
}
|
|
18520
18660
|
|
|
18521
|
-
.k-treeview .k-top,
|
|
18522
|
-
.k-treeview .k-mid,
|
|
18523
|
-
.k-treeview .k-bot {
|
|
18661
|
+
.k-treeview .k-treeview-top,
|
|
18662
|
+
.k-treeview .k-treeview-mid,
|
|
18663
|
+
.k-treeview .k-treeview-bot {
|
|
18524
18664
|
display: flex;
|
|
18525
18665
|
flex-direction: row;
|
|
18526
18666
|
align-items: center;
|
|
18527
18667
|
align-content: center;
|
|
18528
18668
|
}
|
|
18529
18669
|
|
|
18530
|
-
.k-treeview .k-item {
|
|
18670
|
+
.k-treeview .k-treeview-item {
|
|
18531
18671
|
outline-style: none;
|
|
18532
18672
|
margin: 0;
|
|
18533
18673
|
padding: 0 0 0 16px;
|
|
@@ -18535,10 +18675,9 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18535
18675
|
display: block;
|
|
18536
18676
|
}
|
|
18537
18677
|
|
|
18538
|
-
.k-treeview .k-
|
|
18678
|
+
.k-treeview .k-treeview-leaf {
|
|
18539
18679
|
border-radius: 0.25rem;
|
|
18540
18680
|
margin: 0;
|
|
18541
|
-
padding: 0.375rem 0.75rem;
|
|
18542
18681
|
border: 1px solid transparent;
|
|
18543
18682
|
text-decoration: none;
|
|
18544
18683
|
display: inline-flex;
|
|
@@ -18548,7 +18687,7 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18548
18687
|
position: relative;
|
|
18549
18688
|
}
|
|
18550
18689
|
|
|
18551
|
-
.k-treeview .k-
|
|
18690
|
+
.k-treeview .k-treeview-leaf.k-state-focused {
|
|
18552
18691
|
z-index: 1;
|
|
18553
18692
|
}
|
|
18554
18693
|
|
|
@@ -18590,14 +18729,14 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18590
18729
|
z-index: 1000;
|
|
18591
18730
|
}
|
|
18592
18731
|
|
|
18593
|
-
.k-treeview .k-
|
|
18594
|
-
.k-treeview .k-
|
|
18595
|
-
.k-treeview .k-
|
|
18732
|
+
.k-treeview .k-treeview-leaf .k-icon,
|
|
18733
|
+
.k-treeview .k-treeview-leaf .k-image,
|
|
18734
|
+
.k-treeview .k-treeview-leaf .k-sprite {
|
|
18596
18735
|
margin-right: 0.5rem;
|
|
18597
18736
|
}
|
|
18598
18737
|
|
|
18599
|
-
.k-rtl .k-treeview .k-item,
|
|
18600
|
-
.k-treeview[dir="rtl"] .k-item {
|
|
18738
|
+
.k-rtl .k-treeview .k-treeview-item,
|
|
18739
|
+
.k-treeview[dir="rtl"] .k-treeview-item {
|
|
18601
18740
|
padding-left: 0;
|
|
18602
18741
|
padding-right: 16px;
|
|
18603
18742
|
}
|
|
@@ -18635,24 +18774,51 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18635
18774
|
margin-left: 0.5rem;
|
|
18636
18775
|
}
|
|
18637
18776
|
|
|
18638
|
-
.k-rtl .k-treeview .k-
|
|
18639
|
-
.k-rtl .k-treeview .k-
|
|
18640
|
-
.k-rtl .k-treeview .k-
|
|
18641
|
-
.k-treeview[dir="rtl"] .k-
|
|
18642
|
-
.k-treeview[dir="rtl"] .k-
|
|
18643
|
-
.k-treeview[dir="rtl"] .k-
|
|
18777
|
+
.k-rtl .k-treeview .k-treeview-leaf .k-icon,
|
|
18778
|
+
.k-rtl .k-treeview .k-treeview-leaf .k-image,
|
|
18779
|
+
.k-rtl .k-treeview .k-treeview-leaf .k-sprite,
|
|
18780
|
+
.k-treeview[dir="rtl"] .k-treeview-leaf .k-icon,
|
|
18781
|
+
.k-treeview[dir="rtl"] .k-treeview-leaf .k-image,
|
|
18782
|
+
.k-treeview[dir="rtl"] .k-treeview-leaf .k-sprite {
|
|
18644
18783
|
margin-left: 0.5rem;
|
|
18645
18784
|
margin-right: 0;
|
|
18646
18785
|
}
|
|
18647
18786
|
|
|
18648
|
-
.k-treeview
|
|
18649
|
-
|
|
18650
|
-
|
|
18787
|
+
.k-treeview-sm {
|
|
18788
|
+
font-size: 0.75rem;
|
|
18789
|
+
line-height: 1.5;
|
|
18790
|
+
}
|
|
18791
|
+
|
|
18792
|
+
.k-treeview-sm .k-treeview-leaf {
|
|
18793
|
+
padding: 0.125rem 0.25rem;
|
|
18794
|
+
}
|
|
18795
|
+
|
|
18796
|
+
.k-treeview-md {
|
|
18797
|
+
font-size: 1rem;
|
|
18798
|
+
line-height: 1.5;
|
|
18799
|
+
}
|
|
18800
|
+
|
|
18801
|
+
.k-treeview-md .k-treeview-leaf {
|
|
18802
|
+
padding: 0.25rem 0.5rem;
|
|
18803
|
+
}
|
|
18804
|
+
|
|
18805
|
+
.k-treeview-lg {
|
|
18806
|
+
font-size: 1rem;
|
|
18807
|
+
line-height: 1.5;
|
|
18808
|
+
}
|
|
18809
|
+
|
|
18810
|
+
.k-treeview-lg .k-treeview-leaf {
|
|
18811
|
+
padding: 0.5rem 0.75rem;
|
|
18812
|
+
}
|
|
18813
|
+
|
|
18814
|
+
.k-treeview .k-treeview-top,
|
|
18815
|
+
.k-treeview .k-treeview-mid,
|
|
18816
|
+
.k-treeview .k-treeview-bot {
|
|
18651
18817
|
padding-top: 2px;
|
|
18652
18818
|
padding-bottom: 2px;
|
|
18653
18819
|
}
|
|
18654
18820
|
|
|
18655
|
-
.k-treeview .k-
|
|
18821
|
+
.k-treeview .k-treeview-leaf {
|
|
18656
18822
|
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
|
|
18657
18823
|
}
|
|
18658
18824
|
|
|
@@ -18660,24 +18826,24 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18660
18826
|
color: #212529;
|
|
18661
18827
|
}
|
|
18662
18828
|
|
|
18663
|
-
.k-treeview .k-
|
|
18664
|
-
.k-treeview .k-
|
|
18829
|
+
.k-treeview .k-treeview-leaf:hover,
|
|
18830
|
+
.k-treeview .k-treeview-leaf.k-hover {
|
|
18665
18831
|
border-color: #e9ecef;
|
|
18666
18832
|
color: #212529;
|
|
18667
18833
|
background-color: #e9ecef;
|
|
18668
18834
|
}
|
|
18669
18835
|
|
|
18670
|
-
.k-treeview .k-
|
|
18836
|
+
.k-treeview .k-treeview-leaf.k-selected {
|
|
18671
18837
|
border-color: #0d6efd;
|
|
18672
18838
|
color: white;
|
|
18673
18839
|
background-color: #0d6efd;
|
|
18674
18840
|
}
|
|
18675
18841
|
|
|
18676
|
-
.k-treeview .k-
|
|
18842
|
+
.k-treeview .k-treeview-leaf.k-focus {
|
|
18677
18843
|
box-shadow: 0 0 0 2px #dee2e6;
|
|
18678
18844
|
}
|
|
18679
18845
|
|
|
18680
|
-
.k-treeview .k-
|
|
18846
|
+
.k-treeview .k-treeview-leaf.k-selected.k-focus {
|
|
18681
18847
|
box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.5);
|
|
18682
18848
|
}
|
|
18683
18849
|
|
|
@@ -18687,13 +18853,13 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18687
18853
|
}
|
|
18688
18854
|
|
|
18689
18855
|
.k-treeview .k-treeview-load-more-button:hover,
|
|
18690
|
-
.k-treeview .k-treeview-load-more-button.k-
|
|
18856
|
+
.k-treeview .k-treeview-load-more-button.k-hover {
|
|
18691
18857
|
color: #0a58ca;
|
|
18692
18858
|
background-color: transparent;
|
|
18693
18859
|
}
|
|
18694
18860
|
|
|
18695
18861
|
.k-treeview .k-treeview-load-more-button:focus,
|
|
18696
|
-
.k-treeview .k-treeview-load-more-button.k-
|
|
18862
|
+
.k-treeview .k-treeview-load-more-button.k-focus {
|
|
18697
18863
|
color: #0d6efd;
|
|
18698
18864
|
background-color: transparent;
|
|
18699
18865
|
box-shadow: none;
|
|
@@ -18895,24 +19061,28 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18895
19061
|
}
|
|
18896
19062
|
|
|
18897
19063
|
.k-switch-sm[dir="rtl"] .k-switch-label-on,
|
|
18898
|
-
[dir="rtl"] .k-switch-sm .k-switch-label-on
|
|
19064
|
+
[dir="rtl"] .k-switch-sm .k-switch-label-on,
|
|
19065
|
+
.k-rtl .k-switch-sm .k-switch-label-on {
|
|
18899
19066
|
left: auto;
|
|
18900
19067
|
right: 0px;
|
|
18901
19068
|
}
|
|
18902
19069
|
|
|
18903
19070
|
.k-switch-sm[dir="rtl"] .k-switch-label-off,
|
|
18904
|
-
[dir="rtl"] .k-switch-sm .k-switch-label-off
|
|
19071
|
+
[dir="rtl"] .k-switch-sm .k-switch-label-off,
|
|
19072
|
+
.k-rtl .k-switch-sm .k-switch-label-off {
|
|
18905
19073
|
right: auto;
|
|
18906
19074
|
left: 0px;
|
|
18907
19075
|
}
|
|
18908
19076
|
|
|
18909
19077
|
.k-switch-sm[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
18910
|
-
[dir="rtl"] .k-switch-sm.k-switch-on .k-switch-thumb-wrap
|
|
19078
|
+
[dir="rtl"] .k-switch-sm.k-switch-on .k-switch-thumb-wrap,
|
|
19079
|
+
.k-rtl .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
|
|
18911
19080
|
left: 11px;
|
|
18912
19081
|
}
|
|
18913
19082
|
|
|
18914
19083
|
.k-switch-sm[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
18915
|
-
[dir="rtl"] .k-switch-sm.k-switch-off .k-switch-thumb-wrap
|
|
19084
|
+
[dir="rtl"] .k-switch-sm.k-switch-off .k-switch-thumb-wrap,
|
|
19085
|
+
.k-rtl .k-switch-sm.k-switch-off .k-switch-thumb-wrap {
|
|
18916
19086
|
left: calc(100% - 11px);
|
|
18917
19087
|
}
|
|
18918
19088
|
|
|
@@ -18948,24 +19118,28 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18948
19118
|
}
|
|
18949
19119
|
|
|
18950
19120
|
.k-switch-md[dir="rtl"] .k-switch-label-on,
|
|
18951
|
-
[dir="rtl"] .k-switch-md .k-switch-label-on
|
|
19121
|
+
[dir="rtl"] .k-switch-md .k-switch-label-on,
|
|
19122
|
+
.k-rtl .k-switch-md .k-switch-label-on {
|
|
18952
19123
|
left: auto;
|
|
18953
19124
|
right: 0px;
|
|
18954
19125
|
}
|
|
18955
19126
|
|
|
18956
19127
|
.k-switch-md[dir="rtl"] .k-switch-label-off,
|
|
18957
|
-
[dir="rtl"] .k-switch-md .k-switch-label-off
|
|
19128
|
+
[dir="rtl"] .k-switch-md .k-switch-label-off,
|
|
19129
|
+
.k-rtl .k-switch-md .k-switch-label-off {
|
|
18958
19130
|
right: auto;
|
|
18959
19131
|
left: 0px;
|
|
18960
19132
|
}
|
|
18961
19133
|
|
|
18962
19134
|
.k-switch-md[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
18963
|
-
[dir="rtl"] .k-switch-md.k-switch-on .k-switch-thumb-wrap
|
|
19135
|
+
[dir="rtl"] .k-switch-md.k-switch-on .k-switch-thumb-wrap,
|
|
19136
|
+
.k-rtl .k-switch-md.k-switch-on .k-switch-thumb-wrap {
|
|
18964
19137
|
left: 15px;
|
|
18965
19138
|
}
|
|
18966
19139
|
|
|
18967
19140
|
.k-switch-md[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
18968
|
-
[dir="rtl"] .k-switch-md.k-switch-off .k-switch-thumb-wrap
|
|
19141
|
+
[dir="rtl"] .k-switch-md.k-switch-off .k-switch-thumb-wrap,
|
|
19142
|
+
.k-rtl .k-switch-md.k-switch-off .k-switch-thumb-wrap {
|
|
18969
19143
|
left: calc(100% - 15px);
|
|
18970
19144
|
}
|
|
18971
19145
|
|
|
@@ -19001,29 +19175,34 @@ kendo-label.k-radio-label > .k-label {
|
|
|
19001
19175
|
}
|
|
19002
19176
|
|
|
19003
19177
|
.k-switch-lg[dir="rtl"] .k-switch-label-on,
|
|
19004
|
-
[dir="rtl"] .k-switch-lg .k-switch-label-on
|
|
19178
|
+
[dir="rtl"] .k-switch-lg .k-switch-label-on,
|
|
19179
|
+
.k-rtl .k-switch-lg .k-switch-label-on {
|
|
19005
19180
|
left: auto;
|
|
19006
19181
|
right: 0px;
|
|
19007
19182
|
}
|
|
19008
19183
|
|
|
19009
19184
|
.k-switch-lg[dir="rtl"] .k-switch-label-off,
|
|
19010
|
-
[dir="rtl"] .k-switch-lg .k-switch-label-off
|
|
19185
|
+
[dir="rtl"] .k-switch-lg .k-switch-label-off,
|
|
19186
|
+
.k-rtl .k-switch-lg .k-switch-label-off {
|
|
19011
19187
|
right: auto;
|
|
19012
19188
|
left: 0px;
|
|
19013
19189
|
}
|
|
19014
19190
|
|
|
19015
19191
|
.k-switch-lg[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
19016
|
-
[dir="rtl"] .k-switch-lg.k-switch-on .k-switch-thumb-wrap
|
|
19192
|
+
[dir="rtl"] .k-switch-lg.k-switch-on .k-switch-thumb-wrap,
|
|
19193
|
+
.k-rtl .k-switch-lg.k-switch-on .k-switch-thumb-wrap {
|
|
19017
19194
|
left: 19px;
|
|
19018
19195
|
}
|
|
19019
19196
|
|
|
19020
19197
|
.k-switch-lg[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
19021
|
-
[dir="rtl"] .k-switch-lg.k-switch-off .k-switch-thumb-wrap
|
|
19198
|
+
[dir="rtl"] .k-switch-lg.k-switch-off .k-switch-thumb-wrap,
|
|
19199
|
+
.k-rtl .k-switch-lg.k-switch-off .k-switch-thumb-wrap {
|
|
19022
19200
|
left: calc(100% - 19px);
|
|
19023
19201
|
}
|
|
19024
19202
|
|
|
19025
19203
|
.k-switch[dir="rtl"] .k-switch-thumb,
|
|
19026
|
-
[dir="rtl"] .k-switch .k-switch-thumb
|
|
19204
|
+
[dir="rtl"] .k-switch .k-switch-thumb,
|
|
19205
|
+
.k-rtl .k-switch .k-switch-thumb {
|
|
19027
19206
|
transform: translate(50%, -50%);
|
|
19028
19207
|
}
|
|
19029
19208
|
|
|
@@ -25456,7 +25635,7 @@ kendo-card-footer {
|
|
|
25456
25635
|
}
|
|
25457
25636
|
|
|
25458
25637
|
.k-grouping-header {
|
|
25459
|
-
padding: 0.
|
|
25638
|
+
padding: 0.5rem 0.5rem;
|
|
25460
25639
|
border-width: 0 0 1px;
|
|
25461
25640
|
border-style: solid;
|
|
25462
25641
|
border-color: inherit;
|
|
@@ -25477,11 +25656,11 @@ kendo-card-footer {
|
|
|
25477
25656
|
display: flex;
|
|
25478
25657
|
flex-flow: row wrap;
|
|
25479
25658
|
align-items: center;
|
|
25480
|
-
gap: 0.
|
|
25659
|
+
gap: 0.5rem;
|
|
25481
25660
|
}
|
|
25482
25661
|
|
|
25483
25662
|
.k-grouping-header-flex::before {
|
|
25484
|
-
margin-left: -0.
|
|
25663
|
+
margin-left: -0.5rem;
|
|
25485
25664
|
}
|
|
25486
25665
|
|
|
25487
25666
|
.k-grouping-header-flex .k-group-indicator {
|
|
@@ -25489,8 +25668,8 @@ kendo-card-footer {
|
|
|
25489
25668
|
}
|
|
25490
25669
|
|
|
25491
25670
|
.k-grid .k-indicator-container {
|
|
25492
|
-
margin: -0.
|
|
25493
|
-
padding: 0.
|
|
25671
|
+
margin: -0.5rem 0;
|
|
25672
|
+
padding: 0.5rem 0;
|
|
25494
25673
|
}
|
|
25495
25674
|
|
|
25496
25675
|
.k-grid .k-indicator-container:last-child {
|
|
@@ -25541,10 +25720,6 @@ kendo-card-footer {
|
|
|
25541
25720
|
opacity: 1;
|
|
25542
25721
|
}
|
|
25543
25722
|
|
|
25544
|
-
.k-group-indicator {
|
|
25545
|
-
margin-right: 0.25rem;
|
|
25546
|
-
}
|
|
25547
|
-
|
|
25548
25723
|
.k-group-indicator + .k-group-indicator {
|
|
25549
25724
|
margin-left: 0.25rem;
|
|
25550
25725
|
}
|
|
@@ -25793,21 +25968,6 @@ div.k-grid-footer {
|
|
|
25793
25968
|
flex: 1 1 auto;
|
|
25794
25969
|
}
|
|
25795
25970
|
|
|
25796
|
-
.k-filtercell > span > .k-widget,
|
|
25797
|
-
.k-filtercell > span > .k-textbox,
|
|
25798
|
-
.k-filtercell .k-filtercell-wrapper > .k-widget,
|
|
25799
|
-
.k-filtercell .k-filtercell-wrapper > .k-textbox {
|
|
25800
|
-
width: 100%;
|
|
25801
|
-
}
|
|
25802
|
-
|
|
25803
|
-
.k-filtercell > span .k-colorpicker,
|
|
25804
|
-
.k-filtercell > span .k-dropdown-operator,
|
|
25805
|
-
.k-filtercell .k-filtercell-wrapper .k-colorpicker,
|
|
25806
|
-
.k-filtercell .k-filtercell-wrapper .k-dropdown-operator {
|
|
25807
|
-
width: min-content;
|
|
25808
|
-
flex: none;
|
|
25809
|
-
}
|
|
25810
|
-
|
|
25811
25971
|
.k-filtercell > span > .k-button,
|
|
25812
25972
|
.k-filtercell .k-filtercell-wrapper > .k-button {
|
|
25813
25973
|
flex: none;
|
|
@@ -26877,7 +27037,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
26877
27037
|
display: block;
|
|
26878
27038
|
}
|
|
26879
27039
|
|
|
26880
|
-
.k-listview-content.k-d-flex::after,
|
|
27040
|
+
.k-listview-content.k-d-flex::after, .k-listview-content.k-d-flex-row::after, .k-listview-content.k-d-flex-col::after,
|
|
26881
27041
|
.k-listview-content.k-d-grid::after {
|
|
26882
27042
|
display: none;
|
|
26883
27043
|
}
|
|
@@ -28222,19 +28382,19 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28222
28382
|
user-select: none;
|
|
28223
28383
|
}
|
|
28224
28384
|
|
|
28225
|
-
.k-flex-row .k-pivotgrid-configurator-button,
|
|
28385
|
+
.k-flex-row .k-pivotgrid-configurator-button, .k-d-flex-row .k-pivotgrid-configurator-button,
|
|
28226
28386
|
.k-flex-row-reverse .k-pivotgrid-configurator-button {
|
|
28227
28387
|
display: flex;
|
|
28228
28388
|
align-items: center;
|
|
28229
28389
|
}
|
|
28230
28390
|
|
|
28231
|
-
.k-flex-row .k-pivotgrid-configurator-button span,
|
|
28391
|
+
.k-flex-row .k-pivotgrid-configurator-button span, .k-d-flex-row .k-pivotgrid-configurator-button span,
|
|
28232
28392
|
.k-flex-row-reverse .k-pivotgrid-configurator-button span {
|
|
28233
28393
|
-ms-writing-mode: tb-rl;
|
|
28234
28394
|
writing-mode: vertical-rl;
|
|
28235
28395
|
}
|
|
28236
28396
|
|
|
28237
|
-
.k-flex-row .k-pivotgrid-configurator-button .k-icon,
|
|
28397
|
+
.k-flex-row .k-pivotgrid-configurator-button .k-icon, .k-d-flex-row .k-pivotgrid-configurator-button .k-icon,
|
|
28238
28398
|
.k-flex-row-reverse .k-pivotgrid-configurator-button .k-icon {
|
|
28239
28399
|
vertical-align: baseline;
|
|
28240
28400
|
}
|
|
@@ -28243,7 +28403,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28243
28403
|
transform: rotate(-180deg);
|
|
28244
28404
|
}
|
|
28245
28405
|
|
|
28246
|
-
.k-flex-col .k-pivotgrid-configurator-button, .k-flex-column .k-pivotgrid-configurator-button,
|
|
28406
|
+
.k-flex-col .k-pivotgrid-configurator-button, .k-d-flex-col .k-pivotgrid-configurator-button, .k-flex-column .k-pivotgrid-configurator-button,
|
|
28247
28407
|
.k-flex-col-reverse .k-pivotgrid-configurator-button,
|
|
28248
28408
|
.k-flex-column-reverse .k-pivotgrid-configurator-button {
|
|
28249
28409
|
text-align: center;
|
|
@@ -28255,7 +28415,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28255
28415
|
z-index: 2;
|
|
28256
28416
|
}
|
|
28257
28417
|
|
|
28258
|
-
.k-flex-row .k-pivotgrid-configurator-overlay {
|
|
28418
|
+
.k-flex-row .k-pivotgrid-configurator-overlay, .k-d-flex-row .k-pivotgrid-configurator-overlay {
|
|
28259
28419
|
right: calc(1.5em + 0.5rem + 2px);
|
|
28260
28420
|
}
|
|
28261
28421
|
|
|
@@ -28263,7 +28423,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28263
28423
|
left: calc(1.5em + 0.5rem + 2px);
|
|
28264
28424
|
}
|
|
28265
28425
|
|
|
28266
|
-
.k-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
|
|
28426
|
+
.k-flex-col .k-pivotgrid-configurator-overlay, .k-d-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
|
|
28267
28427
|
bottom: calc(1.5em + 0.5rem + 2px);
|
|
28268
28428
|
}
|
|
28269
28429
|
|
|
@@ -28305,6 +28465,13 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28305
28465
|
flex-basis: 50%;
|
|
28306
28466
|
}
|
|
28307
28467
|
|
|
28468
|
+
.k-pivotgrid-configurator-content .k-row-fields,
|
|
28469
|
+
.k-pivotgrid-configurator-content .k-column-fields,
|
|
28470
|
+
.k-pivotgrid-configurator-content .k-filter-fields {
|
|
28471
|
+
margin-top: 0.5rem;
|
|
28472
|
+
flex-wrap: wrap;
|
|
28473
|
+
}
|
|
28474
|
+
|
|
28308
28475
|
.k-pivotgrid-configurator-content .k-value-fields {
|
|
28309
28476
|
margin: 0.5rem 0px;
|
|
28310
28477
|
display: flex;
|
|
@@ -28330,19 +28497,11 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28330
28497
|
text-align: center;
|
|
28331
28498
|
}
|
|
28332
28499
|
|
|
28333
|
-
.k-pivotgrid-configurator-content .k-chip-content {
|
|
28334
|
-
padding-inline-end: 0.25rem;
|
|
28335
|
-
}
|
|
28336
|
-
|
|
28337
28500
|
.k-pivotgrid-configurator-content .k-treeview {
|
|
28338
28501
|
padding: 0px 1.5rem;
|
|
28339
28502
|
overflow: auto;
|
|
28340
28503
|
}
|
|
28341
28504
|
|
|
28342
|
-
.k-pivotgrid-configurator-actions {
|
|
28343
|
-
padding: 0.75rem 0.5rem;
|
|
28344
|
-
}
|
|
28345
|
-
|
|
28346
28505
|
.k-calculated-field {
|
|
28347
28506
|
padding: 1rem 1rem;
|
|
28348
28507
|
border-width: 1px;
|
|
@@ -28402,7 +28561,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28402
28561
|
min-width: 320px;
|
|
28403
28562
|
}
|
|
28404
28563
|
|
|
28405
|
-
.k-flex-row .k-pivotgrid-configurator-vertical.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel,
|
|
28564
|
+
.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,
|
|
28406
28565
|
.k-flex-row-reverse .k-pivotgrid-configurator-vertical.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel {
|
|
28407
28566
|
border-right-width: 0;
|
|
28408
28567
|
border-left-width: 0;
|
|
@@ -28456,7 +28615,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28456
28615
|
overflow-y: auto;
|
|
28457
28616
|
}
|
|
28458
28617
|
|
|
28459
|
-
.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,
|
|
28618
|
+
.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,
|
|
28460
28619
|
.k-flex-col-reverse .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel,
|
|
28461
28620
|
.k-flex-column-reverse .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel {
|
|
28462
28621
|
border-top-width: 0;
|
|
@@ -28784,7 +28943,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28784
28943
|
border-color: #dee2e6;
|
|
28785
28944
|
}
|
|
28786
28945
|
|
|
28787
|
-
.k-flex-row .k-pivotgrid-configurator-overlay {
|
|
28946
|
+
.k-flex-row .k-pivotgrid-configurator-overlay, .k-d-flex-row .k-pivotgrid-configurator-overlay {
|
|
28788
28947
|
box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.16);
|
|
28789
28948
|
}
|
|
28790
28949
|
|
|
@@ -28792,7 +28951,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28792
28951
|
box-shadow: 3px 0px 6px rgba(0, 0, 0, 0.16);
|
|
28793
28952
|
}
|
|
28794
28953
|
|
|
28795
|
-
.k-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
|
|
28954
|
+
.k-flex-col .k-pivotgrid-configurator-overlay, .k-d-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
|
|
28796
28955
|
box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
|
|
28797
28956
|
}
|
|
28798
28957
|
|
|
@@ -29142,7 +29301,8 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
29142
29301
|
left: 0;
|
|
29143
29302
|
}
|
|
29144
29303
|
|
|
29145
|
-
.k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after
|
|
29304
|
+
.k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
29305
|
+
.k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
29146
29306
|
content: "";
|
|
29147
29307
|
position: absolute;
|
|
29148
29308
|
width: 1px;
|
|
@@ -29154,6 +29314,8 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
29154
29314
|
.k-filter .k-filter-group-main::before,
|
|
29155
29315
|
.k-filter .k-filter-group-main > .k-filter-toolbar::before,
|
|
29156
29316
|
.k-filter .k-filter-group-main > .k-filter-toolbar::after,
|
|
29317
|
+
.k-filter .k-filter-group-main > * > .k-filter-toolbar::before,
|
|
29318
|
+
.k-filter .k-filter-group-main > * > .k-filter-toolbar::after,
|
|
29157
29319
|
.k-filter .k-filter-lines .k-filter-item:last-child::before {
|
|
29158
29320
|
display: none;
|
|
29159
29321
|
}
|
|
@@ -29179,8 +29341,11 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
29179
29341
|
right: 0;
|
|
29180
29342
|
}
|
|
29181
29343
|
|
|
29182
|
-
.k-rtl .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
29183
|
-
[dir="rtl"] .k-filter
|
|
29344
|
+
.k-rtl .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
29345
|
+
.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,
|
|
29346
|
+
.k-filter[dir="rtl"] .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after,
|
|
29347
|
+
[dir="rtl"] .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
29348
|
+
[dir="rtl"] .k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
29184
29349
|
left: auto;
|
|
29185
29350
|
right: -1rem;
|
|
29186
29351
|
}
|
|
@@ -29199,7 +29364,8 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
29199
29364
|
|
|
29200
29365
|
.k-filter .k-filter-item::before,
|
|
29201
29366
|
.k-filter .k-filter-toolbar::before,
|
|
29202
|
-
.k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after
|
|
29367
|
+
.k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
29368
|
+
.k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
29203
29369
|
background-color: #dee2e6;
|
|
29204
29370
|
}
|
|
29205
29371
|
|
|
@@ -29512,10 +29678,6 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
29512
29678
|
gap: 0.75rem 0;
|
|
29513
29679
|
}
|
|
29514
29680
|
|
|
29515
|
-
.k-taskboard-column-new {
|
|
29516
|
-
max-height: calc(1.5em + 2.25rem + 2px);
|
|
29517
|
-
}
|
|
29518
|
-
|
|
29519
29681
|
.k-taskboard-column-new .k-taskboard-column-header,
|
|
29520
29682
|
.k-taskboard-column-edit .k-taskboard-column-header {
|
|
29521
29683
|
font-weight: inherit;
|
|
@@ -34122,7 +34284,7 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
34122
34284
|
|
|
34123
34285
|
kendo-scrollview.k-scrollview-wrap,
|
|
34124
34286
|
kendo-scrollview.k-scrollview,
|
|
34125
|
-
.k-
|
|
34287
|
+
.k-scrollview {
|
|
34126
34288
|
border-width: 1px;
|
|
34127
34289
|
border-style: solid;
|
|
34128
34290
|
box-sizing: border-box;
|
|
@@ -34186,6 +34348,11 @@ kendo-scrollview.k-scrollview,
|
|
|
34186
34348
|
flex: 0 0 calc(100%/var(--kendo-scrollview-views, 1));
|
|
34187
34349
|
}
|
|
34188
34350
|
|
|
34351
|
+
[dir="rtl"] .k-scrollview-wrap.k-scrollview-animate,
|
|
34352
|
+
.k-rtl .k-scrollview-wrap.k-scrollview-animate {
|
|
34353
|
+
transform: translateX(calc(100%/var(--kendo-scrollview-views, 1)*(var(--kendo-scrollview-current, 1) - 1)));
|
|
34354
|
+
}
|
|
34355
|
+
|
|
34189
34356
|
kendo-scrollview.k-scrollview-wrap kendo-scrollview-pager,
|
|
34190
34357
|
kendo-scrollview.k-scrollview kendo-scrollview-pager,
|
|
34191
34358
|
.k-scrollview-nav-wrap {
|