@progress/kendo-theme-material 4.43.1-dev.1 → 4.43.1-dev.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 +705 -878
- package/dist/all.scss +1512 -1409
- package/modules/@progress/kendo-theme-default/package.json +2 -2
- package/modules/@progress/kendo-theme-default/scss/calendar/_theme.scss +0 -21
- package/modules/@progress/kendo-theme-default/scss/chip/_layout.scss +103 -123
- package/modules/@progress/kendo-theme-default/scss/chip/_theme.scss +289 -300
- package/modules/@progress/kendo-theme-default/scss/chip/_variables.scss +7 -9
- package/modules/@progress/kendo-theme-default/scss/color-preview/_layout.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/color-preview/_theme.scss +3 -2
- package/modules/@progress/kendo-theme-default/scss/color-preview/_variables.scss +2 -1
- package/modules/@progress/kendo-theme-default/scss/colorpicker/_layout.scss +17 -45
- package/modules/@progress/kendo-theme-default/scss/colorpicker/_theme.scss +33 -42
- package/modules/@progress/kendo-theme-default/scss/dateinput/_index.scss +11 -0
- package/modules/@progress/kendo-theme-default/scss/dateinput/_layout.scss +81 -0
- package/modules/@progress/kendo-theme-default/scss/dateinput/_theme.scss +86 -0
- package/modules/@progress/kendo-theme-default/scss/dateinput/_variables.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/datepicker/_index.scss +13 -0
- package/modules/@progress/kendo-theme-default/scss/datepicker/_layout.scss +48 -0
- package/modules/@progress/kendo-theme-default/scss/datepicker/_theme.scss +87 -0
- package/modules/@progress/kendo-theme-default/scss/datepicker/_variables.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/{datetime → datetimepicker}/_index.scss +5 -4
- package/modules/@progress/kendo-theme-default/scss/datetimepicker/_layout.scss +120 -0
- package/modules/@progress/kendo-theme-default/scss/datetimepicker/_theme.scss +89 -0
- package/modules/@progress/kendo-theme-default/scss/datetimepicker/_variables.scss +2 -0
- package/modules/@progress/kendo-theme-default/scss/filter/_index.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/filter/_layout.scss +9 -2
- package/modules/@progress/kendo-theme-default/scss/filter/_theme.scss +3 -1
- package/modules/@progress/kendo-theme-default/scss/gantt/_index.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/grid/_index.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +0 -4
- package/modules/@progress/kendo-theme-default/scss/index.scss +5 -1
- package/modules/@progress/kendo-theme-default/scss/input/_layout.scss +25 -26
- package/modules/@progress/kendo-theme-default/scss/input/_variables.scss +15 -0
- package/modules/@progress/kendo-theme-default/scss/panelbar/_theme.scss +9 -2
- package/modules/@progress/kendo-theme-default/scss/panelbar/_variables.scss +4 -0
- package/modules/@progress/kendo-theme-default/scss/pivotgrid/_layout.scss +0 -16
- package/modules/@progress/kendo-theme-default/scss/pivotgrid/_variables.scss +0 -3
- package/modules/@progress/kendo-theme-default/scss/scheduler/_index.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/scrollview/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/spreadsheet/_index.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/table/_layout.scss +35 -3
- package/modules/@progress/kendo-theme-default/scss/timepicker/_index.scss +15 -0
- package/modules/@progress/kendo-theme-default/scss/timepicker/_layout.scss +48 -0
- package/modules/@progress/kendo-theme-default/scss/timepicker/_theme.scss +87 -0
- package/modules/@progress/kendo-theme-default/scss/timepicker/_variables.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/timeselector/_index.scss +13 -0
- package/modules/@progress/kendo-theme-default/scss/timeselector/_layout.scss +207 -0
- package/modules/@progress/kendo-theme-default/scss/timeselector/_theme.scss +70 -0
- package/modules/@progress/kendo-theme-default/scss/timeselector/_variables.scss +32 -0
- package/modules/@progress/kendo-theme-default/scss/utils/_border.scss +1 -2
- 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/_variables.scss +16 -17
- package/scss/chip/index.md +0 -0
- package/scss/color-preview/_variables.scss +2 -1
- package/scss/colorpicker/_layout.scss +3 -30
- package/scss/colorpicker/_theme.scss +0 -37
- package/scss/colorpicker/_variables.scss +6 -6
- package/scss/dateinput/_index.scss +11 -0
- package/scss/dateinput/_layout.scss +12 -0
- package/scss/dateinput/_theme.scss +1 -0
- package/scss/dateinput/_variables.scss +1 -0
- package/scss/datepicker/_index.scss +13 -0
- package/scss/datepicker/_layout.scss +12 -0
- package/scss/datepicker/_theme.scss +1 -0
- package/scss/datepicker/_variables.scss +1 -0
- package/scss/{datetime → datetimepicker}/_index.scss +5 -4
- package/scss/datetimepicker/_layout.scss +12 -0
- package/scss/datetimepicker/_theme.scss +1 -0
- package/scss/datetimepicker/_variables.scss +2 -0
- 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 +5 -1
- package/scss/input/_variables.scss +15 -0
- 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/timepicker/_index.scss +15 -0
- package/scss/timepicker/_layout.scss +12 -0
- package/scss/timepicker/_theme.scss +1 -0
- package/scss/timepicker/_variables.scss +1 -0
- package/scss/timeselector/_index.scss +13 -0
- package/scss/timeselector/_layout.scss +1 -0
- package/scss/timeselector/_theme.scss +19 -0
- package/scss/timeselector/_variables.scss +32 -0
- package/scss/utils/_border.scss +1 -2
- package/modules/@progress/kendo-theme-default/scss/datetime/_layout.scss +0 -462
- package/modules/@progress/kendo-theme-default/scss/datetime/_theme.scss +0 -321
- package/modules/@progress/kendo-theme-default/scss/datetime/_variables.scss +0 -53
- package/scss/datetime/_layout.scss +0 -63
- package/scss/datetime/_theme.scss +0 -64
- package/scss/datetime/_variables.scss +0 -53
package/dist/all.css
CHANGED
|
@@ -1563,19 +1563,11 @@ kendo-sortable {
|
|
|
1563
1563
|
border-radius: 0.375rem !important;
|
|
1564
1564
|
}
|
|
1565
1565
|
|
|
1566
|
-
.k-rounded-
|
|
1567
|
-
border-radius: 50%;
|
|
1568
|
-
}
|
|
1569
|
-
|
|
1570
|
-
.\!k-rounded-circle {
|
|
1571
|
-
border-radius: 50% !important;
|
|
1572
|
-
}
|
|
1573
|
-
|
|
1574
|
-
.k-rounded-pill {
|
|
1566
|
+
.k-rounded-full {
|
|
1575
1567
|
border-radius: 9999px;
|
|
1576
1568
|
}
|
|
1577
1569
|
|
|
1578
|
-
.\!k-rounded-
|
|
1570
|
+
.\!k-rounded-full {
|
|
1579
1571
|
border-radius: 9999px !important;
|
|
1580
1572
|
}
|
|
1581
1573
|
|
|
@@ -1629,22 +1621,12 @@ kendo-sortable {
|
|
|
1629
1621
|
border-top-right-radius: 0.375rem !important;
|
|
1630
1622
|
}
|
|
1631
1623
|
|
|
1632
|
-
.k-rounded-top-
|
|
1633
|
-
border-top-left-radius: 50%;
|
|
1634
|
-
border-top-right-radius: 50%;
|
|
1635
|
-
}
|
|
1636
|
-
|
|
1637
|
-
.\!k-rounded-top-circle {
|
|
1638
|
-
border-top-left-radius: 50% !important;
|
|
1639
|
-
border-top-right-radius: 50% !important;
|
|
1640
|
-
}
|
|
1641
|
-
|
|
1642
|
-
.k-rounded-top-pill {
|
|
1624
|
+
.k-rounded-top-full {
|
|
1643
1625
|
border-top-left-radius: 9999px;
|
|
1644
1626
|
border-top-right-radius: 9999px;
|
|
1645
1627
|
}
|
|
1646
1628
|
|
|
1647
|
-
.\!k-rounded-top-
|
|
1629
|
+
.\!k-rounded-top-full {
|
|
1648
1630
|
border-top-left-radius: 9999px !important;
|
|
1649
1631
|
border-top-right-radius: 9999px !important;
|
|
1650
1632
|
}
|
|
@@ -1699,22 +1681,12 @@ kendo-sortable {
|
|
|
1699
1681
|
border-bottom-right-radius: 0.375rem !important;
|
|
1700
1682
|
}
|
|
1701
1683
|
|
|
1702
|
-
.k-rounded-right-
|
|
1703
|
-
border-top-right-radius: 50%;
|
|
1704
|
-
border-bottom-right-radius: 50%;
|
|
1705
|
-
}
|
|
1706
|
-
|
|
1707
|
-
.\!k-rounded-right-circle {
|
|
1708
|
-
border-top-right-radius: 50% !important;
|
|
1709
|
-
border-bottom-right-radius: 50% !important;
|
|
1710
|
-
}
|
|
1711
|
-
|
|
1712
|
-
.k-rounded-right-pill {
|
|
1684
|
+
.k-rounded-right-full {
|
|
1713
1685
|
border-top-right-radius: 9999px;
|
|
1714
1686
|
border-bottom-right-radius: 9999px;
|
|
1715
1687
|
}
|
|
1716
1688
|
|
|
1717
|
-
.\!k-rounded-right-
|
|
1689
|
+
.\!k-rounded-right-full {
|
|
1718
1690
|
border-top-right-radius: 9999px !important;
|
|
1719
1691
|
border-bottom-right-radius: 9999px !important;
|
|
1720
1692
|
}
|
|
@@ -1769,22 +1741,12 @@ kendo-sortable {
|
|
|
1769
1741
|
border-bottom-right-radius: 0.375rem !important;
|
|
1770
1742
|
}
|
|
1771
1743
|
|
|
1772
|
-
.k-rounded-bottom-
|
|
1773
|
-
border-bottom-left-radius: 50%;
|
|
1774
|
-
border-bottom-right-radius: 50%;
|
|
1775
|
-
}
|
|
1776
|
-
|
|
1777
|
-
.\!k-rounded-bottom-circle {
|
|
1778
|
-
border-bottom-left-radius: 50% !important;
|
|
1779
|
-
border-bottom-right-radius: 50% !important;
|
|
1780
|
-
}
|
|
1781
|
-
|
|
1782
|
-
.k-rounded-bottom-pill {
|
|
1744
|
+
.k-rounded-bottom-full {
|
|
1783
1745
|
border-bottom-left-radius: 9999px;
|
|
1784
1746
|
border-bottom-right-radius: 9999px;
|
|
1785
1747
|
}
|
|
1786
1748
|
|
|
1787
|
-
.\!k-rounded-bottom-
|
|
1749
|
+
.\!k-rounded-bottom-full {
|
|
1788
1750
|
border-bottom-left-radius: 9999px !important;
|
|
1789
1751
|
border-bottom-right-radius: 9999px !important;
|
|
1790
1752
|
}
|
|
@@ -1839,22 +1801,12 @@ kendo-sortable {
|
|
|
1839
1801
|
border-top-left-radius: 0.375rem !important;
|
|
1840
1802
|
}
|
|
1841
1803
|
|
|
1842
|
-
.k-rounded-left-
|
|
1843
|
-
border-bottom-left-radius: 50%;
|
|
1844
|
-
border-top-left-radius: 50%;
|
|
1845
|
-
}
|
|
1846
|
-
|
|
1847
|
-
.\!k-rounded-left-circle {
|
|
1848
|
-
border-bottom-left-radius: 50% !important;
|
|
1849
|
-
border-top-left-radius: 50% !important;
|
|
1850
|
-
}
|
|
1851
|
-
|
|
1852
|
-
.k-rounded-left-pill {
|
|
1804
|
+
.k-rounded-left-full {
|
|
1853
1805
|
border-bottom-left-radius: 9999px;
|
|
1854
1806
|
border-top-left-radius: 9999px;
|
|
1855
1807
|
}
|
|
1856
1808
|
|
|
1857
|
-
.\!k-rounded-left-
|
|
1809
|
+
.\!k-rounded-left-full {
|
|
1858
1810
|
border-bottom-left-radius: 9999px !important;
|
|
1859
1811
|
border-top-left-radius: 9999px !important;
|
|
1860
1812
|
}
|
|
@@ -1899,19 +1851,11 @@ kendo-sortable {
|
|
|
1899
1851
|
border-top-left-radius: 0.375rem !important;
|
|
1900
1852
|
}
|
|
1901
1853
|
|
|
1902
|
-
.k-rounded-top-left-
|
|
1903
|
-
border-top-left-radius: 50%;
|
|
1904
|
-
}
|
|
1905
|
-
|
|
1906
|
-
.\!k-rounded-top-left-circle {
|
|
1907
|
-
border-top-left-radius: 50% !important;
|
|
1908
|
-
}
|
|
1909
|
-
|
|
1910
|
-
.k-rounded-top-left-pill {
|
|
1854
|
+
.k-rounded-top-left-full {
|
|
1911
1855
|
border-top-left-radius: 9999px;
|
|
1912
1856
|
}
|
|
1913
1857
|
|
|
1914
|
-
.\!k-rounded-top-left-
|
|
1858
|
+
.\!k-rounded-top-left-full {
|
|
1915
1859
|
border-top-left-radius: 9999px !important;
|
|
1916
1860
|
}
|
|
1917
1861
|
|
|
@@ -1955,19 +1899,11 @@ kendo-sortable {
|
|
|
1955
1899
|
border-top-right-radius: 0.375rem !important;
|
|
1956
1900
|
}
|
|
1957
1901
|
|
|
1958
|
-
.k-rounded-top-right-
|
|
1959
|
-
border-top-right-radius: 50%;
|
|
1960
|
-
}
|
|
1961
|
-
|
|
1962
|
-
.\!k-rounded-top-right-circle {
|
|
1963
|
-
border-top-right-radius: 50% !important;
|
|
1964
|
-
}
|
|
1965
|
-
|
|
1966
|
-
.k-rounded-top-right-pill {
|
|
1902
|
+
.k-rounded-top-right-full {
|
|
1967
1903
|
border-top-right-radius: 9999px;
|
|
1968
1904
|
}
|
|
1969
1905
|
|
|
1970
|
-
.\!k-rounded-top-right-
|
|
1906
|
+
.\!k-rounded-top-right-full {
|
|
1971
1907
|
border-top-right-radius: 9999px !important;
|
|
1972
1908
|
}
|
|
1973
1909
|
|
|
@@ -2011,19 +1947,11 @@ kendo-sortable {
|
|
|
2011
1947
|
border-bottom-left-radius: 0.375rem !important;
|
|
2012
1948
|
}
|
|
2013
1949
|
|
|
2014
|
-
.k-rounded-bottom-left-
|
|
2015
|
-
border-bottom-left-radius: 50%;
|
|
2016
|
-
}
|
|
2017
|
-
|
|
2018
|
-
.\!k-rounded-bottom-left-circle {
|
|
2019
|
-
border-bottom-left-radius: 50% !important;
|
|
2020
|
-
}
|
|
2021
|
-
|
|
2022
|
-
.k-rounded-bottom-left-pill {
|
|
1950
|
+
.k-rounded-bottom-left-full {
|
|
2023
1951
|
border-bottom-left-radius: 9999px;
|
|
2024
1952
|
}
|
|
2025
1953
|
|
|
2026
|
-
.\!k-rounded-bottom-left-
|
|
1954
|
+
.\!k-rounded-bottom-left-full {
|
|
2027
1955
|
border-bottom-left-radius: 9999px !important;
|
|
2028
1956
|
}
|
|
2029
1957
|
|
|
@@ -2067,19 +1995,11 @@ kendo-sortable {
|
|
|
2067
1995
|
border-bottom-right-radius: 0.375rem !important;
|
|
2068
1996
|
}
|
|
2069
1997
|
|
|
2070
|
-
.k-rounded-bottom-right-
|
|
2071
|
-
border-bottom-right-radius: 50%;
|
|
2072
|
-
}
|
|
2073
|
-
|
|
2074
|
-
.\!k-rounded-bottom-right-circle {
|
|
2075
|
-
border-bottom-right-radius: 50% !important;
|
|
2076
|
-
}
|
|
2077
|
-
|
|
2078
|
-
.k-rounded-bottom-right-pill {
|
|
1998
|
+
.k-rounded-bottom-right-full {
|
|
2079
1999
|
border-bottom-right-radius: 9999px;
|
|
2080
2000
|
}
|
|
2081
2001
|
|
|
2082
|
-
.\!k-rounded-bottom-right-
|
|
2002
|
+
.\!k-rounded-bottom-right-full {
|
|
2083
2003
|
border-bottom-right-radius: 9999px !important;
|
|
2084
2004
|
}
|
|
2085
2005
|
|
|
@@ -11239,21 +11159,6 @@ kendo-list > .k-group-header,
|
|
|
11239
11159
|
box-shadow: none;
|
|
11240
11160
|
}
|
|
11241
11161
|
|
|
11242
|
-
.k-space-left > input,
|
|
11243
|
-
.k-space-right > input {
|
|
11244
|
-
flex-grow: 1;
|
|
11245
|
-
}
|
|
11246
|
-
|
|
11247
|
-
.k-space-left > .k-icon,
|
|
11248
|
-
.k-space-right > .k-icon {
|
|
11249
|
-
left: 3px;
|
|
11250
|
-
margin: 3px 6px;
|
|
11251
|
-
}
|
|
11252
|
-
|
|
11253
|
-
.k-textbox.k-space-left {
|
|
11254
|
-
flex-direction: row-reverse;
|
|
11255
|
-
}
|
|
11256
|
-
|
|
11257
11162
|
.k-input-prefix,
|
|
11258
11163
|
.k-input-suffix {
|
|
11259
11164
|
display: flex;
|
|
@@ -11347,6 +11252,26 @@ kendo-list > .k-group-header,
|
|
|
11347
11252
|
flex-flow: row nowrap;
|
|
11348
11253
|
}
|
|
11349
11254
|
|
|
11255
|
+
.k-picker-wrap,
|
|
11256
|
+
.k-dropdown-wrap,
|
|
11257
|
+
.k-dateinput-wrap,
|
|
11258
|
+
.k-multiselect-wrap,
|
|
11259
|
+
.k-numeric-wrap {
|
|
11260
|
+
width: 100%;
|
|
11261
|
+
border-width: 0;
|
|
11262
|
+
border-color: inherit;
|
|
11263
|
+
box-sizing: border-box;
|
|
11264
|
+
flex: 1 1 auto;
|
|
11265
|
+
display: flex;
|
|
11266
|
+
flex-flow: row nowrap;
|
|
11267
|
+
overflow: hidden;
|
|
11268
|
+
position: relative;
|
|
11269
|
+
}
|
|
11270
|
+
|
|
11271
|
+
.k-multiselect-wrap {
|
|
11272
|
+
display: block;
|
|
11273
|
+
}
|
|
11274
|
+
|
|
11350
11275
|
.k-text-disabled {
|
|
11351
11276
|
outline: none;
|
|
11352
11277
|
cursor: default;
|
|
@@ -11698,6 +11623,10 @@ kendo-list > .k-group-header,
|
|
|
11698
11623
|
border-style: solid;
|
|
11699
11624
|
}
|
|
11700
11625
|
|
|
11626
|
+
.k-data-table .k-table {
|
|
11627
|
+
table-layout: fixed;
|
|
11628
|
+
}
|
|
11629
|
+
|
|
11701
11630
|
.k-table-thead,
|
|
11702
11631
|
.k-table-tbody,
|
|
11703
11632
|
.k-table-tfoot {
|
|
@@ -11755,7 +11684,7 @@ kendo-list > .k-group-header,
|
|
|
11755
11684
|
width: 100%;
|
|
11756
11685
|
max-width: none;
|
|
11757
11686
|
border-width: 0;
|
|
11758
|
-
display: table
|
|
11687
|
+
display: table;
|
|
11759
11688
|
border-collapse: collapse;
|
|
11760
11689
|
border-spacing: 0;
|
|
11761
11690
|
table-layout: fixed;
|
|
@@ -11764,10 +11693,11 @@ kendo-list > .k-group-header,
|
|
|
11764
11693
|
outline: none;
|
|
11765
11694
|
}
|
|
11766
11695
|
|
|
11767
|
-
.k-table-list .k-table-row
|
|
11696
|
+
.k-table-list .k-table-row,
|
|
11697
|
+
.k-table-list .k-table-group-row {
|
|
11768
11698
|
width: 100%;
|
|
11769
11699
|
box-sizing: border-box;
|
|
11770
|
-
display:
|
|
11700
|
+
display: table-row;
|
|
11771
11701
|
position: relative;
|
|
11772
11702
|
}
|
|
11773
11703
|
|
|
@@ -11780,6 +11710,23 @@ kendo-list > .k-group-header,
|
|
|
11780
11710
|
vertical-align: middle;
|
|
11781
11711
|
}
|
|
11782
11712
|
|
|
11713
|
+
.k-table-list .k-table-group-row::before {
|
|
11714
|
+
content: ".";
|
|
11715
|
+
padding: 10px 0;
|
|
11716
|
+
width: 0;
|
|
11717
|
+
display: block;
|
|
11718
|
+
overflow: hidden;
|
|
11719
|
+
}
|
|
11720
|
+
|
|
11721
|
+
.k-table-list .k-table-group-row .k-table-th {
|
|
11722
|
+
width: 100%;
|
|
11723
|
+
border-color: inherit;
|
|
11724
|
+
color: inherit;
|
|
11725
|
+
background-color: inherit;
|
|
11726
|
+
position: absolute;
|
|
11727
|
+
top: 0;
|
|
11728
|
+
}
|
|
11729
|
+
|
|
11783
11730
|
.k-table-list .k-table-spacer-td {
|
|
11784
11731
|
padding: 0 !important;
|
|
11785
11732
|
width: 0 !important;
|
|
@@ -11803,6 +11750,11 @@ kendo-list > .k-group-header,
|
|
|
11803
11750
|
right: 0;
|
|
11804
11751
|
}
|
|
11805
11752
|
|
|
11753
|
+
.k-virtual-table .k-table-row {
|
|
11754
|
+
position: absolute;
|
|
11755
|
+
width: 100%;
|
|
11756
|
+
}
|
|
11757
|
+
|
|
11806
11758
|
.k-table-scroller {
|
|
11807
11759
|
position: relative;
|
|
11808
11760
|
overflow: auto;
|
|
@@ -12449,158 +12401,148 @@ kendo-badge-container {
|
|
|
12449
12401
|
color: #424242;
|
|
12450
12402
|
}
|
|
12451
12403
|
|
|
12452
|
-
.k-chip-list {
|
|
12453
|
-
display: inline-flex;
|
|
12454
|
-
}
|
|
12455
|
-
|
|
12456
|
-
.k-chip-list > * {
|
|
12457
|
-
margin-right: 8px;
|
|
12458
|
-
}
|
|
12459
|
-
|
|
12460
|
-
.k-chip-list > *:last-child {
|
|
12461
|
-
margin-right: 0;
|
|
12462
|
-
}
|
|
12463
|
-
|
|
12464
|
-
.k-selection-single .k-selected-icon-wrapper {
|
|
12465
|
-
display: none;
|
|
12466
|
-
}
|
|
12467
|
-
|
|
12468
|
-
.k-selection-multiple .k-selected-icon-wrapper {
|
|
12469
|
-
width: 0;
|
|
12470
|
-
height: 24px;
|
|
12471
|
-
position: relative;
|
|
12472
|
-
left: 4px;
|
|
12473
|
-
display: flex;
|
|
12474
|
-
align-items: center;
|
|
12475
|
-
justify-content: center;
|
|
12476
|
-
visibility: hidden;
|
|
12477
|
-
z-index: 1;
|
|
12478
|
-
}
|
|
12479
|
-
|
|
12480
|
-
.k-selection-multiple .k-selected-icon {
|
|
12481
|
-
font-size: 14px;
|
|
12482
|
-
}
|
|
12483
|
-
|
|
12484
|
-
.k-selection-multiple .k-chip.k-state-selected .k-selected-icon-wrapper,
|
|
12485
|
-
.k-selection-multiple .k-chip.k-selected .k-selected-icon-wrapper {
|
|
12486
|
-
width: 24px;
|
|
12487
|
-
visibility: visible;
|
|
12488
|
-
}
|
|
12489
|
-
|
|
12490
|
-
.k-selection-multiple > .k-chip-has-icon .k-selected-icon-wrapper {
|
|
12491
|
-
border-radius: 50%;
|
|
12492
|
-
position: absolute;
|
|
12493
|
-
}
|
|
12494
|
-
|
|
12495
|
-
.k-selection-multiple :not(.k-chip-has-icon) .k-selected-icon-wrapper {
|
|
12496
|
-
left: 0px;
|
|
12497
|
-
opacity: 0;
|
|
12498
|
-
transition: width .2s, opacity .2s;
|
|
12499
|
-
}
|
|
12500
|
-
|
|
12501
|
-
.k-selection-multiple :not(.k-chip-has-icon).k-state-selected .k-selected-icon-wrapper,
|
|
12502
|
-
.k-selection-multiple :not(.k-chip-has-icon).k-selected .k-selected-icon-wrapper {
|
|
12503
|
-
opacity: 1;
|
|
12504
|
-
}
|
|
12505
|
-
|
|
12506
12404
|
.k-chip {
|
|
12507
|
-
overflow: hidden;
|
|
12508
|
-
padding: 4px 4px;
|
|
12509
12405
|
height: 32px;
|
|
12406
|
+
padding: 4px 4px;
|
|
12510
12407
|
border-radius: 16px;
|
|
12511
|
-
position: relative;
|
|
12512
12408
|
box-sizing: border-box;
|
|
12513
12409
|
border-width: 1px;
|
|
12514
12410
|
border-style: solid;
|
|
12411
|
+
outline: 0;
|
|
12412
|
+
font-size: 14px;
|
|
12515
12413
|
display: inline-flex;
|
|
12414
|
+
flex-flow: row nowrap;
|
|
12516
12415
|
align-items: center;
|
|
12517
12416
|
justify-content: center;
|
|
12518
|
-
|
|
12417
|
+
gap: 8px;
|
|
12418
|
+
position: relative;
|
|
12419
|
+
overflow: hidden;
|
|
12519
12420
|
cursor: pointer;
|
|
12520
12421
|
-webkit-user-select: none;
|
|
12521
12422
|
-ms-user-select: none;
|
|
12522
12423
|
user-select: none;
|
|
12523
12424
|
}
|
|
12524
12425
|
|
|
12525
|
-
.k-chip
|
|
12526
|
-
|
|
12426
|
+
.k-chip .k-selected-icon-wrapper {
|
|
12427
|
+
display: none !important;
|
|
12527
12428
|
}
|
|
12528
12429
|
|
|
12529
12430
|
.k-chip-content {
|
|
12530
12431
|
min-width: 0;
|
|
12432
|
+
display: flex;
|
|
12433
|
+
flex-flow: row nowrap;
|
|
12434
|
+
align-items: center;
|
|
12531
12435
|
overflow: hidden;
|
|
12532
|
-
|
|
12436
|
+
flex: 1 1 auto;
|
|
12437
|
+
}
|
|
12438
|
+
|
|
12439
|
+
.k-chip-content:first-child {
|
|
12440
|
+
margin-inline-start: 8px;
|
|
12441
|
+
}
|
|
12442
|
+
|
|
12443
|
+
.k-chip-content:last-child {
|
|
12444
|
+
margin-inline-end: 8px;
|
|
12445
|
+
}
|
|
12446
|
+
|
|
12447
|
+
.k-chip-text,
|
|
12448
|
+
.k-chip-label {
|
|
12533
12449
|
white-space: nowrap;
|
|
12534
|
-
|
|
12450
|
+
text-overflow: ellipsis;
|
|
12451
|
+
overflow: hidden;
|
|
12535
12452
|
flex: 1 1 auto;
|
|
12536
12453
|
}
|
|
12537
12454
|
|
|
12538
|
-
.k-chip-
|
|
12539
|
-
|
|
12455
|
+
.k-chip-avatar {
|
|
12456
|
+
width: 24px;
|
|
12457
|
+
height: 24px;
|
|
12458
|
+
border-radius: 50%;
|
|
12459
|
+
background-size: cover;
|
|
12460
|
+
background-position: center;
|
|
12461
|
+
flex: none;
|
|
12462
|
+
}
|
|
12463
|
+
|
|
12464
|
+
.k-chip-icon {
|
|
12540
12465
|
width: 24px;
|
|
12541
12466
|
height: 24px;
|
|
12542
12467
|
display: flex;
|
|
12543
12468
|
align-items: center;
|
|
12544
12469
|
justify-content: center;
|
|
12545
|
-
flex:
|
|
12470
|
+
flex: none;
|
|
12546
12471
|
}
|
|
12547
12472
|
|
|
12548
|
-
.k-chip-icon {
|
|
12549
|
-
margin-
|
|
12473
|
+
.k-ie .k-chip-icon {
|
|
12474
|
+
margin-right: 8px;
|
|
12550
12475
|
}
|
|
12551
12476
|
|
|
12552
|
-
.k-
|
|
12553
|
-
|
|
12554
|
-
|
|
12477
|
+
.k-chip-actions {
|
|
12478
|
+
flex: none;
|
|
12479
|
+
display: flex;
|
|
12480
|
+
flex-flow: row nowrap;
|
|
12481
|
+
align-items: center;
|
|
12482
|
+
align-self: center;
|
|
12555
12483
|
}
|
|
12556
12484
|
|
|
12557
|
-
.k-chip-
|
|
12485
|
+
.k-chip-action {
|
|
12486
|
+
flex: none;
|
|
12487
|
+
display: flex;
|
|
12488
|
+
flex-flow: row nowrap;
|
|
12489
|
+
align-items: center;
|
|
12490
|
+
align-self: center;
|
|
12491
|
+
}
|
|
12492
|
+
|
|
12493
|
+
.k-remove-icon {
|
|
12558
12494
|
width: 24px;
|
|
12559
12495
|
height: 24px;
|
|
12560
|
-
|
|
12561
|
-
|
|
12562
|
-
|
|
12496
|
+
font-size: 14px;
|
|
12497
|
+
display: flex;
|
|
12498
|
+
align-items: center;
|
|
12499
|
+
justify-content: center;
|
|
12500
|
+
flex: none;
|
|
12563
12501
|
}
|
|
12564
12502
|
|
|
12565
|
-
.k-
|
|
12566
|
-
.k-rtl .k-chip-list > *, .k-chip-list.k-rtl > * {
|
|
12503
|
+
.k-ie .k-remove-icon {
|
|
12567
12504
|
margin-right: 0;
|
|
12568
12505
|
margin-left: 8px;
|
|
12569
12506
|
}
|
|
12570
12507
|
|
|
12571
|
-
.k-chip-list
|
|
12572
|
-
|
|
12573
|
-
|
|
12508
|
+
.k-chip-list {
|
|
12509
|
+
display: inline-flex;
|
|
12510
|
+
gap: 8px;
|
|
12574
12511
|
}
|
|
12575
12512
|
|
|
12576
|
-
.k-
|
|
12577
|
-
|
|
12578
|
-
margin-left: 0;
|
|
12579
|
-
margin-right: 0px;
|
|
12513
|
+
.k-ie .k-chip-list > * {
|
|
12514
|
+
margin-right: 8px;
|
|
12580
12515
|
}
|
|
12581
12516
|
|
|
12582
|
-
.k-
|
|
12583
|
-
.k-rtl .k-chip .k-remove-icon, .k-chip.k-rtl .k-remove-icon {
|
|
12517
|
+
.k-ie .k-chip-list > :last-child {
|
|
12584
12518
|
margin-right: 0;
|
|
12585
|
-
margin-left: 0px;
|
|
12586
12519
|
}
|
|
12587
12520
|
|
|
12588
|
-
.k-
|
|
12589
|
-
.k-
|
|
12590
|
-
|
|
12591
|
-
right:
|
|
12521
|
+
.k-ie .k-chip.k-rtl .k-chip-icon,
|
|
12522
|
+
.k-ie .k-rtl .k-chip .k-chip-icon,
|
|
12523
|
+
.k-ie .k-chip[dir="rtl"] .k-chip-icon {
|
|
12524
|
+
margin-right: 0;
|
|
12525
|
+
margin-left: 8px;
|
|
12592
12526
|
}
|
|
12593
12527
|
|
|
12594
|
-
.k-
|
|
12595
|
-
.k-
|
|
12596
|
-
|
|
12597
|
-
|
|
12528
|
+
.k-ie .k-chip.k-rtl .k-remove-icon,
|
|
12529
|
+
.k-ie .k-rtl .k-chip .k-remove-icon,
|
|
12530
|
+
.k-ie .k-chip[dir="rtl"] .k-remove-icon {
|
|
12531
|
+
margin-left: 0;
|
|
12532
|
+
margin-right: 8px;
|
|
12598
12533
|
}
|
|
12599
12534
|
|
|
12600
|
-
.k-
|
|
12601
|
-
.k-
|
|
12602
|
-
|
|
12603
|
-
|
|
12535
|
+
.k-ie .k-chip-list.k-rtl > *,
|
|
12536
|
+
.k-ie .k-rtl .k-chip-list > *,
|
|
12537
|
+
.k-ie .k-chip-list[dir="rtl"] > * {
|
|
12538
|
+
margin-right: 0;
|
|
12539
|
+
margin-left: 8px;
|
|
12540
|
+
}
|
|
12541
|
+
|
|
12542
|
+
.k-ie .k-chip-list.k-rtl > *:last-child,
|
|
12543
|
+
.k-ie .k-rtl .k-chip-list > *:last-child,
|
|
12544
|
+
.k-ie .k-chip-list[dir="rtl"] > *:last-child {
|
|
12545
|
+
margin-left: 0;
|
|
12604
12546
|
}
|
|
12605
12547
|
|
|
12606
12548
|
.k-chip-solid {
|
|
@@ -12609,16 +12551,15 @@ kendo-badge-container {
|
|
|
12609
12551
|
background-color: rgba(0, 0, 0, 0.08);
|
|
12610
12552
|
}
|
|
12611
12553
|
|
|
12612
|
-
.k-chip-solid:hover, .k-chip-solid.k-
|
|
12554
|
+
.k-chip-solid:hover, .k-chip-solid.k-hover, .k-chip-solid.k-state-hover {
|
|
12613
12555
|
background-color: rgba(0, 0, 0, 0.16);
|
|
12614
12556
|
}
|
|
12615
12557
|
|
|
12616
|
-
.k-chip-solid:focus, .k-chip-solid.k-
|
|
12617
|
-
box-shadow: none;
|
|
12558
|
+
.k-chip-solid:focus, .k-chip-solid.k-focus, .k-chip-solid.k-state-focus {
|
|
12618
12559
|
background-color: rgba(0, 0, 0, 0.24);
|
|
12619
12560
|
}
|
|
12620
12561
|
|
|
12621
|
-
.k-chip-solid.k-
|
|
12562
|
+
.k-chip-solid.k-selected, .k-chip-solid.k-state-selected {
|
|
12622
12563
|
background-color: rgba(0, 0, 0, 0.24);
|
|
12623
12564
|
}
|
|
12624
12565
|
|
|
@@ -12628,15 +12569,15 @@ kendo-badge-container {
|
|
|
12628
12569
|
background-color: rgba(55, 180, 0, 0.08);
|
|
12629
12570
|
}
|
|
12630
12571
|
|
|
12631
|
-
.k-chip-solid.k-chip-success:hover, .k-chip-solid.k-chip-success.k-
|
|
12572
|
+
.k-chip-solid.k-chip-success:hover, .k-chip-solid.k-chip-success.k-hover, .k-chip-solid.k-chip-success.k-state-hover {
|
|
12632
12573
|
background-color: rgba(55, 180, 0, 0.16);
|
|
12633
12574
|
}
|
|
12634
12575
|
|
|
12635
|
-
.k-chip-solid.k-chip-success:focus, .k-chip-solid.k-chip-success.k-
|
|
12576
|
+
.k-chip-solid.k-chip-success:focus, .k-chip-solid.k-chip-success.k-focus, .k-chip-solid.k-chip-success.k-state-focus {
|
|
12636
12577
|
background-color: rgba(55, 180, 0, 0.24);
|
|
12637
12578
|
}
|
|
12638
12579
|
|
|
12639
|
-
.k-chip-solid.k-chip-success.k-
|
|
12580
|
+
.k-chip-solid.k-chip-success.k-selected, .k-chip-solid.k-chip-success.k-state-selected {
|
|
12640
12581
|
background-color: rgba(55, 180, 0, 0.24);
|
|
12641
12582
|
}
|
|
12642
12583
|
|
|
@@ -12646,15 +12587,15 @@ kendo-badge-container {
|
|
|
12646
12587
|
background-color: rgba(255, 192, 0, 0.08);
|
|
12647
12588
|
}
|
|
12648
12589
|
|
|
12649
|
-
.k-chip-solid.k-chip-warning:hover, .k-chip-solid.k-chip-warning.k-
|
|
12590
|
+
.k-chip-solid.k-chip-warning:hover, .k-chip-solid.k-chip-warning.k-hover, .k-chip-solid.k-chip-warning.k-state-hover {
|
|
12650
12591
|
background-color: rgba(255, 192, 0, 0.16);
|
|
12651
12592
|
}
|
|
12652
12593
|
|
|
12653
|
-
.k-chip-solid.k-chip-warning:focus, .k-chip-solid.k-chip-warning.k-
|
|
12594
|
+
.k-chip-solid.k-chip-warning:focus, .k-chip-solid.k-chip-warning.k-focus, .k-chip-solid.k-chip-warning.k-state-focus {
|
|
12654
12595
|
background-color: rgba(255, 192, 0, 0.24);
|
|
12655
12596
|
}
|
|
12656
12597
|
|
|
12657
|
-
.k-chip-solid.k-chip-warning.k-
|
|
12598
|
+
.k-chip-solid.k-chip-warning.k-selected, .k-chip-solid.k-chip-warning.k-state-selected {
|
|
12658
12599
|
background-color: rgba(255, 192, 0, 0.24);
|
|
12659
12600
|
}
|
|
12660
12601
|
|
|
@@ -12664,15 +12605,15 @@ kendo-badge-container {
|
|
|
12664
12605
|
background-color: rgba(243, 23, 0, 0.08);
|
|
12665
12606
|
}
|
|
12666
12607
|
|
|
12667
|
-
.k-chip-solid.k-chip-error:hover, .k-chip-solid.k-chip-error.k-
|
|
12608
|
+
.k-chip-solid.k-chip-error:hover, .k-chip-solid.k-chip-error.k-hover, .k-chip-solid.k-chip-error.k-state-hover {
|
|
12668
12609
|
background-color: rgba(243, 23, 0, 0.16);
|
|
12669
12610
|
}
|
|
12670
12611
|
|
|
12671
|
-
.k-chip-solid.k-chip-error:focus, .k-chip-solid.k-chip-error.k-
|
|
12612
|
+
.k-chip-solid.k-chip-error:focus, .k-chip-solid.k-chip-error.k-focus, .k-chip-solid.k-chip-error.k-state-focus {
|
|
12672
12613
|
background-color: rgba(243, 23, 0, 0.24);
|
|
12673
12614
|
}
|
|
12674
12615
|
|
|
12675
|
-
.k-chip-solid.k-chip-error.k-
|
|
12616
|
+
.k-chip-solid.k-chip-error.k-selected, .k-chip-solid.k-chip-error.k-state-selected {
|
|
12676
12617
|
background-color: rgba(243, 23, 0, 0.24);
|
|
12677
12618
|
}
|
|
12678
12619
|
|
|
@@ -12682,15 +12623,15 @@ kendo-badge-container {
|
|
|
12682
12623
|
background-color: rgba(0, 88, 233, 0.08);
|
|
12683
12624
|
}
|
|
12684
12625
|
|
|
12685
|
-
.k-chip-solid.k-chip-info:hover, .k-chip-solid.k-chip-info.k-
|
|
12626
|
+
.k-chip-solid.k-chip-info:hover, .k-chip-solid.k-chip-info.k-hover, .k-chip-solid.k-chip-info.k-state-hover {
|
|
12686
12627
|
background-color: rgba(0, 88, 233, 0.16);
|
|
12687
12628
|
}
|
|
12688
12629
|
|
|
12689
|
-
.k-chip-solid.k-chip-info:focus, .k-chip-solid.k-chip-info.k-
|
|
12630
|
+
.k-chip-solid.k-chip-info:focus, .k-chip-solid.k-chip-info.k-focus, .k-chip-solid.k-chip-info.k-state-focus {
|
|
12690
12631
|
background-color: rgba(0, 88, 233, 0.24);
|
|
12691
12632
|
}
|
|
12692
12633
|
|
|
12693
|
-
.k-chip-solid.k-chip-info.k-
|
|
12634
|
+
.k-chip-solid.k-chip-info.k-selected, .k-chip-solid.k-chip-info.k-state-selected {
|
|
12694
12635
|
background-color: rgba(0, 88, 233, 0.24);
|
|
12695
12636
|
}
|
|
12696
12637
|
|
|
@@ -12700,16 +12641,15 @@ kendo-badge-container {
|
|
|
12700
12641
|
background-color: white;
|
|
12701
12642
|
}
|
|
12702
12643
|
|
|
12703
|
-
.k-chip-outline:hover, .k-chip-outline.k-
|
|
12644
|
+
.k-chip-outline:hover, .k-chip-outline.k-hover, .k-chip-outline.k-state-hover {
|
|
12704
12645
|
background-color: rgba(0, 0, 0, 0.08);
|
|
12705
12646
|
}
|
|
12706
12647
|
|
|
12707
|
-
.k-chip-outline:focus, .k-chip-outline.k-
|
|
12708
|
-
box-shadow: none;
|
|
12648
|
+
.k-chip-outline:focus, .k-chip-outline.k-focus, .k-chip-outline.k-state-focus {
|
|
12709
12649
|
background-color: rgba(0, 0, 0, 0.24);
|
|
12710
12650
|
}
|
|
12711
12651
|
|
|
12712
|
-
.k-chip-outline.k-
|
|
12652
|
+
.k-chip-outline.k-selected, .k-chip-outline.k-state-selected {
|
|
12713
12653
|
background-color: rgba(0, 0, 0, 0.24);
|
|
12714
12654
|
}
|
|
12715
12655
|
|
|
@@ -12718,15 +12658,15 @@ kendo-badge-container {
|
|
|
12718
12658
|
color: #37b400;
|
|
12719
12659
|
}
|
|
12720
12660
|
|
|
12721
|
-
.k-chip-outline.k-chip-success:hover, .k-chip-outline.k-chip-success.k-
|
|
12661
|
+
.k-chip-outline.k-chip-success:hover, .k-chip-outline.k-chip-success.k-hover, .k-chip-outline.k-chip-success.k-state-hover {
|
|
12722
12662
|
background-color: rgba(55, 180, 0, 0.08);
|
|
12723
12663
|
}
|
|
12724
12664
|
|
|
12725
|
-
.k-chip-outline.k-chip-success:focus, .k-chip-outline.k-chip-success.k-
|
|
12726
|
-
background-color: rgba(55, 180, 0, 0.
|
|
12665
|
+
.k-chip-outline.k-chip-success:focus, .k-chip-outline.k-chip-success.k-focus, .k-chip-outline.k-chip-success.k-state-focus {
|
|
12666
|
+
background-color: rgba(55, 180, 0, 0.24);
|
|
12727
12667
|
}
|
|
12728
12668
|
|
|
12729
|
-
.k-chip-outline.k-chip-success.k-
|
|
12669
|
+
.k-chip-outline.k-chip-success.k-selected, .k-chip-outline.k-chip-success.k-state-selected {
|
|
12730
12670
|
background-color: rgba(55, 180, 0, 0.24);
|
|
12731
12671
|
}
|
|
12732
12672
|
|
|
@@ -12735,15 +12675,15 @@ kendo-badge-container {
|
|
|
12735
12675
|
color: #ffc000;
|
|
12736
12676
|
}
|
|
12737
12677
|
|
|
12738
|
-
.k-chip-outline.k-chip-warning:hover, .k-chip-outline.k-chip-warning.k-
|
|
12678
|
+
.k-chip-outline.k-chip-warning:hover, .k-chip-outline.k-chip-warning.k-hover, .k-chip-outline.k-chip-warning.k-state-hover {
|
|
12739
12679
|
background-color: rgba(255, 192, 0, 0.08);
|
|
12740
12680
|
}
|
|
12741
12681
|
|
|
12742
|
-
.k-chip-outline.k-chip-warning:focus, .k-chip-outline.k-chip-warning.k-
|
|
12743
|
-
background-color: rgba(255, 192, 0, 0.
|
|
12682
|
+
.k-chip-outline.k-chip-warning:focus, .k-chip-outline.k-chip-warning.k-focus, .k-chip-outline.k-chip-warning.k-state-focus {
|
|
12683
|
+
background-color: rgba(255, 192, 0, 0.24);
|
|
12744
12684
|
}
|
|
12745
12685
|
|
|
12746
|
-
.k-chip-outline.k-chip-warning.k-
|
|
12686
|
+
.k-chip-outline.k-chip-warning.k-selected, .k-chip-outline.k-chip-warning.k-state-selected {
|
|
12747
12687
|
background-color: rgba(255, 192, 0, 0.24);
|
|
12748
12688
|
}
|
|
12749
12689
|
|
|
@@ -12752,15 +12692,15 @@ kendo-badge-container {
|
|
|
12752
12692
|
color: #f31700;
|
|
12753
12693
|
}
|
|
12754
12694
|
|
|
12755
|
-
.k-chip-outline.k-chip-error:hover, .k-chip-outline.k-chip-error.k-
|
|
12695
|
+
.k-chip-outline.k-chip-error:hover, .k-chip-outline.k-chip-error.k-hover, .k-chip-outline.k-chip-error.k-state-hover {
|
|
12756
12696
|
background-color: rgba(243, 23, 0, 0.08);
|
|
12757
12697
|
}
|
|
12758
12698
|
|
|
12759
|
-
.k-chip-outline.k-chip-error:focus, .k-chip-outline.k-chip-error.k-
|
|
12760
|
-
background-color: rgba(243, 23, 0, 0.
|
|
12699
|
+
.k-chip-outline.k-chip-error:focus, .k-chip-outline.k-chip-error.k-focus, .k-chip-outline.k-chip-error.k-state-focus {
|
|
12700
|
+
background-color: rgba(243, 23, 0, 0.24);
|
|
12761
12701
|
}
|
|
12762
12702
|
|
|
12763
|
-
.k-chip-outline.k-chip-error.k-
|
|
12703
|
+
.k-chip-outline.k-chip-error.k-selected, .k-chip-outline.k-chip-error.k-state-selected {
|
|
12764
12704
|
background-color: rgba(243, 23, 0, 0.24);
|
|
12765
12705
|
}
|
|
12766
12706
|
|
|
@@ -12769,15 +12709,15 @@ kendo-badge-container {
|
|
|
12769
12709
|
color: #0058e9;
|
|
12770
12710
|
}
|
|
12771
12711
|
|
|
12772
|
-
.k-chip-outline.k-chip-info:hover, .k-chip-outline.k-chip-info.k-
|
|
12712
|
+
.k-chip-outline.k-chip-info:hover, .k-chip-outline.k-chip-info.k-hover, .k-chip-outline.k-chip-info.k-state-hover {
|
|
12773
12713
|
background-color: rgba(0, 88, 233, 0.08);
|
|
12774
12714
|
}
|
|
12775
12715
|
|
|
12776
|
-
.k-chip-outline.k-chip-info:focus, .k-chip-outline.k-chip-info.k-
|
|
12777
|
-
background-color: rgba(0, 88, 233, 0.
|
|
12716
|
+
.k-chip-outline.k-chip-info:focus, .k-chip-outline.k-chip-info.k-focus, .k-chip-outline.k-chip-info.k-state-focus {
|
|
12717
|
+
background-color: rgba(0, 88, 233, 0.24);
|
|
12778
12718
|
}
|
|
12779
12719
|
|
|
12780
|
-
.k-chip-outline.k-chip-info.k-
|
|
12720
|
+
.k-chip-outline.k-chip-info.k-selected, .k-chip-outline.k-chip-info.k-state-selected {
|
|
12781
12721
|
background-color: rgba(0, 88, 233, 0.24);
|
|
12782
12722
|
}
|
|
12783
12723
|
|
|
@@ -12830,8 +12770,9 @@ kendo-badge-container {
|
|
|
12830
12770
|
|
|
12831
12771
|
.k-no-color::after {
|
|
12832
12772
|
background-color: white;
|
|
12833
|
-
background-image: url("data:image/
|
|
12834
|
-
background-size:
|
|
12773
|
+
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC");
|
|
12774
|
+
background-size: contain;
|
|
12775
|
+
background-position: 0 0;
|
|
12835
12776
|
}
|
|
12836
12777
|
|
|
12837
12778
|
.k-loader {
|
|
@@ -17572,14 +17513,6 @@ kendo-label.k-radio-label > .k-label {
|
|
|
17572
17513
|
background-image: linear-gradient(to right, rgba(63, 81, 181, 0.25), transparent 100%);
|
|
17573
17514
|
}
|
|
17574
17515
|
|
|
17575
|
-
.k-daterangepicker.k-state-invalid .k-dateinput-wrap {
|
|
17576
|
-
border-color: #f31700;
|
|
17577
|
-
}
|
|
17578
|
-
|
|
17579
|
-
.k-daterangepicker.k-state-invalid .k-dateinput-wrap .k-input-validation-icon {
|
|
17580
|
-
color: #f31700;
|
|
17581
|
-
}
|
|
17582
|
-
|
|
17583
17516
|
.k-calendar .k-state-focused .k-link {
|
|
17584
17517
|
border-color: rgba(0, 0, 0, 0.15);
|
|
17585
17518
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -17592,6 +17525,250 @@ kendo-label.k-radio-label > .k-label {
|
|
|
17592
17525
|
background-color: #4e5fbb;
|
|
17593
17526
|
}
|
|
17594
17527
|
|
|
17528
|
+
.k-timeselector {
|
|
17529
|
+
border-width: 1px;
|
|
17530
|
+
border-style: solid;
|
|
17531
|
+
box-sizing: border-box;
|
|
17532
|
+
outline: 0;
|
|
17533
|
+
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
17534
|
+
font-size: 14px;
|
|
17535
|
+
line-height: 1.4285714286;
|
|
17536
|
+
position: relative;
|
|
17537
|
+
overflow: hidden;
|
|
17538
|
+
display: flex;
|
|
17539
|
+
flex-flow: column nowrap;
|
|
17540
|
+
-webkit-user-select: none;
|
|
17541
|
+
-ms-user-select: none;
|
|
17542
|
+
user-select: none;
|
|
17543
|
+
-webkit-touch-callout: none;
|
|
17544
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
17545
|
+
}
|
|
17546
|
+
|
|
17547
|
+
.k-popup > .k-timeselector {
|
|
17548
|
+
border-width: 0;
|
|
17549
|
+
}
|
|
17550
|
+
|
|
17551
|
+
.k-time-header,
|
|
17552
|
+
.k-time-selector-header {
|
|
17553
|
+
padding: 4px 4px;
|
|
17554
|
+
box-sizing: border-box;
|
|
17555
|
+
display: flex;
|
|
17556
|
+
align-items: center;
|
|
17557
|
+
justify-content: space-between;
|
|
17558
|
+
flex: 0 0 auto;
|
|
17559
|
+
}
|
|
17560
|
+
|
|
17561
|
+
.k-time-header .k-title,
|
|
17562
|
+
.k-time-header .k-time-selector-header-title,
|
|
17563
|
+
.k-time-selector-header .k-title,
|
|
17564
|
+
.k-time-selector-header .k-time-selector-header-title {
|
|
17565
|
+
padding: 8px 16px;
|
|
17566
|
+
font-weight: bold;
|
|
17567
|
+
display: inline-block;
|
|
17568
|
+
}
|
|
17569
|
+
|
|
17570
|
+
.k-time-header .k-time-now,
|
|
17571
|
+
.k-time-selector-header .k-time-now {
|
|
17572
|
+
border-width: 0;
|
|
17573
|
+
line-height: inherit;
|
|
17574
|
+
cursor: pointer;
|
|
17575
|
+
}
|
|
17576
|
+
|
|
17577
|
+
.k-time-list-container {
|
|
17578
|
+
display: flex;
|
|
17579
|
+
position: relative;
|
|
17580
|
+
flex: 1 1 auto;
|
|
17581
|
+
}
|
|
17582
|
+
|
|
17583
|
+
.k-time-highlight,
|
|
17584
|
+
.k-time-list-highlight {
|
|
17585
|
+
width: 100%;
|
|
17586
|
+
height: 28px;
|
|
17587
|
+
border-width: 1px 0px;
|
|
17588
|
+
border-style: solid;
|
|
17589
|
+
box-sizing: border-box;
|
|
17590
|
+
position: absolute;
|
|
17591
|
+
top: calc(50% + 9px);
|
|
17592
|
+
left: 0;
|
|
17593
|
+
right: 0;
|
|
17594
|
+
transform: translateY(-50%);
|
|
17595
|
+
z-index: 1;
|
|
17596
|
+
}
|
|
17597
|
+
|
|
17598
|
+
.k-time-list-wrapper {
|
|
17599
|
+
min-width: 4em;
|
|
17600
|
+
height: 240px;
|
|
17601
|
+
box-sizing: content-box;
|
|
17602
|
+
display: inline-flex;
|
|
17603
|
+
flex-flow: column nowrap;
|
|
17604
|
+
align-items: stretch;
|
|
17605
|
+
overflow: hidden;
|
|
17606
|
+
position: relative;
|
|
17607
|
+
text-align: center;
|
|
17608
|
+
flex: 1 1 auto;
|
|
17609
|
+
}
|
|
17610
|
+
|
|
17611
|
+
.k-time-list-wrapper .k-title {
|
|
17612
|
+
font-size: 12px;
|
|
17613
|
+
line-height: 1.5;
|
|
17614
|
+
font-weight: bold;
|
|
17615
|
+
text-align: center;
|
|
17616
|
+
text-transform: capitalize;
|
|
17617
|
+
display: block;
|
|
17618
|
+
}
|
|
17619
|
+
|
|
17620
|
+
.k-time-list-wrapper.k-state-focused::before, .k-time-list-wrapper.k-state-focused::after {
|
|
17621
|
+
display: block;
|
|
17622
|
+
content: " ";
|
|
17623
|
+
position: absolute;
|
|
17624
|
+
width: 100%;
|
|
17625
|
+
left: 0;
|
|
17626
|
+
pointer-events: none;
|
|
17627
|
+
height: calc(50% - 14px);
|
|
17628
|
+
box-sizing: border-box;
|
|
17629
|
+
border-width: 0;
|
|
17630
|
+
border-style: solid;
|
|
17631
|
+
}
|
|
17632
|
+
|
|
17633
|
+
.k-time-list-wrapper.k-state-focused::before {
|
|
17634
|
+
top: 18px;
|
|
17635
|
+
}
|
|
17636
|
+
|
|
17637
|
+
.k-time-list-wrapper.k-state-focused::after {
|
|
17638
|
+
bottom: 0;
|
|
17639
|
+
}
|
|
17640
|
+
|
|
17641
|
+
.k-time-list {
|
|
17642
|
+
display: flex;
|
|
17643
|
+
flex-flow: row nowrap;
|
|
17644
|
+
align-items: stretch;
|
|
17645
|
+
flex: 1;
|
|
17646
|
+
position: relative;
|
|
17647
|
+
z-index: 1;
|
|
17648
|
+
overflow: hidden;
|
|
17649
|
+
}
|
|
17650
|
+
|
|
17651
|
+
.k-time-list::before, .k-time-list::after {
|
|
17652
|
+
display: block;
|
|
17653
|
+
position: absolute;
|
|
17654
|
+
content: " ";
|
|
17655
|
+
height: 0;
|
|
17656
|
+
line-height: 0;
|
|
17657
|
+
z-index: 1;
|
|
17658
|
+
width: 200%;
|
|
17659
|
+
left: -50%;
|
|
17660
|
+
}
|
|
17661
|
+
|
|
17662
|
+
.k-time-list::before {
|
|
17663
|
+
top: 0;
|
|
17664
|
+
}
|
|
17665
|
+
|
|
17666
|
+
.k-time-list::after {
|
|
17667
|
+
bottom: 0;
|
|
17668
|
+
}
|
|
17669
|
+
|
|
17670
|
+
.k-time-container,
|
|
17671
|
+
.k-time-list-content {
|
|
17672
|
+
position: relative;
|
|
17673
|
+
flex: 1 1 auto;
|
|
17674
|
+
display: block;
|
|
17675
|
+
overflow-x: hidden;
|
|
17676
|
+
overflow-y: scroll;
|
|
17677
|
+
padding-right: 100px;
|
|
17678
|
+
padding-left: 100px;
|
|
17679
|
+
margin-left: -100px;
|
|
17680
|
+
margin-right: -117px;
|
|
17681
|
+
}
|
|
17682
|
+
|
|
17683
|
+
.k-time-container > ul,
|
|
17684
|
+
.k-time-list-content > ul {
|
|
17685
|
+
height: auto;
|
|
17686
|
+
width: 4em;
|
|
17687
|
+
margin: auto;
|
|
17688
|
+
}
|
|
17689
|
+
|
|
17690
|
+
.k-rtl .k-time-container [dir="rtl"] .k-time-container, .k-rtl
|
|
17691
|
+
.k-time-list-content [dir="rtl"] .k-time-container, .k-rtl .k-time-container [dir="rtl"]
|
|
17692
|
+
.k-time-list-content, .k-rtl
|
|
17693
|
+
.k-time-list-content [dir="rtl"]
|
|
17694
|
+
.k-time-list-content {
|
|
17695
|
+
padding-right: 100px;
|
|
17696
|
+
padding-left: 100px;
|
|
17697
|
+
margin-left: -117px;
|
|
17698
|
+
margin-right: -100px;
|
|
17699
|
+
}
|
|
17700
|
+
|
|
17701
|
+
.k-time-container .k-scrollable-placeholder,
|
|
17702
|
+
.k-time-list-content .k-scrollable-placeholder {
|
|
17703
|
+
position: absolute;
|
|
17704
|
+
width: 1px;
|
|
17705
|
+
top: 0;
|
|
17706
|
+
right: 0;
|
|
17707
|
+
}
|
|
17708
|
+
|
|
17709
|
+
.k-time-list-item,
|
|
17710
|
+
.k-time-list .k-item {
|
|
17711
|
+
padding: 4px 16px;
|
|
17712
|
+
}
|
|
17713
|
+
|
|
17714
|
+
.k-time-separator {
|
|
17715
|
+
width: 0;
|
|
17716
|
+
height: 28px;
|
|
17717
|
+
align-self: center;
|
|
17718
|
+
display: inline-flex;
|
|
17719
|
+
justify-content: center;
|
|
17720
|
+
align-items: center;
|
|
17721
|
+
position: relative;
|
|
17722
|
+
z-index: 11;
|
|
17723
|
+
top: 9px;
|
|
17724
|
+
}
|
|
17725
|
+
|
|
17726
|
+
.k-timeselector {
|
|
17727
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
17728
|
+
color: rgba(0, 0, 0, 0.87);
|
|
17729
|
+
background-color: white;
|
|
17730
|
+
}
|
|
17731
|
+
|
|
17732
|
+
.k-time-header .k-time-now,
|
|
17733
|
+
.k-time-selector-header .k-time-now {
|
|
17734
|
+
color: #e51a5f;
|
|
17735
|
+
}
|
|
17736
|
+
|
|
17737
|
+
.k-time-header .k-time-now:hover,
|
|
17738
|
+
.k-time-selector-header .k-time-now:hover {
|
|
17739
|
+
color: #c2185b;
|
|
17740
|
+
}
|
|
17741
|
+
|
|
17742
|
+
.k-time-list-wrapper .k-title {
|
|
17743
|
+
color: rgba(0, 0, 0, 0.54);
|
|
17744
|
+
}
|
|
17745
|
+
|
|
17746
|
+
.k-time-list-wrapper.k-state-focused .k-title {
|
|
17747
|
+
color: rgba(0, 0, 0, 0.87);
|
|
17748
|
+
}
|
|
17749
|
+
|
|
17750
|
+
.k-time-list::before, .k-time-list::after {
|
|
17751
|
+
box-shadow: 0 0 3em 1.5em white;
|
|
17752
|
+
}
|
|
17753
|
+
|
|
17754
|
+
.k-time-list .k-item:hover {
|
|
17755
|
+
color: #3f51b5;
|
|
17756
|
+
}
|
|
17757
|
+
|
|
17758
|
+
.k-time-container {
|
|
17759
|
+
background: transparent;
|
|
17760
|
+
}
|
|
17761
|
+
|
|
17762
|
+
.k-time-highlight {
|
|
17763
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
17764
|
+
background-color: white;
|
|
17765
|
+
}
|
|
17766
|
+
|
|
17767
|
+
.k-time-list .k-item:hover {
|
|
17768
|
+
color: rgba(0, 0, 0, 0.87);
|
|
17769
|
+
background-color: rgba(0, 0, 0, 0.04);
|
|
17770
|
+
}
|
|
17771
|
+
|
|
17595
17772
|
.k-autocomplete {
|
|
17596
17773
|
border-radius: 4px;
|
|
17597
17774
|
width: 200px;
|
|
@@ -18219,51 +18396,40 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18219
18396
|
}
|
|
18220
18397
|
|
|
18221
18398
|
.k-colorpicker {
|
|
18399
|
+
border-radius: 4px;
|
|
18222
18400
|
width: auto;
|
|
18223
|
-
border-width:
|
|
18401
|
+
border-width: 1px;
|
|
18402
|
+
border-style: solid;
|
|
18224
18403
|
box-sizing: border-box;
|
|
18225
18404
|
outline: 0;
|
|
18226
18405
|
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
18227
18406
|
font-size: 14px;
|
|
18228
18407
|
line-height: 2;
|
|
18229
|
-
|
|
18230
|
-
|
|
18408
|
+
text-align: start;
|
|
18409
|
+
white-space: nowrap;
|
|
18231
18410
|
display: inline-flex;
|
|
18411
|
+
flex-flow: row nowrap;
|
|
18232
18412
|
vertical-align: middle;
|
|
18233
18413
|
position: relative;
|
|
18234
|
-
overflow:
|
|
18414
|
+
overflow: hidden;
|
|
18415
|
+
transition: all .1s ease;
|
|
18235
18416
|
-webkit-touch-callout: none;
|
|
18236
18417
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
18237
18418
|
}
|
|
18238
18419
|
|
|
18239
18420
|
.k-colorpicker .k-selected-color {
|
|
18240
|
-
|
|
18241
|
-
width:
|
|
18242
|
-
height:
|
|
18243
|
-
border-width:
|
|
18421
|
+
margin: 8px;
|
|
18422
|
+
width: 1.4285714286em;
|
|
18423
|
+
height: 1.4285714286em;
|
|
18424
|
+
border-width: 1px;
|
|
18244
18425
|
border-style: solid;
|
|
18245
|
-
border-color: inherit;
|
|
18246
18426
|
box-sizing: border-box;
|
|
18427
|
+
background-clip: content-box;
|
|
18247
18428
|
line-height: 0;
|
|
18248
18429
|
position: relative;
|
|
18249
18430
|
overflow: hidden;
|
|
18250
18431
|
}
|
|
18251
18432
|
|
|
18252
|
-
.k-colorpicker .k-selected-color .k-i-line {
|
|
18253
|
-
border-top: 1px solid #f31700;
|
|
18254
|
-
width: 200%;
|
|
18255
|
-
height: 200%;
|
|
18256
|
-
position: absolute;
|
|
18257
|
-
top: 50%;
|
|
18258
|
-
left: 50%;
|
|
18259
|
-
transform: translate(-33%, -33%) rotateZ(45deg);
|
|
18260
|
-
transform-origin: 0 0;
|
|
18261
|
-
}
|
|
18262
|
-
|
|
18263
|
-
.k-colorpicker .k-selected-color .k-i-line::before {
|
|
18264
|
-
display: none;
|
|
18265
|
-
}
|
|
18266
|
-
|
|
18267
18433
|
.k-colorpicker .k-tool-icon {
|
|
18268
18434
|
padding: 8px;
|
|
18269
18435
|
width: calc(1.4285714286em + 16px);
|
|
@@ -18293,34 +18459,18 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18293
18459
|
display: inline-block;
|
|
18294
18460
|
}
|
|
18295
18461
|
|
|
18296
|
-
.k-colorpicker .k-picker-wrap {
|
|
18297
|
-
border-radius: 4px;
|
|
18298
|
-
padding: 0;
|
|
18299
|
-
width: 100%;
|
|
18300
|
-
border-width: 1px;
|
|
18301
|
-
border-style: solid;
|
|
18302
|
-
box-sizing: border-box;
|
|
18303
|
-
position: relative;
|
|
18304
|
-
display: flex;
|
|
18305
|
-
flex-direction: row;
|
|
18306
|
-
transition: all .1s ease;
|
|
18307
|
-
overflow: hidden;
|
|
18308
|
-
cursor: default;
|
|
18309
|
-
outline: 0;
|
|
18310
|
-
}
|
|
18311
|
-
|
|
18312
18462
|
.k-colorpicker .k-select {
|
|
18313
18463
|
padding: 8px 4px;
|
|
18464
|
+
height: calc(1.4285714286em + 16px);
|
|
18314
18465
|
border-width: 0;
|
|
18315
18466
|
border-inline-start-width: 0px;
|
|
18316
18467
|
border-style: solid;
|
|
18317
|
-
border-color:
|
|
18468
|
+
border-color: transparent;
|
|
18318
18469
|
box-sizing: border-box;
|
|
18319
18470
|
display: flex;
|
|
18320
18471
|
align-items: center;
|
|
18321
18472
|
justify-content: center;
|
|
18322
18473
|
flex: 0 0 auto;
|
|
18323
|
-
text-align: center;
|
|
18324
18474
|
cursor: pointer;
|
|
18325
18475
|
}
|
|
18326
18476
|
|
|
@@ -18332,119 +18482,65 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18332
18482
|
padding: 0;
|
|
18333
18483
|
}
|
|
18334
18484
|
|
|
18335
|
-
.k-colorpicker
|
|
18336
|
-
margin: 8px;
|
|
18337
|
-
padding: 0;
|
|
18338
|
-
border-width: 1px;
|
|
18339
|
-
border-style: solid;
|
|
18340
|
-
width: 1.4285714286em;
|
|
18341
|
-
height: 1.4285714286em;
|
|
18342
|
-
overflow: visible;
|
|
18343
|
-
}
|
|
18344
|
-
|
|
18345
|
-
.k-colorpicker .k-selected-color .k-i-line {
|
|
18346
|
-
width: 1em;
|
|
18347
|
-
height: 1em;
|
|
18348
|
-
border: 0;
|
|
18349
|
-
font-size: 32px;
|
|
18350
|
-
transform: translate(-50%, -50%);
|
|
18351
|
-
}
|
|
18352
|
-
|
|
18353
|
-
.k-colorpicker .k-selected-color .k-i-line::before {
|
|
18354
|
-
content: "\e514";
|
|
18355
|
-
display: inline;
|
|
18356
|
-
}
|
|
18357
|
-
|
|
18358
|
-
.k-colorpicker .k-picker-wrap {
|
|
18485
|
+
.k-colorpicker {
|
|
18359
18486
|
border-bottom-right-radius: 0 !important;
|
|
18360
18487
|
border-bottom-left-radius: 0 !important;
|
|
18361
18488
|
border-width: 1px 0;
|
|
18362
18489
|
border-top-color: transparent !important;
|
|
18363
18490
|
}
|
|
18364
18491
|
|
|
18365
|
-
.k-colorpicker
|
|
18492
|
+
.k-colorpicker {
|
|
18366
18493
|
border-color: rgba(0, 0, 0, 0.12);
|
|
18367
18494
|
color: rgba(0, 0, 0, 0.87);
|
|
18495
|
+
background-color: whitesmoke;
|
|
18368
18496
|
}
|
|
18369
18497
|
|
|
18370
|
-
.k-colorpicker .k-
|
|
18371
|
-
border-color:
|
|
18498
|
+
.k-colorpicker .k-selected-color {
|
|
18499
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
18372
18500
|
}
|
|
18373
18501
|
|
|
18374
|
-
.k-colorpicker
|
|
18375
|
-
color:
|
|
18502
|
+
.k-colorpicker:hover, .k-colorpicker.k-state-hover {
|
|
18503
|
+
border-color: rgba(0, 0, 0, 0.87);
|
|
18376
18504
|
}
|
|
18377
18505
|
|
|
18378
|
-
.k-colorpicker
|
|
18379
|
-
|
|
18380
|
-
border-color: rgba(0, 0, 0, 0.87);
|
|
18506
|
+
.k-colorpicker:focus, .k-colorpicker.k-state-focus {
|
|
18507
|
+
border-color: #3f51b5;
|
|
18381
18508
|
}
|
|
18382
18509
|
|
|
18383
|
-
.k-colorpicker
|
|
18384
|
-
.k-colorpicker .k-state-focus,
|
|
18385
|
-
.k-colorpicker .k-focus {
|
|
18510
|
+
.k-colorpicker:focus-within {
|
|
18386
18511
|
border-color: #3f51b5;
|
|
18387
18512
|
}
|
|
18388
18513
|
|
|
18389
|
-
.k-colorpicker.k-
|
|
18514
|
+
.k-colorpicker.k-invalid, .k-colorpicker.ng-invalid, .k-colorpicker.k-state-invalid {
|
|
18390
18515
|
border-color: #f31700;
|
|
18391
18516
|
}
|
|
18392
18517
|
|
|
18393
|
-
.k-colorpicker.k-
|
|
18518
|
+
.k-colorpicker.k-invalid .k-input-validation-icon, .k-colorpicker.ng-invalid .k-input-validation-icon, .k-colorpicker.k-state-invalid .k-input-validation-icon {
|
|
18394
18519
|
color: #f31700;
|
|
18395
18520
|
}
|
|
18396
18521
|
|
|
18397
|
-
.k-colorpicker .k-picker-wrap .k-selected-color {
|
|
18398
|
-
border-color: rgba(0, 0, 0, 0.08);
|
|
18399
|
-
}
|
|
18400
|
-
|
|
18401
|
-
.k-colorpicker .k-picker-wrap .k-select {
|
|
18402
|
-
color: rgba(0, 0, 0, 0.54);
|
|
18403
|
-
}
|
|
18404
|
-
|
|
18405
|
-
.k-colorpicker .k-picker-wrap:hover .k-select, .k-colorpicker .k-picker-wrap.k-state-hover .k-select {
|
|
18406
|
-
color: rgba(0, 0, 0, 0.87);
|
|
18407
|
-
}
|
|
18408
|
-
|
|
18409
|
-
.k-colorpicker .k-picker-wrap.k-state-focused .k-select,
|
|
18410
|
-
.k-state-focused > .k-colorpicker .k-picker-wrap .k-select {
|
|
18411
|
-
color: rgba(0, 0, 0, 0.87);
|
|
18412
|
-
}
|
|
18413
|
-
|
|
18414
18522
|
.k-dateinput {
|
|
18523
|
+
border-radius: 4px;
|
|
18415
18524
|
width: 200px;
|
|
18416
|
-
border-width:
|
|
18525
|
+
border-width: 1px;
|
|
18526
|
+
border-style: solid;
|
|
18417
18527
|
box-sizing: border-box;
|
|
18418
18528
|
outline: 0;
|
|
18419
|
-
background: none;
|
|
18420
18529
|
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
18421
18530
|
font-size: 14px;
|
|
18422
18531
|
line-height: 1.4285714286;
|
|
18423
|
-
text-align:
|
|
18532
|
+
text-align: start;
|
|
18424
18533
|
white-space: nowrap;
|
|
18425
18534
|
display: inline-flex;
|
|
18535
|
+
flex-flow: row nowrap;
|
|
18426
18536
|
vertical-align: middle;
|
|
18427
18537
|
position: relative;
|
|
18538
|
+
overflow: hidden;
|
|
18539
|
+
transition: all .1s ease;
|
|
18428
18540
|
-webkit-touch-callout: none;
|
|
18429
18541
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
18430
18542
|
}
|
|
18431
18543
|
|
|
18432
|
-
.k-dateinput .k-dateinput-wrap {
|
|
18433
|
-
border-radius: 4px;
|
|
18434
|
-
padding: 0;
|
|
18435
|
-
width: 100%;
|
|
18436
|
-
border-width: 1px;
|
|
18437
|
-
border-style: solid;
|
|
18438
|
-
box-sizing: border-box;
|
|
18439
|
-
position: relative;
|
|
18440
|
-
transition: all .1s ease;
|
|
18441
|
-
cursor: default;
|
|
18442
|
-
outline: 0;
|
|
18443
|
-
display: flex;
|
|
18444
|
-
flex-flow: row nowrap;
|
|
18445
|
-
overflow: hidden;
|
|
18446
|
-
}
|
|
18447
|
-
|
|
18448
18544
|
.k-dateinput .k-select {
|
|
18449
18545
|
padding: 0;
|
|
18450
18546
|
border-width: 0;
|
|
@@ -18484,58 +18580,159 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18484
18580
|
top: -2px;
|
|
18485
18581
|
}
|
|
18486
18582
|
|
|
18487
|
-
.k-rtl .k-dateinput, .k-dateinput[dir="rtl"] {
|
|
18488
|
-
text-align: right;
|
|
18489
|
-
}
|
|
18490
|
-
|
|
18491
18583
|
.k-picker-wrap .k-dateinput {
|
|
18492
18584
|
margin: 0 !important;
|
|
18585
|
+
padding: 0 !important;
|
|
18493
18586
|
width: 100%;
|
|
18494
|
-
flex: 1 1 auto;
|
|
18495
|
-
}
|
|
18496
|
-
|
|
18497
|
-
.k-picker-wrap .k-dateinput .k-dateinput-wrap {
|
|
18498
18587
|
border-radius: 0 !important;
|
|
18499
18588
|
border-width: 0;
|
|
18500
18589
|
box-shadow: none !important;
|
|
18590
|
+
flex: 1 1 auto;
|
|
18501
18591
|
}
|
|
18502
18592
|
|
|
18503
|
-
.k-
|
|
18504
|
-
|
|
18593
|
+
.k-dateinput {
|
|
18594
|
+
border-bottom-right-radius: 0 !important;
|
|
18595
|
+
border-bottom-left-radius: 0 !important;
|
|
18596
|
+
border-width: 1px 0;
|
|
18597
|
+
border-top-color: transparent !important;
|
|
18598
|
+
}
|
|
18599
|
+
|
|
18600
|
+
.k-dateinput {
|
|
18601
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
18602
|
+
color: rgba(0, 0, 0, 0.87);
|
|
18603
|
+
background-color: whitesmoke;
|
|
18604
|
+
}
|
|
18605
|
+
|
|
18606
|
+
.k-dateinput:hover, .k-dateinput.k-state-hover {
|
|
18607
|
+
border-color: rgba(0, 0, 0, 0.87);
|
|
18608
|
+
}
|
|
18609
|
+
|
|
18610
|
+
.k-dateinput:focus, .k-dateinput.k-state-focus {
|
|
18611
|
+
border-color: #3f51b5;
|
|
18612
|
+
}
|
|
18613
|
+
|
|
18614
|
+
.k-dateinput:focus-within {
|
|
18615
|
+
border-color: #3f51b5;
|
|
18616
|
+
}
|
|
18617
|
+
|
|
18618
|
+
.k-dateinput.k-invalid, .k-dateinput.ng-invalid, .k-dateinput.k-state-invalid {
|
|
18619
|
+
border-color: #f31700;
|
|
18620
|
+
}
|
|
18621
|
+
|
|
18622
|
+
.k-dateinput.k-invalid .k-input-validation-icon, .k-dateinput.ng-invalid .k-input-validation-icon, .k-dateinput.k-state-invalid .k-input-validation-icon {
|
|
18623
|
+
color: #f31700;
|
|
18624
|
+
}
|
|
18625
|
+
|
|
18626
|
+
.k-dateinput .k-select {
|
|
18627
|
+
color: rgba(0, 0, 0, 0.54);
|
|
18628
|
+
}
|
|
18629
|
+
|
|
18630
|
+
.k-dateinput .k-link:hover,
|
|
18631
|
+
.k-dateinput .k-link.k-state-hover {
|
|
18632
|
+
color: rgba(0, 0, 0, 0.87);
|
|
18633
|
+
}
|
|
18634
|
+
|
|
18635
|
+
.k-datepicker {
|
|
18636
|
+
border-radius: 4px;
|
|
18505
18637
|
width: 200px;
|
|
18506
|
-
border-width:
|
|
18638
|
+
border-width: 1px;
|
|
18639
|
+
border-style: solid;
|
|
18507
18640
|
box-sizing: border-box;
|
|
18508
18641
|
outline: 0;
|
|
18509
18642
|
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
18510
18643
|
font-size: 14px;
|
|
18511
18644
|
line-height: 1.4285714286;
|
|
18645
|
+
text-align: start;
|
|
18512
18646
|
white-space: nowrap;
|
|
18513
|
-
background: none;
|
|
18514
18647
|
display: inline-flex;
|
|
18648
|
+
flex-flow: row nowrap;
|
|
18515
18649
|
vertical-align: middle;
|
|
18516
18650
|
position: relative;
|
|
18651
|
+
overflow: hidden;
|
|
18652
|
+
transition: all .1s ease;
|
|
18517
18653
|
-webkit-touch-callout: none;
|
|
18518
18654
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
18519
18655
|
}
|
|
18520
18656
|
|
|
18521
|
-
.k-datepicker .k-
|
|
18522
|
-
|
|
18657
|
+
.k-datepicker .k-select {
|
|
18658
|
+
padding: 8px 4px;
|
|
18659
|
+
border-width: 0;
|
|
18660
|
+
border-inline-start-width: 0px;
|
|
18661
|
+
border-style: solid;
|
|
18662
|
+
box-sizing: border-box;
|
|
18663
|
+
outline: 0;
|
|
18664
|
+
display: flex;
|
|
18665
|
+
flex-flow: row nowrap;
|
|
18666
|
+
align-items: center;
|
|
18667
|
+
justify-content: center;
|
|
18668
|
+
flex: 0 0 auto;
|
|
18669
|
+
cursor: pointer;
|
|
18670
|
+
}
|
|
18671
|
+
|
|
18672
|
+
.k-datepicker {
|
|
18673
|
+
border-bottom-right-radius: 0 !important;
|
|
18674
|
+
border-bottom-left-radius: 0 !important;
|
|
18675
|
+
border-width: 1px 0;
|
|
18676
|
+
border-top-color: transparent !important;
|
|
18677
|
+
}
|
|
18678
|
+
|
|
18679
|
+
.k-datepicker {
|
|
18680
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
18681
|
+
color: rgba(0, 0, 0, 0.87);
|
|
18682
|
+
background-color: whitesmoke;
|
|
18683
|
+
}
|
|
18684
|
+
|
|
18685
|
+
.k-datepicker:hover, .k-datepicker.k-state-hover {
|
|
18686
|
+
border-color: rgba(0, 0, 0, 0.87);
|
|
18687
|
+
}
|
|
18688
|
+
|
|
18689
|
+
.k-datepicker:focus, .k-datepicker.k-state-focus {
|
|
18690
|
+
border-color: #3f51b5;
|
|
18691
|
+
}
|
|
18692
|
+
|
|
18693
|
+
.k-datepicker:focus-within {
|
|
18694
|
+
border-color: #3f51b5;
|
|
18695
|
+
}
|
|
18696
|
+
|
|
18697
|
+
.k-datepicker.k-invalid, .k-datepicker.ng-invalid, .k-datepicker.k-state-invalid {
|
|
18698
|
+
border-color: #f31700;
|
|
18699
|
+
}
|
|
18700
|
+
|
|
18701
|
+
.k-datepicker.k-invalid .k-input-validation-icon, .k-datepicker.ng-invalid .k-input-validation-icon, .k-datepicker.k-state-invalid .k-input-validation-icon {
|
|
18702
|
+
color: #f31700;
|
|
18703
|
+
}
|
|
18704
|
+
|
|
18705
|
+
.k-datepicker .k-select {
|
|
18706
|
+
color: rgba(0, 0, 0, 0.54);
|
|
18707
|
+
}
|
|
18708
|
+
|
|
18709
|
+
.k-datepicker .k-select:hover,
|
|
18710
|
+
.k-datepicker .k-select.k-state-hover {
|
|
18711
|
+
color: rgba(0, 0, 0, 0.87);
|
|
18712
|
+
}
|
|
18713
|
+
|
|
18714
|
+
.k-timepicker {
|
|
18523
18715
|
border-radius: 4px;
|
|
18524
|
-
|
|
18525
|
-
width: 100%;
|
|
18716
|
+
width: 200px;
|
|
18526
18717
|
border-width: 1px;
|
|
18527
18718
|
border-style: solid;
|
|
18528
18719
|
box-sizing: border-box;
|
|
18529
|
-
display: flex;
|
|
18530
|
-
flex-direction: row;
|
|
18531
|
-
position: relative;
|
|
18532
|
-
transition: all .1s ease;
|
|
18533
|
-
cursor: default;
|
|
18534
18720
|
outline: 0;
|
|
18721
|
+
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
18722
|
+
font-size: 14px;
|
|
18723
|
+
line-height: 1.4285714286;
|
|
18724
|
+
text-align: start;
|
|
18725
|
+
white-space: nowrap;
|
|
18726
|
+
display: inline-flex;
|
|
18727
|
+
flex-flow: row nowrap;
|
|
18728
|
+
vertical-align: middle;
|
|
18729
|
+
position: relative;
|
|
18535
18730
|
overflow: hidden;
|
|
18731
|
+
transition: all .1s ease;
|
|
18732
|
+
-webkit-touch-callout: none;
|
|
18733
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
18536
18734
|
}
|
|
18537
18735
|
|
|
18538
|
-
.k-datepicker .k-select,
|
|
18539
18736
|
.k-timepicker .k-select {
|
|
18540
18737
|
padding: 8px 4px;
|
|
18541
18738
|
border-width: 0;
|
|
@@ -18544,53 +18741,77 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18544
18741
|
box-sizing: border-box;
|
|
18545
18742
|
outline: 0;
|
|
18546
18743
|
display: flex;
|
|
18744
|
+
flex-flow: row nowrap;
|
|
18547
18745
|
align-items: center;
|
|
18548
18746
|
justify-content: center;
|
|
18549
18747
|
flex: 0 0 auto;
|
|
18550
|
-
text-align: center;
|
|
18551
18748
|
cursor: pointer;
|
|
18552
18749
|
}
|
|
18553
18750
|
|
|
18554
|
-
.k-
|
|
18555
|
-
|
|
18556
|
-
|
|
18557
|
-
|
|
18751
|
+
.k-timepicker {
|
|
18752
|
+
border-bottom-right-radius: 0 !important;
|
|
18753
|
+
border-bottom-left-radius: 0 !important;
|
|
18754
|
+
border-width: 1px 0;
|
|
18755
|
+
border-top-color: transparent !important;
|
|
18756
|
+
}
|
|
18757
|
+
|
|
18758
|
+
.k-timepicker {
|
|
18759
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
18760
|
+
color: rgba(0, 0, 0, 0.87);
|
|
18761
|
+
background-color: whitesmoke;
|
|
18762
|
+
}
|
|
18763
|
+
|
|
18764
|
+
.k-timepicker:hover, .k-timepicker.k-state-hover {
|
|
18765
|
+
border-color: rgba(0, 0, 0, 0.87);
|
|
18766
|
+
}
|
|
18767
|
+
|
|
18768
|
+
.k-timepicker:focus, .k-timepicker.k-state-focus {
|
|
18769
|
+
border-color: #3f51b5;
|
|
18770
|
+
}
|
|
18771
|
+
|
|
18772
|
+
.k-timepicker:focus-within {
|
|
18773
|
+
border-color: #3f51b5;
|
|
18774
|
+
}
|
|
18775
|
+
|
|
18776
|
+
.k-timepicker.k-invalid, .k-timepicker.ng-invalid, .k-timepicker.k-state-invalid {
|
|
18777
|
+
border-color: #f31700;
|
|
18778
|
+
}
|
|
18779
|
+
|
|
18780
|
+
.k-timepicker.k-invalid .k-input-validation-icon, .k-timepicker.ng-invalid .k-input-validation-icon, .k-timepicker.k-state-invalid .k-input-validation-icon {
|
|
18781
|
+
color: #f31700;
|
|
18782
|
+
}
|
|
18783
|
+
|
|
18784
|
+
.k-timepicker .k-select {
|
|
18785
|
+
color: rgba(0, 0, 0, 0.54);
|
|
18786
|
+
}
|
|
18787
|
+
|
|
18788
|
+
.k-timepicker .k-select:hover,
|
|
18789
|
+
.k-timepicker .k-select.k-state-hover {
|
|
18790
|
+
color: rgba(0, 0, 0, 0.87);
|
|
18558
18791
|
}
|
|
18559
18792
|
|
|
18560
18793
|
.k-datetimepicker {
|
|
18794
|
+
border-radius: 4px;
|
|
18561
18795
|
width: 200px;
|
|
18562
|
-
border-width:
|
|
18796
|
+
border-width: 1px;
|
|
18797
|
+
border-style: solid;
|
|
18563
18798
|
box-sizing: border-box;
|
|
18564
18799
|
outline: 0;
|
|
18565
18800
|
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
18566
18801
|
font-size: 14px;
|
|
18567
18802
|
line-height: 1.4285714286;
|
|
18568
|
-
text-align:
|
|
18803
|
+
text-align: start;
|
|
18569
18804
|
white-space: nowrap;
|
|
18570
|
-
background: none;
|
|
18571
18805
|
display: inline-flex;
|
|
18806
|
+
flex-flow: row nowrap;
|
|
18572
18807
|
vertical-align: middle;
|
|
18573
18808
|
position: relative;
|
|
18809
|
+
overflow: hidden;
|
|
18810
|
+
transition: all .1s ease;
|
|
18574
18811
|
-webkit-touch-callout: none;
|
|
18575
18812
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
18576
18813
|
}
|
|
18577
18814
|
|
|
18578
|
-
.k-datetimepicker .k-picker-wrap {
|
|
18579
|
-
border-radius: 4px;
|
|
18580
|
-
padding: 0;
|
|
18581
|
-
width: 100%;
|
|
18582
|
-
border-width: 1px;
|
|
18583
|
-
border-style: solid;
|
|
18584
|
-
box-sizing: border-box;
|
|
18585
|
-
display: flex;
|
|
18586
|
-
flex-direction: row;
|
|
18587
|
-
position: relative;
|
|
18588
|
-
transition: all .1s ease;
|
|
18589
|
-
cursor: default;
|
|
18590
|
-
outline: 0;
|
|
18591
|
-
overflow: hidden;
|
|
18592
|
-
}
|
|
18593
|
-
|
|
18594
18815
|
.k-datetimepicker .k-select {
|
|
18595
18816
|
border-width: 0;
|
|
18596
18817
|
border-inline-start-width: 0px;
|
|
@@ -18617,483 +18838,101 @@ kendo-label.k-radio-label > .k-label {
|
|
|
18617
18838
|
box-sizing: border-box;
|
|
18618
18839
|
}
|
|
18619
18840
|
|
|
18620
|
-
.k-
|
|
18621
|
-
text-align: right;
|
|
18622
|
-
}
|
|
18623
|
-
|
|
18841
|
+
.k-datetime-popup .k-datetime-wrap,
|
|
18624
18842
|
.k-datetime-container .k-datetime-wrap {
|
|
18625
18843
|
width: 320px;
|
|
18626
18844
|
overflow: hidden;
|
|
18627
18845
|
}
|
|
18628
18846
|
|
|
18847
|
+
.k-datetime-popup .k-date-tab .k-datetime-selector,
|
|
18848
|
+
.k-datetime-container .k-date-tab .k-datetime-selector {
|
|
18849
|
+
transform: translateX(0);
|
|
18850
|
+
}
|
|
18851
|
+
|
|
18852
|
+
.k-datetime-popup .k-time-tab .k-datetime-selector,
|
|
18853
|
+
.k-datetime-container .k-time-tab .k-datetime-selector {
|
|
18854
|
+
transform: translateX(-100%);
|
|
18855
|
+
}
|
|
18856
|
+
|
|
18857
|
+
.k-datetime-popup .k-datetime-buttongroup,
|
|
18629
18858
|
.k-datetime-container .k-datetime-buttongroup {
|
|
18630
|
-
padding:
|
|
18859
|
+
padding: 8px 8px;
|
|
18631
18860
|
}
|
|
18632
18861
|
|
|
18862
|
+
.k-datetime-popup .k-datetime-selector,
|
|
18633
18863
|
.k-datetime-container .k-datetime-selector {
|
|
18634
18864
|
display: flex;
|
|
18635
18865
|
transition: transform .2s;
|
|
18636
18866
|
}
|
|
18637
18867
|
|
|
18868
|
+
.k-datetime-popup .k-datetime-calendar-wrap,
|
|
18869
|
+
.k-datetime-popup .k-datetime-time-wrap,
|
|
18638
18870
|
.k-datetime-container .k-datetime-calendar-wrap,
|
|
18639
18871
|
.k-datetime-container .k-datetime-time-wrap {
|
|
18640
18872
|
text-align: center;
|
|
18641
18873
|
flex: 0 0 320px;
|
|
18642
18874
|
}
|
|
18643
18875
|
|
|
18644
|
-
.k-datetime-
|
|
18645
|
-
|
|
18646
|
-
}
|
|
18647
|
-
|
|
18648
|
-
.k-datetime-container .k-time-list-container {
|
|
18649
|
-
justify-content: center;
|
|
18650
|
-
}
|
|
18651
|
-
|
|
18652
|
-
.k-datetime-container .k-time-tab .k-datetime-selector {
|
|
18653
|
-
transform: translateX(-100%);
|
|
18654
|
-
}
|
|
18655
|
-
|
|
18656
|
-
.k-rtl .k-datetime-container .k-time-tab .k-datetime-selector, .k-datetime-container.k-rtl .k-time-tab .k-datetime-selector,
|
|
18657
|
-
[dir="rtl"] .k-datetime-container .k-time-tab .k-datetime-selector, .k-datetime-container[dir="rtl"] .k-time-tab .k-datetime-selector {
|
|
18658
|
-
transform: translateX(100%);
|
|
18659
|
-
}
|
|
18660
|
-
|
|
18661
|
-
.k-time-header {
|
|
18662
|
-
display: flex;
|
|
18663
|
-
align-items: center;
|
|
18664
|
-
justify-content: space-between;
|
|
18665
|
-
padding: 8px 32px;
|
|
18666
|
-
line-height: 2em;
|
|
18667
|
-
}
|
|
18668
|
-
|
|
18669
|
-
.k-time-header .k-title {
|
|
18670
|
-
font-weight: bold;
|
|
18671
|
-
}
|
|
18672
|
-
|
|
18673
|
-
.k-time-header .k-time-now {
|
|
18876
|
+
.k-datetime-popup .k-datetime-calendar-wrap .k-calendar,
|
|
18877
|
+
.k-datetime-container .k-datetime-calendar-wrap .k-calendar {
|
|
18674
18878
|
border-width: 0;
|
|
18675
|
-
line-height: inherit;
|
|
18676
|
-
cursor: pointer;
|
|
18677
|
-
}
|
|
18678
|
-
|
|
18679
|
-
.k-time-list-wrapper {
|
|
18680
|
-
display: inline-block;
|
|
18681
|
-
overflow: hidden;
|
|
18682
|
-
box-sizing: content-box;
|
|
18683
|
-
overflow-x: hidden;
|
|
18684
|
-
overflow-y: auto;
|
|
18685
|
-
position: relative;
|
|
18686
|
-
padding: 20px 0;
|
|
18687
|
-
text-align: center;
|
|
18688
|
-
min-width: 4em;
|
|
18689
|
-
height: 200px;
|
|
18690
|
-
flex: 1 1 auto;
|
|
18691
18879
|
}
|
|
18692
18880
|
|
|
18693
|
-
.k-time-
|
|
18694
|
-
|
|
18695
|
-
text-align: center;
|
|
18696
|
-
font-size: 10px;
|
|
18697
|
-
position: absolute;
|
|
18698
|
-
text-transform: capitalize;
|
|
18699
|
-
font-weight: bold;
|
|
18700
|
-
min-width: 100%;
|
|
18701
|
-
height: 1.5em;
|
|
18702
|
-
line-height: 1.5em;
|
|
18703
|
-
margin-top: -20px;
|
|
18704
|
-
z-index: 12;
|
|
18705
|
-
}
|
|
18706
|
-
|
|
18707
|
-
.k-time-list-wrapper.k-state-focused::before, .k-time-list-wrapper.k-state-focused::after {
|
|
18708
|
-
display: block;
|
|
18709
|
-
content: " ";
|
|
18710
|
-
position: absolute;
|
|
18711
|
-
width: 100%;
|
|
18712
|
-
left: 0;
|
|
18713
|
-
pointer-events: none;
|
|
18714
|
-
height: calc(50% - 1em);
|
|
18715
|
-
box-sizing: border-box;
|
|
18881
|
+
.k-datetime-popup .k-datetime-time-wrap .k-timeselector,
|
|
18882
|
+
.k-datetime-container .k-datetime-time-wrap .k-timeselector {
|
|
18716
18883
|
border-width: 0;
|
|
18717
|
-
border-style: solid;
|
|
18718
|
-
}
|
|
18719
|
-
|
|
18720
|
-
.k-time-list-wrapper.k-state-focused::before {
|
|
18721
|
-
top: 0;
|
|
18722
|
-
}
|
|
18723
|
-
|
|
18724
|
-
.k-time-list-wrapper.k-state-focused::after {
|
|
18725
|
-
bottom: 0;
|
|
18726
|
-
}
|
|
18727
|
-
|
|
18728
|
-
.k-time-container {
|
|
18729
|
-
position: absolute;
|
|
18730
|
-
display: block;
|
|
18731
|
-
overflow-x: hidden;
|
|
18732
|
-
overflow-y: scroll;
|
|
18733
|
-
line-height: 2;
|
|
18734
|
-
left: 0;
|
|
18735
|
-
right: 0;
|
|
18736
|
-
top: 20px;
|
|
18737
|
-
bottom: 20px;
|
|
18738
|
-
padding-right: 100px;
|
|
18739
|
-
padding-left: 100px;
|
|
18740
|
-
margin-left: -100px;
|
|
18741
|
-
margin-right: -117px;
|
|
18742
|
-
}
|
|
18743
|
-
|
|
18744
|
-
.k-time-container > ul {
|
|
18745
|
-
height: auto;
|
|
18746
|
-
width: 4em;
|
|
18747
|
-
margin: auto;
|
|
18748
|
-
}
|
|
18749
|
-
|
|
18750
|
-
.k-rtl .k-time-container, .k-time-container.k-rtl,
|
|
18751
|
-
[dir="rtl"] .k-time-container, .k-time-container[dir="rtl"] {
|
|
18752
|
-
padding-right: 100px;
|
|
18753
|
-
padding-left: 100px;
|
|
18754
|
-
margin-left: -117px;
|
|
18755
|
-
margin-right: -100px;
|
|
18756
|
-
}
|
|
18757
|
-
|
|
18758
|
-
.k-time-list-container {
|
|
18759
|
-
display: flex;
|
|
18760
|
-
position: relative;
|
|
18761
|
-
}
|
|
18762
|
-
|
|
18763
|
-
.k-time-list {
|
|
18764
|
-
position: absolute;
|
|
18765
|
-
display: flex;
|
|
18766
|
-
z-index: 10;
|
|
18767
|
-
outline: 0;
|
|
18768
|
-
bottom: 0;
|
|
18769
|
-
right: 0;
|
|
18770
|
-
left: 0;
|
|
18771
|
-
top: 0;
|
|
18772
|
-
}
|
|
18773
|
-
|
|
18774
|
-
.k-time-list::before, .k-time-list::after {
|
|
18775
|
-
display: block;
|
|
18776
|
-
position: absolute;
|
|
18777
|
-
content: " ";
|
|
18778
|
-
height: 0;
|
|
18779
|
-
line-height: 0;
|
|
18780
|
-
z-index: 1;
|
|
18781
|
-
width: 200%;
|
|
18782
|
-
left: -50%;
|
|
18783
|
-
}
|
|
18784
|
-
|
|
18785
|
-
.k-time-list::before {
|
|
18786
|
-
top: 0;
|
|
18787
|
-
}
|
|
18788
|
-
|
|
18789
|
-
.k-time-list::after {
|
|
18790
|
-
bottom: 0;
|
|
18791
|
-
}
|
|
18792
|
-
|
|
18793
|
-
.k-time-list .k-item {
|
|
18794
|
-
padding: 4px 16px;
|
|
18795
|
-
min-height: calc(2em + 2px);
|
|
18796
|
-
line-height: calc(2em + 2px);
|
|
18797
|
-
}
|
|
18798
|
-
|
|
18799
|
-
.k-time-highlight {
|
|
18800
|
-
position: absolute;
|
|
18801
|
-
top: 50%;
|
|
18802
|
-
left: 0;
|
|
18803
|
-
right: 0;
|
|
18804
|
-
transform: translateY(-50%);
|
|
18805
|
-
width: 100%;
|
|
18806
|
-
height: calc(1.4285714286em + 16px);
|
|
18807
|
-
z-index: 1;
|
|
18808
|
-
border-width: 1px 0;
|
|
18809
|
-
border-style: solid;
|
|
18810
|
-
}
|
|
18811
|
-
|
|
18812
|
-
.k-time-container .k-scrollable-placeholder {
|
|
18813
|
-
position: absolute;
|
|
18814
|
-
width: 1px;
|
|
18815
|
-
top: 0;
|
|
18816
|
-
right: 0;
|
|
18817
|
-
}
|
|
18818
|
-
|
|
18819
|
-
.k-time-separator {
|
|
18820
|
-
width: 0;
|
|
18821
|
-
height: 100%;
|
|
18822
|
-
display: inline-flex;
|
|
18823
|
-
align-self: center;
|
|
18824
|
-
justify-content: center;
|
|
18825
|
-
z-index: 11;
|
|
18826
18884
|
}
|
|
18827
18885
|
|
|
18828
|
-
.k-
|
|
18829
|
-
.k-
|
|
18830
|
-
.k-
|
|
18831
|
-
|
|
18832
|
-
|
|
18833
|
-
|
|
18834
|
-
|
|
18886
|
+
.k-rtl .k-datetime-popup .k-time-tab .k-datetime-selector, .k-datetime-popup.k-rtl .k-time-tab .k-datetime-selector,
|
|
18887
|
+
[dir="rtl"] .k-datetime-popup .k-time-tab .k-datetime-selector, .k-datetime-popup[dir="rtl"] .k-time-tab .k-datetime-selector, .k-rtl
|
|
18888
|
+
.k-datetime-container .k-time-tab .k-datetime-selector,
|
|
18889
|
+
.k-datetime-container.k-rtl .k-time-tab .k-datetime-selector,
|
|
18890
|
+
[dir="rtl"]
|
|
18891
|
+
.k-datetime-container .k-time-tab .k-datetime-selector,
|
|
18892
|
+
.k-datetime-container[dir="rtl"] .k-time-tab .k-datetime-selector {
|
|
18893
|
+
transform: translateX(100%);
|
|
18835
18894
|
}
|
|
18836
18895
|
|
|
18837
|
-
.k-
|
|
18896
|
+
.k-datetimepicker {
|
|
18838
18897
|
border-bottom-right-radius: 0 !important;
|
|
18839
18898
|
border-bottom-left-radius: 0 !important;
|
|
18840
18899
|
border-width: 1px 0;
|
|
18841
18900
|
border-top-color: transparent !important;
|
|
18842
18901
|
}
|
|
18843
18902
|
|
|
18844
|
-
.k-
|
|
18845
|
-
.k-datetime-wrap .k-time-header {
|
|
18846
|
-
padding: 8px 18px;
|
|
18847
|
-
}
|
|
18848
|
-
|
|
18849
|
-
.k-timeselector .k-time-header .k-title,
|
|
18850
|
-
.k-datetime-wrap .k-time-header .k-title {
|
|
18851
|
-
font-weight: bold;
|
|
18852
|
-
}
|
|
18853
|
-
|
|
18854
|
-
.k-timeselector .k-time-header .k-time-now,
|
|
18855
|
-
.k-datetime-wrap .k-time-header .k-time-now {
|
|
18856
|
-
cursor: pointer;
|
|
18857
|
-
text-transform: uppercase;
|
|
18858
|
-
font-weight: bold;
|
|
18859
|
-
padding: 0;
|
|
18860
|
-
min-width: auto;
|
|
18861
|
-
}
|
|
18862
|
-
|
|
18863
|
-
.k-timeselector .k-time-list-wrapper .k-title,
|
|
18864
|
-
.k-datetime-wrap .k-time-list-wrapper .k-title {
|
|
18865
|
-
text-transform: uppercase;
|
|
18866
|
-
z-index: 99;
|
|
18867
|
-
}
|
|
18868
|
-
|
|
18869
|
-
.k-timeselector .k-time-list-container .k-time-separator,
|
|
18870
|
-
.k-datetime-wrap .k-time-list-container .k-time-separator {
|
|
18871
|
-
display: none;
|
|
18872
|
-
}
|
|
18873
|
-
|
|
18874
|
-
.k-datepicker .k-select,
|
|
18875
|
-
.k-timepicker .k-select,
|
|
18876
|
-
.k-datetimepicker .k-select,
|
|
18877
|
-
.k-dateinput .k-select {
|
|
18878
|
-
color: rgba(0, 0, 0, 0.54);
|
|
18879
|
-
}
|
|
18880
|
-
|
|
18881
|
-
.k-datepicker .k-i-warning,
|
|
18882
|
-
.k-timepicker .k-i-warning,
|
|
18883
|
-
.k-datetimepicker .k-i-warning,
|
|
18884
|
-
.k-dateinput .k-i-warning {
|
|
18885
|
-
color: #f31700;
|
|
18886
|
-
}
|
|
18887
|
-
|
|
18888
|
-
.k-datepicker .k-picker-wrap,
|
|
18889
|
-
.k-timepicker .k-picker-wrap,
|
|
18890
|
-
.k-datetimepicker .k-picker-wrap,
|
|
18891
|
-
.k-dateinput .k-dateinput-wrap {
|
|
18903
|
+
.k-datetimepicker {
|
|
18892
18904
|
border-color: rgba(0, 0, 0, 0.12);
|
|
18893
18905
|
color: rgba(0, 0, 0, 0.87);
|
|
18894
18906
|
background-color: whitesmoke;
|
|
18895
18907
|
}
|
|
18896
18908
|
|
|
18897
|
-
.k-
|
|
18898
|
-
.k-timepicker .k-picker-wrap:hover,
|
|
18899
|
-
.k-timepicker .k-picker-wrap.k-state-hover,
|
|
18900
|
-
.k-datetimepicker .k-picker-wrap:hover,
|
|
18901
|
-
.k-datetimepicker .k-picker-wrap.k-state-hover,
|
|
18902
|
-
.k-dateinput .k-dateinput-wrap:hover,
|
|
18903
|
-
.k-dateinput .k-dateinput-wrap.k-state-hover {
|
|
18909
|
+
.k-datetimepicker:hover, .k-datetimepicker.k-state-hover {
|
|
18904
18910
|
border-color: rgba(0, 0, 0, 0.87);
|
|
18905
18911
|
}
|
|
18906
18912
|
|
|
18907
|
-
.k-
|
|
18908
|
-
.k-timepicker .k-picker-wrap.k-state-focused,
|
|
18909
|
-
.k-timepicker .k-picker-wrap.k-state-active,
|
|
18910
|
-
.k-datetimepicker .k-picker-wrap.k-state-focused,
|
|
18911
|
-
.k-datetimepicker .k-picker-wrap.k-state-active,
|
|
18912
|
-
.k-dateinput .k-dateinput-wrap.k-state-focused,
|
|
18913
|
-
.k-dateinput .k-dateinput-wrap.k-state-active {
|
|
18913
|
+
.k-datetimepicker:focus, .k-datetimepicker.k-state-focus {
|
|
18914
18914
|
border-color: #3f51b5;
|
|
18915
18915
|
}
|
|
18916
18916
|
|
|
18917
|
-
.k-
|
|
18918
|
-
.k-datepicker .k-select.k-state-hover,
|
|
18919
|
-
.k-timepicker .k-select:hover,
|
|
18920
|
-
.k-timepicker .k-select.k-state-hover {
|
|
18921
|
-
color: rgba(0, 0, 0, 0.87);
|
|
18922
|
-
}
|
|
18923
|
-
|
|
18924
|
-
.k-dateinput .k-link:hover,
|
|
18925
|
-
.k-dateinput .k-link.k-state-hover,
|
|
18926
|
-
.k-datetimepicker .k-link:hover,
|
|
18927
|
-
.k-datetimepicker .k-link.k-state-hover {
|
|
18928
|
-
color: rgba(0, 0, 0, 0.87);
|
|
18929
|
-
}
|
|
18930
|
-
|
|
18931
|
-
.k-dateinput .k-link:active,
|
|
18932
|
-
.k-dateinput .k-link.k-state-active,
|
|
18933
|
-
.k-dateinput .k-link.k-state-selected,
|
|
18934
|
-
.k-datetimepicker .k-link:active,
|
|
18935
|
-
.k-datetimepicker .k-link.k-state-active,
|
|
18936
|
-
.k-datetimepicker .k-link.k-state-selected {
|
|
18937
|
-
color: #3f51b5;
|
|
18938
|
-
}
|
|
18939
|
-
|
|
18940
|
-
.k-time-header .k-time-now {
|
|
18941
|
-
color: #e51a5f;
|
|
18942
|
-
background: transparent;
|
|
18943
|
-
}
|
|
18944
|
-
|
|
18945
|
-
.k-time-header .k-time-now:hover, .k-time-header .k-time-now:focus {
|
|
18946
|
-
color: #c2185b;
|
|
18947
|
-
}
|
|
18948
|
-
|
|
18949
|
-
.k-time-list-wrapper .k-title {
|
|
18950
|
-
color: rgba(0, 0, 0, 0.54);
|
|
18951
|
-
}
|
|
18952
|
-
|
|
18953
|
-
.k-time-list-wrapper.k-state-focused .k-title {
|
|
18954
|
-
color: rgba(0, 0, 0, 0.87);
|
|
18955
|
-
}
|
|
18956
|
-
|
|
18957
|
-
.k-time-list::before, .k-time-list::after {
|
|
18958
|
-
box-shadow: 0 0 3em 1.5em white;
|
|
18959
|
-
}
|
|
18960
|
-
|
|
18961
|
-
.k-time-list .k-item:hover {
|
|
18962
|
-
color: #3f51b5;
|
|
18963
|
-
}
|
|
18964
|
-
|
|
18965
|
-
.k-time-container {
|
|
18966
|
-
background: transparent;
|
|
18967
|
-
}
|
|
18968
|
-
|
|
18969
|
-
.k-datetime-container .k-date-tab .k-datetime-buttongroup,
|
|
18970
|
-
.k-datetime-container .k-date-tab .k-datetime-selector {
|
|
18971
|
-
background-color: white;
|
|
18972
|
-
}
|
|
18973
|
-
|
|
18974
|
-
.k-datepicker .k-picker-wrap.k-invalid, .k-datepicker .k-picker-wrap.k-state-invalid,
|
|
18975
|
-
.k-datetimepicker .k-picker-wrap.k-invalid,
|
|
18976
|
-
.k-datetimepicker .k-picker-wrap.k-state-invalid,
|
|
18977
|
-
.k-timepicker .k-picker-wrap.k-invalid,
|
|
18978
|
-
.k-timepicker .k-picker-wrap.k-state-invalid {
|
|
18979
|
-
border-color: #f31700;
|
|
18980
|
-
}
|
|
18981
|
-
|
|
18982
|
-
.k-datepicker .k-picker-wrap.k-invalid .k-input-validation-icon, .k-datepicker .k-picker-wrap.k-state-invalid .k-input-validation-icon,
|
|
18983
|
-
.k-datetimepicker .k-picker-wrap.k-invalid .k-input-validation-icon,
|
|
18984
|
-
.k-datetimepicker .k-picker-wrap.k-state-invalid .k-input-validation-icon,
|
|
18985
|
-
.k-timepicker .k-picker-wrap.k-invalid .k-input-validation-icon,
|
|
18986
|
-
.k-timepicker .k-picker-wrap.k-state-invalid .k-input-validation-icon {
|
|
18987
|
-
color: #f31700;
|
|
18988
|
-
}
|
|
18989
|
-
|
|
18990
|
-
.k-datepicker.k-state-invalid .k-picker-wrap, .k-datepicker.ng-invalid.ng-touched .k-picker-wrap, .k-datepicker.ng-invalid.ng-dirty .k-picker-wrap,
|
|
18991
|
-
.k-datetimepicker.k-state-invalid .k-picker-wrap,
|
|
18992
|
-
.k-datetimepicker.ng-invalid.ng-touched .k-picker-wrap,
|
|
18993
|
-
.k-datetimepicker.ng-invalid.ng-dirty .k-picker-wrap,
|
|
18994
|
-
.k-timepicker.k-state-invalid .k-picker-wrap,
|
|
18995
|
-
.k-timepicker.ng-invalid.ng-touched .k-picker-wrap,
|
|
18996
|
-
.k-timepicker.ng-invalid.ng-dirty .k-picker-wrap {
|
|
18997
|
-
border-color: #f31700;
|
|
18998
|
-
}
|
|
18999
|
-
|
|
19000
|
-
.k-datepicker.k-state-invalid .k-picker-wrap .k-input-validation-icon, .k-datepicker.ng-invalid.ng-touched .k-picker-wrap .k-input-validation-icon, .k-datepicker.ng-invalid.ng-dirty .k-picker-wrap .k-input-validation-icon,
|
|
19001
|
-
.k-datetimepicker.k-state-invalid .k-picker-wrap .k-input-validation-icon,
|
|
19002
|
-
.k-datetimepicker.ng-invalid.ng-touched .k-picker-wrap .k-input-validation-icon,
|
|
19003
|
-
.k-datetimepicker.ng-invalid.ng-dirty .k-picker-wrap .k-input-validation-icon,
|
|
19004
|
-
.k-timepicker.k-state-invalid .k-picker-wrap .k-input-validation-icon,
|
|
19005
|
-
.k-timepicker.ng-invalid.ng-touched .k-picker-wrap .k-input-validation-icon,
|
|
19006
|
-
.k-timepicker.ng-invalid.ng-dirty .k-picker-wrap .k-input-validation-icon {
|
|
19007
|
-
color: #f31700;
|
|
19008
|
-
}
|
|
19009
|
-
|
|
19010
|
-
.k-dateinput .k-dateinput-wrap.k-invalid, .k-dateinput .k-dateinput-wrap.k-state-invalid {
|
|
19011
|
-
border-color: #f31700;
|
|
19012
|
-
}
|
|
19013
|
-
|
|
19014
|
-
.k-dateinput .k-dateinput-wrap.k-invalid .k-input-validation-icon, .k-dateinput .k-dateinput-wrap.k-state-invalid .k-input-validation-icon {
|
|
19015
|
-
color: #f31700;
|
|
19016
|
-
}
|
|
19017
|
-
|
|
19018
|
-
.k-dateinput.k-state-invalid .k-dateinput-wrap, .k-dateinput.ng-invalid.ng-touched .k-dateinput-wrap, .k-dateinput.ng-invalid.ng-dirty .k-dateinput-wrap {
|
|
19019
|
-
border-color: #f31700;
|
|
19020
|
-
}
|
|
19021
|
-
|
|
19022
|
-
.k-dateinput.k-state-invalid .k-dateinput-wrap .k-input-validation-icon, .k-dateinput.ng-invalid.ng-touched .k-dateinput-wrap .k-input-validation-icon, .k-dateinput.ng-invalid.ng-dirty .k-dateinput-wrap .k-input-validation-icon {
|
|
19023
|
-
color: #f31700;
|
|
19024
|
-
}
|
|
19025
|
-
|
|
19026
|
-
.k-datepicker.k-state-hover .k-picker-wrap {
|
|
19027
|
-
border-color: rgba(0, 0, 0, 0.87);
|
|
19028
|
-
}
|
|
19029
|
-
|
|
19030
|
-
.k-datepicker.k-state-focus .k-picker-wrap {
|
|
18917
|
+
.k-datetimepicker:focus-within {
|
|
19031
18918
|
border-color: #3f51b5;
|
|
19032
18919
|
}
|
|
19033
18920
|
|
|
19034
|
-
.k-
|
|
18921
|
+
.k-datetimepicker.k-invalid, .k-datetimepicker.ng-invalid, .k-datetimepicker.k-state-invalid {
|
|
19035
18922
|
border-color: #f31700;
|
|
19036
18923
|
}
|
|
19037
18924
|
|
|
19038
|
-
.k-
|
|
18925
|
+
.k-datetimepicker.k-invalid .k-input-validation-icon, .k-datetimepicker.ng-invalid .k-input-validation-icon, .k-datetimepicker.k-state-invalid .k-input-validation-icon {
|
|
19039
18926
|
color: #f31700;
|
|
19040
18927
|
}
|
|
19041
18928
|
|
|
19042
|
-
.k-
|
|
19043
|
-
|
|
19044
|
-
border-color: rgba(0, 0, 0, 0.87);
|
|
19045
|
-
}
|
|
19046
|
-
|
|
19047
|
-
.k-dateinput.k-state-focus .k-dateinput-wrap,
|
|
19048
|
-
.k-daterangepicker.k-state-focus .k-dateinput-wrap {
|
|
19049
|
-
border-color: #3f51b5;
|
|
19050
|
-
}
|
|
19051
|
-
|
|
19052
|
-
.k-dateinput.k-invalid .k-dateinput-wrap,
|
|
19053
|
-
.k-daterangepicker.k-invalid .k-dateinput-wrap {
|
|
19054
|
-
border-color: #f31700;
|
|
19055
|
-
}
|
|
19056
|
-
|
|
19057
|
-
.k-dateinput.k-invalid .k-dateinput-wrap .k-input-validation-icon,
|
|
19058
|
-
.k-daterangepicker.k-invalid .k-dateinput-wrap .k-input-validation-icon {
|
|
19059
|
-
color: #f31700;
|
|
19060
|
-
}
|
|
19061
|
-
|
|
19062
|
-
.k-timeselector,
|
|
19063
|
-
.k-datetime-wrap {
|
|
19064
|
-
border-color: inherit;
|
|
19065
|
-
}
|
|
19066
|
-
|
|
19067
|
-
.k-timeselector .k-time-header .k-time-now::before,
|
|
19068
|
-
.k-datetime-wrap .k-time-header .k-time-now::before {
|
|
19069
|
-
opacity: 0;
|
|
18929
|
+
.k-datetimepicker .k-select {
|
|
18930
|
+
color: rgba(0, 0, 0, 0.54);
|
|
19070
18931
|
}
|
|
19071
18932
|
|
|
19072
|
-
.k-
|
|
19073
|
-
.k-
|
|
19074
|
-
border-color: rgba(0, 0, 0, 0.15);
|
|
18933
|
+
.k-datetimepicker .k-link:hover,
|
|
18934
|
+
.k-datetimepicker .k-link.k-state-hover {
|
|
19075
18935
|
color: rgba(0, 0, 0, 0.87);
|
|
19076
|
-
background-color: rgba(0, 0, 0, 0.04);
|
|
19077
|
-
}
|
|
19078
|
-
|
|
19079
|
-
.k-timeselector .k-time-list-wrapper .k-time-list::before, .k-timeselector .k-time-list-wrapper .k-time-list::after,
|
|
19080
|
-
.k-datetime-wrap .k-time-list-wrapper .k-time-list::before,
|
|
19081
|
-
.k-datetime-wrap .k-time-list-wrapper .k-time-list::after {
|
|
19082
|
-
box-shadow: 0 0 3em 3em white;
|
|
19083
|
-
}
|
|
19084
|
-
|
|
19085
|
-
.k-time-container {
|
|
19086
|
-
background: transparent;
|
|
19087
|
-
}
|
|
19088
|
-
|
|
19089
|
-
.k-time-highlight {
|
|
19090
|
-
background-color: white;
|
|
19091
|
-
border-color: rgba(0, 0, 0, 0.12);
|
|
19092
|
-
}
|
|
19093
|
-
|
|
19094
|
-
.k-datetime-container .k-date-tab .k-datetime-buttongroup,
|
|
19095
|
-
.k-datetime-container .k-date-tab .k-datetime-selector {
|
|
19096
|
-
background-color: white;
|
|
19097
18936
|
}
|
|
19098
18937
|
|
|
19099
18938
|
.k-dropdowngrid-popup {
|
|
@@ -26930,7 +26769,7 @@ kendo-scheduler .k-scheduler-footer li .k-rtl .k-grid .k-group-indicator .k-link
|
|
|
26930
26769
|
}
|
|
26931
26770
|
|
|
26932
26771
|
.k-grouping-header {
|
|
26933
|
-
padding:
|
|
26772
|
+
padding: 8px 8px;
|
|
26934
26773
|
border-width: 0 0 1px;
|
|
26935
26774
|
border-style: solid;
|
|
26936
26775
|
border-color: inherit;
|
|
@@ -26951,11 +26790,11 @@ kendo-scheduler .k-scheduler-footer li .k-rtl .k-grid .k-group-indicator .k-link
|
|
|
26951
26790
|
display: flex;
|
|
26952
26791
|
flex-flow: row wrap;
|
|
26953
26792
|
align-items: center;
|
|
26954
|
-
gap:
|
|
26793
|
+
gap: 8px;
|
|
26955
26794
|
}
|
|
26956
26795
|
|
|
26957
26796
|
.k-grouping-header-flex::before {
|
|
26958
|
-
margin-left: -
|
|
26797
|
+
margin-left: -8px;
|
|
26959
26798
|
}
|
|
26960
26799
|
|
|
26961
26800
|
.k-grouping-header-flex .k-group-indicator {
|
|
@@ -26963,8 +26802,8 @@ kendo-scheduler .k-scheduler-footer li .k-rtl .k-grid .k-group-indicator .k-link
|
|
|
26963
26802
|
}
|
|
26964
26803
|
|
|
26965
26804
|
.k-grid .k-indicator-container {
|
|
26966
|
-
margin: -
|
|
26967
|
-
padding:
|
|
26805
|
+
margin: -8px 0;
|
|
26806
|
+
padding: 8px 0;
|
|
26968
26807
|
}
|
|
26969
26808
|
|
|
26970
26809
|
.k-grid .k-indicator-container:last-child {
|
|
@@ -27048,10 +26887,6 @@ kendo-scheduler .k-scheduler-footer li .k-group-indicator .k-link {
|
|
|
27048
26887
|
opacity: 1;
|
|
27049
26888
|
}
|
|
27050
26889
|
|
|
27051
|
-
.k-group-indicator {
|
|
27052
|
-
margin-right: 4px;
|
|
27053
|
-
}
|
|
27054
|
-
|
|
27055
26890
|
.k-group-indicator + .k-group-indicator {
|
|
27056
26891
|
margin-left: 4px;
|
|
27057
26892
|
}
|
|
@@ -27060,7 +26895,7 @@ kendo-scheduler .k-scheduler-footer li .k-group-indicator .k-link {
|
|
|
27060
26895
|
width: 12px;
|
|
27061
26896
|
height: 36px;
|
|
27062
26897
|
position: absolute;
|
|
27063
|
-
top: calc(0.7142857143em
|
|
26898
|
+
top: calc(0.7142857143em - 2px);
|
|
27064
26899
|
box-sizing: content-box;
|
|
27065
26900
|
}
|
|
27066
26901
|
|
|
@@ -28046,7 +27881,7 @@ div.k-grid-norecords {
|
|
|
28046
27881
|
.k-grouping-dropclue {
|
|
28047
27882
|
width: 0;
|
|
28048
27883
|
height: 36px;
|
|
28049
|
-
top: calc(0.7142857143em
|
|
27884
|
+
top: calc(0.7142857143em - 2px);
|
|
28050
27885
|
border-style: solid;
|
|
28051
27886
|
border-width: 0 2px 0 0;
|
|
28052
27887
|
}
|
|
@@ -30254,18 +30089,6 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
30254
30089
|
flex-wrap: wrap;
|
|
30255
30090
|
}
|
|
30256
30091
|
|
|
30257
|
-
.k-pivotgrid-configurator-content .k-row-fields > *,
|
|
30258
|
-
.k-pivotgrid-configurator-content .k-column-fields > *,
|
|
30259
|
-
.k-pivotgrid-configurator-content .k-filter-fields > * {
|
|
30260
|
-
margin-bottom: 8px;
|
|
30261
|
-
}
|
|
30262
|
-
|
|
30263
|
-
.k-pivotgrid-configurator-content .k-row-fields > *:last-child,
|
|
30264
|
-
.k-pivotgrid-configurator-content .k-column-fields > *:last-child,
|
|
30265
|
-
.k-pivotgrid-configurator-content .k-filter-fields > *:last-child {
|
|
30266
|
-
margin-bottom: 0;
|
|
30267
|
-
}
|
|
30268
|
-
|
|
30269
30092
|
.k-pivotgrid-configurator-content .k-value-fields {
|
|
30270
30093
|
margin: 8px 0px;
|
|
30271
30094
|
display: flex;
|
|
@@ -30291,19 +30114,11 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
30291
30114
|
text-align: center;
|
|
30292
30115
|
}
|
|
30293
30116
|
|
|
30294
|
-
.k-pivotgrid-configurator-content .k-chip-content {
|
|
30295
|
-
padding-inline-end: 4px;
|
|
30296
|
-
}
|
|
30297
|
-
|
|
30298
30117
|
.k-pivotgrid-configurator-content .k-treeview {
|
|
30299
30118
|
padding: 0px 16px;
|
|
30300
30119
|
overflow: auto;
|
|
30301
30120
|
}
|
|
30302
30121
|
|
|
30303
|
-
.k-pivotgrid-configurator-actions {
|
|
30304
|
-
padding: 12px 8px;
|
|
30305
|
-
}
|
|
30306
|
-
|
|
30307
30122
|
.k-calculated-field {
|
|
30308
30123
|
padding: 16px 16px;
|
|
30309
30124
|
border-width: 1px;
|
|
@@ -31222,7 +31037,8 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
31222
31037
|
left: 0;
|
|
31223
31038
|
}
|
|
31224
31039
|
|
|
31225
|
-
.k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after
|
|
31040
|
+
.k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
31041
|
+
.k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
31226
31042
|
content: "";
|
|
31227
31043
|
position: absolute;
|
|
31228
31044
|
width: 1px;
|
|
@@ -31234,6 +31050,8 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
31234
31050
|
.k-filter .k-filter-group-main::before,
|
|
31235
31051
|
.k-filter .k-filter-group-main > .k-filter-toolbar::before,
|
|
31236
31052
|
.k-filter .k-filter-group-main > .k-filter-toolbar::after,
|
|
31053
|
+
.k-filter .k-filter-group-main > * > .k-filter-toolbar::before,
|
|
31054
|
+
.k-filter .k-filter-group-main > * > .k-filter-toolbar::after,
|
|
31237
31055
|
.k-filter .k-filter-lines .k-filter-item:last-child::before {
|
|
31238
31056
|
display: none;
|
|
31239
31057
|
}
|
|
@@ -31259,8 +31077,11 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
31259
31077
|
right: 0;
|
|
31260
31078
|
}
|
|
31261
31079
|
|
|
31262
|
-
.k-rtl .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
31263
|
-
[dir="rtl"] .k-filter
|
|
31080
|
+
.k-rtl .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
31081
|
+
.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,
|
|
31082
|
+
.k-filter[dir="rtl"] .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after,
|
|
31083
|
+
[dir="rtl"] .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
31084
|
+
[dir="rtl"] .k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
31264
31085
|
left: auto;
|
|
31265
31086
|
right: -8px;
|
|
31266
31087
|
}
|
|
@@ -31279,7 +31100,8 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
31279
31100
|
|
|
31280
31101
|
.k-filter .k-filter-item::before,
|
|
31281
31102
|
.k-filter .k-filter-toolbar::before,
|
|
31282
|
-
.k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after
|
|
31103
|
+
.k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
31104
|
+
.k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
31283
31105
|
background-color: rgba(0, 0, 0, 0.12);
|
|
31284
31106
|
}
|
|
31285
31107
|
|
|
@@ -36850,7 +36672,7 @@ ul.k-scheduler-views li {
|
|
|
36850
36672
|
|
|
36851
36673
|
kendo-scrollview.k-scrollview-wrap,
|
|
36852
36674
|
kendo-scrollview.k-scrollview,
|
|
36853
|
-
.k-
|
|
36675
|
+
.k-scrollview {
|
|
36854
36676
|
border-width: 1px;
|
|
36855
36677
|
border-style: solid;
|
|
36856
36678
|
box-sizing: border-box;
|
|
@@ -36914,6 +36736,11 @@ kendo-scrollview.k-scrollview,
|
|
|
36914
36736
|
flex: 0 0 calc(100%/var(--kendo-scrollview-views, 1));
|
|
36915
36737
|
}
|
|
36916
36738
|
|
|
36739
|
+
[dir="rtl"] .k-scrollview-wrap.k-scrollview-animate,
|
|
36740
|
+
.k-rtl .k-scrollview-wrap.k-scrollview-animate {
|
|
36741
|
+
transform: translateX(calc(100%/var(--kendo-scrollview-views, 1)*(var(--kendo-scrollview-current, 1) - 1)));
|
|
36742
|
+
}
|
|
36743
|
+
|
|
36917
36744
|
kendo-scrollview.k-scrollview-wrap kendo-scrollview-pager,
|
|
36918
36745
|
kendo-scrollview.k-scrollview kendo-scrollview-pager,
|
|
36919
36746
|
.k-scrollview-nav-wrap {
|