@clayui/css 3.106.1 → 3.108.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/CHANGELOG.md +41 -0
- package/README.md +1 -1
- package/lib/css/atlas.css +431 -130
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +428 -115
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +446 -124
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/flags-en-CA.svg +13 -0
- package/lib/images/icons/icons.svg +1 -1
- package/lib/images/icons/twitter-x.svg +9 -0
- package/package.json +2 -2
- package/src/images/icons/flags-en-CA.svg +13 -0
- package/src/images/icons/twitter-x.svg +9 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_tables.scss +37 -18
- package/src/scss/cadmin/components/_badges.scss +1 -6
- package/src/scss/cadmin/components/_modals.scss +11 -0
- package/src/scss/cadmin/components/_tables.scss +82 -25
- package/src/scss/cadmin/variables/_alerts.scss +2 -16
- package/src/scss/cadmin/variables/_badges.scss +78 -3
- package/src/scss/cadmin/variables/_buttons.scss +204 -0
- package/src/scss/cadmin/variables/_dropdowns.scss +1 -1
- package/src/scss/cadmin/variables/_modals.scss +21 -1
- package/src/scss/cadmin/variables/_tables.scss +144 -99
- package/src/scss/cadmin/variables/_utilities.scss +2 -1
- package/src/scss/components/_modals.scss +8 -0
- package/src/scss/components/_tables.scss +87 -28
- package/src/scss/functions/_lx-icons-generated.scss +4 -0
- package/src/scss/mixins/_grid.scss +8 -0
- package/src/scss/mixins/_tables.scss +21 -2
- package/src/scss/variables/_badges.scss +74 -4
- package/src/scss/variables/_buttons.scss +198 -4
- package/src/scss/variables/_modals.scss +21 -1
- package/src/scss/variables/_tables.scss +131 -91
- package/src/scss/variables/_utilities.scss +1 -1
package/lib/css/base.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.108.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>
|
|
@@ -1240,7 +1240,7 @@ fieldset:disabled a.btn:active {
|
|
|
1240
1240
|
pointer-events: none;
|
|
1241
1241
|
}
|
|
1242
1242
|
|
|
1243
|
-
.sidebar-sm .btn.btn-xs, .btn-xs {
|
|
1243
|
+
.sidebar-sm .btn.btn-xs, .btn-translucent, .btn-xs {
|
|
1244
1244
|
font-size: 0.75rem;
|
|
1245
1245
|
line-height: 1.5;
|
|
1246
1246
|
padding-bottom: 0.125rem;
|
|
@@ -1248,26 +1248,26 @@ fieldset:disabled a.btn:active {
|
|
|
1248
1248
|
padding-right: 0.5rem;
|
|
1249
1249
|
padding-top: 0.125rem;
|
|
1250
1250
|
}
|
|
1251
|
-
.sidebar-sm .btn.btn-xs .c-inner, .btn-xs .c-inner {
|
|
1251
|
+
.sidebar-sm .btn.btn-xs .c-inner, .btn-translucent .c-inner, .btn-xs .c-inner {
|
|
1252
1252
|
margin-bottom: -0.125rem;
|
|
1253
1253
|
margin-left: -0.5rem;
|
|
1254
1254
|
margin-right: -0.5rem;
|
|
1255
1255
|
margin-top: -0.125rem;
|
|
1256
1256
|
}
|
|
1257
|
-
.sidebar-sm .btn.btn-xs .lexicon-icon, .btn-xs .lexicon-icon {
|
|
1257
|
+
.sidebar-sm .btn.btn-xs .lexicon-icon, .btn-translucent .lexicon-icon, .btn-xs .lexicon-icon {
|
|
1258
1258
|
font-size: inherit;
|
|
1259
1259
|
}
|
|
1260
|
-
.sidebar-sm .btn.btn-xs .inline-item, .btn-xs .inline-item {
|
|
1260
|
+
.sidebar-sm .btn.btn-xs .inline-item, .btn-translucent .inline-item, .btn-xs .inline-item {
|
|
1261
1261
|
font-size: inherit;
|
|
1262
1262
|
margin-top: -0.16em;
|
|
1263
1263
|
}
|
|
1264
|
-
.sidebar-sm .btn.btn-xs .inline-item-before, .btn-xs .inline-item-before {
|
|
1264
|
+
.sidebar-sm .btn.btn-xs .inline-item-before, .btn-translucent .inline-item-before, .btn-xs .inline-item-before {
|
|
1265
1265
|
margin-right: 0.25rem;
|
|
1266
1266
|
}
|
|
1267
|
-
.sidebar-sm .btn.btn-xs .inline-item-after, .btn-xs .inline-item-after {
|
|
1267
|
+
.sidebar-sm .btn.btn-xs .inline-item-after, .btn-translucent .inline-item-after, .btn-xs .inline-item-after {
|
|
1268
1268
|
margin-left: 0.25rem;
|
|
1269
1269
|
}
|
|
1270
|
-
.sidebar-sm .btn.btn-xs .btn-section, .btn-xs .btn-section {
|
|
1270
|
+
.sidebar-sm .btn.btn-xs .btn-section, .btn-translucent .btn-section, .btn-xs .btn-section {
|
|
1271
1271
|
font-size: 0.375rem;
|
|
1272
1272
|
}
|
|
1273
1273
|
.btn-group-lg > .btn,
|
|
@@ -1695,33 +1695,284 @@ input[type=button].btn-block {
|
|
|
1695
1695
|
color: #6c757d;
|
|
1696
1696
|
text-decoration: none;
|
|
1697
1697
|
}
|
|
1698
|
-
.btn-
|
|
1698
|
+
.btn-translucent {
|
|
1699
|
+
border-radius: 50rem;
|
|
1700
|
+
}
|
|
1701
|
+
.btn-translucent.btn-primary {
|
|
1702
|
+
background-color: rgba(0, 105, 217, 0.04);
|
|
1703
|
+
border-color: transparent;
|
|
1704
|
+
color: #0069d9;
|
|
1705
|
+
}
|
|
1706
|
+
.btn-translucent.btn-primary:hover {
|
|
1707
|
+
background-color: rgba(0, 105, 217, 0.06);
|
|
1708
|
+
color: #0069d9;
|
|
1709
|
+
}
|
|
1710
|
+
.btn-translucent.btn-primary.focus, .btn-translucent.btn-primary:focus-visible, .c-prefers-focus .btn-translucent.btn-primary:focus {
|
|
1711
|
+
background-color: rgba(0, 105, 217, 0.06);
|
|
1712
|
+
color: #0069d9;
|
|
1713
|
+
}
|
|
1714
|
+
.btn-translucent.btn-primary:active {
|
|
1715
|
+
background-color: rgba(0, 105, 217, 0.08);
|
|
1716
|
+
color: #0069d9;
|
|
1717
|
+
}
|
|
1718
|
+
.btn-translucent.btn-primary.active {
|
|
1719
|
+
background-color: rgba(0, 105, 217, 0.08);
|
|
1720
|
+
color: #0069d9;
|
|
1721
|
+
}
|
|
1722
|
+
.btn-translucent.btn-primary[aria-expanded=true], .btn-translucent.btn-primary.show {
|
|
1723
|
+
background-color: rgba(0, 105, 217, 0.08);
|
|
1724
|
+
color: #0069d9;
|
|
1725
|
+
}
|
|
1726
|
+
.btn-translucent.btn-secondary {
|
|
1727
|
+
background-color: rgba(130, 142, 154, 0.04);
|
|
1728
|
+
border-color: transparent;
|
|
1729
|
+
color: #6c757d;
|
|
1730
|
+
}
|
|
1731
|
+
.btn-translucent.btn-secondary:hover {
|
|
1732
|
+
background-color: rgba(130, 142, 154, 0.06);
|
|
1733
|
+
color: #6c757d;
|
|
1734
|
+
}
|
|
1735
|
+
.btn-translucent.btn-secondary.focus, .btn-translucent.btn-secondary:focus-visible, .c-prefers-focus .btn-translucent.btn-secondary:focus {
|
|
1736
|
+
background-color: rgba(130, 142, 154, 0.06);
|
|
1737
|
+
color: #6c757d;
|
|
1738
|
+
}
|
|
1739
|
+
.btn-translucent.btn-secondary:active {
|
|
1740
|
+
background-color: rgba(130, 142, 154, 0.08);
|
|
1741
|
+
color: #6c757d;
|
|
1742
|
+
}
|
|
1743
|
+
.btn-translucent.btn-secondary.active {
|
|
1744
|
+
background-color: rgba(130, 142, 154, 0.08);
|
|
1745
|
+
color: #6c757d;
|
|
1746
|
+
}
|
|
1747
|
+
.btn-translucent.btn-secondary[aria-expanded=true], .btn-translucent.btn-secondary.show {
|
|
1748
|
+
background-color: rgba(130, 142, 154, 0.08);
|
|
1749
|
+
color: #6c757d;
|
|
1750
|
+
}
|
|
1751
|
+
.btn-translucent.btn-info, .btn-beta {
|
|
1699
1752
|
background-color: rgba(19, 132, 150, 0.04);
|
|
1753
|
+
border-color: transparent;
|
|
1700
1754
|
color: #138496;
|
|
1701
|
-
text-transform: uppercase;
|
|
1702
1755
|
}
|
|
1703
|
-
.btn-beta:hover {
|
|
1756
|
+
.btn-translucent.btn-info:hover, .btn-beta:hover {
|
|
1704
1757
|
background-color: rgba(19, 132, 150, 0.06);
|
|
1705
1758
|
color: #138496;
|
|
1706
1759
|
}
|
|
1707
|
-
.focus.btn-beta, .btn-beta:focus-visible, .c-prefers-focus .btn-beta:focus {
|
|
1760
|
+
.btn-translucent.btn-info.focus, .btn-translucent.btn-info:focus-visible, .c-prefers-focus .btn-translucent.btn-info:focus, .btn-beta.focus, .btn-beta:focus-visible, .c-prefers-focus .btn-beta:focus {
|
|
1708
1761
|
background-color: rgba(19, 132, 150, 0.06);
|
|
1709
1762
|
color: #138496;
|
|
1710
1763
|
}
|
|
1711
|
-
.btn-
|
|
1764
|
+
.btn-translucent.btn-info:active, .btn-beta:active {
|
|
1765
|
+
background-color: rgba(19, 132, 150, 0.08);
|
|
1766
|
+
color: #138496;
|
|
1767
|
+
}
|
|
1768
|
+
.btn-translucent.btn-info.active, .btn-beta.active {
|
|
1769
|
+
background-color: rgba(19, 132, 150, 0.08);
|
|
1770
|
+
color: #138496;
|
|
1771
|
+
}
|
|
1772
|
+
.btn-translucent.btn-info[aria-expanded=true], .btn-translucent.btn-info.show, .btn-beta[aria-expanded=true], .btn-beta.show {
|
|
1773
|
+
background-color: rgba(19, 132, 150, 0.08);
|
|
1774
|
+
color: #138496;
|
|
1775
|
+
}
|
|
1776
|
+
.btn-translucent.btn-success {
|
|
1777
|
+
background-color: rgba(33, 136, 56, 0.04);
|
|
1778
|
+
border-color: transparent;
|
|
1779
|
+
color: #218838;
|
|
1780
|
+
}
|
|
1781
|
+
.btn-translucent.btn-success:hover {
|
|
1782
|
+
background-color: rgba(33, 136, 56, 0.06);
|
|
1783
|
+
color: #218838;
|
|
1784
|
+
}
|
|
1785
|
+
.btn-translucent.btn-success.focus, .btn-translucent.btn-success:focus-visible, .c-prefers-focus .btn-translucent.btn-success:focus {
|
|
1786
|
+
background-color: rgba(33, 136, 56, 0.06);
|
|
1787
|
+
color: #218838;
|
|
1788
|
+
}
|
|
1789
|
+
.btn-translucent.btn-success:active {
|
|
1790
|
+
background-color: rgba(33, 136, 56, 0.08);
|
|
1791
|
+
color: #218838;
|
|
1792
|
+
}
|
|
1793
|
+
.btn-translucent.btn-success.active {
|
|
1794
|
+
background-color: rgba(33, 136, 56, 0.08);
|
|
1795
|
+
color: #218838;
|
|
1796
|
+
}
|
|
1797
|
+
.btn-translucent.btn-success[aria-expanded=true], .btn-translucent.btn-success.show {
|
|
1798
|
+
background-color: rgba(33, 136, 56, 0.08);
|
|
1799
|
+
color: #218838;
|
|
1800
|
+
}
|
|
1801
|
+
.btn-translucent.btn-warning {
|
|
1802
|
+
background-color: rgba(224, 168, 0, 0.04);
|
|
1803
|
+
border-color: transparent;
|
|
1804
|
+
color: #e0a800;
|
|
1805
|
+
}
|
|
1806
|
+
.btn-translucent.btn-warning:hover {
|
|
1807
|
+
background-color: rgba(224, 168, 0, 0.06);
|
|
1808
|
+
color: #e0a800;
|
|
1809
|
+
}
|
|
1810
|
+
.btn-translucent.btn-warning.focus, .btn-translucent.btn-warning:focus-visible, .c-prefers-focus .btn-translucent.btn-warning:focus {
|
|
1811
|
+
background-color: rgba(224, 168, 0, 0.06);
|
|
1812
|
+
color: #e0a800;
|
|
1813
|
+
}
|
|
1814
|
+
.btn-translucent.btn-warning:active {
|
|
1815
|
+
background-color: rgba(224, 168, 0, 0.08);
|
|
1816
|
+
color: #e0a800;
|
|
1817
|
+
}
|
|
1818
|
+
.btn-translucent.btn-warning.active {
|
|
1819
|
+
background-color: rgba(224, 168, 0, 0.08);
|
|
1820
|
+
color: #e0a800;
|
|
1821
|
+
}
|
|
1822
|
+
.btn-translucent.btn-warning[aria-expanded=true], .btn-translucent.btn-warning.show {
|
|
1823
|
+
background-color: rgba(224, 168, 0, 0.08);
|
|
1824
|
+
color: #e0a800;
|
|
1825
|
+
}
|
|
1826
|
+
.btn-translucent.btn-danger {
|
|
1827
|
+
background-color: rgba(200, 35, 51, 0.04);
|
|
1828
|
+
border-color: transparent;
|
|
1829
|
+
color: #c82333;
|
|
1830
|
+
}
|
|
1831
|
+
.btn-translucent.btn-danger:hover {
|
|
1832
|
+
background-color: rgba(200, 35, 51, 0.06);
|
|
1833
|
+
color: #c82333;
|
|
1834
|
+
}
|
|
1835
|
+
.btn-translucent.btn-danger.focus, .btn-translucent.btn-danger:focus-visible, .c-prefers-focus .btn-translucent.btn-danger:focus {
|
|
1836
|
+
background-color: rgba(200, 35, 51, 0.06);
|
|
1837
|
+
color: #c82333;
|
|
1838
|
+
}
|
|
1839
|
+
.btn-translucent.btn-danger:active {
|
|
1840
|
+
background-color: rgba(200, 35, 51, 0.08);
|
|
1841
|
+
color: #c82333;
|
|
1842
|
+
}
|
|
1843
|
+
.btn-translucent.btn-danger.active {
|
|
1844
|
+
background-color: rgba(200, 35, 51, 0.08);
|
|
1845
|
+
color: #c82333;
|
|
1846
|
+
}
|
|
1847
|
+
.btn-translucent.btn-danger[aria-expanded=true], .btn-translucent.btn-danger.show {
|
|
1848
|
+
background-color: rgba(200, 35, 51, 0.08);
|
|
1849
|
+
color: #c82333;
|
|
1850
|
+
}
|
|
1851
|
+
.clay-dark.btn-translucent.btn-primary, .clay-dark .btn-translucent.btn-primary {
|
|
1852
|
+
background-color: rgba(168, 210, 255, 0.04);
|
|
1853
|
+
border-color: transparent;
|
|
1854
|
+
color: #75b8ff;
|
|
1855
|
+
}
|
|
1856
|
+
.clay-dark.btn-translucent.btn-primary:hover, .clay-dark .btn-translucent.btn-primary:hover {
|
|
1857
|
+
background-color: rgba(168, 210, 255, 0.06);
|
|
1858
|
+
color: #75b8ff;
|
|
1859
|
+
}
|
|
1860
|
+
.focus.clay-dark.btn-translucent.btn-primary, .clay-dark .focus.btn-translucent.btn-primary, .clay-dark.btn-translucent.btn-primary:focus-visible, .clay-dark .btn-translucent.btn-primary:focus-visible, .c-prefers-focus .clay-dark.btn-translucent.btn-primary:focus, .c-prefers-focus .clay-dark .btn-translucent.btn-primary:focus, .clay-dark .c-prefers-focus .btn-translucent.btn-primary:focus {
|
|
1861
|
+
background-color: rgba(168, 210, 255, 0.06);
|
|
1862
|
+
color: #75b8ff;
|
|
1863
|
+
}
|
|
1864
|
+
.clay-dark.btn-translucent.btn-primary:active, .clay-dark .btn-translucent.btn-primary:active {
|
|
1865
|
+
background-color: rgba(168, 210, 255, 0.08);
|
|
1866
|
+
color: #75b8ff;
|
|
1867
|
+
}
|
|
1868
|
+
.active.clay-dark.btn-translucent.btn-primary, .clay-dark .active.btn-translucent.btn-primary {
|
|
1869
|
+
background-color: rgba(168, 210, 255, 0.08);
|
|
1870
|
+
color: #75b8ff;
|
|
1871
|
+
}
|
|
1872
|
+
[aria-expanded=true].clay-dark.btn-translucent.btn-primary, .clay-dark [aria-expanded=true].btn-translucent.btn-primary, .show.clay-dark.btn-translucent.btn-primary, .clay-dark .show.btn-translucent.btn-primary {
|
|
1873
|
+
background-color: rgba(168, 210, 255, 0.08);
|
|
1874
|
+
color: #75b8ff;
|
|
1875
|
+
}
|
|
1876
|
+
.clay-dark.btn-translucent.btn-info, .clay-dark .btn-translucent.btn-info, .btn-beta-dark {
|
|
1712
1877
|
background-color: rgba(135, 226, 240, 0.04);
|
|
1713
1878
|
border-color: transparent;
|
|
1714
1879
|
color: #5ad7ea;
|
|
1715
|
-
text-transform: uppercase;
|
|
1716
1880
|
}
|
|
1717
|
-
.btn-beta-dark:hover {
|
|
1881
|
+
.clay-dark.btn-translucent.btn-info:hover, .clay-dark .btn-translucent.btn-info:hover, .btn-beta-dark:hover {
|
|
1718
1882
|
background-color: rgba(135, 226, 240, 0.06);
|
|
1719
1883
|
color: #5ad7ea;
|
|
1720
1884
|
}
|
|
1721
|
-
.focus.btn-beta-dark, .btn-beta-dark:focus-visible, .c-prefers-focus .btn-beta-dark:focus {
|
|
1885
|
+
.focus.clay-dark.btn-translucent.btn-info, .clay-dark .focus.btn-translucent.btn-info, .focus.btn-beta-dark, .clay-dark.btn-translucent.btn-info:focus-visible, .clay-dark .btn-translucent.btn-info:focus-visible, .btn-beta-dark:focus-visible, .c-prefers-focus .clay-dark.btn-translucent.btn-info:focus, .c-prefers-focus .clay-dark .btn-translucent.btn-info:focus, .clay-dark .c-prefers-focus .btn-translucent.btn-info:focus, .c-prefers-focus .btn-beta-dark:focus {
|
|
1722
1886
|
background-color: rgba(135, 226, 240, 0.06);
|
|
1723
1887
|
color: #5ad7ea;
|
|
1724
1888
|
}
|
|
1889
|
+
.clay-dark.btn-translucent.btn-info:active, .clay-dark .btn-translucent.btn-info:active, .btn-beta-dark:active {
|
|
1890
|
+
background-color: rgba(135, 226, 240, 0.08);
|
|
1891
|
+
color: #5ad7ea;
|
|
1892
|
+
}
|
|
1893
|
+
.active.clay-dark.btn-translucent.btn-info, .clay-dark .active.btn-translucent.btn-info, .active.btn-beta-dark {
|
|
1894
|
+
background-color: rgba(135, 226, 240, 0.08);
|
|
1895
|
+
color: #5ad7ea;
|
|
1896
|
+
}
|
|
1897
|
+
[aria-expanded=true].clay-dark.btn-translucent.btn-info, .clay-dark [aria-expanded=true].btn-translucent.btn-info, [aria-expanded=true].btn-beta-dark, .show.clay-dark.btn-translucent.btn-info, .clay-dark .show.btn-translucent.btn-info, .show.btn-beta-dark {
|
|
1898
|
+
background-color: rgba(135, 226, 240, 0.08);
|
|
1899
|
+
color: #5ad7ea;
|
|
1900
|
+
}
|
|
1901
|
+
.clay-dark.btn-translucent.btn-success, .clay-dark .btn-translucent.btn-success {
|
|
1902
|
+
background-color: rgba(146, 229, 165, 0.04);
|
|
1903
|
+
border-color: transparent;
|
|
1904
|
+
color: #69db83;
|
|
1905
|
+
}
|
|
1906
|
+
.clay-dark.btn-translucent.btn-success:hover, .clay-dark .btn-translucent.btn-success:hover {
|
|
1907
|
+
background-color: rgba(146, 229, 165, 0.06);
|
|
1908
|
+
color: #69db83;
|
|
1909
|
+
}
|
|
1910
|
+
.focus.clay-dark.btn-translucent.btn-success, .clay-dark .focus.btn-translucent.btn-success, .clay-dark.btn-translucent.btn-success:focus-visible, .clay-dark .btn-translucent.btn-success:focus-visible, .c-prefers-focus .clay-dark.btn-translucent.btn-success:focus, .c-prefers-focus .clay-dark .btn-translucent.btn-success:focus, .clay-dark .c-prefers-focus .btn-translucent.btn-success:focus {
|
|
1911
|
+
background-color: rgba(146, 229, 165, 0.06);
|
|
1912
|
+
color: #69db83;
|
|
1913
|
+
}
|
|
1914
|
+
.clay-dark.btn-translucent.btn-success:active, .clay-dark .btn-translucent.btn-success:active {
|
|
1915
|
+
background-color: rgba(146, 229, 165, 0.08);
|
|
1916
|
+
color: #69db83;
|
|
1917
|
+
}
|
|
1918
|
+
.active.clay-dark.btn-translucent.btn-success, .clay-dark .active.btn-translucent.btn-success {
|
|
1919
|
+
background-color: rgba(146, 229, 165, 0.08);
|
|
1920
|
+
color: #69db83;
|
|
1921
|
+
}
|
|
1922
|
+
[aria-expanded=true].clay-dark.btn-translucent.btn-success, .clay-dark [aria-expanded=true].btn-translucent.btn-success, .show.clay-dark.btn-translucent.btn-success, .clay-dark .show.btn-translucent.btn-success {
|
|
1923
|
+
background-color: rgba(146, 229, 165, 0.08);
|
|
1924
|
+
color: #69db83;
|
|
1925
|
+
}
|
|
1926
|
+
.clay-dark.btn-translucent.btn-warning, .clay-dark .btn-translucent.btn-warning {
|
|
1927
|
+
background-color: rgba(255, 235, 175, 0.04);
|
|
1928
|
+
border-color: transparent;
|
|
1929
|
+
color: #ffde7c;
|
|
1930
|
+
}
|
|
1931
|
+
.clay-dark.btn-translucent.btn-warning:hover, .clay-dark .btn-translucent.btn-warning:hover {
|
|
1932
|
+
background-color: rgba(255, 235, 175, 0.06);
|
|
1933
|
+
color: #ffde7c;
|
|
1934
|
+
}
|
|
1935
|
+
.focus.clay-dark.btn-translucent.btn-warning, .clay-dark .focus.btn-translucent.btn-warning, .clay-dark.btn-translucent.btn-warning:focus-visible, .clay-dark .btn-translucent.btn-warning:focus-visible, .c-prefers-focus .clay-dark.btn-translucent.btn-warning:focus, .c-prefers-focus .clay-dark .btn-translucent.btn-warning:focus, .clay-dark .c-prefers-focus .btn-translucent.btn-warning:focus {
|
|
1936
|
+
background-color: rgba(255, 235, 175, 0.06);
|
|
1937
|
+
color: #ffde7c;
|
|
1938
|
+
}
|
|
1939
|
+
.clay-dark.btn-translucent.btn-warning:active, .clay-dark .btn-translucent.btn-warning:active {
|
|
1940
|
+
background-color: rgba(255, 235, 175, 0.08);
|
|
1941
|
+
color: #ffde7c;
|
|
1942
|
+
}
|
|
1943
|
+
.active.clay-dark.btn-translucent.btn-warning, .clay-dark .active.btn-translucent.btn-warning {
|
|
1944
|
+
background-color: rgba(255, 235, 175, 0.08);
|
|
1945
|
+
color: #ffde7c;
|
|
1946
|
+
}
|
|
1947
|
+
[aria-expanded=true].clay-dark.btn-translucent.btn-warning, .clay-dark [aria-expanded=true].btn-translucent.btn-warning, .show.clay-dark.btn-translucent.btn-warning, .clay-dark .show.btn-translucent.btn-warning {
|
|
1948
|
+
background-color: rgba(255, 235, 175, 0.08);
|
|
1949
|
+
color: #ffde7c;
|
|
1950
|
+
}
|
|
1951
|
+
.clay-dark.btn-translucent.btn-danger, .clay-dark .btn-translucent.btn-danger {
|
|
1952
|
+
background-color: rgba(245, 196, 201, 0.04);
|
|
1953
|
+
border-color: transparent;
|
|
1954
|
+
color: #ed99a1;
|
|
1955
|
+
}
|
|
1956
|
+
.clay-dark.btn-translucent.btn-danger:hover, .clay-dark .btn-translucent.btn-danger:hover {
|
|
1957
|
+
background-color: rgba(245, 196, 201, 0.06);
|
|
1958
|
+
color: #ed99a1;
|
|
1959
|
+
}
|
|
1960
|
+
.focus.clay-dark.btn-translucent.btn-danger, .clay-dark .focus.btn-translucent.btn-danger, .clay-dark.btn-translucent.btn-danger:focus-visible, .clay-dark .btn-translucent.btn-danger:focus-visible, .c-prefers-focus .clay-dark.btn-translucent.btn-danger:focus, .c-prefers-focus .clay-dark .btn-translucent.btn-danger:focus, .clay-dark .c-prefers-focus .btn-translucent.btn-danger:focus {
|
|
1961
|
+
background-color: rgba(245, 196, 201, 0.06);
|
|
1962
|
+
color: #ed99a1;
|
|
1963
|
+
}
|
|
1964
|
+
.clay-dark.btn-translucent.btn-danger:active, .clay-dark .btn-translucent.btn-danger:active {
|
|
1965
|
+
background-color: rgba(245, 196, 201, 0.08);
|
|
1966
|
+
color: #ed99a1;
|
|
1967
|
+
}
|
|
1968
|
+
.active.clay-dark.btn-translucent.btn-danger, .clay-dark .active.btn-translucent.btn-danger {
|
|
1969
|
+
background-color: rgba(245, 196, 201, 0.08);
|
|
1970
|
+
color: #ed99a1;
|
|
1971
|
+
}
|
|
1972
|
+
[aria-expanded=true].clay-dark.btn-translucent.btn-danger, .clay-dark [aria-expanded=true].btn-translucent.btn-danger, .show.clay-dark.btn-translucent.btn-danger, .clay-dark .show.btn-translucent.btn-danger {
|
|
1973
|
+
background-color: rgba(245, 196, 201, 0.08);
|
|
1974
|
+
color: #ed99a1;
|
|
1975
|
+
}
|
|
1725
1976
|
.btn-outline-primary {
|
|
1726
1977
|
border-color: #007bff;
|
|
1727
1978
|
color: #007bff;
|
|
@@ -4168,15 +4419,55 @@ input[type=button].btn-block {
|
|
|
4168
4419
|
color: #fff;
|
|
4169
4420
|
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
|
|
4170
4421
|
}
|
|
4171
|
-
.badge-
|
|
4422
|
+
.badge-translucent.badge-primary {
|
|
4423
|
+
background-color: rgba(0, 105, 217, 0.04);
|
|
4424
|
+
border-color: transparent;
|
|
4425
|
+
color: #0069d9;
|
|
4426
|
+
}
|
|
4427
|
+
.badge-translucent.badge-info, .badge-beta {
|
|
4172
4428
|
background-color: rgba(19, 132, 150, 0.04);
|
|
4429
|
+
border-color: transparent;
|
|
4173
4430
|
color: #138496;
|
|
4174
|
-
text-transform: uppercase;
|
|
4175
4431
|
}
|
|
4176
|
-
.badge-
|
|
4432
|
+
.badge-translucent.badge-success {
|
|
4433
|
+
background-color: rgba(33, 136, 56, 0.04);
|
|
4434
|
+
border-color: transparent;
|
|
4435
|
+
color: #218838;
|
|
4436
|
+
}
|
|
4437
|
+
.badge-translucent.badge-warning {
|
|
4438
|
+
background-color: rgba(224, 168, 0, 0.04);
|
|
4439
|
+
border-color: transparent;
|
|
4440
|
+
color: #e0a800;
|
|
4441
|
+
}
|
|
4442
|
+
.badge-translucent.badge-danger {
|
|
4443
|
+
background-color: rgba(200, 35, 51, 0.04);
|
|
4444
|
+
border-color: transparent;
|
|
4445
|
+
color: #c82333;
|
|
4446
|
+
}
|
|
4447
|
+
.clay-dark.badge-translucent.badge-primary, .clay-dark .badge-translucent.badge-primary {
|
|
4448
|
+
background-color: rgba(168, 210, 255, 0.04);
|
|
4449
|
+
border-color: transparent;
|
|
4450
|
+
color: #75b8ff;
|
|
4451
|
+
}
|
|
4452
|
+
.clay-dark.badge-translucent.badge-info, .clay-dark .badge-translucent.badge-info, .badge-beta-dark {
|
|
4177
4453
|
background-color: rgba(135, 226, 240, 0.04);
|
|
4454
|
+
border-color: transparent;
|
|
4178
4455
|
color: #5ad7ea;
|
|
4179
|
-
|
|
4456
|
+
}
|
|
4457
|
+
.clay-dark.badge-translucent.badge-success, .clay-dark .badge-translucent.badge-success {
|
|
4458
|
+
background-color: rgba(146, 229, 165, 0.04);
|
|
4459
|
+
border-color: transparent;
|
|
4460
|
+
color: #69db83;
|
|
4461
|
+
}
|
|
4462
|
+
.clay-dark.badge-translucent.badge-warning, .clay-dark .badge-translucent.badge-warning {
|
|
4463
|
+
background-color: rgba(255, 235, 175, 0.04);
|
|
4464
|
+
border-color: transparent;
|
|
4465
|
+
color: #ffde7c;
|
|
4466
|
+
}
|
|
4467
|
+
.clay-dark.badge-translucent.badge-danger, .clay-dark .badge-translucent.badge-danger {
|
|
4468
|
+
background-color: rgba(245, 196, 201, 0.04);
|
|
4469
|
+
border-color: transparent;
|
|
4470
|
+
color: #ed99a1;
|
|
4180
4471
|
}
|
|
4181
4472
|
.breadcrumb {
|
|
4182
4473
|
background-color: #e9ecef;
|
|
@@ -11740,6 +12031,24 @@ label.custom-control-label {
|
|
|
11740
12031
|
width: 100%;
|
|
11741
12032
|
z-index: 1050;
|
|
11742
12033
|
}
|
|
12034
|
+
@media (max-width: 767.98px) {
|
|
12035
|
+
.modal .close {
|
|
12036
|
+
margin-right: -0.5rem;
|
|
12037
|
+
}
|
|
12038
|
+
.modal .modal-header {
|
|
12039
|
+
height: 3rem;
|
|
12040
|
+
padding: 0.5rem 1rem;
|
|
12041
|
+
}
|
|
12042
|
+
.modal .modal-title {
|
|
12043
|
+
font-size: 1.125rem;
|
|
12044
|
+
}
|
|
12045
|
+
.modal .modal-body {
|
|
12046
|
+
padding: 0.5rem 1rem;
|
|
12047
|
+
}
|
|
12048
|
+
.modal .modal-footer {
|
|
12049
|
+
padding: 0.5rem;
|
|
12050
|
+
}
|
|
12051
|
+
}
|
|
11743
12052
|
|
|
11744
12053
|
.modal-dialog {
|
|
11745
12054
|
margin: 0.5rem;
|
|
@@ -11930,7 +12239,7 @@ label.custom-control-label {
|
|
|
11930
12239
|
padding-top: 0.75rem;
|
|
11931
12240
|
}
|
|
11932
12241
|
.modal-footer > * {
|
|
11933
|
-
margin: calc(0.5rem * 0.5);
|
|
12242
|
+
margin: 0 calc(0.5rem * 0.5);
|
|
11934
12243
|
}
|
|
11935
12244
|
|
|
11936
12245
|
.modal-item-group {
|
|
@@ -11977,6 +12286,7 @@ label.custom-control-label {
|
|
|
11977
12286
|
|
|
11978
12287
|
.modal-footer > .modal-item-last {
|
|
11979
12288
|
margin-left: auto;
|
|
12289
|
+
margin-right: 0;
|
|
11980
12290
|
}
|
|
11981
12291
|
|
|
11982
12292
|
.modal-title {
|
|
@@ -18858,8 +19168,8 @@ th {
|
|
|
18858
19168
|
|
|
18859
19169
|
caption {
|
|
18860
19170
|
color: #6c757d;
|
|
18861
|
-
padding-bottom: 0.
|
|
18862
|
-
padding-top: 0.
|
|
19171
|
+
padding-bottom: 0.5rem 1rem;
|
|
19172
|
+
padding-top: 0.5rem 1rem;
|
|
18863
19173
|
text-align: left;
|
|
18864
19174
|
}
|
|
18865
19175
|
|
|
@@ -18886,27 +19196,21 @@ caption {
|
|
|
18886
19196
|
}
|
|
18887
19197
|
.table thead th,
|
|
18888
19198
|
.table thead td {
|
|
18889
|
-
background-color: #fff;
|
|
18890
19199
|
border-bottom: calc(2 * 0.0625rem) solid #dee2e6;
|
|
18891
19200
|
border-top-width: 0px;
|
|
18892
|
-
vertical-align:
|
|
19201
|
+
vertical-align: middle;
|
|
18893
19202
|
}
|
|
18894
19203
|
.table th:first-child,
|
|
18895
19204
|
.table td:first-child,
|
|
18896
19205
|
.table .table-column-start {
|
|
18897
|
-
padding-left:
|
|
18898
|
-
}
|
|
18899
|
-
.table th:last-child,
|
|
18900
|
-
.table td:last-child,
|
|
18901
|
-
.table .table-column-end {
|
|
18902
|
-
padding-right: 15px;
|
|
19206
|
+
padding-left: 1.25rem;
|
|
18903
19207
|
}
|
|
18904
19208
|
.table th {
|
|
18905
19209
|
background-clip: padding-box;
|
|
18906
19210
|
border-top: 0.0625rem solid #dee2e6;
|
|
18907
19211
|
color: #495057;
|
|
18908
|
-
height:
|
|
18909
|
-
padding: 0.
|
|
19212
|
+
height: 56px;
|
|
19213
|
+
padding: 0.5rem 1rem;
|
|
18910
19214
|
position: relative;
|
|
18911
19215
|
vertical-align: top;
|
|
18912
19216
|
}
|
|
@@ -18918,7 +19222,8 @@ caption {
|
|
|
18918
19222
|
border-right-width: 0px;
|
|
18919
19223
|
border-style: solid;
|
|
18920
19224
|
border-top-width: 0.0625rem;
|
|
18921
|
-
|
|
19225
|
+
height: 56px;
|
|
19226
|
+
padding: 0.5rem 1rem;
|
|
18922
19227
|
position: relative;
|
|
18923
19228
|
vertical-align: middle;
|
|
18924
19229
|
}
|
|
@@ -18927,30 +19232,28 @@ caption {
|
|
|
18927
19232
|
}
|
|
18928
19233
|
.table caption {
|
|
18929
19234
|
caption-side: top;
|
|
18930
|
-
padding-left:
|
|
18931
|
-
padding-right:
|
|
19235
|
+
padding-left: 1rem;
|
|
19236
|
+
padding-right: 1rem;
|
|
18932
19237
|
}
|
|
18933
19238
|
.table .table-divider th,
|
|
18934
19239
|
.table .table-divider td {
|
|
18935
19240
|
background-color: #fff;
|
|
18936
|
-
|
|
19241
|
+
height: 34px;
|
|
19242
|
+
line-height: 17px;
|
|
19243
|
+
padding: 0.5rem 1rem 0.5rem 1.25rem;
|
|
18937
19244
|
}
|
|
18938
19245
|
.table .table-active {
|
|
18939
19246
|
background-color: #ececec;
|
|
18940
19247
|
}
|
|
18941
|
-
.table .table-active th,
|
|
18942
|
-
.table .table-active td {
|
|
18943
|
-
background-color: #ececec;
|
|
18944
|
-
}
|
|
18945
19248
|
.table .table-active .quick-action-menu {
|
|
18946
19249
|
background-color: #ececec;
|
|
18947
19250
|
}
|
|
18948
19251
|
.table .table-disabled {
|
|
19252
|
+
background-color: #fff;
|
|
18949
19253
|
color: #acacac;
|
|
18950
19254
|
}
|
|
18951
19255
|
.table .table-disabled th,
|
|
18952
19256
|
.table .table-disabled td {
|
|
18953
|
-
background-color: #fff;
|
|
18954
19257
|
cursor: not-allowed;
|
|
18955
19258
|
}
|
|
18956
19259
|
.table .table-disabled th a[href],
|
|
@@ -18966,8 +19269,8 @@ caption {
|
|
|
18966
19269
|
}
|
|
18967
19270
|
.table .autofit-col {
|
|
18968
19271
|
justify-content: center;
|
|
18969
|
-
padding-left:
|
|
18970
|
-
padding-right:
|
|
19272
|
+
padding-left: 1rem;
|
|
19273
|
+
padding-right: 1rem;
|
|
18971
19274
|
}
|
|
18972
19275
|
.table .autofit-col:first-child {
|
|
18973
19276
|
padding-left: 0;
|
|
@@ -18989,17 +19292,27 @@ caption {
|
|
|
18989
19292
|
}
|
|
18990
19293
|
.table .quick-action-menu {
|
|
18991
19294
|
align-items: flex-start;
|
|
18992
|
-
padding-bottom: 0.
|
|
18993
|
-
padding-top: 0.
|
|
19295
|
+
padding-bottom: 0.5rem;
|
|
19296
|
+
padding-top: 0.5rem;
|
|
18994
19297
|
}
|
|
18995
19298
|
|
|
18996
19299
|
.table-caption-bottom caption {
|
|
18997
19300
|
caption-side: bottom;
|
|
18998
19301
|
}
|
|
18999
19302
|
|
|
19303
|
+
.table-lg th,
|
|
19304
|
+
.table-lg td {
|
|
19305
|
+
padding: 1.0625rem;
|
|
19306
|
+
}
|
|
19307
|
+
.table-md th,
|
|
19308
|
+
.table-md td {
|
|
19309
|
+
height: 48px;
|
|
19310
|
+
padding: 0.375rem 1rem;
|
|
19311
|
+
}
|
|
19000
19312
|
.table-sm th,
|
|
19001
19313
|
.table-sm td {
|
|
19002
|
-
|
|
19314
|
+
height: 32px;
|
|
19315
|
+
padding: 0.25rem 1rem;
|
|
19003
19316
|
}
|
|
19004
19317
|
.table-bordered {
|
|
19005
19318
|
border: 0.0625rem solid #dee2e6;
|
|
@@ -19012,6 +19325,14 @@ caption {
|
|
|
19012
19325
|
.table-bordered td {
|
|
19013
19326
|
border: 0.0625rem solid #dee2e6;
|
|
19014
19327
|
}
|
|
19328
|
+
.table-head-bordered thead th,
|
|
19329
|
+
.table-head-bordered thead td {
|
|
19330
|
+
border-left: 0.0625rem solid #dee2e6;
|
|
19331
|
+
}
|
|
19332
|
+
.table-head-bordered thead th:first-child,
|
|
19333
|
+
.table-head-bordered thead td:first-child {
|
|
19334
|
+
border-left-width: 0;
|
|
19335
|
+
}
|
|
19015
19336
|
.table-borderless th,
|
|
19016
19337
|
.table-borderless td,
|
|
19017
19338
|
.table-borderless thead th,
|
|
@@ -19019,8 +19340,9 @@ caption {
|
|
|
19019
19340
|
border: 0;
|
|
19020
19341
|
}
|
|
19021
19342
|
|
|
19022
|
-
.table-striped tbody tr:nth-of-type(odd)
|
|
19023
|
-
.table-striped tbody tr:nth-of-type(odd)
|
|
19343
|
+
.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider),
|
|
19344
|
+
.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) td,
|
|
19345
|
+
.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) th {
|
|
19024
19346
|
background-color: #f2f2f2;
|
|
19025
19347
|
}
|
|
19026
19348
|
|
|
@@ -19028,11 +19350,6 @@ caption {
|
|
|
19028
19350
|
background-color: #ececec;
|
|
19029
19351
|
color: #212529;
|
|
19030
19352
|
}
|
|
19031
|
-
.table-hover tbody tr:hover th,
|
|
19032
|
-
.table-hover tbody tr:hover td {
|
|
19033
|
-
background-color: #ececec;
|
|
19034
|
-
color: #212529;
|
|
19035
|
-
}
|
|
19036
19353
|
.table-hover tbody tr:hover .quick-action-menu {
|
|
19037
19354
|
background-color: #ececec;
|
|
19038
19355
|
}
|
|
@@ -19042,10 +19359,53 @@ caption {
|
|
|
19042
19359
|
.table-hover .table-disabled:hover {
|
|
19043
19360
|
background-color: #fff;
|
|
19044
19361
|
}
|
|
19045
|
-
.table-
|
|
19046
|
-
|
|
19047
|
-
|
|
19362
|
+
tr.table-focus {
|
|
19363
|
+
outline: 0;
|
|
19364
|
+
}
|
|
19365
|
+
tr.table-focus td {
|
|
19366
|
+
outline: 0;
|
|
19367
|
+
}
|
|
19368
|
+
tr.table-focus td::before {
|
|
19369
|
+
box-shadow: inset 0 0.2rem 0 0 rgba(0, 123, 255, 0.25), inset 0 -0.2rem 0 0 rgba(0, 123, 255, 0.25);
|
|
19370
|
+
content: "";
|
|
19371
|
+
display: block;
|
|
19372
|
+
position: absolute;
|
|
19373
|
+
left: -0.0625rem;
|
|
19374
|
+
right: -0.0625rem;
|
|
19375
|
+
top: -0.0625rem;
|
|
19376
|
+
bottom: -0.0625rem;
|
|
19377
|
+
pointer-events: none;
|
|
19378
|
+
z-index: 1;
|
|
19048
19379
|
}
|
|
19380
|
+
tr.table-focus td:first-child::after {
|
|
19381
|
+
box-shadow: inset 0.2rem 0 0 0 rgba(0, 123, 255, 0.25);
|
|
19382
|
+
content: "";
|
|
19383
|
+
display: block;
|
|
19384
|
+
position: absolute;
|
|
19385
|
+
pointer-events: none;
|
|
19386
|
+
top: 0.0625rem;
|
|
19387
|
+
bottom: 0.0625rem;
|
|
19388
|
+
left: -0.0625rem;
|
|
19389
|
+
z-index: 1;
|
|
19390
|
+
width: 0.25rem;
|
|
19391
|
+
}
|
|
19392
|
+
tr.table-focus td:last-child::after {
|
|
19393
|
+
box-shadow: inset -0.2rem 0 0 0 rgba(0, 123, 255, 0.25);
|
|
19394
|
+
content: "";
|
|
19395
|
+
display: block;
|
|
19396
|
+
position: absolute;
|
|
19397
|
+
pointer-events: none;
|
|
19398
|
+
top: 0.0625rem;
|
|
19399
|
+
bottom: 0.0625rem;
|
|
19400
|
+
right: -0.0625rem;
|
|
19401
|
+
z-index: 1;
|
|
19402
|
+
width: 0.25rem;
|
|
19403
|
+
}
|
|
19404
|
+
|
|
19405
|
+
td.table-focus {
|
|
19406
|
+
outline: none;
|
|
19407
|
+
}
|
|
19408
|
+
|
|
19049
19409
|
.table .table-primary,
|
|
19050
19410
|
.table .table-primary > th,
|
|
19051
19411
|
.table .table-primary > td {
|
|
@@ -19227,11 +19587,6 @@ caption {
|
|
|
19227
19587
|
background-color: #b9bbbe;
|
|
19228
19588
|
}
|
|
19229
19589
|
|
|
19230
|
-
.table-striped tbody .table-disabled:nth-of-type(odd) td,
|
|
19231
|
-
.table-striped tbody .table-disabled:nth-of-type(odd) th {
|
|
19232
|
-
background-color: #fff;
|
|
19233
|
-
}
|
|
19234
|
-
|
|
19235
19590
|
.table .thead-dark th {
|
|
19236
19591
|
background-color: #343a40;
|
|
19237
19592
|
border-color: #454d55;
|
|
@@ -19255,7 +19610,9 @@ caption {
|
|
|
19255
19610
|
.table-dark.table-bordered {
|
|
19256
19611
|
border-width: 0;
|
|
19257
19612
|
}
|
|
19258
|
-
.table-dark.table-striped tbody tr:nth-of-type(odd)
|
|
19613
|
+
.table-dark.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider),
|
|
19614
|
+
.table-dark.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) th,
|
|
19615
|
+
.table-dark.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) td {
|
|
19259
19616
|
background-color: rgba(255, 255, 255, 0.05);
|
|
19260
19617
|
}
|
|
19261
19618
|
.table-dark.table-hover tbody tr:hover {
|
|
@@ -19361,13 +19718,11 @@ caption {
|
|
|
19361
19718
|
margin-bottom: 0.0625rem;
|
|
19362
19719
|
}
|
|
19363
19720
|
.table-list thead {
|
|
19364
|
-
background-color: #fff;
|
|
19365
19721
|
border-top-left-radius: calc(0.25rem - 0.0625rem);
|
|
19366
19722
|
border-top-right-radius: calc(0.25rem - 0.0625rem);
|
|
19367
19723
|
}
|
|
19368
19724
|
.table-list thead th,
|
|
19369
19725
|
.table-list thead td {
|
|
19370
|
-
background-color: #fff;
|
|
19371
19726
|
border-bottom-width: 0;
|
|
19372
19727
|
}
|
|
19373
19728
|
.table-list th,
|
|
@@ -19435,37 +19790,27 @@ caption {
|
|
|
19435
19790
|
border-bottom-right-radius: calc(0.25rem - 0.0625rem);
|
|
19436
19791
|
}
|
|
19437
19792
|
.table-list tbody {
|
|
19438
|
-
background-color: #fff;
|
|
19439
19793
|
border-bottom-left-radius: calc(0.25rem - 0.0625rem);
|
|
19440
19794
|
border-bottom-right-radius: calc(0.25rem - 0.0625rem);
|
|
19441
19795
|
}
|
|
19442
19796
|
.table-list tbody th,
|
|
19443
19797
|
.table-list tbody td {
|
|
19444
|
-
background-color: #fff;
|
|
19445
19798
|
vertical-align: middle;
|
|
19446
19799
|
}
|
|
19447
|
-
.table-list tfoot {
|
|
19448
|
-
background-color: #fff;
|
|
19449
|
-
}
|
|
19450
19800
|
.table-list tfoot th,
|
|
19451
19801
|
.table-list tfoot td {
|
|
19452
|
-
background-color: #fff;
|
|
19453
19802
|
vertical-align: middle;
|
|
19454
19803
|
}
|
|
19455
19804
|
.table-list .table-divider th,
|
|
19456
19805
|
.table-list .table-divider td {
|
|
19457
|
-
padding-bottom: 0.
|
|
19458
|
-
padding-left:
|
|
19459
|
-
padding-right:
|
|
19460
|
-
padding-top: 0.
|
|
19806
|
+
padding-bottom: 0.5rem;
|
|
19807
|
+
padding-left: 1.25rem;
|
|
19808
|
+
padding-right: 1rem;
|
|
19809
|
+
padding-top: 0.5rem;
|
|
19461
19810
|
}
|
|
19462
19811
|
.table-list .table-active {
|
|
19463
19812
|
background-color: #dadada;
|
|
19464
19813
|
}
|
|
19465
|
-
.table-list .table-active th,
|
|
19466
|
-
.table-list .table-active td {
|
|
19467
|
-
background-color: #dadada;
|
|
19468
|
-
}
|
|
19469
19814
|
.table-list .table-active .quick-action-menu {
|
|
19470
19815
|
background-color: #dadada;
|
|
19471
19816
|
}
|
|
@@ -19473,11 +19818,6 @@ caption {
|
|
|
19473
19818
|
background-color: #fff;
|
|
19474
19819
|
color: #acacac;
|
|
19475
19820
|
}
|
|
19476
|
-
.table-list .table-disabled th,
|
|
19477
|
-
.table-list .table-disabled td {
|
|
19478
|
-
background-color: #fff;
|
|
19479
|
-
color: #acacac;
|
|
19480
|
-
}
|
|
19481
19821
|
.table-list .table-disabled th a[href],
|
|
19482
19822
|
.table-list .table-disabled td a[href] {
|
|
19483
19823
|
color: #acacac;
|
|
@@ -19509,28 +19849,21 @@ caption {
|
|
|
19509
19849
|
.table.table-list.table-bordered .table-column-start {
|
|
19510
19850
|
border-left-width: 0;
|
|
19511
19851
|
}
|
|
19512
|
-
.table-list.table-striped tbody tr:nth-of-type(odd)
|
|
19513
|
-
.table-list.table-striped tbody tr:nth-of-type(odd) th
|
|
19852
|
+
.table-list.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider),
|
|
19853
|
+
.table-list.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) th,
|
|
19854
|
+
.table-list.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) td {
|
|
19514
19855
|
background-color: #f2f2f2;
|
|
19515
19856
|
}
|
|
19516
19857
|
|
|
19517
19858
|
.table-list.table-hover tbody tr:hover {
|
|
19518
19859
|
background-color: #ececec;
|
|
19519
19860
|
}
|
|
19520
|
-
.table-list.table-hover tbody tr:hover th,
|
|
19521
|
-
.table-list.table-hover tbody tr:hover td {
|
|
19522
|
-
background-color: #ececec;
|
|
19523
|
-
}
|
|
19524
19861
|
.table-list.table-hover tbody tr:hover .quick-action-menu {
|
|
19525
19862
|
background-color: #ececec;
|
|
19526
19863
|
}
|
|
19527
19864
|
.table-list.table-hover .table-active:hover {
|
|
19528
19865
|
background-color: #dadada;
|
|
19529
19866
|
}
|
|
19530
|
-
.table-list.table-hover .table-active:hover th,
|
|
19531
|
-
.table-list.table-hover .table-active:hover td {
|
|
19532
|
-
background-color: #dadada;
|
|
19533
|
-
}
|
|
19534
19867
|
.table-list.table-hover .table-active:hover .quick-action-menu {
|
|
19535
19868
|
background-color: #ececec;
|
|
19536
19869
|
}
|
|
@@ -19540,16 +19873,6 @@ caption {
|
|
|
19540
19873
|
.table-list.table-hover .table-disabled:hover {
|
|
19541
19874
|
background-color: #fff;
|
|
19542
19875
|
}
|
|
19543
|
-
.table-list.table-hover .table-disabled:hover th,
|
|
19544
|
-
.table-list.table-hover .table-disabled:hover td {
|
|
19545
|
-
background-color: #fff;
|
|
19546
|
-
}
|
|
19547
|
-
.table-list.table-striped tbody .table-disabled:nth-of-type(odd),
|
|
19548
|
-
.table-list.table-striped tbody .table-disabled:nth-of-type(odd) td,
|
|
19549
|
-
.table-list.table-striped tbody .table-disabled:nth-of-type(odd) th {
|
|
19550
|
-
background-color: #fff;
|
|
19551
|
-
}
|
|
19552
|
-
|
|
19553
19876
|
.table-list-title {
|
|
19554
19877
|
font-size: 1rem;
|
|
19555
19878
|
font-weight: 500;
|
|
@@ -19674,16 +19997,6 @@ caption {
|
|
|
19674
19997
|
vertical-align: top;
|
|
19675
19998
|
}
|
|
19676
19999
|
|
|
19677
|
-
.table-nested-rows th:first-child,
|
|
19678
|
-
.table-nested-rows td:first-child,
|
|
19679
|
-
.table-nested-rows .table-column-start {
|
|
19680
|
-
padding-left: 1.25rem;
|
|
19681
|
-
}
|
|
19682
|
-
.table-nested-rows th:last-child,
|
|
19683
|
-
.table-nested-rows td:last-child,
|
|
19684
|
-
.table-nested-rows .table-column-end {
|
|
19685
|
-
padding-right: 1.25rem;
|
|
19686
|
-
}
|
|
19687
20000
|
.table-nested-rows .autofit-col {
|
|
19688
20001
|
padding-left: 0.125rem;
|
|
19689
20002
|
padding-right: 0.125rem;
|
|
@@ -30704,7 +31017,7 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
30704
31017
|
text-decoration: none !important;
|
|
30705
31018
|
}
|
|
30706
31019
|
|
|
30707
|
-
.c-prefers-letter-spacing-1 {
|
|
31020
|
+
.c-prefers-letter-spacing-1, .c-prefers-letter-spacing-1 * {
|
|
30708
31021
|
letter-spacing: 1px !important;
|
|
30709
31022
|
}
|
|
30710
31023
|
|