@clayui/css 3.127.0 → 3.128.0
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/lib/css/atlas.css +207 -48
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +159 -64
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +188 -50
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_globals.scss +2 -0
- package/src/scss/cadmin/components/_grid.scss +3 -1
- package/src/scss/cadmin/variables/_dropdowns.scss +3 -0
- package/src/scss/cadmin/variables/_globals.scss +2 -0
- package/src/scss/components/_grid.scss +3 -1
- package/src/scss/mixins/_alerts.scss +104 -48
- package/src/scss/mixins/_badges.scss +75 -33
- package/src/scss/mixins/_buttons.scss +503 -225
- package/src/scss/mixins/_cards.scss +619 -277
- package/src/scss/mixins/_close.scss +42 -24
- package/src/scss/mixins/_custom-forms.scss +864 -581
- package/src/scss/mixins/_dropdown-menu.scss +466 -223
- package/src/scss/mixins/_links.scss +564 -282
- package/src/scss/variables/_dropdowns.scss +3 -0
- package/src/scss/variables/_globals.scss +2 -0
package/lib/css/base.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.128.0
|
|
4
4
|
*
|
|
5
5
|
* SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
|
|
6
6
|
* SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
@@ -145,6 +145,7 @@ a.focus, a:focus-visible, .c-prefers-focus a:focus {
|
|
|
145
145
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
146
146
|
outline: 0;
|
|
147
147
|
}
|
|
148
|
+
|
|
148
149
|
pre,
|
|
149
150
|
code,
|
|
150
151
|
kbd,
|
|
@@ -1190,9 +1191,7 @@ button.collapse-icon .c-inner,
|
|
|
1190
1191
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
1191
1192
|
outline: 0;
|
|
1192
1193
|
}
|
|
1193
|
-
|
|
1194
|
-
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
1195
|
-
}
|
|
1194
|
+
|
|
1196
1195
|
.btn:disabled, .btn.disabled {
|
|
1197
1196
|
cursor: not-allowed;
|
|
1198
1197
|
opacity: 0.65;
|
|
@@ -1200,6 +1199,7 @@ button.collapse-icon .c-inner,
|
|
|
1200
1199
|
.btn:disabled:focus-visible, .c-prefers-focus .btn:disabled:focus, .btn.disabled:focus-visible, .c-prefers-focus .btn.disabled:focus {
|
|
1201
1200
|
box-shadow: none;
|
|
1202
1201
|
}
|
|
1202
|
+
|
|
1203
1203
|
.btn:disabled:active, .btn.disabled:active {
|
|
1204
1204
|
pointer-events: none;
|
|
1205
1205
|
}
|
|
@@ -1401,6 +1401,7 @@ input[type=button].btn-block {
|
|
|
1401
1401
|
border-color: #0062cc;
|
|
1402
1402
|
color: #fff;
|
|
1403
1403
|
}
|
|
1404
|
+
|
|
1404
1405
|
.btn-primary:active {
|
|
1405
1406
|
background-color: #0062cc;
|
|
1406
1407
|
border-color: #005cbf;
|
|
@@ -1436,6 +1437,7 @@ input[type=button].btn-block {
|
|
|
1436
1437
|
border-color: #545b62;
|
|
1437
1438
|
color: #fff;
|
|
1438
1439
|
}
|
|
1440
|
+
|
|
1439
1441
|
.btn-secondary:active {
|
|
1440
1442
|
background-color: #545b62;
|
|
1441
1443
|
border-color: #4e555b;
|
|
@@ -1471,6 +1473,7 @@ input[type=button].btn-block {
|
|
|
1471
1473
|
border-color: #1e7e34;
|
|
1472
1474
|
color: #fff;
|
|
1473
1475
|
}
|
|
1476
|
+
|
|
1474
1477
|
.btn-success:active {
|
|
1475
1478
|
background-color: #1e7e34;
|
|
1476
1479
|
border-color: #1c7430;
|
|
@@ -1506,6 +1509,7 @@ input[type=button].btn-block {
|
|
|
1506
1509
|
border-color: #117a8b;
|
|
1507
1510
|
color: #fff;
|
|
1508
1511
|
}
|
|
1512
|
+
|
|
1509
1513
|
.btn-info:active {
|
|
1510
1514
|
background-color: #117a8b;
|
|
1511
1515
|
border-color: #10707f;
|
|
@@ -1541,6 +1545,7 @@ input[type=button].btn-block {
|
|
|
1541
1545
|
border-color: #d39e00;
|
|
1542
1546
|
color: #212529;
|
|
1543
1547
|
}
|
|
1548
|
+
|
|
1544
1549
|
.btn-warning:active {
|
|
1545
1550
|
background-color: #d39e00;
|
|
1546
1551
|
border-color: #c69500;
|
|
@@ -1576,6 +1581,7 @@ input[type=button].btn-block {
|
|
|
1576
1581
|
border-color: #bd2130;
|
|
1577
1582
|
color: #fff;
|
|
1578
1583
|
}
|
|
1584
|
+
|
|
1579
1585
|
.btn-danger:active {
|
|
1580
1586
|
background-color: #bd2130;
|
|
1581
1587
|
border-color: #b21f2d;
|
|
@@ -1611,6 +1617,7 @@ input[type=button].btn-block {
|
|
|
1611
1617
|
border-color: #dae0e5;
|
|
1612
1618
|
color: #212529;
|
|
1613
1619
|
}
|
|
1620
|
+
|
|
1614
1621
|
.btn-light:active {
|
|
1615
1622
|
background-color: #dae0e5;
|
|
1616
1623
|
border-color: #d3d9df;
|
|
@@ -1646,6 +1653,7 @@ input[type=button].btn-block {
|
|
|
1646
1653
|
border-color: #1d2124;
|
|
1647
1654
|
color: #fff;
|
|
1648
1655
|
}
|
|
1656
|
+
|
|
1649
1657
|
.btn-dark:active {
|
|
1650
1658
|
background-color: #1d2124;
|
|
1651
1659
|
border-color: #171a1d;
|
|
@@ -1680,9 +1688,7 @@ input[type=button].btn-block {
|
|
|
1680
1688
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
1681
1689
|
text-decoration: none;
|
|
1682
1690
|
}
|
|
1683
|
-
|
|
1684
|
-
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
1685
|
-
}
|
|
1691
|
+
|
|
1686
1692
|
.btn-link:disabled, .btn-link.disabled {
|
|
1687
1693
|
box-shadow: none;
|
|
1688
1694
|
color: #6c757d;
|
|
@@ -1704,6 +1710,7 @@ input[type=button].btn-block {
|
|
|
1704
1710
|
background-color: rgba(0, 105, 217, 0.06);
|
|
1705
1711
|
color: #0069d9;
|
|
1706
1712
|
}
|
|
1713
|
+
|
|
1707
1714
|
.btn-translucent.btn-primary:active {
|
|
1708
1715
|
background-color: rgba(0, 105, 217, 0.08);
|
|
1709
1716
|
color: #0069d9;
|
|
@@ -1729,6 +1736,7 @@ input[type=button].btn-block {
|
|
|
1729
1736
|
background-color: rgba(130, 142, 154, 0.06);
|
|
1730
1737
|
color: #6c757d;
|
|
1731
1738
|
}
|
|
1739
|
+
|
|
1732
1740
|
.btn-translucent.btn-secondary:active {
|
|
1733
1741
|
background-color: rgba(130, 142, 154, 0.08);
|
|
1734
1742
|
color: #6c757d;
|
|
@@ -1754,6 +1762,7 @@ input[type=button].btn-block {
|
|
|
1754
1762
|
background-color: rgba(19, 132, 150, 0.06);
|
|
1755
1763
|
color: #138496;
|
|
1756
1764
|
}
|
|
1765
|
+
|
|
1757
1766
|
.btn-translucent.btn-info:active, .btn-beta:active {
|
|
1758
1767
|
background-color: rgba(19, 132, 150, 0.08);
|
|
1759
1768
|
color: #138496;
|
|
@@ -1779,6 +1788,7 @@ input[type=button].btn-block {
|
|
|
1779
1788
|
background-color: rgba(33, 136, 56, 0.06);
|
|
1780
1789
|
color: #218838;
|
|
1781
1790
|
}
|
|
1791
|
+
|
|
1782
1792
|
.btn-translucent.btn-success:active {
|
|
1783
1793
|
background-color: rgba(33, 136, 56, 0.08);
|
|
1784
1794
|
color: #218838;
|
|
@@ -1804,6 +1814,7 @@ input[type=button].btn-block {
|
|
|
1804
1814
|
background-color: rgba(224, 168, 0, 0.06);
|
|
1805
1815
|
color: #e0a800;
|
|
1806
1816
|
}
|
|
1817
|
+
|
|
1807
1818
|
.btn-translucent.btn-warning:active {
|
|
1808
1819
|
background-color: rgba(224, 168, 0, 0.08);
|
|
1809
1820
|
color: #e0a800;
|
|
@@ -1829,6 +1840,7 @@ input[type=button].btn-block {
|
|
|
1829
1840
|
background-color: rgba(200, 35, 51, 0.06);
|
|
1830
1841
|
color: #c82333;
|
|
1831
1842
|
}
|
|
1843
|
+
|
|
1832
1844
|
.btn-translucent.btn-danger:active {
|
|
1833
1845
|
background-color: rgba(200, 35, 51, 0.08);
|
|
1834
1846
|
color: #c82333;
|
|
@@ -1854,6 +1866,7 @@ input[type=button].btn-block {
|
|
|
1854
1866
|
background-color: rgba(168, 210, 255, 0.06);
|
|
1855
1867
|
color: #75b8ff;
|
|
1856
1868
|
}
|
|
1869
|
+
|
|
1857
1870
|
.clay-dark.btn-translucent.btn-primary:active, .clay-dark .btn-translucent.btn-primary:active {
|
|
1858
1871
|
background-color: rgba(168, 210, 255, 0.08);
|
|
1859
1872
|
color: #75b8ff;
|
|
@@ -1879,6 +1892,7 @@ input[type=button].btn-block {
|
|
|
1879
1892
|
background-color: rgba(135, 226, 240, 0.06);
|
|
1880
1893
|
color: #5ad7ea;
|
|
1881
1894
|
}
|
|
1895
|
+
|
|
1882
1896
|
.clay-dark.btn-translucent.btn-info:active, .clay-dark .btn-translucent.btn-info:active, .btn-beta-dark:active {
|
|
1883
1897
|
background-color: rgba(135, 226, 240, 0.08);
|
|
1884
1898
|
color: #5ad7ea;
|
|
@@ -1904,6 +1918,7 @@ input[type=button].btn-block {
|
|
|
1904
1918
|
background-color: rgba(146, 229, 165, 0.06);
|
|
1905
1919
|
color: #69db83;
|
|
1906
1920
|
}
|
|
1921
|
+
|
|
1907
1922
|
.clay-dark.btn-translucent.btn-success:active, .clay-dark .btn-translucent.btn-success:active {
|
|
1908
1923
|
background-color: rgba(146, 229, 165, 0.08);
|
|
1909
1924
|
color: #69db83;
|
|
@@ -1929,6 +1944,7 @@ input[type=button].btn-block {
|
|
|
1929
1944
|
background-color: rgba(255, 235, 175, 0.06);
|
|
1930
1945
|
color: #ffde7c;
|
|
1931
1946
|
}
|
|
1947
|
+
|
|
1932
1948
|
.clay-dark.btn-translucent.btn-warning:active, .clay-dark .btn-translucent.btn-warning:active {
|
|
1933
1949
|
background-color: rgba(255, 235, 175, 0.08);
|
|
1934
1950
|
color: #ffde7c;
|
|
@@ -1954,6 +1970,7 @@ input[type=button].btn-block {
|
|
|
1954
1970
|
background-color: rgba(245, 196, 201, 0.06);
|
|
1955
1971
|
color: #ed99a1;
|
|
1956
1972
|
}
|
|
1973
|
+
|
|
1957
1974
|
.clay-dark.btn-translucent.btn-danger:active, .clay-dark .btn-translucent.btn-danger:active {
|
|
1958
1975
|
background-color: rgba(245, 196, 201, 0.08);
|
|
1959
1976
|
color: #ed99a1;
|
|
@@ -1978,14 +1995,12 @@ input[type=button].btn-block {
|
|
|
1978
1995
|
.btn-outline-primary.focus, .btn-outline-primary:focus-visible, .c-prefers-focus .btn-outline-primary:focus {
|
|
1979
1996
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
|
|
1980
1997
|
}
|
|
1998
|
+
|
|
1981
1999
|
.btn-outline-primary:active {
|
|
1982
2000
|
background-color: #007bff;
|
|
1983
2001
|
border-color: #007bff;
|
|
1984
2002
|
color: #fff;
|
|
1985
2003
|
}
|
|
1986
|
-
.btn-outline-primary:active:focus-visible, .c-prefers-focus .btn-outline-primary:active:focus {
|
|
1987
|
-
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
|
|
1988
|
-
}
|
|
1989
2004
|
.btn-outline-primary.active {
|
|
1990
2005
|
background-color: #007bff;
|
|
1991
2006
|
border-color: #007bff;
|
|
@@ -2012,14 +2027,12 @@ input[type=button].btn-block {
|
|
|
2012
2027
|
.btn-outline-secondary.focus, .btn-outline-secondary:focus-visible, .c-prefers-focus .btn-outline-secondary:focus {
|
|
2013
2028
|
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
|
|
2014
2029
|
}
|
|
2030
|
+
|
|
2015
2031
|
.btn-outline-secondary:active {
|
|
2016
2032
|
background-color: #6c757d;
|
|
2017
2033
|
border-color: #6c757d;
|
|
2018
2034
|
color: #fff;
|
|
2019
2035
|
}
|
|
2020
|
-
.btn-outline-secondary:active:focus-visible, .c-prefers-focus .btn-outline-secondary:active:focus {
|
|
2021
|
-
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
|
|
2022
|
-
}
|
|
2023
2036
|
.btn-outline-secondary.active {
|
|
2024
2037
|
background-color: #6c757d;
|
|
2025
2038
|
border-color: #6c757d;
|
|
@@ -2046,14 +2059,12 @@ input[type=button].btn-block {
|
|
|
2046
2059
|
.btn-outline-success.focus, .btn-outline-success:focus-visible, .c-prefers-focus .btn-outline-success:focus {
|
|
2047
2060
|
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
|
|
2048
2061
|
}
|
|
2062
|
+
|
|
2049
2063
|
.btn-outline-success:active {
|
|
2050
2064
|
background-color: #28a745;
|
|
2051
2065
|
border-color: #28a745;
|
|
2052
2066
|
color: #fff;
|
|
2053
2067
|
}
|
|
2054
|
-
.btn-outline-success:active:focus-visible, .c-prefers-focus .btn-outline-success:active:focus {
|
|
2055
|
-
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
|
|
2056
|
-
}
|
|
2057
2068
|
.btn-outline-success.active {
|
|
2058
2069
|
background-color: #28a745;
|
|
2059
2070
|
border-color: #28a745;
|
|
@@ -2080,14 +2091,12 @@ input[type=button].btn-block {
|
|
|
2080
2091
|
.btn-outline-info.focus, .btn-outline-info:focus-visible, .c-prefers-focus .btn-outline-info:focus {
|
|
2081
2092
|
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
|
|
2082
2093
|
}
|
|
2094
|
+
|
|
2083
2095
|
.btn-outline-info:active {
|
|
2084
2096
|
background-color: #17a2b8;
|
|
2085
2097
|
border-color: #17a2b8;
|
|
2086
2098
|
color: #fff;
|
|
2087
2099
|
}
|
|
2088
|
-
.btn-outline-info:active:focus-visible, .c-prefers-focus .btn-outline-info:active:focus {
|
|
2089
|
-
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
|
|
2090
|
-
}
|
|
2091
2100
|
.btn-outline-info.active {
|
|
2092
2101
|
background-color: #17a2b8;
|
|
2093
2102
|
border-color: #17a2b8;
|
|
@@ -2114,14 +2123,12 @@ input[type=button].btn-block {
|
|
|
2114
2123
|
.btn-outline-warning.focus, .btn-outline-warning:focus-visible, .c-prefers-focus .btn-outline-warning:focus {
|
|
2115
2124
|
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
|
|
2116
2125
|
}
|
|
2126
|
+
|
|
2117
2127
|
.btn-outline-warning:active {
|
|
2118
2128
|
background-color: #ffc107;
|
|
2119
2129
|
border-color: #ffc107;
|
|
2120
2130
|
color: #212529;
|
|
2121
2131
|
}
|
|
2122
|
-
.btn-outline-warning:active:focus-visible, .c-prefers-focus .btn-outline-warning:active:focus {
|
|
2123
|
-
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
|
|
2124
|
-
}
|
|
2125
2132
|
.btn-outline-warning.active {
|
|
2126
2133
|
background-color: #ffc107;
|
|
2127
2134
|
border-color: #ffc107;
|
|
@@ -2148,14 +2155,12 @@ input[type=button].btn-block {
|
|
|
2148
2155
|
.btn-outline-danger.focus, .btn-outline-danger:focus-visible, .c-prefers-focus .btn-outline-danger:focus {
|
|
2149
2156
|
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
|
|
2150
2157
|
}
|
|
2158
|
+
|
|
2151
2159
|
.btn-outline-danger:active {
|
|
2152
2160
|
background-color: #dc3545;
|
|
2153
2161
|
border-color: #dc3545;
|
|
2154
2162
|
color: #fff;
|
|
2155
2163
|
}
|
|
2156
|
-
.btn-outline-danger:active:focus-visible, .c-prefers-focus .btn-outline-danger:active:focus {
|
|
2157
|
-
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
|
|
2158
|
-
}
|
|
2159
2164
|
.btn-outline-danger.active {
|
|
2160
2165
|
background-color: #dc3545;
|
|
2161
2166
|
border-color: #dc3545;
|
|
@@ -2182,14 +2187,12 @@ input[type=button].btn-block {
|
|
|
2182
2187
|
.btn-outline-light.focus, .btn-outline-light:focus-visible, .c-prefers-focus .btn-outline-light:focus {
|
|
2183
2188
|
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
|
|
2184
2189
|
}
|
|
2190
|
+
|
|
2185
2191
|
.btn-outline-light:active {
|
|
2186
2192
|
background-color: #f8f9fa;
|
|
2187
2193
|
border-color: #f8f9fa;
|
|
2188
2194
|
color: #212529;
|
|
2189
2195
|
}
|
|
2190
|
-
.btn-outline-light:active:focus-visible, .c-prefers-focus .btn-outline-light:active:focus {
|
|
2191
|
-
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
|
|
2192
|
-
}
|
|
2193
2196
|
.btn-outline-light.active {
|
|
2194
2197
|
background-color: #f8f9fa;
|
|
2195
2198
|
border-color: #f8f9fa;
|
|
@@ -2216,14 +2219,12 @@ input[type=button].btn-block {
|
|
|
2216
2219
|
.btn-outline-dark.focus, .btn-outline-dark:focus-visible, .c-prefers-focus .btn-outline-dark:focus {
|
|
2217
2220
|
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
|
|
2218
2221
|
}
|
|
2222
|
+
|
|
2219
2223
|
.btn-outline-dark:active {
|
|
2220
2224
|
background-color: #343a40;
|
|
2221
2225
|
border-color: #343a40;
|
|
2222
2226
|
color: #fff;
|
|
2223
2227
|
}
|
|
2224
|
-
.btn-outline-dark:active:focus-visible, .c-prefers-focus .btn-outline-dark:active:focus {
|
|
2225
|
-
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
|
|
2226
|
-
}
|
|
2227
2228
|
.btn-outline-dark.active {
|
|
2228
2229
|
background-color: #343a40;
|
|
2229
2230
|
border-color: #343a40;
|
|
@@ -2247,6 +2248,7 @@ input[type=button].btn-block {
|
|
|
2247
2248
|
.btn-outline-borderless.focus, .btn-outline-borderless:focus-visible, .c-prefers-focus .btn-outline-borderless:focus {
|
|
2248
2249
|
border-color: transparent;
|
|
2249
2250
|
}
|
|
2251
|
+
|
|
2250
2252
|
.btn-outline-borderless:disabled, .btn-outline-borderless.disabled {
|
|
2251
2253
|
border-color: transparent;
|
|
2252
2254
|
}
|
|
@@ -2326,6 +2328,8 @@ input[type=button].btn-block {
|
|
|
2326
2328
|
padding-left: calc(30px * 0.5);
|
|
2327
2329
|
padding-right: calc(30px * 0.5);
|
|
2328
2330
|
width: 100%;
|
|
2331
|
+
max-width: 1392px;
|
|
2332
|
+
max-width: 1872px;
|
|
2329
2333
|
}
|
|
2330
2334
|
@media (min-width: 576px) {
|
|
2331
2335
|
.container {
|
|
@@ -2348,7 +2352,7 @@ input[type=button].btn-block {
|
|
|
2348
2352
|
}
|
|
2349
2353
|
}
|
|
2350
2354
|
|
|
2351
|
-
.container-xl, .container-lg, .container-md, .container-sm, .container-fluid {
|
|
2355
|
+
.container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-fluid {
|
|
2352
2356
|
margin-left: auto;
|
|
2353
2357
|
margin-right: auto;
|
|
2354
2358
|
padding-left: calc(30px * 0.5);
|
|
@@ -3467,6 +3471,12 @@ input[type=button].btn-block {
|
|
|
3467
3471
|
.container-fluid-max-xl {
|
|
3468
3472
|
max-width: 1140px;
|
|
3469
3473
|
}
|
|
3474
|
+
.container-fluid-max-xxl {
|
|
3475
|
+
max-width: 1392px;
|
|
3476
|
+
}
|
|
3477
|
+
.container-fluid-max-xxxl {
|
|
3478
|
+
max-width: 1872px;
|
|
3479
|
+
}
|
|
3470
3480
|
|
|
3471
3481
|
.container-no-gutters {
|
|
3472
3482
|
padding-left: 0;
|
|
@@ -3654,6 +3664,7 @@ input[type=button].btn-block {
|
|
|
3654
3664
|
.c-prefers-focus .alert-link.btn-unstyled:focus {
|
|
3655
3665
|
text-decoration: underline;
|
|
3656
3666
|
}
|
|
3667
|
+
|
|
3657
3668
|
.alert-indicator {
|
|
3658
3669
|
font-size: 1.25rem;
|
|
3659
3670
|
line-height: 1;
|
|
@@ -4193,6 +4204,7 @@ input[type=button].btn-block {
|
|
|
4193
4204
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
4194
4205
|
outline: 0;
|
|
4195
4206
|
}
|
|
4207
|
+
|
|
4196
4208
|
.badge a {
|
|
4197
4209
|
color: #fff;
|
|
4198
4210
|
text-decoration: underline;
|
|
@@ -4203,6 +4215,7 @@ input[type=button].btn-block {
|
|
|
4203
4215
|
.badge a.focus, .badge a:focus-visible, .c-prefers-focus .badge a:focus {
|
|
4204
4216
|
text-decoration: none;
|
|
4205
4217
|
}
|
|
4218
|
+
|
|
4206
4219
|
.badge > .c-inner {
|
|
4207
4220
|
margin-bottom: -0.25em;
|
|
4208
4221
|
margin-left: -0.4em;
|
|
@@ -4321,6 +4334,7 @@ input[type=button].btn-block {
|
|
|
4321
4334
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
|
|
4322
4335
|
color: #fff;
|
|
4323
4336
|
}
|
|
4337
|
+
|
|
4324
4338
|
.badge-secondary {
|
|
4325
4339
|
background-color: #6c757d;
|
|
4326
4340
|
color: #fff;
|
|
@@ -4334,6 +4348,7 @@ input[type=button].btn-block {
|
|
|
4334
4348
|
color: #fff;
|
|
4335
4349
|
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
|
|
4336
4350
|
}
|
|
4351
|
+
|
|
4337
4352
|
.badge-success {
|
|
4338
4353
|
background-color: #28a745;
|
|
4339
4354
|
color: #fff;
|
|
@@ -4347,6 +4362,7 @@ input[type=button].btn-block {
|
|
|
4347
4362
|
color: #fff;
|
|
4348
4363
|
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
|
|
4349
4364
|
}
|
|
4365
|
+
|
|
4350
4366
|
.badge-info {
|
|
4351
4367
|
background-color: #17a2b8;
|
|
4352
4368
|
color: #fff;
|
|
@@ -4360,6 +4376,7 @@ input[type=button].btn-block {
|
|
|
4360
4376
|
color: #fff;
|
|
4361
4377
|
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
|
|
4362
4378
|
}
|
|
4379
|
+
|
|
4363
4380
|
.badge-warning {
|
|
4364
4381
|
background-color: #ffc107;
|
|
4365
4382
|
color: #212529;
|
|
@@ -4373,6 +4390,7 @@ input[type=button].btn-block {
|
|
|
4373
4390
|
color: #212529;
|
|
4374
4391
|
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
|
|
4375
4392
|
}
|
|
4393
|
+
|
|
4376
4394
|
.badge-danger {
|
|
4377
4395
|
background-color: #dc3545;
|
|
4378
4396
|
color: #fff;
|
|
@@ -4386,6 +4404,7 @@ input[type=button].btn-block {
|
|
|
4386
4404
|
color: #fff;
|
|
4387
4405
|
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
|
|
4388
4406
|
}
|
|
4407
|
+
|
|
4389
4408
|
.badge-light {
|
|
4390
4409
|
background-color: #f8f9fa;
|
|
4391
4410
|
color: #212529;
|
|
@@ -4399,6 +4418,7 @@ input[type=button].btn-block {
|
|
|
4399
4418
|
color: #212529;
|
|
4400
4419
|
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
|
|
4401
4420
|
}
|
|
4421
|
+
|
|
4402
4422
|
.badge-dark {
|
|
4403
4423
|
background-color: #343a40;
|
|
4404
4424
|
color: #fff;
|
|
@@ -4412,6 +4432,7 @@ input[type=button].btn-block {
|
|
|
4412
4432
|
color: #fff;
|
|
4413
4433
|
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
|
|
4414
4434
|
}
|
|
4435
|
+
|
|
4415
4436
|
.badge-translucent.badge-primary {
|
|
4416
4437
|
background-color: rgba(0, 105, 217, 0.04);
|
|
4417
4438
|
border-color: transparent;
|
|
@@ -4485,6 +4506,7 @@ input[type=button].btn-block {
|
|
|
4485
4506
|
color: #0056b3;
|
|
4486
4507
|
text-decoration: underline;
|
|
4487
4508
|
}
|
|
4509
|
+
|
|
4488
4510
|
.breadcrumb-toggle {
|
|
4489
4511
|
color: #007bff;
|
|
4490
4512
|
}
|
|
@@ -4537,6 +4559,7 @@ input[type=button].btn-block {
|
|
|
4537
4559
|
.breadcrumb-item .dropdown-toggle.focus, .breadcrumb-item .dropdown-toggle:focus-visible, .c-prefers-focus .breadcrumb-item .dropdown-toggle:focus {
|
|
4538
4560
|
text-decoration: none;
|
|
4539
4561
|
}
|
|
4562
|
+
|
|
4540
4563
|
.breadcrumb-text-truncate {
|
|
4541
4564
|
display: inline-block;
|
|
4542
4565
|
max-width: 17.875rem;
|
|
@@ -4797,6 +4820,7 @@ input[type=button].btn-block {
|
|
|
4797
4820
|
color: inherit;
|
|
4798
4821
|
text-decoration: none;
|
|
4799
4822
|
}
|
|
4823
|
+
|
|
4800
4824
|
.label .sticker {
|
|
4801
4825
|
border-radius: 100px;
|
|
4802
4826
|
height: 0.875em;
|
|
@@ -4931,6 +4955,7 @@ input[type=button].btn-block {
|
|
|
4931
4955
|
[href].focus.label-primary, [href].label-primary:focus-visible, .c-prefers-focus [href].label-primary:focus, [type].focus.label-primary, [type].label-primary:focus-visible, .c-prefers-focus [type].label-primary:focus, [tabindex].focus.label-primary, [tabindex].label-primary:focus-visible, .c-prefers-focus [tabindex].label-primary:focus {
|
|
4932
4956
|
color: #0062cc;
|
|
4933
4957
|
}
|
|
4958
|
+
|
|
4934
4959
|
.label-primary a:hover, .label-primary a.hover,
|
|
4935
4960
|
.label-primary .btn-unstyled:hover,
|
|
4936
4961
|
.label-primary .btn-unstyled.hover {
|
|
@@ -4955,6 +4980,7 @@ input[type=button].btn-block {
|
|
|
4955
4980
|
[href].focus.label-secondary, [href].label-secondary:focus-visible, .c-prefers-focus [href].label-secondary:focus, [type].focus.label-secondary, [type].label-secondary:focus-visible, .c-prefers-focus [type].label-secondary:focus, [tabindex].focus.label-secondary, [tabindex].label-secondary:focus-visible, .c-prefers-focus [tabindex].label-secondary:focus {
|
|
4956
4981
|
color: #545b62;
|
|
4957
4982
|
}
|
|
4983
|
+
|
|
4958
4984
|
.label-secondary a:hover, .label-secondary a.hover,
|
|
4959
4985
|
.label-secondary .btn-unstyled:hover,
|
|
4960
4986
|
.label-secondary .btn-unstyled.hover {
|
|
@@ -4979,6 +5005,7 @@ input[type=button].btn-block {
|
|
|
4979
5005
|
[href].focus.label-success, [href].label-success:focus-visible, .c-prefers-focus [href].label-success:focus, [type].focus.label-success, [type].label-success:focus-visible, .c-prefers-focus [type].label-success:focus, [tabindex].focus.label-success, [tabindex].label-success:focus-visible, .c-prefers-focus [tabindex].label-success:focus {
|
|
4980
5006
|
color: #1e7e34;
|
|
4981
5007
|
}
|
|
5008
|
+
|
|
4982
5009
|
.label-success a:hover, .label-success a.hover,
|
|
4983
5010
|
.label-success .btn-unstyled:hover,
|
|
4984
5011
|
.label-success .btn-unstyled.hover {
|
|
@@ -5003,6 +5030,7 @@ input[type=button].btn-block {
|
|
|
5003
5030
|
[href].focus.label-info, [href].label-info:focus-visible, .c-prefers-focus [href].label-info:focus, [type].focus.label-info, [type].label-info:focus-visible, .c-prefers-focus [type].label-info:focus, [tabindex].focus.label-info, [tabindex].label-info:focus-visible, .c-prefers-focus [tabindex].label-info:focus {
|
|
5004
5031
|
color: #117a8b;
|
|
5005
5032
|
}
|
|
5033
|
+
|
|
5006
5034
|
.label-info a:hover, .label-info a.hover,
|
|
5007
5035
|
.label-info .btn-unstyled:hover,
|
|
5008
5036
|
.label-info .btn-unstyled.hover {
|
|
@@ -5027,6 +5055,7 @@ input[type=button].btn-block {
|
|
|
5027
5055
|
[href].focus.label-warning, [href].label-warning:focus-visible, .c-prefers-focus [href].label-warning:focus, [type].focus.label-warning, [type].label-warning:focus-visible, .c-prefers-focus [type].label-warning:focus, [tabindex].focus.label-warning, [tabindex].label-warning:focus-visible, .c-prefers-focus [tabindex].label-warning:focus {
|
|
5028
5056
|
color: #d39e00;
|
|
5029
5057
|
}
|
|
5058
|
+
|
|
5030
5059
|
.label-warning a:hover, .label-warning a.hover,
|
|
5031
5060
|
.label-warning .btn-unstyled:hover,
|
|
5032
5061
|
.label-warning .btn-unstyled.hover {
|
|
@@ -5051,6 +5080,7 @@ input[type=button].btn-block {
|
|
|
5051
5080
|
[href].focus.label-danger, [href].label-danger:focus-visible, .c-prefers-focus [href].label-danger:focus, [type].focus.label-danger, [type].label-danger:focus-visible, .c-prefers-focus [type].label-danger:focus, [tabindex].focus.label-danger, [tabindex].label-danger:focus-visible, .c-prefers-focus [tabindex].label-danger:focus {
|
|
5052
5081
|
color: #bd2130;
|
|
5053
5082
|
}
|
|
5083
|
+
|
|
5054
5084
|
.label-danger a:hover, .label-danger a.hover,
|
|
5055
5085
|
.label-danger .btn-unstyled:hover,
|
|
5056
5086
|
.label-danger .btn-unstyled.hover {
|
|
@@ -5075,6 +5105,7 @@ input[type=button].btn-block {
|
|
|
5075
5105
|
[href].focus.label-dark, [href].label-dark:focus-visible, .c-prefers-focus [href].label-dark:focus, [type].focus.label-dark, [type].label-dark:focus-visible, .c-prefers-focus [type].label-dark:focus, [tabindex].focus.label-dark, [tabindex].label-dark:focus-visible, .c-prefers-focus [tabindex].label-dark:focus {
|
|
5076
5106
|
color: #1d2124;
|
|
5077
5107
|
}
|
|
5108
|
+
|
|
5078
5109
|
.label-dark a:hover, .label-dark a.hover,
|
|
5079
5110
|
.label-dark .btn-unstyled:hover,
|
|
5080
5111
|
.label-dark .btn-unstyled.hover {
|
|
@@ -5099,6 +5130,7 @@ input[type=button].btn-block {
|
|
|
5099
5130
|
[href].focus.label-light, [href].label-light:focus-visible, .c-prefers-focus [href].label-light:focus, [type].focus.label-light, [type].label-light:focus-visible, .c-prefers-focus [type].label-light:focus, [tabindex].focus.label-light, [tabindex].label-light:focus-visible, .c-prefers-focus [tabindex].label-light:focus {
|
|
5100
5131
|
color: #dae0e5;
|
|
5101
5132
|
}
|
|
5133
|
+
|
|
5102
5134
|
.label-light a:hover, .label-light a.hover,
|
|
5103
5135
|
.label-light .btn-unstyled:hover,
|
|
5104
5136
|
.label-light .btn-unstyled.hover {
|
|
@@ -5646,6 +5678,7 @@ input[type=button].btn-block {
|
|
|
5646
5678
|
.card-text:last-child {
|
|
5647
5679
|
margin-bottom: 0;
|
|
5648
5680
|
}
|
|
5681
|
+
|
|
5649
5682
|
.card-link {
|
|
5650
5683
|
color: #007bff;
|
|
5651
5684
|
}
|
|
@@ -6110,9 +6143,6 @@ input[type=button].btn-block {
|
|
|
6110
6143
|
.form-check-card .custom-control .custom-control-input:checked ~ .card {
|
|
6111
6144
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
6112
6145
|
}
|
|
6113
|
-
.form-check-card .custom-control .custom-control-input:checked ~ .card {
|
|
6114
|
-
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
6115
|
-
}
|
|
6116
6146
|
.form-check-card .form-check-input:checked ~ .card {
|
|
6117
6147
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
6118
6148
|
}
|
|
@@ -6148,6 +6178,7 @@ input[type=button].btn-block {
|
|
|
6148
6178
|
top: auto;
|
|
6149
6179
|
transform: none;
|
|
6150
6180
|
}
|
|
6181
|
+
|
|
6151
6182
|
.form-check-bottom-right .form-check-input {
|
|
6152
6183
|
bottom: 1rem;
|
|
6153
6184
|
left: auto;
|
|
@@ -6171,6 +6202,7 @@ input[type=button].btn-block {
|
|
|
6171
6202
|
top: auto;
|
|
6172
6203
|
transform: none;
|
|
6173
6204
|
}
|
|
6205
|
+
|
|
6174
6206
|
.form-check-middle-left .form-check-input {
|
|
6175
6207
|
left: 1rem;
|
|
6176
6208
|
margin-top: 0;
|
|
@@ -6191,6 +6223,7 @@ input[type=button].btn-block {
|
|
|
6191
6223
|
top: 50%;
|
|
6192
6224
|
transform: translateY(-50%);
|
|
6193
6225
|
}
|
|
6226
|
+
|
|
6194
6227
|
.form-check-middle-right .form-check-input {
|
|
6195
6228
|
left: auto;
|
|
6196
6229
|
margin-top: 0;
|
|
@@ -6214,6 +6247,7 @@ input[type=button].btn-block {
|
|
|
6214
6247
|
top: 50%;
|
|
6215
6248
|
transform: translateY(-50%);
|
|
6216
6249
|
}
|
|
6250
|
+
|
|
6217
6251
|
.form-check-top-left .form-check-input {
|
|
6218
6252
|
left: 1rem;
|
|
6219
6253
|
opacity: 1;
|
|
@@ -6231,6 +6265,7 @@ input[type=button].btn-block {
|
|
|
6231
6265
|
top: 1rem;
|
|
6232
6266
|
transform: none;
|
|
6233
6267
|
}
|
|
6268
|
+
|
|
6234
6269
|
.form-check-top-right .form-check-input {
|
|
6235
6270
|
left: auto;
|
|
6236
6271
|
opacity: 1;
|
|
@@ -6251,6 +6286,7 @@ input[type=button].btn-block {
|
|
|
6251
6286
|
top: 1rem;
|
|
6252
6287
|
transform: none;
|
|
6253
6288
|
}
|
|
6289
|
+
|
|
6254
6290
|
.card-page.card-page-equal-height .card-page-item,
|
|
6255
6291
|
.card-page.card-page-equal-height .card-page-item-asset,
|
|
6256
6292
|
.card-page.card-page-equal-height .card-page-item-directory {
|
|
@@ -6396,6 +6432,7 @@ input[type=button].btn-block {
|
|
|
6396
6432
|
border-color: #80bdff;
|
|
6397
6433
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
6398
6434
|
}
|
|
6435
|
+
|
|
6399
6436
|
.card-interactive:active, .card-interactive.active {
|
|
6400
6437
|
background-color: #e9ecef;
|
|
6401
6438
|
}
|
|
@@ -6437,6 +6474,7 @@ input[type=button].btn-block {
|
|
|
6437
6474
|
.card-interactive-primary.focus, .card-interactive-primary:focus-visible, .c-prefers-focus .card-interactive-primary:focus {
|
|
6438
6475
|
background-color: #f8f9fa;
|
|
6439
6476
|
}
|
|
6477
|
+
|
|
6440
6478
|
.card-interactive-primary:active, .card-interactive-primary.active {
|
|
6441
6479
|
background-color: #e9ecef;
|
|
6442
6480
|
}
|
|
@@ -6670,6 +6708,7 @@ input[type=button].btn-block {
|
|
|
6670
6708
|
color: #16181b;
|
|
6671
6709
|
text-decoration: none;
|
|
6672
6710
|
}
|
|
6711
|
+
|
|
6673
6712
|
.dropdown-item:active {
|
|
6674
6713
|
background-color: #007bff;
|
|
6675
6714
|
color: #fff;
|
|
@@ -6908,6 +6947,7 @@ input[type=button].btn-block {
|
|
|
6908
6947
|
background-image: none;
|
|
6909
6948
|
color: #16181b;
|
|
6910
6949
|
}
|
|
6950
|
+
|
|
6911
6951
|
.dropdown-menu-select.dropdown-menu .dropdown-item-scroll:active {
|
|
6912
6952
|
background-color: #007bff;
|
|
6913
6953
|
background-image: none;
|
|
@@ -6970,6 +7010,10 @@ input[type=button].btn-block {
|
|
|
6970
7010
|
.dropdown-menu-select.dropdown-menu.dropdown-menu-indicator-end .dropdown-item-indicator-end {
|
|
6971
7011
|
right: 0.5rem;
|
|
6972
7012
|
}
|
|
7013
|
+
.dropdown-menu-select.dropdown-menu .inline-scroller {
|
|
7014
|
+
max-height: 224px;
|
|
7015
|
+
}
|
|
7016
|
+
|
|
6973
7017
|
.dropdown-menu-select.dropdown-menu-height-lg .inline-scroller {
|
|
6974
7018
|
max-height: 432px;
|
|
6975
7019
|
}
|
|
@@ -7155,6 +7199,7 @@ input[type=button].btn-block {
|
|
|
7155
7199
|
color: inherit;
|
|
7156
7200
|
text-decoration: inherit;
|
|
7157
7201
|
}
|
|
7202
|
+
|
|
7158
7203
|
.dropdown-item-indicator-text-start > .c-inner {
|
|
7159
7204
|
margin-left: -2rem;
|
|
7160
7205
|
}
|
|
@@ -7211,6 +7256,7 @@ input[type=button].btn-block {
|
|
|
7211
7256
|
color: inherit;
|
|
7212
7257
|
text-decoration: inherit;
|
|
7213
7258
|
}
|
|
7259
|
+
|
|
7214
7260
|
.dropdown-item-indicator-text-end > .c-inner {
|
|
7215
7261
|
margin-right: -2rem;
|
|
7216
7262
|
}
|
|
@@ -7224,6 +7270,7 @@ input[type=button].btn-block {
|
|
|
7224
7270
|
transform: none !important;
|
|
7225
7271
|
will-change: auto !important;
|
|
7226
7272
|
}
|
|
7273
|
+
|
|
7227
7274
|
.dropdown-menu-top-right {
|
|
7228
7275
|
bottom: 100% !important;
|
|
7229
7276
|
left: auto !important;
|
|
@@ -7234,6 +7281,7 @@ input[type=button].btn-block {
|
|
|
7234
7281
|
transform: none !important;
|
|
7235
7282
|
will-change: auto !important;
|
|
7236
7283
|
}
|
|
7284
|
+
|
|
7237
7285
|
.dropdown-menu-top-center {
|
|
7238
7286
|
bottom: 100% !important;
|
|
7239
7287
|
left: 50% !important;
|
|
@@ -7244,6 +7292,7 @@ input[type=button].btn-block {
|
|
|
7244
7292
|
transform: translateX(-50%) !important;
|
|
7245
7293
|
will-change: auto !important;
|
|
7246
7294
|
}
|
|
7295
|
+
|
|
7247
7296
|
.dropdown-menu-center {
|
|
7248
7297
|
bottom: auto !important;
|
|
7249
7298
|
left: 50% !important;
|
|
@@ -7252,6 +7301,7 @@ input[type=button].btn-block {
|
|
|
7252
7301
|
transform: translateX(-50%) !important;
|
|
7253
7302
|
will-change: auto !important;
|
|
7254
7303
|
}
|
|
7304
|
+
|
|
7255
7305
|
.dropdown-menu-left-side {
|
|
7256
7306
|
bottom: auto !important;
|
|
7257
7307
|
left: auto !important;
|
|
@@ -7262,6 +7312,7 @@ input[type=button].btn-block {
|
|
|
7262
7312
|
transform: none !important;
|
|
7263
7313
|
will-change: auto !important;
|
|
7264
7314
|
}
|
|
7315
|
+
|
|
7265
7316
|
.dropdown-menu-left-side-bottom {
|
|
7266
7317
|
bottom: 0 !important;
|
|
7267
7318
|
left: auto !important;
|
|
@@ -7272,6 +7323,7 @@ input[type=button].btn-block {
|
|
|
7272
7323
|
transform: none !important;
|
|
7273
7324
|
will-change: auto !important;
|
|
7274
7325
|
}
|
|
7326
|
+
|
|
7275
7327
|
.dropdown-menu-left-side-middle {
|
|
7276
7328
|
bottom: auto !important;
|
|
7277
7329
|
left: auto !important;
|
|
@@ -7282,6 +7334,7 @@ input[type=button].btn-block {
|
|
|
7282
7334
|
transform: translate(0, -50%) !important;
|
|
7283
7335
|
will-change: auto !important;
|
|
7284
7336
|
}
|
|
7337
|
+
|
|
7285
7338
|
.dropdown-menu-right-side {
|
|
7286
7339
|
bottom: auto !important;
|
|
7287
7340
|
left: 100% !important;
|
|
@@ -7292,6 +7345,7 @@ input[type=button].btn-block {
|
|
|
7292
7345
|
transform: none !important;
|
|
7293
7346
|
will-change: auto !important;
|
|
7294
7347
|
}
|
|
7348
|
+
|
|
7295
7349
|
.dropdown-menu-right-side-bottom {
|
|
7296
7350
|
bottom: 0 !important;
|
|
7297
7351
|
left: 100% !important;
|
|
@@ -7302,6 +7356,7 @@ input[type=button].btn-block {
|
|
|
7302
7356
|
transform: none !important;
|
|
7303
7357
|
will-change: auto !important;
|
|
7304
7358
|
}
|
|
7359
|
+
|
|
7305
7360
|
.dropdown-menu-right-side-middle {
|
|
7306
7361
|
bottom: auto !important;
|
|
7307
7362
|
left: 100% !important;
|
|
@@ -7312,6 +7367,7 @@ input[type=button].btn-block {
|
|
|
7312
7367
|
transform: translate(0, -50%) !important;
|
|
7313
7368
|
will-change: auto !important;
|
|
7314
7369
|
}
|
|
7370
|
+
|
|
7315
7371
|
.dropdown-full .dropdown-menu,
|
|
7316
7372
|
.dropdown-wide .dropdown-menu {
|
|
7317
7373
|
max-width: none;
|
|
@@ -7345,6 +7401,7 @@ input[type=button].btn-block {
|
|
|
7345
7401
|
.dropdown-menu-width-shrink {
|
|
7346
7402
|
min-width: 0;
|
|
7347
7403
|
}
|
|
7404
|
+
|
|
7348
7405
|
.dropdown-menu-width-full {
|
|
7349
7406
|
left: 12px !important;
|
|
7350
7407
|
right: 12px !important;
|
|
@@ -7385,6 +7442,7 @@ input[type=button].btn-block {
|
|
|
7385
7442
|
max-width: none;
|
|
7386
7443
|
width: 100%;
|
|
7387
7444
|
}
|
|
7445
|
+
|
|
7388
7446
|
.nav-item.dropdown-full {
|
|
7389
7447
|
position: static;
|
|
7390
7448
|
}
|
|
@@ -8337,6 +8395,7 @@ textarea.form-control-lg,
|
|
|
8337
8395
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
8338
8396
|
outline: 0;
|
|
8339
8397
|
}
|
|
8398
|
+
|
|
8340
8399
|
.c-link.text-secondary {
|
|
8341
8400
|
color: #212529 !important;
|
|
8342
8401
|
}
|
|
@@ -8346,6 +8405,7 @@ textarea.form-control-lg,
|
|
|
8346
8405
|
.c-link.text-secondary.focus, .c-link.text-secondary:focus-visible, .c-prefers-focus .c-link.text-secondary:focus {
|
|
8347
8406
|
color: #000 !important;
|
|
8348
8407
|
}
|
|
8408
|
+
|
|
8349
8409
|
.c-link.text-tertiary {
|
|
8350
8410
|
color: #212529 !important;
|
|
8351
8411
|
}
|
|
@@ -8414,6 +8474,7 @@ button.link-outline {
|
|
|
8414
8474
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
8415
8475
|
outline: 0;
|
|
8416
8476
|
}
|
|
8477
|
+
|
|
8417
8478
|
.link-outline:disabled, .link-outline.disabled {
|
|
8418
8479
|
box-shadow: none;
|
|
8419
8480
|
}
|
|
@@ -8572,6 +8633,7 @@ button.link-outline {
|
|
|
8572
8633
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
8573
8634
|
outline: 0;
|
|
8574
8635
|
}
|
|
8636
|
+
|
|
8575
8637
|
.component-action:active {
|
|
8576
8638
|
background-color: #6c757d;
|
|
8577
8639
|
color: #fff;
|
|
@@ -9016,9 +9078,7 @@ button.link-outline {
|
|
|
9016
9078
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
9017
9079
|
color: #000;
|
|
9018
9080
|
}
|
|
9019
|
-
|
|
9020
|
-
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
9021
|
-
}
|
|
9081
|
+
|
|
9022
9082
|
.clay-color-dropdown-menu .form-control {
|
|
9023
9083
|
font-size: 0.875rem;
|
|
9024
9084
|
height: 2rem;
|
|
@@ -9092,9 +9152,7 @@ button.link-outline {
|
|
|
9092
9152
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
9093
9153
|
outline: 0;
|
|
9094
9154
|
}
|
|
9095
|
-
|
|
9096
|
-
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
9097
|
-
}
|
|
9155
|
+
|
|
9098
9156
|
.clay-color-pointer .c-inner {
|
|
9099
9157
|
margin-bottom: 0;
|
|
9100
9158
|
margin-left: 0;
|
|
@@ -9114,6 +9172,7 @@ button.link-outline {
|
|
|
9114
9172
|
font-weight: 500;
|
|
9115
9173
|
max-width: calc(100% - 2rem);
|
|
9116
9174
|
}
|
|
9175
|
+
|
|
9117
9176
|
.clay-color-footer {
|
|
9118
9177
|
margin-bottom: 1rem;
|
|
9119
9178
|
}
|
|
@@ -9570,6 +9629,7 @@ label.custom-control-label {
|
|
|
9570
9629
|
border-color: #80bdff;
|
|
9571
9630
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
9572
9631
|
}
|
|
9632
|
+
|
|
9573
9633
|
.custom-control-input:active ~ .custom-control-label::before {
|
|
9574
9634
|
background-color: #027cff;
|
|
9575
9635
|
border-color: #027cff;
|
|
@@ -9590,10 +9650,8 @@ label.custom-control-label {
|
|
|
9590
9650
|
border-color: #007bff;
|
|
9591
9651
|
color: #fff;
|
|
9592
9652
|
}
|
|
9593
|
-
.custom-control-input:checked
|
|
9594
|
-
|
|
9595
|
-
border-color: #007bff;
|
|
9596
|
-
color: #fff;
|
|
9653
|
+
.custom-control-input:checked[disabled], .custom-control-input:checked:disabled {
|
|
9654
|
+
cursor: not-allowed;
|
|
9597
9655
|
}
|
|
9598
9656
|
.custom-control-input:checked[disabled] ~ .custom-control-label::before, .custom-control-input:checked:disabled ~ .custom-control-label::before {
|
|
9599
9657
|
background-color: #e9ecef;
|
|
@@ -9603,15 +9661,13 @@ label.custom-control-label {
|
|
|
9603
9661
|
background-color: #fff;
|
|
9604
9662
|
border-color: #adb5bd;
|
|
9605
9663
|
}
|
|
9664
|
+
|
|
9606
9665
|
.custom-checkbox .custom-control-input ~ .custom-control-label::before {
|
|
9607
9666
|
border-radius: 0.25rem;
|
|
9608
9667
|
}
|
|
9609
9668
|
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
|
|
9610
9669
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8'%20height='8'%20viewBox='0%200%208%208'%3E%3Cpath%20fill='%23fff'%20d='M6.564.75l-3.59%203.612-1.538-1.55L0%204.26l2.974%202.99L8%202.193z'/%3E%3C/svg%3E");
|
|
9611
9670
|
}
|
|
9612
|
-
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
|
|
9613
|
-
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8'%20height='8'%20viewBox='0%200%208%208'%3E%3Cpath%20fill='%23fff'%20d='M6.564.75l-3.59%203.612-1.538-1.55L0%204.26l2.974%202.99L8%202.193z'/%3E%3C/svg%3E");
|
|
9614
|
-
}
|
|
9615
9671
|
.custom-checkbox .custom-control-input:checked[disabled] ~ .custom-control-label::before, .custom-checkbox .custom-control-input:checked:disabled ~ .custom-control-label::before {
|
|
9616
9672
|
background-color: rgba(0, 123, 255, 0.5);
|
|
9617
9673
|
}
|
|
@@ -9638,18 +9694,17 @@ label.custom-control-label {
|
|
|
9638
9694
|
.custom-checkbox .custom-control-input:indeterminate[readonly] ~ .custom-control-label::after {
|
|
9639
9695
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='4'%20height='4'%20viewBox='0%200%204%204'%3E%3Cpath%20stroke='%23343a40'%20d='M0%202h4'/%3E%3C/svg%3E");
|
|
9640
9696
|
}
|
|
9697
|
+
|
|
9641
9698
|
.custom-radio .custom-control-input ~ .custom-control-label::before {
|
|
9642
9699
|
border-radius: 50%;
|
|
9643
9700
|
}
|
|
9644
9701
|
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
|
|
9645
9702
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='-4%20-4%208%208'%3E%3Ccircle%20r='3'%20fill='%23fff'/%3E%3C/svg%3E");
|
|
9646
9703
|
}
|
|
9647
|
-
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
|
|
9648
|
-
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='-4%20-4%208%208'%3E%3Ccircle%20r='3'%20fill='%23fff'/%3E%3C/svg%3E");
|
|
9649
|
-
}
|
|
9650
9704
|
.custom-radio .custom-control-input:checked[disabled] ~ .custom-control-label::before, .custom-radio .custom-control-input:checked:disabled ~ .custom-control-label::before {
|
|
9651
9705
|
background-color: rgba(0, 123, 255, 0.5);
|
|
9652
9706
|
}
|
|
9707
|
+
|
|
9653
9708
|
.custom-control-outside label {
|
|
9654
9709
|
display: block;
|
|
9655
9710
|
padding-left: calc( 1rem + 0.5rem );
|
|
@@ -9660,6 +9715,7 @@ label.custom-control-label {
|
|
|
9660
9715
|
.custom-control-outside .custom-control-input ~ .custom-control-label::before {
|
|
9661
9716
|
position: absolute;
|
|
9662
9717
|
}
|
|
9718
|
+
|
|
9663
9719
|
.custom-control-inline {
|
|
9664
9720
|
display: inline-flex;
|
|
9665
9721
|
}
|
|
@@ -10167,9 +10223,7 @@ label.custom-control-label {
|
|
|
10167
10223
|
.date-picker-nav .nav-btn.focus, .date-picker-nav .nav-btn:focus-visible, .c-prefers-focus .date-picker-nav .nav-btn:focus {
|
|
10168
10224
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
10169
10225
|
}
|
|
10170
|
-
|
|
10171
|
-
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
10172
|
-
}
|
|
10226
|
+
|
|
10173
10227
|
.date-picker-nav .nav-btn:disabled, .date-picker-nav .nav-btn.disabled {
|
|
10174
10228
|
background-color: transparent;
|
|
10175
10229
|
box-shadow: none;
|
|
@@ -10394,13 +10448,11 @@ label.custom-control-label {
|
|
|
10394
10448
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
10395
10449
|
outline: 0;
|
|
10396
10450
|
}
|
|
10451
|
+
|
|
10397
10452
|
.date-picker-date:active {
|
|
10398
10453
|
background-color: #007bff;
|
|
10399
10454
|
color: #fff;
|
|
10400
10455
|
}
|
|
10401
|
-
.date-picker-date:active:focus-visible, .c-prefers-focus .date-picker-date:active:focus {
|
|
10402
|
-
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
10403
|
-
}
|
|
10404
10456
|
.date-picker-date.active {
|
|
10405
10457
|
background-color: #007bff;
|
|
10406
10458
|
color: #fff;
|
|
@@ -10420,6 +10472,7 @@ label.custom-control-label {
|
|
|
10420
10472
|
.previous-month-date.focus, .previous-month-date:focus-visible, .c-prefers-focus .previous-month-date:focus {
|
|
10421
10473
|
opacity: 1;
|
|
10422
10474
|
}
|
|
10475
|
+
|
|
10423
10476
|
.previous-month-date:active {
|
|
10424
10477
|
background-color: #75b8ff;
|
|
10425
10478
|
color: #e5f2ff;
|
|
@@ -10438,6 +10491,7 @@ label.custom-control-label {
|
|
|
10438
10491
|
.next-month-date.focus, .next-month-date:focus-visible, .c-prefers-focus .next-month-date:focus {
|
|
10439
10492
|
opacity: 1;
|
|
10440
10493
|
}
|
|
10494
|
+
|
|
10441
10495
|
.next-month-date:active {
|
|
10442
10496
|
background-color: #75b8ff;
|
|
10443
10497
|
color: #e5f2ff;
|
|
@@ -11654,6 +11708,7 @@ label.custom-control-label {
|
|
|
11654
11708
|
line-height: 1.2;
|
|
11655
11709
|
margin-bottom: 0;
|
|
11656
11710
|
}
|
|
11711
|
+
|
|
11657
11712
|
.list-group-title {
|
|
11658
11713
|
font-size: 1.125rem;
|
|
11659
11714
|
font-weight: 500;
|
|
@@ -12674,6 +12729,7 @@ label.custom-control-label {
|
|
|
12674
12729
|
overflow-wrap: break-word;
|
|
12675
12730
|
word-wrap: break-word;
|
|
12676
12731
|
}
|
|
12732
|
+
|
|
12677
12733
|
.multi-step-item-expand {
|
|
12678
12734
|
flex-grow: 1;
|
|
12679
12735
|
width: 75px;
|
|
@@ -12907,6 +12963,7 @@ label.custom-control-label {
|
|
|
12907
12963
|
text-decoration: none;
|
|
12908
12964
|
z-index: 1;
|
|
12909
12965
|
}
|
|
12966
|
+
|
|
12910
12967
|
.nav-link:disabled, .nav-link.disabled {
|
|
12911
12968
|
color: #6c757d;
|
|
12912
12969
|
cursor: not-allowed;
|
|
@@ -12945,6 +13002,7 @@ label.custom-control-label {
|
|
|
12945
13002
|
.nav-btn.focus, .nav-btn:focus-visible, .c-prefers-focus .nav-btn:focus {
|
|
12946
13003
|
z-index: 1;
|
|
12947
13004
|
}
|
|
13005
|
+
|
|
12948
13006
|
.nav-btn:disabled, .nav-btn.disabled {
|
|
12949
13007
|
opacity: 1;
|
|
12950
13008
|
}
|
|
@@ -13206,6 +13264,7 @@ label.custom-control-label {
|
|
|
13206
13264
|
.nav-tabs .nav-link.focus, .nav-tabs .nav-link:focus-visible, .c-prefers-focus .nav-tabs .nav-link:focus {
|
|
13207
13265
|
border-color: #e9ecef #e9ecef #dee2e6;
|
|
13208
13266
|
}
|
|
13267
|
+
|
|
13209
13268
|
.nav-tabs .nav-link:active {
|
|
13210
13269
|
background-color: #fff;
|
|
13211
13270
|
border-color: #dee2e6 #dee2e6 #fff;
|
|
@@ -13342,6 +13401,7 @@ label.custom-control-label {
|
|
|
13342
13401
|
right: 0;
|
|
13343
13402
|
top: 0;
|
|
13344
13403
|
}
|
|
13404
|
+
|
|
13345
13405
|
.menubar-primary .nav-link:active {
|
|
13346
13406
|
color: rgba(0, 0, 0, 0.9);
|
|
13347
13407
|
}
|
|
@@ -13384,6 +13444,7 @@ label.custom-control-label {
|
|
|
13384
13444
|
.menubar-primary .nav-link[aria-expanded=true]:focus-visible::before, .c-prefers-focus .menubar-primary .nav-link[aria-expanded=true]:focus::before, .menubar-primary .nav-link.show:focus-visible::before, .c-prefers-focus .menubar-primary .nav-link.show:focus::before {
|
|
13385
13445
|
display: none;
|
|
13386
13446
|
}
|
|
13447
|
+
|
|
13387
13448
|
.menubar-primary .nav-link.collapse-icon {
|
|
13388
13449
|
font-size: 0.75rem;
|
|
13389
13450
|
font-weight: 500;
|
|
@@ -13707,7 +13768,7 @@ label.custom-control-label {
|
|
|
13707
13768
|
padding: 0.5rem 1rem;
|
|
13708
13769
|
position: relative;
|
|
13709
13770
|
}
|
|
13710
|
-
.navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar .container,
|
|
13771
|
+
.navbar > .container-xxxl, .navbar > .container-xxl, .navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar .container,
|
|
13711
13772
|
.navbar .container-fluid {
|
|
13712
13773
|
align-items: inherit;
|
|
13713
13774
|
background-color: inherit;
|
|
@@ -17507,6 +17568,7 @@ label.custom-control-label {
|
|
|
17507
17568
|
outline: 0;
|
|
17508
17569
|
z-index: 4;
|
|
17509
17570
|
}
|
|
17571
|
+
|
|
17510
17572
|
.page-link:active {
|
|
17511
17573
|
background-color: #007bff;
|
|
17512
17574
|
border-color: #007bff;
|
|
@@ -17616,6 +17678,7 @@ label.custom-control-label {
|
|
|
17616
17678
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
17617
17679
|
outline: 0;
|
|
17618
17680
|
}
|
|
17681
|
+
|
|
17619
17682
|
.pagination-items-per-page > a:active,
|
|
17620
17683
|
.pagination-items-per-page > button:active {
|
|
17621
17684
|
background-color: #007bff;
|
|
@@ -17839,6 +17902,7 @@ label.custom-control-label {
|
|
|
17839
17902
|
.panel-header-link.focus, .panel-header-link:focus-visible, .c-prefers-focus .panel-header-link:focus {
|
|
17840
17903
|
z-index: 1;
|
|
17841
17904
|
}
|
|
17905
|
+
|
|
17842
17906
|
.panel-header-link.panel-header.collapsed {
|
|
17843
17907
|
border-color: transparent;
|
|
17844
17908
|
transition: border-color 0.75s ease;
|
|
@@ -19077,6 +19141,7 @@ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
|
|
|
19077
19141
|
overflow-wrap: break-word;
|
|
19078
19142
|
word-wrap: break-word;
|
|
19079
19143
|
}
|
|
19144
|
+
|
|
19080
19145
|
.sidebar-footer {
|
|
19081
19146
|
padding-bottom: 1rem;
|
|
19082
19147
|
padding-left: 1rem;
|
|
@@ -19158,10 +19223,12 @@ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
|
|
|
19158
19223
|
margin-bottom: 0.25rem;
|
|
19159
19224
|
text-transform: uppercase;
|
|
19160
19225
|
}
|
|
19226
|
+
|
|
19161
19227
|
.sidebar-dd {
|
|
19162
19228
|
font-size: 0.875rem;
|
|
19163
19229
|
margin-bottom: 0.75rem;
|
|
19164
19230
|
}
|
|
19231
|
+
|
|
19165
19232
|
.sidebar-sm {
|
|
19166
19233
|
font-size: 0.875rem;
|
|
19167
19234
|
}
|
|
@@ -19270,6 +19337,7 @@ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
|
|
|
19270
19337
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
19271
19338
|
outline: 0;
|
|
19272
19339
|
}
|
|
19340
|
+
|
|
19273
19341
|
.sidebar-dark .nav-nested .nav-link:active {
|
|
19274
19342
|
color: #fff;
|
|
19275
19343
|
}
|
|
@@ -19332,6 +19400,7 @@ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
|
|
|
19332
19400
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
19333
19401
|
outline: 0;
|
|
19334
19402
|
}
|
|
19403
|
+
|
|
19335
19404
|
.sidebar-dark-l2 .nav-nested .nav-link:active {
|
|
19336
19405
|
color: #fff;
|
|
19337
19406
|
}
|
|
@@ -19637,6 +19706,7 @@ caption {
|
|
|
19637
19706
|
.table .component-drag.focus, .table .component-drag:focus-visible, .c-prefers-focus .table .component-drag:focus {
|
|
19638
19707
|
box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
19639
19708
|
}
|
|
19709
|
+
|
|
19640
19710
|
.table .custom-control,
|
|
19641
19711
|
.table .form-check {
|
|
19642
19712
|
margin-bottom: 0;
|
|
@@ -20979,9 +21049,7 @@ td.table-focus {
|
|
|
20979
21049
|
.tbar-stacked .tbar-btn-monospaced.focus, .tbar-stacked .tbar-btn-monospaced:focus-visible, .c-prefers-focus .tbar-stacked .tbar-btn-monospaced:focus {
|
|
20980
21050
|
box-shadow: inset 0 0 0 0.125rem #57a8ff, inset 0 0 0 0.25rem #fff;
|
|
20981
21051
|
}
|
|
20982
|
-
|
|
20983
|
-
box-shadow: inset 0 0 0 0.125rem #57a8ff, inset 0 0 0 0.25rem #fff;
|
|
20984
|
-
}
|
|
21052
|
+
|
|
20985
21053
|
.tbar-stacked .tbar-btn-monospaced .c-inner {
|
|
20986
21054
|
margin-bottom: 0;
|
|
20987
21055
|
margin-left: 0;
|
|
@@ -21008,6 +21076,7 @@ td.table-focus {
|
|
|
21008
21076
|
.tbar-light .tbar-btn-monospaced.focus, .tbar-light .tbar-btn-monospaced:focus-visible, .c-prefers-focus .tbar-light .tbar-btn-monospaced:focus {
|
|
21009
21077
|
color: #343a40;
|
|
21010
21078
|
}
|
|
21079
|
+
|
|
21011
21080
|
.tbar-light .tbar-btn-monospaced:active {
|
|
21012
21081
|
background-color: #e9ecef;
|
|
21013
21082
|
color: #343a40;
|
|
@@ -21044,6 +21113,7 @@ td.table-focus {
|
|
|
21044
21113
|
.tbar-dark-l2 .tbar-btn-monospaced.focus, .tbar-dark-l2 .tbar-btn-monospaced:focus-visible, .c-prefers-focus .tbar-dark-l2 .tbar-btn-monospaced:focus {
|
|
21045
21114
|
color: #fff;
|
|
21046
21115
|
}
|
|
21116
|
+
|
|
21047
21117
|
.tbar-dark-l2 .tbar-btn-monospaced:active {
|
|
21048
21118
|
background-color: rgba(255, 255, 255, 0.06);
|
|
21049
21119
|
color: #fff;
|
|
@@ -21079,6 +21149,7 @@ td.table-focus {
|
|
|
21079
21149
|
.tbar-dark-d1 .tbar-btn-monospaced.focus, .tbar-dark-d1 .tbar-btn-monospaced:focus-visible, .c-prefers-focus .tbar-dark-d1 .tbar-btn-monospaced:focus {
|
|
21080
21150
|
color: #fff;
|
|
21081
21151
|
}
|
|
21152
|
+
|
|
21082
21153
|
.tbar-dark-d1 .tbar-btn-monospaced:active {
|
|
21083
21154
|
background-color: rgba(255, 255, 255, 0.06);
|
|
21084
21155
|
color: #fff;
|
|
@@ -21087,6 +21158,16 @@ td.table-focus {
|
|
|
21087
21158
|
background-color: rgba(255, 255, 255, 0.06);
|
|
21088
21159
|
color: #fff;
|
|
21089
21160
|
}
|
|
21161
|
+
.tbar-dark-d1 .tbar-btn-monospaced.active::after {
|
|
21162
|
+
background-color: #75b8ff;
|
|
21163
|
+
bottom: 0;
|
|
21164
|
+
content: "";
|
|
21165
|
+
display: block;
|
|
21166
|
+
left: 0;
|
|
21167
|
+
position: absolute;
|
|
21168
|
+
top: 0;
|
|
21169
|
+
width: 0.25rem;
|
|
21170
|
+
}
|
|
21090
21171
|
.tbar-dark-d1 .tbar-btn-monospaced:disabled, .tbar-dark-d1 .tbar-btn-monospaced.disabled {
|
|
21091
21172
|
color: inherit;
|
|
21092
21173
|
}
|
|
@@ -21094,6 +21175,16 @@ td.table-focus {
|
|
|
21094
21175
|
background-color: rgba(255, 255, 255, 0.06);
|
|
21095
21176
|
color: #fff;
|
|
21096
21177
|
}
|
|
21178
|
+
.tbar-dark-d1 .tbar-btn-monospaced[aria-expanded=true]::after, .tbar-dark-d1 .tbar-btn-monospaced.show::after {
|
|
21179
|
+
background-color: #75b8ff;
|
|
21180
|
+
bottom: 0;
|
|
21181
|
+
content: "";
|
|
21182
|
+
display: block;
|
|
21183
|
+
left: 0;
|
|
21184
|
+
position: absolute;
|
|
21185
|
+
top: 0;
|
|
21186
|
+
width: 0.25rem;
|
|
21187
|
+
}
|
|
21097
21188
|
.tbar-dark-d1 .tbar-label {
|
|
21098
21189
|
border-width: 0.0625rem;
|
|
21099
21190
|
}
|
|
@@ -22019,9 +22110,7 @@ td.table-focus {
|
|
|
22019
22110
|
.treeview .btn-monospaced.focus, .treeview .btn-monospaced:focus-visible, .c-prefers-focus .treeview .btn-monospaced:focus {
|
|
22020
22111
|
box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
22021
22112
|
}
|
|
22022
|
-
|
|
22023
|
-
box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
22024
|
-
}
|
|
22113
|
+
|
|
22025
22114
|
.treeview .custom-control {
|
|
22026
22115
|
margin-left: 4px;
|
|
22027
22116
|
margin-right: 4px;
|
|
@@ -22045,6 +22134,7 @@ td.table-focus {
|
|
|
22045
22134
|
.treeview .component-action.focus, .treeview .component-action:focus-visible, .c-prefers-focus .treeview .component-action:focus {
|
|
22046
22135
|
color: #6c757d;
|
|
22047
22136
|
}
|
|
22137
|
+
|
|
22048
22138
|
.treeview .component-action:active {
|
|
22049
22139
|
background-color: transparent;
|
|
22050
22140
|
}
|
|
@@ -22178,6 +22268,7 @@ td.table-focus {
|
|
|
22178
22268
|
box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
22179
22269
|
outline: 0;
|
|
22180
22270
|
}
|
|
22271
|
+
|
|
22181
22272
|
.treeview-link:disabled, .treeview-link.disabled {
|
|
22182
22273
|
cursor: not-allowed;
|
|
22183
22274
|
}
|
|
@@ -22236,6 +22327,7 @@ td.table-focus {
|
|
|
22236
22327
|
.treeview-light .treeview-link.focus, .treeview-light .treeview-link:focus-visible, .c-prefers-focus .treeview-light .treeview-link:focus {
|
|
22237
22328
|
box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
22238
22329
|
}
|
|
22330
|
+
|
|
22239
22331
|
.treeview-light .treeview-link:active {
|
|
22240
22332
|
background-color: #e5f2ff;
|
|
22241
22333
|
box-shadow: inset 0 0 0 1px #007bff;
|
|
@@ -22259,6 +22351,7 @@ td.table-focus {
|
|
|
22259
22351
|
.treeview-light .treeview-link[aria-expanded=true]:focus-visible, .c-prefers-focus .treeview-light .treeview-link[aria-expanded=true]:focus, .treeview-light .treeview-link.show:focus-visible, .c-prefers-focus .treeview-light .treeview-link.show:focus {
|
|
22260
22352
|
box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
22261
22353
|
}
|
|
22354
|
+
|
|
22262
22355
|
.treeview-light .treeview-link.treeview-no-hover:hover, .treeview-light .treeview-link.treeview-no-hover.hover {
|
|
22263
22356
|
background-color: transparent;
|
|
22264
22357
|
color: #6c757d;
|
|
@@ -22279,6 +22372,7 @@ td.table-focus {
|
|
|
22279
22372
|
.treeview-dark .treeview-link.focus, .treeview-dark .treeview-link:focus-visible, .c-prefers-focus .treeview-dark .treeview-link:focus {
|
|
22280
22373
|
box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
22281
22374
|
}
|
|
22375
|
+
|
|
22282
22376
|
.treeview-dark .treeview-link:active {
|
|
22283
22377
|
background-color: #828e9a;
|
|
22284
22378
|
box-shadow: inset 0 0 0 1px #007bff;
|
|
@@ -22302,6 +22396,7 @@ td.table-focus {
|
|
|
22302
22396
|
.treeview-dark .treeview-link[aria-expanded=true]:focus-visible, .c-prefers-focus .treeview-dark .treeview-link[aria-expanded=true]:focus, .treeview-dark .treeview-link.show:focus-visible, .c-prefers-focus .treeview-dark .treeview-link.show:focus {
|
|
22303
22397
|
box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
22304
22398
|
}
|
|
22399
|
+
|
|
22305
22400
|
.treeview-dark .treeview-link.treeview-no-hover:hover, .treeview-dark .treeview-link.treeview-no-hover.hover {
|
|
22306
22401
|
background-color: transparent;
|
|
22307
22402
|
color: #a9afb5;
|