@progress/kendo-theme-default 5.0.0-next.3 → 5.0.0-next.4

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 CHANGED
@@ -1393,27 +1393,8 @@ hr.k-separator {
1393
1393
  padding: 0;
1394
1394
  }
1395
1395
 
1396
- .k-text-primary {
1397
- color: #ff6358 !important;
1398
- }
1399
-
1400
- .k-text-info {
1401
- color: #0058e9 !important;
1402
- }
1403
-
1404
- .k-text-success {
1405
- color: #37b400 !important;
1406
- }
1407
-
1408
- .k-text-warning {
1409
- color: #ffc000 !important;
1410
- }
1411
-
1412
- .k-text-error {
1413
- color: #f31700 !important;
1414
- }
1415
-
1416
- .k-text-base {
1396
+ .k-text-base,
1397
+ .k-color-base {
1417
1398
  color: #424242;
1418
1399
  }
1419
1400
 
@@ -1475,6 +1456,14 @@ hr.k-separator {
1475
1456
  background-color: #ff6358 !important;
1476
1457
  }
1477
1458
 
1459
+ .k-bg-secondary {
1460
+ background-color: #666666 !important;
1461
+ }
1462
+
1463
+ .k-bg-tertiary {
1464
+ background-color: #03a9f4 !important;
1465
+ }
1466
+
1478
1467
  .k-bg-info {
1479
1468
  background-color: #0058e9 !important;
1480
1469
  }
@@ -1491,12 +1480,36 @@ hr.k-separator {
1491
1480
  background-color: #f31700 !important;
1492
1481
  }
1493
1482
 
1483
+ .k-bg-dark {
1484
+ background-color: #424242 !important;
1485
+ }
1486
+
1487
+ .k-bg-light {
1488
+ background-color: #ebebeb !important;
1489
+ }
1490
+
1491
+ .k-bg-inverse {
1492
+ background-color: #424242 !important;
1493
+ }
1494
+
1494
1495
  .k-state-primary {
1495
1496
  background-color: #ffe0de;
1496
1497
  color: #85332e;
1497
1498
  border-color: #ffd3d0;
1498
1499
  }
1499
1500
 
1501
+ .k-state-secondary {
1502
+ background-color: #e0e0e0;
1503
+ color: #353535;
1504
+ border-color: #d4d4d4;
1505
+ }
1506
+
1507
+ .k-state-tertiary {
1508
+ background-color: #cdeefd;
1509
+ color: #02587f;
1510
+ border-color: #b8e7fc;
1511
+ }
1512
+
1500
1513
  .k-state-info {
1501
1514
  background-color: #ccdefb;
1502
1515
  color: #002e79;
@@ -1521,6 +1534,24 @@ hr.k-separator {
1521
1534
  border-color: #fcbeb8;
1522
1535
  }
1523
1536
 
1537
+ .k-state-dark {
1538
+ background-color: #d9d9d9;
1539
+ color: #222222;
1540
+ border-color: #cacaca;
1541
+ }
1542
+
1543
+ .k-state-light {
1544
+ background-color: #fbfbfb;
1545
+ color: #7a7a7a;
1546
+ border-color: #f9f9f9;
1547
+ }
1548
+
1549
+ .k-state-inverse {
1550
+ background-color: #d9d9d9;
1551
+ color: #222222;
1552
+ border-color: #cacaca;
1553
+ }
1554
+
1524
1555
  .k-info-colored {
1525
1556
  color: #50607f;
1526
1557
  border-color: #d0d9df;
@@ -1671,6 +1702,26 @@ hr.k-separator {
1671
1702
  border-radius: 0 !important;
1672
1703
  }
1673
1704
 
1705
+ .k-rounded-sm {
1706
+ border-radius: 2px !important;
1707
+ }
1708
+
1709
+ .k-rounded-md {
1710
+ border-radius: 4px !important;
1711
+ }
1712
+
1713
+ .k-rounded-lg {
1714
+ border-radius: 8px !important;
1715
+ }
1716
+
1717
+ .k-rounded-circle {
1718
+ border-radius: 50% !important;
1719
+ }
1720
+
1721
+ .k-rounded-pill {
1722
+ border-radius: 9999px !important;
1723
+ }
1724
+
1674
1725
  .k-rounded-top {
1675
1726
  border-top-left-radius: 4px !important;
1676
1727
  border-top-right-radius: 4px !important;
@@ -1681,6 +1732,31 @@ hr.k-separator {
1681
1732
  border-top-right-radius: 0 !important;
1682
1733
  }
1683
1734
 
1735
+ .k-rounded-top-sm {
1736
+ border-top-left-radius: 2px !important;
1737
+ border-top-right-radius: 2px !important;
1738
+ }
1739
+
1740
+ .k-rounded-top-md {
1741
+ border-top-left-radius: 4px !important;
1742
+ border-top-right-radius: 4px !important;
1743
+ }
1744
+
1745
+ .k-rounded-top-lg {
1746
+ border-top-left-radius: 8px !important;
1747
+ border-top-right-radius: 8px !important;
1748
+ }
1749
+
1750
+ .k-rounded-top-circle {
1751
+ border-top-left-radius: 50% !important;
1752
+ border-top-right-radius: 50% !important;
1753
+ }
1754
+
1755
+ .k-rounded-top-pill {
1756
+ border-top-left-radius: 9999px !important;
1757
+ border-top-right-radius: 9999px !important;
1758
+ }
1759
+
1684
1760
  .k-rounded-right {
1685
1761
  border-top-right-radius: 4px !important;
1686
1762
  border-bottom-right-radius: 4px !important;
@@ -1691,6 +1767,31 @@ hr.k-separator {
1691
1767
  border-bottom-right-radius: 0 !important;
1692
1768
  }
1693
1769
 
1770
+ .k-rounded-right-sm {
1771
+ border-top-right-radius: 2px !important;
1772
+ border-bottom-right-radius: 2px !important;
1773
+ }
1774
+
1775
+ .k-rounded-right-md {
1776
+ border-top-right-radius: 4px !important;
1777
+ border-bottom-right-radius: 4px !important;
1778
+ }
1779
+
1780
+ .k-rounded-right-lg {
1781
+ border-top-right-radius: 8px !important;
1782
+ border-bottom-right-radius: 8px !important;
1783
+ }
1784
+
1785
+ .k-rounded-right-circle {
1786
+ border-top-right-radius: 50% !important;
1787
+ border-bottom-right-radius: 50% !important;
1788
+ }
1789
+
1790
+ .k-rounded-right-pill {
1791
+ border-top-right-radius: 9999px !important;
1792
+ border-bottom-right-radius: 9999px !important;
1793
+ }
1794
+
1694
1795
  .k-rounded-bottom {
1695
1796
  border-bottom-left-radius: 4px !important;
1696
1797
  border-bottom-right-radius: 4px !important;
@@ -1701,6 +1802,31 @@ hr.k-separator {
1701
1802
  border-bottom-right-radius: 0 !important;
1702
1803
  }
1703
1804
 
1805
+ .k-rounded-bottom-sm {
1806
+ border-bottom-left-radius: 2px !important;
1807
+ border-bottom-right-radius: 2px !important;
1808
+ }
1809
+
1810
+ .k-rounded-bottom-md {
1811
+ border-bottom-left-radius: 4px !important;
1812
+ border-bottom-right-radius: 4px !important;
1813
+ }
1814
+
1815
+ .k-rounded-bottom-lg {
1816
+ border-bottom-left-radius: 8px !important;
1817
+ border-bottom-right-radius: 8px !important;
1818
+ }
1819
+
1820
+ .k-rounded-bottom-circle {
1821
+ border-bottom-left-radius: 50% !important;
1822
+ border-bottom-right-radius: 50% !important;
1823
+ }
1824
+
1825
+ .k-rounded-bottom-pill {
1826
+ border-bottom-left-radius: 9999px !important;
1827
+ border-bottom-right-radius: 9999px !important;
1828
+ }
1829
+
1704
1830
  .k-rounded-left {
1705
1831
  border-bottom-left-radius: 4px !important;
1706
1832
  border-top-left-radius: 4px !important;
@@ -1711,6 +1837,143 @@ hr.k-separator {
1711
1837
  border-top-left-radius: 0 !important;
1712
1838
  }
1713
1839
 
1840
+ .k-rounded-left-sm {
1841
+ border-bottom-left-radius: 2px !important;
1842
+ border-top-left-radius: 2px !important;
1843
+ }
1844
+
1845
+ .k-rounded-left-md {
1846
+ border-bottom-left-radius: 4px !important;
1847
+ border-top-left-radius: 4px !important;
1848
+ }
1849
+
1850
+ .k-rounded-left-lg {
1851
+ border-bottom-left-radius: 8px !important;
1852
+ border-top-left-radius: 8px !important;
1853
+ }
1854
+
1855
+ .k-rounded-left-circle {
1856
+ border-bottom-left-radius: 50% !important;
1857
+ border-top-left-radius: 50% !important;
1858
+ }
1859
+
1860
+ .k-rounded-left-pill {
1861
+ border-bottom-left-radius: 9999px !important;
1862
+ border-top-left-radius: 9999px !important;
1863
+ }
1864
+
1865
+ .k-rounded-top-left {
1866
+ border-top-left-radius: 4px !important;
1867
+ }
1868
+
1869
+ .k-rounded-top-left-0 {
1870
+ border-top-left-radius: 0 !important;
1871
+ }
1872
+
1873
+ .k-rounded-top-left-sm {
1874
+ border-top-left-radius: 2px !important;
1875
+ }
1876
+
1877
+ .k-rounded-top-left-md {
1878
+ border-top-left-radius: 4px !important;
1879
+ }
1880
+
1881
+ .k-rounded-top-left-lg {
1882
+ border-top-left-radius: 8px !important;
1883
+ }
1884
+
1885
+ .k-rounded-top-left-circle {
1886
+ border-top-left-radius: 50% !important;
1887
+ }
1888
+
1889
+ .k-rounded-top-left-pill {
1890
+ border-top-left-radius: 9999px !important;
1891
+ }
1892
+
1893
+ .k-rounded-top-right {
1894
+ border-top-right-radius: 4px !important;
1895
+ }
1896
+
1897
+ .k-rounded-top-right-0 {
1898
+ border-top-right-radius: 0 !important;
1899
+ }
1900
+
1901
+ .k-rounded-top-right-sm {
1902
+ border-top-right-radius: 2px !important;
1903
+ }
1904
+
1905
+ .k-rounded-top-right-md {
1906
+ border-top-right-radius: 4px !important;
1907
+ }
1908
+
1909
+ .k-rounded-top-right-lg {
1910
+ border-top-right-radius: 8px !important;
1911
+ }
1912
+
1913
+ .k-rounded-top-right-circle {
1914
+ border-top-right-radius: 50% !important;
1915
+ }
1916
+
1917
+ .k-rounded-top-right-pill {
1918
+ border-top-right-radius: 9999px !important;
1919
+ }
1920
+
1921
+ .k-rounded-bottom-left {
1922
+ border-bottom-left-radius: 4px !important;
1923
+ }
1924
+
1925
+ .k-rounded-bottom-left-0 {
1926
+ border-bottom-left-radius: 0 !important;
1927
+ }
1928
+
1929
+ .k-rounded-bottom-left-sm {
1930
+ border-bottom-left-radius: 2px !important;
1931
+ }
1932
+
1933
+ .k-rounded-bottom-left-md {
1934
+ border-bottom-left-radius: 4px !important;
1935
+ }
1936
+
1937
+ .k-rounded-bottom-left-lg {
1938
+ border-bottom-left-radius: 8px !important;
1939
+ }
1940
+
1941
+ .k-rounded-bottom-left-circle {
1942
+ border-bottom-left-radius: 50% !important;
1943
+ }
1944
+
1945
+ .k-rounded-bottom-left-pill {
1946
+ border-bottom-left-radius: 9999px !important;
1947
+ }
1948
+
1949
+ .k-rounded-bottom-right {
1950
+ border-bottom-right-radius: 4px !important;
1951
+ }
1952
+
1953
+ .k-rounded-bottom-right-0 {
1954
+ border-bottom-right-radius: 0 !important;
1955
+ }
1956
+
1957
+ .k-rounded-bottom-right-sm {
1958
+ border-bottom-right-radius: 2px !important;
1959
+ }
1960
+
1961
+ .k-rounded-bottom-right-md {
1962
+ border-bottom-right-radius: 4px !important;
1963
+ }
1964
+
1965
+ .k-rounded-bottom-right-lg {
1966
+ border-bottom-right-radius: 8px !important;
1967
+ }
1968
+
1969
+ .k-rounded-bottom-right-circle {
1970
+ border-bottom-right-radius: 50% !important;
1971
+ }
1972
+
1973
+ .k-rounded-bottom-right-pill {
1974
+ border-bottom-right-radius: 9999px !important;
1975
+ }
1976
+
1714
1977
  .k-display-inline {
1715
1978
  display: inline !important;
1716
1979
  }
@@ -10283,7 +10546,7 @@ kendo-badge-container {
10283
10546
  font-size: 14px;
10284
10547
  }
10285
10548
 
10286
- .k-selection-multiple .k-chip-selected .k-selected-icon-wrapper {
10549
+ .k-selection-multiple .k-chip.k-selected .k-selected-icon-wrapper {
10287
10550
  width: 16px;
10288
10551
  visibility: visible;
10289
10552
  }
@@ -10299,7 +10562,7 @@ kendo-badge-container {
10299
10562
  transition: width .2s, opacity .2s;
10300
10563
  }
10301
10564
 
10302
- .k-selection-multiple :not(.k-chip-has-icon).k-chip-selected .k-selected-icon-wrapper {
10565
+ .k-selection-multiple :not(.k-chip-has-icon).k-selected .k-selected-icon-wrapper {
10303
10566
  opacity: 1;
10304
10567
  }
10305
10568
 
@@ -10329,15 +10592,6 @@ kendo-badge-container {
10329
10592
  outline: 0;
10330
10593
  }
10331
10594
 
10332
- .k-chip.k-chip-disabled {
10333
- outline: none;
10334
- cursor: default;
10335
- opacity: 0.6;
10336
- filter: grayscale(0.1);
10337
- pointer-events: none;
10338
- box-shadow: none;
10339
- }
10340
-
10341
10595
  .k-chip-content {
10342
10596
  min-width: 0;
10343
10597
  overflow: hidden;
@@ -10380,165 +10634,229 @@ kendo-badge-container {
10380
10634
  }
10381
10635
 
10382
10636
  .k-chip-list[dir="rtl"] > *,
10383
- .k-rtl .k-chip-list > * {
10637
+ .k-rtl .k-chip-list > *, .k-chip-list.k-rtl > * {
10384
10638
  margin-right: 0;
10385
10639
  margin-left: 8px;
10386
10640
  }
10387
10641
 
10388
10642
  .k-chip-list[dir="rtl"] > *:last-child,
10389
- .k-rtl .k-chip-list > *:last-child {
10643
+ .k-rtl .k-chip-list > *:last-child, .k-chip-list.k-rtl > *:last-child {
10390
10644
  margin-left: 0;
10391
10645
  }
10392
10646
 
10393
10647
  .k-chip[dir="rtl"] .k-chip-icon,
10394
- .k-rtl .k-chip .k-chip-icon {
10648
+ .k-rtl .k-chip .k-chip-icon, .k-chip.k-rtl .k-chip-icon {
10395
10649
  margin-left: 0;
10396
10650
  margin-right: 4px;
10397
10651
  }
10398
10652
 
10399
10653
  .k-chip[dir="rtl"] .k-remove-icon,
10400
- .k-rtl .k-chip .k-remove-icon {
10654
+ .k-rtl .k-chip .k-remove-icon, .k-chip.k-rtl .k-remove-icon {
10401
10655
  margin-right: 0;
10402
10656
  margin-left: 8px;
10403
10657
  }
10404
10658
 
10405
10659
  .k-selection-multiple .k-chip[dir="rtl"] .k-selected-icon-wrapper, .k-selection-multiple
10406
- .k-rtl .k-chip .k-selected-icon-wrapper {
10660
+ .k-rtl .k-chip .k-selected-icon-wrapper, .k-selection-multiple .k-chip.k-rtl .k-selected-icon-wrapper {
10407
10661
  left: 0;
10408
10662
  right: 4px;
10409
10663
  }
10410
10664
 
10411
10665
  .k-selection-multiple .k-chip[dir="rtl"]:not(.k-chip-has-icon) .k-selected-icon-wrapper, .k-selection-multiple
10412
- .k-rtl .k-chip:not(.k-chip-has-icon) .k-selected-icon-wrapper {
10666
+ .k-rtl .k-chip:not(.k-chip-has-icon) .k-selected-icon-wrapper, .k-selection-multiple .k-chip.k-rtl:not(.k-chip-has-icon) .k-selected-icon-wrapper {
10413
10667
  left: 0;
10414
10668
  right: 4px;
10415
10669
  }
10416
10670
 
10417
- .k-selection-single .k-chip-selected.k-chip-filled {
10418
- border-color: rgba(255, 99, 88, 0.2);
10419
- color: #ff6358;
10420
- background-color: rgba(255, 99, 88, 0.08);
10421
- }
10422
-
10423
- .k-selection-single .k-chip-selected.k-chip-outline {
10424
- border-color: rgba(255, 99, 88, 0.2);
10425
- color: #ff6358;
10426
- background-color: transparent;
10427
- }
10428
-
10429
- .k-selection-multiple > .k-chip-has-icon.k-chip-selected .k-selected-icon-wrapper {
10671
+ .k-selection-multiple .k-chip-has-icon.k-selected .k-selected-icon-wrapper {
10430
10672
  color: #ffffff;
10431
10673
  background-color: rgba(0, 0, 0, 0.44);
10432
10674
  }
10433
10675
 
10434
- .k-chip-filled {
10435
- border-color: rgba(0, 0, 0, 0.08);
10676
+ .k-chip-solid {
10677
+ border-color: rgba(66, 66, 66, 0.3);
10436
10678
  color: #424242;
10437
- background-color: #ebebeb;
10679
+ background-color: rgba(66, 66, 66, 0.08);
10438
10680
  }
10439
10681
 
10440
- .k-chip-filled:hover, .k-chip-filled.k-chip-hover {
10441
- background-color: #e2e2e2;
10682
+ .k-chip-solid:hover, .k-chip-solid.k-state-hover, .k-chip-solid.k-hover {
10683
+ background-color: rgba(66, 66, 66, 0.16);
10442
10684
  }
10443
10685
 
10444
- .k-chip-filled:focus, .k-chip-filled.k-chip-focused {
10445
- background-color: #ebebeb;
10446
- box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
10686
+ .k-chip-solid:focus, .k-chip-solid.k-state-focus, .k-chip-solid.k-focus {
10687
+ box-shadow: 0 0 0 2px rgba(66, 66, 66, 0.16);
10688
+ background-color: rgba(66, 66, 66, 0.08);
10447
10689
  }
10448
10690
 
10449
- .k-chip-filled.k-chip-selected {
10450
- background-color: #d8d8d8;
10691
+ .k-chip-solid.k-state-selected, .k-chip-solid.k-selected {
10692
+ background-color: rgba(66, 66, 66, 0.24);
10451
10693
  }
10452
10694
 
10453
- .k-chip-filled.k-chip-success {
10695
+ .k-chip-solid.k-chip-success {
10454
10696
  border-color: rgba(55, 180, 0, 0.3);
10455
10697
  color: #37b400;
10456
- background-color: rgba(55, 180, 0, 0.12);
10698
+ background-color: rgba(55, 180, 0, 0.08);
10699
+ }
10700
+
10701
+ .k-chip-solid.k-chip-success:hover, .k-chip-solid.k-chip-success.k-state-hover, .k-chip-solid.k-chip-success.k-hover {
10702
+ background-color: rgba(55, 180, 0, 0.16);
10703
+ }
10704
+
10705
+ .k-chip-solid.k-chip-success.k-state-selected, .k-chip-solid.k-chip-success.k-selected {
10706
+ background-color: rgba(55, 180, 0, 0.24);
10457
10707
  }
10458
10708
 
10459
- .k-chip-filled.k-chip-warning {
10709
+ .k-chip-solid.k-chip-warning {
10460
10710
  border-color: rgba(255, 192, 0, 0.3);
10461
10711
  color: #ffc000;
10462
- background-color: rgba(255, 192, 0, 0.12);
10712
+ background-color: rgba(255, 192, 0, 0.08);
10463
10713
  }
10464
10714
 
10465
- .k-chip-filled.k-chip-error {
10715
+ .k-chip-solid.k-chip-warning:hover, .k-chip-solid.k-chip-warning.k-state-hover, .k-chip-solid.k-chip-warning.k-hover {
10716
+ background-color: rgba(255, 192, 0, 0.16);
10717
+ }
10718
+
10719
+ .k-chip-solid.k-chip-warning.k-state-selected, .k-chip-solid.k-chip-warning.k-selected {
10720
+ background-color: rgba(255, 192, 0, 0.24);
10721
+ }
10722
+
10723
+ .k-chip-solid.k-chip-error {
10466
10724
  border-color: rgba(243, 23, 0, 0.3);
10467
10725
  color: #f31700;
10468
- background-color: rgba(243, 23, 0, 0.12);
10726
+ background-color: rgba(243, 23, 0, 0.08);
10727
+ }
10728
+
10729
+ .k-chip-solid.k-chip-error:hover, .k-chip-solid.k-chip-error.k-state-hover, .k-chip-solid.k-chip-error.k-hover {
10730
+ background-color: rgba(243, 23, 0, 0.16);
10469
10731
  }
10470
10732
 
10471
- .k-chip-filled.k-chip-info {
10733
+ .k-chip-solid.k-chip-error.k-state-selected, .k-chip-solid.k-chip-error.k-selected {
10734
+ background-color: rgba(243, 23, 0, 0.24);
10735
+ }
10736
+
10737
+ .k-chip-solid.k-chip-info {
10472
10738
  border-color: rgba(0, 88, 233, 0.3);
10473
10739
  color: #0058e9;
10474
- background-color: rgba(0, 88, 233, 0.12);
10740
+ background-color: rgba(0, 88, 233, 0.08);
10741
+ }
10742
+
10743
+ .k-chip-solid.k-chip-info:hover, .k-chip-solid.k-chip-info.k-state-hover, .k-chip-solid.k-chip-info.k-hover {
10744
+ background-color: rgba(0, 88, 233, 0.16);
10745
+ }
10746
+
10747
+ .k-chip-solid.k-chip-info.k-state-selected, .k-chip-solid.k-chip-info.k-selected {
10748
+ background-color: rgba(0, 88, 233, 0.24);
10475
10749
  }
10476
10750
 
10477
10751
  .k-chip-outline {
10478
10752
  border-color: #424242;
10479
10753
  color: #424242;
10480
- background-color: transparent;
10754
+ background-color: #ffffff;
10481
10755
  }
10482
10756
 
10483
- .k-chip-outline:hover, .k-chip-outline.k-chip-hover {
10484
- border-color: rgba(0, 0, 0, 0.08);
10757
+ .k-chip-outline:hover, .k-chip-outline.k-state-hover, .k-chip-outline.k-hover {
10485
10758
  color: #ffffff;
10486
10759
  background-color: #424242;
10487
10760
  }
10488
10761
 
10489
- .k-chip-outline:focus, .k-chip-outline.k-chip-focused {
10490
- border-color: #424242;
10491
- color: #424242;
10492
- background-color: transparent;
10762
+ .k-chip-outline:focus, .k-chip-outline.k-state-focus, .k-chip-outline.k-focus {
10493
10763
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
10494
10764
  }
10495
10765
 
10496
- .k-chip-outline.k-chip-selected {
10766
+ .k-chip-outline.k-state-selected, .k-chip-outline.k-selected {
10497
10767
  color: #ffffff;
10498
10768
  background-color: #424242;
10499
10769
  }
10500
10770
 
10501
10771
  .k-chip-outline.k-chip-success {
10502
- border-color: rgba(55, 180, 0, 0.54);
10772
+ border-color: #37b400;
10503
10773
  color: #37b400;
10504
- background-color: transparent;
10774
+ }
10775
+
10776
+ .k-chip-outline.k-chip-success:hover, .k-chip-outline.k-chip-success.k-state-hover, .k-chip-outline.k-chip-success.k-hover {
10777
+ color: #ffffff;
10778
+ background-color: #37b400;
10779
+ }
10780
+
10781
+ .k-chip-outline.k-chip-success:focus, .k-chip-outline.k-chip-success.k-state-focus, .k-chip-outline.k-chip-success.k-focus {
10782
+ background-color: nul;
10783
+ }
10784
+
10785
+ .k-chip-outline.k-chip-success.k-state-selected, .k-chip-outline.k-chip-success.k-selected {
10786
+ color: #ffffff;
10787
+ background-color: #37b400;
10505
10788
  }
10506
10789
 
10507
10790
  .k-chip-outline.k-chip-warning {
10508
- border-color: rgba(255, 192, 0, 0.54);
10791
+ border-color: #ffc000;
10509
10792
  color: #ffc000;
10510
- background-color: transparent;
10793
+ }
10794
+
10795
+ .k-chip-outline.k-chip-warning:hover, .k-chip-outline.k-chip-warning.k-state-hover, .k-chip-outline.k-chip-warning.k-hover {
10796
+ color: #ffffff;
10797
+ background-color: #ffc000;
10798
+ }
10799
+
10800
+ .k-chip-outline.k-chip-warning:focus, .k-chip-outline.k-chip-warning.k-state-focus, .k-chip-outline.k-chip-warning.k-focus {
10801
+ background-color: nul;
10802
+ }
10803
+
10804
+ .k-chip-outline.k-chip-warning.k-state-selected, .k-chip-outline.k-chip-warning.k-selected {
10805
+ color: #ffffff;
10806
+ background-color: #ffc000;
10511
10807
  }
10512
10808
 
10513
10809
  .k-chip-outline.k-chip-error {
10514
- border-color: rgba(243, 23, 0, 0.54);
10810
+ border-color: #f31700;
10515
10811
  color: #f31700;
10516
- background-color: transparent;
10812
+ }
10813
+
10814
+ .k-chip-outline.k-chip-error:hover, .k-chip-outline.k-chip-error.k-state-hover, .k-chip-outline.k-chip-error.k-hover {
10815
+ color: #ffffff;
10816
+ background-color: #f31700;
10817
+ }
10818
+
10819
+ .k-chip-outline.k-chip-error:focus, .k-chip-outline.k-chip-error.k-state-focus, .k-chip-outline.k-chip-error.k-focus {
10820
+ background-color: nul;
10821
+ }
10822
+
10823
+ .k-chip-outline.k-chip-error.k-state-selected, .k-chip-outline.k-chip-error.k-selected {
10824
+ color: #ffffff;
10825
+ background-color: #f31700;
10517
10826
  }
10518
10827
 
10519
10828
  .k-chip-outline.k-chip-info {
10520
- border-color: rgba(0, 88, 233, 0.54);
10829
+ border-color: #0058e9;
10521
10830
  color: #0058e9;
10522
- background-color: transparent;
10523
10831
  }
10524
10832
 
10525
- .k-chip-primary:focus, .k-chip-primary.k-chip-focus {
10526
- box-shadow: 0 0 0 2px rgba(255, 99, 88, 0.16);
10833
+ .k-chip-outline.k-chip-info:hover, .k-chip-outline.k-chip-info.k-state-hover, .k-chip-outline.k-chip-info.k-hover {
10834
+ color: #ffffff;
10835
+ background-color: #0058e9;
10836
+ }
10837
+
10838
+ .k-chip-outline.k-chip-info:focus, .k-chip-outline.k-chip-info.k-state-focus, .k-chip-outline.k-chip-info.k-focus {
10839
+ background-color: nul;
10527
10840
  }
10528
10841
 
10529
- .k-chip-info:focus, .k-chip-info.k-chip-focus {
10842
+ .k-chip-outline.k-chip-info.k-state-selected, .k-chip-outline.k-chip-info.k-selected {
10843
+ color: #ffffff;
10844
+ background-color: #0058e9;
10845
+ }
10846
+
10847
+ .k-chip-info:focus, .k-chip-info.k-state-focus, .k-chip-info.k-focus {
10530
10848
  box-shadow: 0 0 0 2px rgba(0, 88, 233, 0.16);
10531
10849
  }
10532
10850
 
10533
- .k-chip-success:focus, .k-chip-success.k-chip-focus {
10851
+ .k-chip-success:focus, .k-chip-success.k-state-focus, .k-chip-success.k-focus {
10534
10852
  box-shadow: 0 0 0 2px rgba(55, 180, 0, 0.16);
10535
10853
  }
10536
10854
 
10537
- .k-chip-warning:focus, .k-chip-warning.k-chip-focus {
10855
+ .k-chip-warning:focus, .k-chip-warning.k-state-focus, .k-chip-warning.k-focus {
10538
10856
  box-shadow: 0 0 0 2px rgba(255, 192, 0, 0.16);
10539
10857
  }
10540
10858
 
10541
- .k-chip-error:focus, .k-chip-error.k-chip-focus {
10859
+ .k-chip-error:focus, .k-chip-error.k-state-focus, .k-chip-error.k-focus {
10542
10860
  box-shadow: 0 0 0 2px rgba(243, 23, 0, 0.16);
10543
10861
  }
10544
10862
 
@@ -32139,6 +32457,11 @@ kendo-scheduler.k-scheduler.k-readonly-scheduler .k-event-delete {
32139
32457
  padding: 0;
32140
32458
  }
32141
32459
 
32460
+ .k-scheduler-layout-flex.k-scheduler-timeline-view .k-scheduler-body .k-scheduler-cell {
32461
+ -ms-flex-preferred-size: auto;
32462
+ flex-basis: auto;
32463
+ }
32464
+
32142
32465
  .k-scheduler-layout-flex .k-more-events {
32143
32466
  bottom: 2px;
32144
32467
  left: 0;