@progress/kendo-theme-bootstrap 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
@@ -1407,27 +1407,8 @@ hr.k-separator {
1407
1407
  padding: 0;
1408
1408
  }
1409
1409
 
1410
- .k-text-primary {
1411
- color: #0d6efd !important;
1412
- }
1413
-
1414
- .k-text-info {
1415
- color: #0dcaf0 !important;
1416
- }
1417
-
1418
- .k-text-success {
1419
- color: #198754 !important;
1420
- }
1421
-
1422
- .k-text-warning {
1423
- color: #ffc107 !important;
1424
- }
1425
-
1426
- .k-text-error {
1427
- color: #dc3545 !important;
1428
- }
1429
-
1430
- .k-text-base {
1410
+ .k-text-base,
1411
+ .k-color-base {
1431
1412
  color: #212529;
1432
1413
  }
1433
1414
 
@@ -1489,6 +1470,14 @@ hr.k-separator {
1489
1470
  background-color: #0d6efd !important;
1490
1471
  }
1491
1472
 
1473
+ .k-bg-secondary {
1474
+ background-color: #6c757d !important;
1475
+ }
1476
+
1477
+ .k-bg-tertiary {
1478
+ background-color: #6f42c1 !important;
1479
+ }
1480
+
1492
1481
  .k-bg-info {
1493
1482
  background-color: #0dcaf0 !important;
1494
1483
  }
@@ -1505,12 +1494,36 @@ hr.k-separator {
1505
1494
  background-color: #dc3545 !important;
1506
1495
  }
1507
1496
 
1497
+ .k-bg-dark {
1498
+ background-color: #212529 !important;
1499
+ }
1500
+
1501
+ .k-bg-light {
1502
+ background-color: #f8f9fa !important;
1503
+ }
1504
+
1505
+ .k-bg-inverse {
1506
+ background-color: #212529 !important;
1507
+ }
1508
+
1508
1509
  .k-state-primary {
1509
1510
  background-color: #cfe2ff;
1510
1511
  color: #073984;
1511
1512
  border-color: #bbd6fe;
1512
1513
  }
1513
1514
 
1515
+ .k-state-secondary {
1516
+ background-color: #e2e3e5;
1517
+ color: #383d41;
1518
+ border-color: #d6d8db;
1519
+ }
1520
+
1521
+ .k-state-tertiary {
1522
+ background-color: #e2d9f3;
1523
+ color: #3a2264;
1524
+ border-color: #d7caee;
1525
+ }
1526
+
1514
1527
  .k-state-info {
1515
1528
  background-color: #cff4fc;
1516
1529
  color: #07697d;
@@ -1535,6 +1548,24 @@ hr.k-separator {
1535
1548
  border-color: #f5c6cb;
1536
1549
  }
1537
1550
 
1551
+ .k-state-dark {
1552
+ background-color: #d3d3d4;
1553
+ color: #111315;
1554
+ border-color: #c1c2c3;
1555
+ }
1556
+
1557
+ .k-state-light {
1558
+ background-color: #fefefe;
1559
+ color: #818182;
1560
+ border-color: #fdfdfe;
1561
+ }
1562
+
1563
+ .k-state-inverse {
1564
+ background-color: #d3d3d4;
1565
+ color: #111315;
1566
+ border-color: #c1c2c3;
1567
+ }
1568
+
1538
1569
  .k-info-colored {
1539
1570
  color: #50607f;
1540
1571
  border-color: #d0d9df;
@@ -1685,6 +1716,26 @@ hr.k-separator {
1685
1716
  border-radius: 0 !important;
1686
1717
  }
1687
1718
 
1719
+ .k-rounded-sm {
1720
+ border-radius: 0.125rem !important;
1721
+ }
1722
+
1723
+ .k-rounded-md {
1724
+ border-radius: 0.25rem !important;
1725
+ }
1726
+
1727
+ .k-rounded-lg {
1728
+ border-radius: 0.5rem !important;
1729
+ }
1730
+
1731
+ .k-rounded-circle {
1732
+ border-radius: 50% !important;
1733
+ }
1734
+
1735
+ .k-rounded-pill {
1736
+ border-radius: 9999px !important;
1737
+ }
1738
+
1688
1739
  .k-rounded-top {
1689
1740
  border-top-left-radius: 0.25rem !important;
1690
1741
  border-top-right-radius: 0.25rem !important;
@@ -1695,6 +1746,31 @@ hr.k-separator {
1695
1746
  border-top-right-radius: 0 !important;
1696
1747
  }
1697
1748
 
1749
+ .k-rounded-top-sm {
1750
+ border-top-left-radius: 0.125rem !important;
1751
+ border-top-right-radius: 0.125rem !important;
1752
+ }
1753
+
1754
+ .k-rounded-top-md {
1755
+ border-top-left-radius: 0.25rem !important;
1756
+ border-top-right-radius: 0.25rem !important;
1757
+ }
1758
+
1759
+ .k-rounded-top-lg {
1760
+ border-top-left-radius: 0.5rem !important;
1761
+ border-top-right-radius: 0.5rem !important;
1762
+ }
1763
+
1764
+ .k-rounded-top-circle {
1765
+ border-top-left-radius: 50% !important;
1766
+ border-top-right-radius: 50% !important;
1767
+ }
1768
+
1769
+ .k-rounded-top-pill {
1770
+ border-top-left-radius: 9999px !important;
1771
+ border-top-right-radius: 9999px !important;
1772
+ }
1773
+
1698
1774
  .k-rounded-right {
1699
1775
  border-top-right-radius: 0.25rem !important;
1700
1776
  border-bottom-right-radius: 0.25rem !important;
@@ -1705,6 +1781,31 @@ hr.k-separator {
1705
1781
  border-bottom-right-radius: 0 !important;
1706
1782
  }
1707
1783
 
1784
+ .k-rounded-right-sm {
1785
+ border-top-right-radius: 0.125rem !important;
1786
+ border-bottom-right-radius: 0.125rem !important;
1787
+ }
1788
+
1789
+ .k-rounded-right-md {
1790
+ border-top-right-radius: 0.25rem !important;
1791
+ border-bottom-right-radius: 0.25rem !important;
1792
+ }
1793
+
1794
+ .k-rounded-right-lg {
1795
+ border-top-right-radius: 0.5rem !important;
1796
+ border-bottom-right-radius: 0.5rem !important;
1797
+ }
1798
+
1799
+ .k-rounded-right-circle {
1800
+ border-top-right-radius: 50% !important;
1801
+ border-bottom-right-radius: 50% !important;
1802
+ }
1803
+
1804
+ .k-rounded-right-pill {
1805
+ border-top-right-radius: 9999px !important;
1806
+ border-bottom-right-radius: 9999px !important;
1807
+ }
1808
+
1708
1809
  .k-rounded-bottom {
1709
1810
  border-bottom-left-radius: 0.25rem !important;
1710
1811
  border-bottom-right-radius: 0.25rem !important;
@@ -1715,6 +1816,31 @@ hr.k-separator {
1715
1816
  border-bottom-right-radius: 0 !important;
1716
1817
  }
1717
1818
 
1819
+ .k-rounded-bottom-sm {
1820
+ border-bottom-left-radius: 0.125rem !important;
1821
+ border-bottom-right-radius: 0.125rem !important;
1822
+ }
1823
+
1824
+ .k-rounded-bottom-md {
1825
+ border-bottom-left-radius: 0.25rem !important;
1826
+ border-bottom-right-radius: 0.25rem !important;
1827
+ }
1828
+
1829
+ .k-rounded-bottom-lg {
1830
+ border-bottom-left-radius: 0.5rem !important;
1831
+ border-bottom-right-radius: 0.5rem !important;
1832
+ }
1833
+
1834
+ .k-rounded-bottom-circle {
1835
+ border-bottom-left-radius: 50% !important;
1836
+ border-bottom-right-radius: 50% !important;
1837
+ }
1838
+
1839
+ .k-rounded-bottom-pill {
1840
+ border-bottom-left-radius: 9999px !important;
1841
+ border-bottom-right-radius: 9999px !important;
1842
+ }
1843
+
1718
1844
  .k-rounded-left {
1719
1845
  border-bottom-left-radius: 0.25rem !important;
1720
1846
  border-top-left-radius: 0.25rem !important;
@@ -1725,6 +1851,143 @@ hr.k-separator {
1725
1851
  border-top-left-radius: 0 !important;
1726
1852
  }
1727
1853
 
1854
+ .k-rounded-left-sm {
1855
+ border-bottom-left-radius: 0.125rem !important;
1856
+ border-top-left-radius: 0.125rem !important;
1857
+ }
1858
+
1859
+ .k-rounded-left-md {
1860
+ border-bottom-left-radius: 0.25rem !important;
1861
+ border-top-left-radius: 0.25rem !important;
1862
+ }
1863
+
1864
+ .k-rounded-left-lg {
1865
+ border-bottom-left-radius: 0.5rem !important;
1866
+ border-top-left-radius: 0.5rem !important;
1867
+ }
1868
+
1869
+ .k-rounded-left-circle {
1870
+ border-bottom-left-radius: 50% !important;
1871
+ border-top-left-radius: 50% !important;
1872
+ }
1873
+
1874
+ .k-rounded-left-pill {
1875
+ border-bottom-left-radius: 9999px !important;
1876
+ border-top-left-radius: 9999px !important;
1877
+ }
1878
+
1879
+ .k-rounded-top-left {
1880
+ border-top-left-radius: 0.25rem !important;
1881
+ }
1882
+
1883
+ .k-rounded-top-left-0 {
1884
+ border-top-left-radius: 0 !important;
1885
+ }
1886
+
1887
+ .k-rounded-top-left-sm {
1888
+ border-top-left-radius: 0.125rem !important;
1889
+ }
1890
+
1891
+ .k-rounded-top-left-md {
1892
+ border-top-left-radius: 0.25rem !important;
1893
+ }
1894
+
1895
+ .k-rounded-top-left-lg {
1896
+ border-top-left-radius: 0.5rem !important;
1897
+ }
1898
+
1899
+ .k-rounded-top-left-circle {
1900
+ border-top-left-radius: 50% !important;
1901
+ }
1902
+
1903
+ .k-rounded-top-left-pill {
1904
+ border-top-left-radius: 9999px !important;
1905
+ }
1906
+
1907
+ .k-rounded-top-right {
1908
+ border-top-right-radius: 0.25rem !important;
1909
+ }
1910
+
1911
+ .k-rounded-top-right-0 {
1912
+ border-top-right-radius: 0 !important;
1913
+ }
1914
+
1915
+ .k-rounded-top-right-sm {
1916
+ border-top-right-radius: 0.125rem !important;
1917
+ }
1918
+
1919
+ .k-rounded-top-right-md {
1920
+ border-top-right-radius: 0.25rem !important;
1921
+ }
1922
+
1923
+ .k-rounded-top-right-lg {
1924
+ border-top-right-radius: 0.5rem !important;
1925
+ }
1926
+
1927
+ .k-rounded-top-right-circle {
1928
+ border-top-right-radius: 50% !important;
1929
+ }
1930
+
1931
+ .k-rounded-top-right-pill {
1932
+ border-top-right-radius: 9999px !important;
1933
+ }
1934
+
1935
+ .k-rounded-bottom-left {
1936
+ border-bottom-left-radius: 0.25rem !important;
1937
+ }
1938
+
1939
+ .k-rounded-bottom-left-0 {
1940
+ border-bottom-left-radius: 0 !important;
1941
+ }
1942
+
1943
+ .k-rounded-bottom-left-sm {
1944
+ border-bottom-left-radius: 0.125rem !important;
1945
+ }
1946
+
1947
+ .k-rounded-bottom-left-md {
1948
+ border-bottom-left-radius: 0.25rem !important;
1949
+ }
1950
+
1951
+ .k-rounded-bottom-left-lg {
1952
+ border-bottom-left-radius: 0.5rem !important;
1953
+ }
1954
+
1955
+ .k-rounded-bottom-left-circle {
1956
+ border-bottom-left-radius: 50% !important;
1957
+ }
1958
+
1959
+ .k-rounded-bottom-left-pill {
1960
+ border-bottom-left-radius: 9999px !important;
1961
+ }
1962
+
1963
+ .k-rounded-bottom-right {
1964
+ border-bottom-right-radius: 0.25rem !important;
1965
+ }
1966
+
1967
+ .k-rounded-bottom-right-0 {
1968
+ border-bottom-right-radius: 0 !important;
1969
+ }
1970
+
1971
+ .k-rounded-bottom-right-sm {
1972
+ border-bottom-right-radius: 0.125rem !important;
1973
+ }
1974
+
1975
+ .k-rounded-bottom-right-md {
1976
+ border-bottom-right-radius: 0.25rem !important;
1977
+ }
1978
+
1979
+ .k-rounded-bottom-right-lg {
1980
+ border-bottom-right-radius: 0.5rem !important;
1981
+ }
1982
+
1983
+ .k-rounded-bottom-right-circle {
1984
+ border-bottom-right-radius: 50% !important;
1985
+ }
1986
+
1987
+ .k-rounded-bottom-right-pill {
1988
+ border-bottom-right-radius: 9999px !important;
1989
+ }
1990
+
1728
1991
  .k-display-inline {
1729
1992
  display: inline !important;
1730
1993
  }
@@ -10287,7 +10550,7 @@ kendo-badge-container {
10287
10550
  font-size: 16px;
10288
10551
  }
10289
10552
 
10290
- .k-selection-multiple .k-chip-selected .k-selected-icon-wrapper {
10553
+ .k-selection-multiple .k-chip.k-selected .k-selected-icon-wrapper {
10291
10554
  width: 24px;
10292
10555
  visibility: visible;
10293
10556
  }
@@ -10303,7 +10566,7 @@ kendo-badge-container {
10303
10566
  transition: width .2s, opacity .2s;
10304
10567
  }
10305
10568
 
10306
- .k-selection-multiple :not(.k-chip-has-icon).k-chip-selected .k-selected-icon-wrapper {
10569
+ .k-selection-multiple :not(.k-chip-has-icon).k-selected .k-selected-icon-wrapper {
10307
10570
  opacity: 1;
10308
10571
  }
10309
10572
 
@@ -10333,15 +10596,6 @@ kendo-badge-container {
10333
10596
  outline: 0;
10334
10597
  }
10335
10598
 
10336
- .k-chip.k-chip-disabled {
10337
- outline: none;
10338
- cursor: default;
10339
- opacity: 0.65;
10340
- filter: grayscale(0.1);
10341
- pointer-events: none;
10342
- box-shadow: none;
10343
- }
10344
-
10345
10599
  .k-chip-content {
10346
10600
  min-width: 0;
10347
10601
  overflow: hidden;
@@ -10384,148 +10638,214 @@ kendo-badge-container {
10384
10638
  }
10385
10639
 
10386
10640
  .k-chip-list[dir="rtl"] > *,
10387
- .k-rtl .k-chip-list > * {
10641
+ .k-rtl .k-chip-list > *, .k-chip-list.k-rtl > * {
10388
10642
  margin-right: 0;
10389
10643
  margin-left: 8px;
10390
10644
  }
10391
10645
 
10392
10646
  .k-chip-list[dir="rtl"] > *:last-child,
10393
- .k-rtl .k-chip-list > *:last-child {
10647
+ .k-rtl .k-chip-list > *:last-child, .k-chip-list.k-rtl > *:last-child {
10394
10648
  margin-left: 0;
10395
10649
  }
10396
10650
 
10397
10651
  .k-chip[dir="rtl"] .k-chip-icon,
10398
- .k-rtl .k-chip .k-chip-icon {
10652
+ .k-rtl .k-chip .k-chip-icon, .k-chip.k-rtl .k-chip-icon {
10399
10653
  margin-left: 0;
10400
10654
  margin-right: 0px;
10401
10655
  }
10402
10656
 
10403
10657
  .k-chip[dir="rtl"] .k-remove-icon,
10404
- .k-rtl .k-chip .k-remove-icon {
10658
+ .k-rtl .k-chip .k-remove-icon, .k-chip.k-rtl .k-remove-icon {
10405
10659
  margin-right: 0;
10406
10660
  margin-left: 0px;
10407
10661
  }
10408
10662
 
10409
10663
  .k-selection-multiple .k-chip[dir="rtl"] .k-selected-icon-wrapper, .k-selection-multiple
10410
- .k-rtl .k-chip .k-selected-icon-wrapper {
10664
+ .k-rtl .k-chip .k-selected-icon-wrapper, .k-selection-multiple .k-chip.k-rtl .k-selected-icon-wrapper {
10411
10665
  left: 0;
10412
10666
  right: 6px;
10413
10667
  }
10414
10668
 
10415
10669
  .k-selection-multiple .k-chip[dir="rtl"]:not(.k-chip-has-icon) .k-selected-icon-wrapper, .k-selection-multiple
10416
- .k-rtl .k-chip:not(.k-chip-has-icon) .k-selected-icon-wrapper {
10670
+ .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 {
10417
10671
  left: 0;
10418
10672
  right: 0px;
10419
10673
  }
10420
10674
 
10421
- .k-selection-single .k-chip-selected.k-chip-filled {
10422
- border-color: transparent;
10423
- color: #0d6efd;
10424
- background-color: rgba(13, 110, 253, 0.12);
10425
- }
10426
-
10427
- .k-selection-single .k-chip-selected.k-chip-outline {
10428
- border-color: #0d6efd;
10429
- color: #0d6efd;
10430
- background-color: rgba(13, 110, 253, 0.12);
10431
- }
10432
-
10433
- .k-selection-multiple > .k-chip-has-icon.k-chip-selected .k-selected-icon-wrapper {
10675
+ .k-selection-multiple .k-chip-has-icon.k-selected .k-selected-icon-wrapper {
10434
10676
  color: #ffffff;
10435
10677
  background-color: rgba(0, 0, 0, 0.36);
10436
10678
  }
10437
10679
 
10438
- .k-chip-filled {
10439
- border-color: transparent;
10680
+ .k-chip-solid {
10681
+ border-color: rgba(33, 37, 41, 0.3);
10440
10682
  color: #212529;
10441
- background-color: #e4e7eb;
10683
+ background-color: rgba(33, 37, 41, 0.08);
10442
10684
  }
10443
10685
 
10444
- .k-chip-filled:hover, .k-chip-filled.k-chip-hover {
10445
- background-color: #ced3db;
10446
- border-color: transparent;
10686
+ .k-chip-solid:hover, .k-chip-solid.k-state-hover, .k-chip-solid.k-hover {
10687
+ background-color: rgba(33, 37, 41, 0.16);
10447
10688
  }
10448
10689
 
10449
- .k-chip-filled:focus, .k-chip-filled.k-chip-focused {
10450
- background-color: #e4e7eb;
10451
- box-shadow: 0 0 0 3px rgba(228, 231, 235, 0.5);
10690
+ .k-chip-solid:focus, .k-chip-solid.k-state-focus, .k-chip-solid.k-focus {
10691
+ box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.16);
10692
+ background-color: rgba(33, 37, 41, 0.08);
10452
10693
  }
10453
10694
 
10454
- .k-chip-filled.k-chip-selected {
10455
- background-color: #c7cdd5;
10456
- border-color: transparent;
10695
+ .k-chip-solid.k-state-selected, .k-chip-solid.k-selected {
10696
+ background-color: rgba(33, 37, 41, 0.24);
10457
10697
  }
10458
10698
 
10459
- .k-chip-filled.k-chip-success {
10460
- border-color: transparent;
10699
+ .k-chip-solid.k-chip-success {
10700
+ border-color: rgba(25, 135, 84, 0.3);
10461
10701
  color: #198754;
10462
- background-color: rgba(25, 135, 84, 0.15);
10702
+ background-color: rgba(25, 135, 84, 0.08);
10463
10703
  }
10464
10704
 
10465
- .k-chip-filled.k-chip-warning {
10466
- border-color: transparent;
10705
+ .k-chip-solid.k-chip-success:hover, .k-chip-solid.k-chip-success.k-state-hover, .k-chip-solid.k-chip-success.k-hover {
10706
+ background-color: rgba(25, 135, 84, 0.16);
10707
+ }
10708
+
10709
+ .k-chip-solid.k-chip-success.k-state-selected, .k-chip-solid.k-chip-success.k-selected {
10710
+ background-color: rgba(25, 135, 84, 0.24);
10711
+ }
10712
+
10713
+ .k-chip-solid.k-chip-warning {
10714
+ border-color: rgba(255, 193, 7, 0.3);
10467
10715
  color: #ffc107;
10468
- background-color: rgba(255, 193, 7, 0.15);
10716
+ background-color: rgba(255, 193, 7, 0.08);
10469
10717
  }
10470
10718
 
10471
- .k-chip-filled.k-chip-error {
10472
- border-color: transparent;
10719
+ .k-chip-solid.k-chip-warning:hover, .k-chip-solid.k-chip-warning.k-state-hover, .k-chip-solid.k-chip-warning.k-hover {
10720
+ background-color: rgba(255, 193, 7, 0.16);
10721
+ }
10722
+
10723
+ .k-chip-solid.k-chip-warning.k-state-selected, .k-chip-solid.k-chip-warning.k-selected {
10724
+ background-color: rgba(255, 193, 7, 0.24);
10725
+ }
10726
+
10727
+ .k-chip-solid.k-chip-error {
10728
+ border-color: rgba(220, 53, 69, 0.3);
10473
10729
  color: #dc3545;
10474
- background-color: rgba(220, 53, 69, 0.15);
10730
+ background-color: rgba(220, 53, 69, 0.08);
10475
10731
  }
10476
10732
 
10477
- .k-chip-filled.k-chip-info {
10478
- border-color: transparent;
10733
+ .k-chip-solid.k-chip-error:hover, .k-chip-solid.k-chip-error.k-state-hover, .k-chip-solid.k-chip-error.k-hover {
10734
+ background-color: rgba(220, 53, 69, 0.16);
10735
+ }
10736
+
10737
+ .k-chip-solid.k-chip-error.k-state-selected, .k-chip-solid.k-chip-error.k-selected {
10738
+ background-color: rgba(220, 53, 69, 0.24);
10739
+ }
10740
+
10741
+ .k-chip-solid.k-chip-info {
10742
+ border-color: rgba(13, 202, 240, 0.3);
10479
10743
  color: #0dcaf0;
10480
- background-color: rgba(13, 202, 240, 0.15);
10744
+ background-color: rgba(13, 202, 240, 0.08);
10745
+ }
10746
+
10747
+ .k-chip-solid.k-chip-info:hover, .k-chip-solid.k-chip-info.k-state-hover, .k-chip-solid.k-chip-info.k-hover {
10748
+ background-color: rgba(13, 202, 240, 0.16);
10749
+ }
10750
+
10751
+ .k-chip-solid.k-chip-info.k-state-selected, .k-chip-solid.k-chip-info.k-selected {
10752
+ background-color: rgba(13, 202, 240, 0.24);
10481
10753
  }
10482
10754
 
10483
10755
  .k-chip-outline {
10484
- border-color: #6c757d;
10485
- color: #6c757d;
10486
- background-color: transparent;
10756
+ border-color: #212529;
10757
+ color: #212529;
10758
+ background-color: #ffffff;
10487
10759
  }
10488
10760
 
10489
- .k-chip-outline:hover, .k-chip-outline.k-chip-hover {
10490
- border-color: #6c757d;
10491
- color: #6c757d;
10492
- background-color: rgba(206, 211, 219, 0.3);
10761
+ .k-chip-outline:hover, .k-chip-outline.k-state-hover, .k-chip-outline.k-hover {
10762
+ color: #ffffff;
10763
+ background-color: #212529;
10493
10764
  }
10494
10765
 
10495
- .k-chip-outline:focus, .k-chip-outline.k-chip-focused {
10496
- border-color: #6c757d;
10497
- color: #6c757d;
10498
- background-color: transparent;
10499
- box-shadow: 0 0 0 3px rgba(228, 231, 235, 0.5);
10766
+ .k-chip-outline:focus, .k-chip-outline.k-state-focus, .k-chip-outline.k-focus {
10767
+ box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.16);
10500
10768
  }
10501
10769
 
10502
- .k-chip-outline.k-chip-selected {
10503
- color: #6c757d;
10504
- background-color: rgba(199, 205, 213, 0.5);
10770
+ .k-chip-outline.k-state-selected, .k-chip-outline.k-selected {
10771
+ color: #ffffff;
10772
+ background-color: #212529;
10505
10773
  }
10506
10774
 
10507
10775
  .k-chip-outline.k-chip-success {
10508
10776
  border-color: #198754;
10509
10777
  color: #198754;
10510
- background-color: transparent;
10778
+ }
10779
+
10780
+ .k-chip-outline.k-chip-success:hover, .k-chip-outline.k-chip-success.k-state-hover, .k-chip-outline.k-chip-success.k-hover {
10781
+ color: #ffffff;
10782
+ background-color: #198754;
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: #198754;
10511
10788
  }
10512
10789
 
10513
10790
  .k-chip-outline.k-chip-warning {
10514
10791
  border-color: #ffc107;
10515
10792
  color: #ffc107;
10516
- 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: #ffc107;
10798
+ }
10799
+
10800
+ .k-chip-outline.k-chip-warning.k-state-selected, .k-chip-outline.k-chip-warning.k-selected {
10801
+ color: #ffffff;
10802
+ background-color: #ffc107;
10517
10803
  }
10518
10804
 
10519
10805
  .k-chip-outline.k-chip-error {
10520
10806
  border-color: #dc3545;
10521
10807
  color: #dc3545;
10522
- background-color: transparent;
10808
+ }
10809
+
10810
+ .k-chip-outline.k-chip-error:hover, .k-chip-outline.k-chip-error.k-state-hover, .k-chip-outline.k-chip-error.k-hover {
10811
+ color: #ffffff;
10812
+ background-color: #dc3545;
10813
+ }
10814
+
10815
+ .k-chip-outline.k-chip-error.k-state-selected, .k-chip-outline.k-chip-error.k-selected {
10816
+ color: #ffffff;
10817
+ background-color: #dc3545;
10523
10818
  }
10524
10819
 
10525
10820
  .k-chip-outline.k-chip-info {
10526
10821
  border-color: #0dcaf0;
10527
10822
  color: #0dcaf0;
10528
- background-color: transparent;
10823
+ }
10824
+
10825
+ .k-chip-outline.k-chip-info:hover, .k-chip-outline.k-chip-info.k-state-hover, .k-chip-outline.k-chip-info.k-hover {
10826
+ color: #ffffff;
10827
+ background-color: #0dcaf0;
10828
+ }
10829
+
10830
+ .k-chip-outline.k-chip-info.k-state-selected, .k-chip-outline.k-chip-info.k-selected {
10831
+ color: #ffffff;
10832
+ background-color: #0dcaf0;
10833
+ }
10834
+
10835
+ .k-chip-info:focus, .k-chip-info.k-state-focus, .k-chip-info.k-focus {
10836
+ box-shadow: 0 0 0 3px rgba(13, 202, 240, 0.16);
10837
+ }
10838
+
10839
+ .k-chip-success:focus, .k-chip-success.k-state-focus, .k-chip-success.k-focus {
10840
+ box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.16);
10841
+ }
10842
+
10843
+ .k-chip-warning:focus, .k-chip-warning.k-state-focus, .k-chip-warning.k-focus {
10844
+ box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.16);
10845
+ }
10846
+
10847
+ .k-chip-error:focus, .k-chip-error.k-state-focus, .k-chip-error.k-focus {
10848
+ box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.16);
10529
10849
  }
10530
10850
 
10531
10851
  .k-cursor-auto {
@@ -32701,6 +33021,11 @@ kendo-scheduler.k-scheduler.k-readonly-scheduler .k-event-delete {
32701
33021
  padding: 0;
32702
33022
  }
32703
33023
 
33024
+ .k-scheduler-layout-flex.k-scheduler-timeline-view .k-scheduler-body .k-scheduler-cell {
33025
+ -ms-flex-preferred-size: auto;
33026
+ flex-basis: auto;
33027
+ }
33028
+
32704
33029
  .k-scheduler-layout-flex .k-more-events {
32705
33030
  bottom: 2px;
32706
33031
  left: 0;