@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/cadmin.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>
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
* SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
|
|
17
17
|
*/
|
|
18
18
|
/**
|
|
19
|
-
* Clay 3.
|
|
19
|
+
* Clay 3.128.0
|
|
20
20
|
*
|
|
21
21
|
* SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
|
|
22
22
|
* SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
@@ -274,6 +274,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin a:focus {
|
|
|
274
274
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
275
275
|
outline: 0;
|
|
276
276
|
}
|
|
277
|
+
|
|
277
278
|
html:not(#__):not(#___) .cadmin pre,
|
|
278
279
|
html:not(#__):not(#___) .cadmin code,
|
|
279
280
|
html:not(#__):not(#___) .cadmin kbd,
|
|
@@ -925,6 +926,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn:focus {
|
|
|
925
926
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
926
927
|
outline: 0;
|
|
927
928
|
}
|
|
929
|
+
|
|
928
930
|
html:not(#__):not(#___) .cadmin .btn:active {
|
|
929
931
|
box-shadow: [];
|
|
930
932
|
}
|
|
@@ -939,6 +941,7 @@ html:not(#__):not(#___) .cadmin .btn:disabled:focus-visible,
|
|
|
939
941
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .btn:disabled, html:not(#__):not(#___) .c-prefers-focus .cadmin .btn.disabled:focus, html:not(#__):not(#___) .cadmin .btn.disabled:focus-visible {
|
|
940
942
|
box-shadow: none;
|
|
941
943
|
}
|
|
944
|
+
|
|
942
945
|
html:not(#__):not(#___) .cadmin .btn:disabled:active, html:not(#__):not(#___) .cadmin .btn.disabled:active {
|
|
943
946
|
pointer-events: none;
|
|
944
947
|
}
|
|
@@ -1150,6 +1153,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-primary:focus {
|
|
|
1150
1153
|
border-color: transparent;
|
|
1151
1154
|
color: #fff;
|
|
1152
1155
|
}
|
|
1156
|
+
|
|
1153
1157
|
html:not(#__):not(#___) .cadmin .btn-primary:active {
|
|
1154
1158
|
background-color: #004ad7;
|
|
1155
1159
|
border-color: transparent;
|
|
@@ -1186,6 +1190,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-secondary:focus {
|
|
|
1186
1190
|
border-color: #cdced9;
|
|
1187
1191
|
color: #272833;
|
|
1188
1192
|
}
|
|
1193
|
+
|
|
1189
1194
|
html:not(#__):not(#___) .cadmin .btn-secondary:active {
|
|
1190
1195
|
background-color: #f1f2f5;
|
|
1191
1196
|
border-color: #cdced9;
|
|
@@ -1222,6 +1227,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-success:focus {
|
|
|
1222
1227
|
border-color: transparent;
|
|
1223
1228
|
color: #fff;
|
|
1224
1229
|
}
|
|
1230
|
+
|
|
1225
1231
|
html:not(#__):not(#___) .cadmin .btn-success:active {
|
|
1226
1232
|
background-color: #1c5629;
|
|
1227
1233
|
border-color: transparent;
|
|
@@ -1258,6 +1264,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-info:focus {
|
|
|
1258
1264
|
border-color: transparent;
|
|
1259
1265
|
color: #fff;
|
|
1260
1266
|
}
|
|
1267
|
+
|
|
1261
1268
|
html:not(#__):not(#___) .cadmin .btn-info:active {
|
|
1262
1269
|
background-color: #234584;
|
|
1263
1270
|
border-color: transparent;
|
|
@@ -1294,6 +1301,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-warning:focus {
|
|
|
1294
1301
|
border-color: transparent;
|
|
1295
1302
|
color: #fff;
|
|
1296
1303
|
}
|
|
1304
|
+
|
|
1297
1305
|
html:not(#__):not(#___) .cadmin .btn-warning:active {
|
|
1298
1306
|
background-color: #863a00;
|
|
1299
1307
|
border-color: transparent;
|
|
@@ -1330,6 +1338,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-danger:focus {
|
|
|
1330
1338
|
border-color: transparent;
|
|
1331
1339
|
color: #fff;
|
|
1332
1340
|
}
|
|
1341
|
+
|
|
1333
1342
|
html:not(#__):not(#___) .cadmin .btn-danger:active {
|
|
1334
1343
|
background-color: #ab1010;
|
|
1335
1344
|
border-color: transparent;
|
|
@@ -1366,6 +1375,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-light:focus {
|
|
|
1366
1375
|
border-color: transparent;
|
|
1367
1376
|
color: #272833;
|
|
1368
1377
|
}
|
|
1378
|
+
|
|
1369
1379
|
html:not(#__):not(#___) .cadmin .btn-light:active {
|
|
1370
1380
|
background-color: #d3d6e0;
|
|
1371
1381
|
border-color: transparent;
|
|
@@ -1402,6 +1412,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-dark:focus {
|
|
|
1402
1412
|
border-color: transparent;
|
|
1403
1413
|
color: #fff;
|
|
1404
1414
|
}
|
|
1415
|
+
|
|
1405
1416
|
html:not(#__):not(#___) .cadmin .btn-dark:active {
|
|
1406
1417
|
background-color: #111116;
|
|
1407
1418
|
border-color: transparent;
|
|
@@ -1438,13 +1449,10 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-link:focus {
|
|
|
1438
1449
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
1439
1450
|
text-decoration: none;
|
|
1440
1451
|
}
|
|
1452
|
+
|
|
1441
1453
|
html:not(#__):not(#___) .cadmin .btn-link:active {
|
|
1442
1454
|
box-shadow: [none];
|
|
1443
1455
|
}
|
|
1444
|
-
html:not(#__):not(#___) .cadmin .btn-link:active:focus-visible,
|
|
1445
|
-
html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-link:active:focus {
|
|
1446
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
1447
|
-
}
|
|
1448
1456
|
html:not(#__):not(#___) .cadmin .btn-link.active {
|
|
1449
1457
|
box-shadow: [none];
|
|
1450
1458
|
}
|
|
@@ -1470,6 +1478,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-beta:focus {
|
|
|
1470
1478
|
background-color: #f1f2f5;
|
|
1471
1479
|
color: #294f98;
|
|
1472
1480
|
}
|
|
1481
|
+
|
|
1473
1482
|
html:not(#__):not(#___) .cadmin .btn-translucent {
|
|
1474
1483
|
border-radius: 800px;
|
|
1475
1484
|
}
|
|
@@ -1487,6 +1496,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-translucent.btn-primary:fo
|
|
|
1487
1496
|
background-color: rgba(0, 83, 240, 0.06);
|
|
1488
1497
|
color: #0053f0;
|
|
1489
1498
|
}
|
|
1499
|
+
|
|
1490
1500
|
html:not(#__):not(#___) .cadmin .btn-translucent.btn-primary:active {
|
|
1491
1501
|
background-color: rgba(0, 83, 240, 0.08);
|
|
1492
1502
|
color: #0053f0;
|
|
@@ -1513,6 +1523,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-translucent.btn-info, html
|
|
|
1513
1523
|
background-color: rgba(41, 79, 152, 0.06);
|
|
1514
1524
|
color: #294f98;
|
|
1515
1525
|
}
|
|
1526
|
+
|
|
1516
1527
|
html:not(#__):not(#___) .cadmin .btn-translucent.btn-info:active, html:not(#__):not(#___) .cadmin .btn-beta:active {
|
|
1517
1528
|
background-color: rgba(41, 79, 152, 0.08);
|
|
1518
1529
|
color: #294f98;
|
|
@@ -1539,6 +1550,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-translucent.btn-success:fo
|
|
|
1539
1550
|
background-color: rgba(34, 106, 51, 0.06);
|
|
1540
1551
|
color: #226a33;
|
|
1541
1552
|
}
|
|
1553
|
+
|
|
1542
1554
|
html:not(#__):not(#___) .cadmin .btn-translucent.btn-success:active {
|
|
1543
1555
|
background-color: rgba(34, 106, 51, 0.08);
|
|
1544
1556
|
color: #226a33;
|
|
@@ -1565,6 +1577,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-translucent.btn-warning:fo
|
|
|
1565
1577
|
background-color: rgba(159, 69, 0, 0.06);
|
|
1566
1578
|
color: #9f4500;
|
|
1567
1579
|
}
|
|
1580
|
+
|
|
1568
1581
|
html:not(#__):not(#___) .cadmin .btn-translucent.btn-warning:active {
|
|
1569
1582
|
background-color: rgba(159, 69, 0, 0.08);
|
|
1570
1583
|
color: #9f4500;
|
|
@@ -1591,6 +1604,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-translucent.btn-danger:foc
|
|
|
1591
1604
|
background-color: rgba(195, 18, 18, 0.06);
|
|
1592
1605
|
color: #c31212;
|
|
1593
1606
|
}
|
|
1607
|
+
|
|
1594
1608
|
html:not(#__):not(#___) .cadmin .btn-translucent.btn-danger:active {
|
|
1595
1609
|
background-color: rgba(195, 18, 18, 0.08);
|
|
1596
1610
|
color: #c31212;
|
|
@@ -1618,6 +1632,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark .btn-translucent.btn
|
|
|
1618
1632
|
background-color: rgba(179, 205, 255, 0.06);
|
|
1619
1633
|
color: #80acff;
|
|
1620
1634
|
}
|
|
1635
|
+
|
|
1621
1636
|
html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-primary:active, html:not(#__):not(#___) .cadmin .clay-dark .btn-translucent.btn-primary:active {
|
|
1622
1637
|
background-color: rgba(179, 205, 255, 0.08);
|
|
1623
1638
|
color: #80acff;
|
|
@@ -1646,6 +1661,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-beta-dark:focus {
|
|
|
1646
1661
|
background-color: rgba(238, 242, 250, 0.06);
|
|
1647
1662
|
color: #89a7e0;
|
|
1648
1663
|
}
|
|
1664
|
+
|
|
1649
1665
|
html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-info:active, html:not(#__):not(#___) .cadmin .clay-dark .btn-translucent.btn-info:active, html:not(#__):not(#___) .cadmin .btn-beta-dark:active {
|
|
1650
1666
|
background-color: rgba(238, 242, 250, 0.08);
|
|
1651
1667
|
color: #89a7e0;
|
|
@@ -1673,6 +1689,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark .btn-translucent.btn
|
|
|
1673
1689
|
background-color: rgba(237, 249, 240, 0.06);
|
|
1674
1690
|
color: #5aca75;
|
|
1675
1691
|
}
|
|
1692
|
+
|
|
1676
1693
|
html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-success:active, html:not(#__):not(#___) .cadmin .clay-dark .btn-translucent.btn-success:active {
|
|
1677
1694
|
background-color: rgba(237, 249, 240, 0.08);
|
|
1678
1695
|
color: #5aca75;
|
|
@@ -1700,6 +1717,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark .btn-translucent.btn
|
|
|
1700
1717
|
background-color: rgba(255, 244, 236, 0.06);
|
|
1701
1718
|
color: #ff8f39;
|
|
1702
1719
|
}
|
|
1720
|
+
|
|
1703
1721
|
html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-warning:active, html:not(#__):not(#___) .cadmin .clay-dark .btn-translucent.btn-warning:active {
|
|
1704
1722
|
background-color: rgba(255, 244, 236, 0.08);
|
|
1705
1723
|
color: #ff8f39;
|
|
@@ -1727,6 +1745,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark .btn-translucent.btn
|
|
|
1727
1745
|
background-color: rgba(254, 239, 239, 0.06);
|
|
1728
1746
|
color: #f48989;
|
|
1729
1747
|
}
|
|
1748
|
+
|
|
1730
1749
|
html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-danger:active, html:not(#__):not(#___) .cadmin .clay-dark .btn-translucent.btn-danger:active {
|
|
1731
1750
|
background-color: rgba(254, 239, 239, 0.08);
|
|
1732
1751
|
color: #f48989;
|
|
@@ -1753,6 +1772,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-primary:focus {
|
|
|
1753
1772
|
background-color: #f0f5ff;
|
|
1754
1773
|
color: #0b5fff;
|
|
1755
1774
|
}
|
|
1775
|
+
|
|
1756
1776
|
html:not(#__):not(#___) .cadmin .btn-outline-primary:active {
|
|
1757
1777
|
background-color: #e6edf8;
|
|
1758
1778
|
border-color: #0b5fff;
|
|
@@ -1786,6 +1806,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-secondary:focus {
|
|
|
1786
1806
|
border-color: transparent;
|
|
1787
1807
|
color: #272833;
|
|
1788
1808
|
}
|
|
1809
|
+
|
|
1789
1810
|
html:not(#__):not(#___) .cadmin .btn-outline-secondary:active {
|
|
1790
1811
|
background-color: rgba(39, 40, 51, 0.06);
|
|
1791
1812
|
border-color: transparent;
|
|
@@ -1820,6 +1841,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-success:focus {
|
|
|
1820
1841
|
background-color: #226a33;
|
|
1821
1842
|
color: #fff;
|
|
1822
1843
|
}
|
|
1844
|
+
|
|
1823
1845
|
html:not(#__):not(#___) .cadmin .btn-outline-success:active {
|
|
1824
1846
|
background-color: #1c5629;
|
|
1825
1847
|
border-color: #287d3c;
|
|
@@ -1854,6 +1876,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-info:focus {
|
|
|
1854
1876
|
background-color: #294f98;
|
|
1855
1877
|
color: #fff;
|
|
1856
1878
|
}
|
|
1879
|
+
|
|
1857
1880
|
html:not(#__):not(#___) .cadmin .btn-outline-info:active {
|
|
1858
1881
|
background-color: #234584;
|
|
1859
1882
|
border-color: #2e5aac;
|
|
@@ -1888,6 +1911,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-warning:focus {
|
|
|
1888
1911
|
background-color: #9f4500;
|
|
1889
1912
|
color: #fff;
|
|
1890
1913
|
}
|
|
1914
|
+
|
|
1891
1915
|
html:not(#__):not(#___) .cadmin .btn-outline-warning:active {
|
|
1892
1916
|
background-color: #863a00;
|
|
1893
1917
|
border-color: #b95000;
|
|
@@ -1922,6 +1946,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-danger:focus {
|
|
|
1922
1946
|
background-color: #c31212;
|
|
1923
1947
|
color: #fff;
|
|
1924
1948
|
}
|
|
1949
|
+
|
|
1925
1950
|
html:not(#__):not(#___) .cadmin .btn-outline-danger:active {
|
|
1926
1951
|
background-color: #ab1010;
|
|
1927
1952
|
border-color: #da1414;
|
|
@@ -1956,6 +1981,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-light:focus {
|
|
|
1956
1981
|
background-color: #e2e4ea;
|
|
1957
1982
|
color: #272833;
|
|
1958
1983
|
}
|
|
1984
|
+
|
|
1959
1985
|
html:not(#__):not(#___) .cadmin .btn-outline-light:active {
|
|
1960
1986
|
background-color: #d3d6e0;
|
|
1961
1987
|
border-color: #f1f2f5;
|
|
@@ -1965,11 +1991,17 @@ html:not(#__):not(#___) .cadmin .btn-outline-light:active:focus-visible,
|
|
|
1965
1991
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-light:active:focus {
|
|
1966
1992
|
box-shadow: , 0 0 0 3.2px rgba(241, 242, 245, 0.5);
|
|
1967
1993
|
}
|
|
1994
|
+
|
|
1968
1995
|
html:not(#__):not(#___) .cadmin .btn-outline-light.active {
|
|
1969
1996
|
background-color: #d3d6e0;
|
|
1970
1997
|
border-color: #f1f2f5;
|
|
1971
1998
|
color: #272833;
|
|
1972
1999
|
}
|
|
2000
|
+
html:not(#__):not(#___) .cadmin .btn-outline-light.active:focus-visible,
|
|
2001
|
+
html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-light.active:focus {
|
|
2002
|
+
box-shadow: , 0 0 0 3.2px rgba(241, 242, 245, 0.5);
|
|
2003
|
+
}
|
|
2004
|
+
|
|
1973
2005
|
html:not(#__):not(#___) .cadmin .btn-outline-light:disabled, html:not(#__):not(#___) .cadmin .btn-outline-light.disabled {
|
|
1974
2006
|
background-color: transparent;
|
|
1975
2007
|
border-color: #f1f2f5;
|
|
@@ -1994,6 +2026,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-dark:focus {
|
|
|
1994
2026
|
background-color: #1c1c24;
|
|
1995
2027
|
color: #fff;
|
|
1996
2028
|
}
|
|
2029
|
+
|
|
1997
2030
|
html:not(#__):not(#___) .cadmin .btn-outline-dark:active {
|
|
1998
2031
|
background-color: #111116;
|
|
1999
2032
|
border-color: #272833;
|
|
@@ -2003,11 +2036,17 @@ html:not(#__):not(#___) .cadmin .btn-outline-dark:active:focus-visible,
|
|
|
2003
2036
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-dark:active:focus {
|
|
2004
2037
|
box-shadow: , 0 0 0 3.2px rgba(39, 40, 51, 0.5);
|
|
2005
2038
|
}
|
|
2039
|
+
|
|
2006
2040
|
html:not(#__):not(#___) .cadmin .btn-outline-dark.active {
|
|
2007
2041
|
background-color: #111116;
|
|
2008
2042
|
border-color: #272833;
|
|
2009
2043
|
color: #fff;
|
|
2010
2044
|
}
|
|
2045
|
+
html:not(#__):not(#___) .cadmin .btn-outline-dark.active:focus-visible,
|
|
2046
|
+
html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-dark.active:focus {
|
|
2047
|
+
box-shadow: , 0 0 0 3.2px rgba(39, 40, 51, 0.5);
|
|
2048
|
+
}
|
|
2049
|
+
|
|
2011
2050
|
html:not(#__):not(#___) .cadmin .btn-outline-dark:disabled, html:not(#__):not(#___) .cadmin .btn-outline-dark.disabled {
|
|
2012
2051
|
background-color: transparent;
|
|
2013
2052
|
border-color: #272833;
|
|
@@ -2028,6 +2067,7 @@ html:not(#__):not(#___) .cadmin .btn-outline-borderless.focus, html:not(#__):not
|
|
|
2028
2067
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-borderless:focus {
|
|
2029
2068
|
border-color: transparent;
|
|
2030
2069
|
}
|
|
2070
|
+
|
|
2031
2071
|
html:not(#__):not(#___) .cadmin .btn-outline-borderless:disabled, html:not(#__):not(#___) .cadmin .btn-outline-borderless.disabled {
|
|
2032
2072
|
border-color: transparent;
|
|
2033
2073
|
}
|
|
@@ -2097,6 +2137,8 @@ html:not(#__):not(#___) .cadmin .container {
|
|
|
2097
2137
|
padding-left: 12px;
|
|
2098
2138
|
padding-right: 12px;
|
|
2099
2139
|
width: 100%;
|
|
2140
|
+
max-width: 1392px;
|
|
2141
|
+
max-width: 1872px;
|
|
2100
2142
|
}
|
|
2101
2143
|
@media (min-width: 576px) {
|
|
2102
2144
|
html:not(#__):not(#___) .cadmin .container {
|
|
@@ -2118,7 +2160,7 @@ html:not(#__):not(#___) .cadmin .container {
|
|
|
2118
2160
|
max-width: 1248px;
|
|
2119
2161
|
}
|
|
2120
2162
|
}
|
|
2121
|
-
html:not(#__):not(#___) .cadmin .container-xl, html:not(#__):not(#___) .cadmin .container-lg, html:not(#__):not(#___) .cadmin .container-md, html:not(#__):not(#___) .cadmin .container-sm, html:not(#__):not(#___) .cadmin .container-fluid {
|
|
2163
|
+
html:not(#__):not(#___) .cadmin .container-xxxl, html:not(#__):not(#___) .cadmin .container-xxl, html:not(#__):not(#___) .cadmin .container-xl, html:not(#__):not(#___) .cadmin .container-lg, html:not(#__):not(#___) .cadmin .container-md, html:not(#__):not(#___) .cadmin .container-sm, html:not(#__):not(#___) .cadmin .container-fluid {
|
|
2122
2164
|
margin-left: auto;
|
|
2123
2165
|
margin-right: auto;
|
|
2124
2166
|
padding-left: 12px;
|
|
@@ -3241,6 +3283,12 @@ html:not(#__):not(#___) .cadmin .container-fluid-max-lg {
|
|
|
3241
3283
|
html:not(#__):not(#___) .cadmin .container-fluid-max-xl {
|
|
3242
3284
|
max-width: 1248px;
|
|
3243
3285
|
}
|
|
3286
|
+
html:not(#__):not(#___) .cadmin .container-fluid-max-xxl {
|
|
3287
|
+
max-width: 1392px;
|
|
3288
|
+
}
|
|
3289
|
+
html:not(#__):not(#___) .cadmin .container-fluid-max-xxxl {
|
|
3290
|
+
max-width: 1872px;
|
|
3291
|
+
}
|
|
3244
3292
|
html:not(#__):not(#___) .cadmin .container-no-gutters {
|
|
3245
3293
|
padding-left: 0;
|
|
3246
3294
|
padding-right: 0;
|
|
@@ -3407,11 +3455,6 @@ html:not(#__):not(#___) .cadmin .alert .lead {
|
|
|
3407
3455
|
font-weight: 600;
|
|
3408
3456
|
margin-right: 5px;
|
|
3409
3457
|
}
|
|
3410
|
-
html:not(#__):not(#___) .cadmin .alert .component-title {
|
|
3411
|
-
font-size: 14px;
|
|
3412
|
-
margin-bottom: 4px;
|
|
3413
|
-
margin-top: 0;
|
|
3414
|
-
}
|
|
3415
3458
|
html:not(#__):not(#___) .cadmin .alert .component-subtitle {
|
|
3416
3459
|
font-size: 12px;
|
|
3417
3460
|
font-weight: 400;
|
|
@@ -3438,6 +3481,7 @@ html:not(#__):not(#___) .cadmin .alert-link.btn-unstyled.focus,
|
|
|
3438
3481
|
html:not(#__):not(#___) .cadmin .alert-link.btn-unstyled:focus-visible {
|
|
3439
3482
|
text-decoration: none;
|
|
3440
3483
|
}
|
|
3484
|
+
|
|
3441
3485
|
html:not(#__):not(#___) .cadmin .alert-indicator {
|
|
3442
3486
|
font-size: 16px;
|
|
3443
3487
|
line-height: 1;
|
|
@@ -4062,6 +4106,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .badge[href], html:not(#__):not
|
|
|
4062
4106
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
4063
4107
|
outline: 0;
|
|
4064
4108
|
}
|
|
4109
|
+
|
|
4065
4110
|
html:not(#__):not(#___) .cadmin .badge a {
|
|
4066
4111
|
color: #fff;
|
|
4067
4112
|
text-decoration: underline;
|
|
@@ -4073,6 +4118,7 @@ html:not(#__):not(#___) .cadmin .badge a.focus, html:not(#__):not(#___) .cadmin
|
|
|
4073
4118
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .badge a:focus {
|
|
4074
4119
|
text-decoration: none;
|
|
4075
4120
|
}
|
|
4121
|
+
|
|
4076
4122
|
html:not(#__):not(#___) .cadmin .badge > .c-inner {
|
|
4077
4123
|
margin: -1.5px -4px;
|
|
4078
4124
|
max-width: none;
|
|
@@ -4149,6 +4195,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-primary, html:not(
|
|
|
4149
4195
|
background-color: #0b5fff;
|
|
4150
4196
|
color: #fff;
|
|
4151
4197
|
}
|
|
4198
|
+
|
|
4152
4199
|
html:not(#__):not(#___) .cadmin .badge-secondary {
|
|
4153
4200
|
background-color: #e7e7ed;
|
|
4154
4201
|
color: #272833;
|
|
@@ -4162,6 +4209,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-secondary, html:no
|
|
|
4162
4209
|
background-color: #e7e7ed;
|
|
4163
4210
|
color: #272833;
|
|
4164
4211
|
}
|
|
4212
|
+
|
|
4165
4213
|
html:not(#__):not(#___) .cadmin .badge-secondary a {
|
|
4166
4214
|
color: #272833;
|
|
4167
4215
|
}
|
|
@@ -4178,6 +4226,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-success, html:not(
|
|
|
4178
4226
|
background-color: #287d3c;
|
|
4179
4227
|
color: #fff;
|
|
4180
4228
|
}
|
|
4229
|
+
|
|
4181
4230
|
html:not(#__):not(#___) .cadmin .badge-info {
|
|
4182
4231
|
background-color: #2e5aac;
|
|
4183
4232
|
color: #fff;
|
|
@@ -4191,6 +4240,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-info, html:not(#__
|
|
|
4191
4240
|
background-color: #2e5aac;
|
|
4192
4241
|
color: #fff;
|
|
4193
4242
|
}
|
|
4243
|
+
|
|
4194
4244
|
html:not(#__):not(#___) .cadmin .badge-warning {
|
|
4195
4245
|
background-color: #b95000;
|
|
4196
4246
|
color: #fff;
|
|
@@ -4204,6 +4254,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-warning, html:not(
|
|
|
4204
4254
|
background-color: #b95000;
|
|
4205
4255
|
color: #fff;
|
|
4206
4256
|
}
|
|
4257
|
+
|
|
4207
4258
|
html:not(#__):not(#___) .cadmin .badge-danger {
|
|
4208
4259
|
background-color: #da1414;
|
|
4209
4260
|
color: #fff;
|
|
@@ -4217,6 +4268,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-danger, html:not(#
|
|
|
4217
4268
|
background-color: #da1414;
|
|
4218
4269
|
color: #fff;
|
|
4219
4270
|
}
|
|
4271
|
+
|
|
4220
4272
|
html:not(#__):not(#___) .cadmin .badge-light {
|
|
4221
4273
|
background-color: #f1f2f5;
|
|
4222
4274
|
color: #272833;
|
|
@@ -4230,6 +4282,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-light, html:not(#_
|
|
|
4230
4282
|
background-color: #f1f2f5;
|
|
4231
4283
|
color: #272833;
|
|
4232
4284
|
}
|
|
4285
|
+
|
|
4233
4286
|
html:not(#__):not(#___) .cadmin .badge-light a {
|
|
4234
4287
|
color: #272833;
|
|
4235
4288
|
}
|
|
@@ -4246,6 +4299,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-dark, html:not(#__
|
|
|
4246
4299
|
background-color: #272833;
|
|
4247
4300
|
color: #fff;
|
|
4248
4301
|
}
|
|
4302
|
+
|
|
4249
4303
|
html:not(#__):not(#___) .cadmin .badge-translucent.badge-primary {
|
|
4250
4304
|
background-color: rgba(0, 83, 240, 0.04);
|
|
4251
4305
|
border-color: transparent;
|
|
@@ -4333,6 +4387,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .breadcrumb-link:focus {
|
|
|
4333
4387
|
outline: 0;
|
|
4334
4388
|
text-decoration: underline;
|
|
4335
4389
|
}
|
|
4390
|
+
|
|
4336
4391
|
html:not(#__):not(#___) .cadmin .breadcrumb-link > .breadcrumb-text-truncate {
|
|
4337
4392
|
text-decoration: none;
|
|
4338
4393
|
}
|
|
@@ -4394,6 +4449,7 @@ html:not(#__):not(#___) .cadmin .breadcrumb-item .dropdown-toggle.focus, html:no
|
|
|
4394
4449
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .breadcrumb-item .dropdown-toggle:focus {
|
|
4395
4450
|
text-decoration: none;
|
|
4396
4451
|
}
|
|
4452
|
+
|
|
4397
4453
|
html:not(#__):not(#___) .cadmin .breadcrumb-text-truncate {
|
|
4398
4454
|
display: inline-block;
|
|
4399
4455
|
max-width: 286px;
|
|
@@ -4621,6 +4677,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .label[href], html:not(#__):not
|
|
|
4621
4677
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
4622
4678
|
text-decoration: underline;
|
|
4623
4679
|
}
|
|
4680
|
+
|
|
4624
4681
|
html:not(#__):not(#___) .cadmin .label a,
|
|
4625
4682
|
html:not(#__):not(#___) .cadmin .label .btn-unstyled {
|
|
4626
4683
|
color: inherit;
|
|
@@ -4640,6 +4697,7 @@ html:not(#__):not(#___) .cadmin .label .btn-unstyled:focus-visible {
|
|
|
4640
4697
|
color: inherit;
|
|
4641
4698
|
text-decoration: underline;
|
|
4642
4699
|
}
|
|
4700
|
+
|
|
4643
4701
|
html:not(#__):not(#___) .cadmin .label .sticker {
|
|
4644
4702
|
border-radius: 100px;
|
|
4645
4703
|
height: 0.875em;
|
|
@@ -4763,6 +4821,7 @@ html:not(#__):not(#___) .cadmin [href].focus.label-primary, html:not(#__):not(#_
|
|
|
4763
4821
|
html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-primary, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-primary, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-primary:focus, html:not(#__):not(#___) .cadmin [type].focus.label-primary, html:not(#__):not(#___) .cadmin [type].label-primary:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-primary, html:not(#__):not(#___) .cadmin [tabindex].label-primary:focus-visible {
|
|
4764
4822
|
color: #004ad7;
|
|
4765
4823
|
}
|
|
4824
|
+
|
|
4766
4825
|
html:not(#__):not(#___) .cadmin .label-primary a:hover, html:not(#__):not(#___) .cadmin .label-primary a.hover,
|
|
4767
4826
|
html:not(#__):not(#___) .cadmin .label-primary .btn-unstyled:hover,
|
|
4768
4827
|
html:not(#__):not(#___) .cadmin .label-primary .btn-unstyled.hover {
|
|
@@ -4789,6 +4848,7 @@ html:not(#__):not(#___) .cadmin [href].focus.label-secondary, html:not(#__):not(
|
|
|
4789
4848
|
html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-secondary, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-secondary, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-secondary:focus, html:not(#__):not(#___) .cadmin [type].focus.label-secondary, html:not(#__):not(#___) .cadmin [type].label-secondary:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-secondary, html:not(#__):not(#___) .cadmin [tabindex].label-secondary:focus-visible {
|
|
4790
4849
|
color: #272833;
|
|
4791
4850
|
}
|
|
4851
|
+
|
|
4792
4852
|
html:not(#__):not(#___) .cadmin .label-secondary a:hover, html:not(#__):not(#___) .cadmin .label-secondary a.hover,
|
|
4793
4853
|
html:not(#__):not(#___) .cadmin .label-secondary .btn-unstyled:hover,
|
|
4794
4854
|
html:not(#__):not(#___) .cadmin .label-secondary .btn-unstyled.hover {
|
|
@@ -4815,6 +4875,7 @@ html:not(#__):not(#___) .cadmin [href].focus.label-success, html:not(#__):not(#_
|
|
|
4815
4875
|
html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-success, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-success, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-success:focus, html:not(#__):not(#___) .cadmin [type].focus.label-success, html:not(#__):not(#___) .cadmin [type].label-success:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-success, html:not(#__):not(#___) .cadmin [tabindex].label-success:focus-visible {
|
|
4816
4876
|
color: #1c5629;
|
|
4817
4877
|
}
|
|
4878
|
+
|
|
4818
4879
|
html:not(#__):not(#___) .cadmin .label-success a:hover, html:not(#__):not(#___) .cadmin .label-success a.hover,
|
|
4819
4880
|
html:not(#__):not(#___) .cadmin .label-success .btn-unstyled:hover,
|
|
4820
4881
|
html:not(#__):not(#___) .cadmin .label-success .btn-unstyled.hover {
|
|
@@ -4841,6 +4902,7 @@ html:not(#__):not(#___) .cadmin [href].focus.label-info, html:not(#__):not(#___)
|
|
|
4841
4902
|
html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-info, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-info, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-info:focus, html:not(#__):not(#___) .cadmin [type].focus.label-info, html:not(#__):not(#___) .cadmin [type].label-info:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-info, html:not(#__):not(#___) .cadmin [tabindex].label-info:focus-visible {
|
|
4842
4903
|
color: #234584;
|
|
4843
4904
|
}
|
|
4905
|
+
|
|
4844
4906
|
html:not(#__):not(#___) .cadmin .label-info a:hover, html:not(#__):not(#___) .cadmin .label-info a.hover,
|
|
4845
4907
|
html:not(#__):not(#___) .cadmin .label-info .btn-unstyled:hover,
|
|
4846
4908
|
html:not(#__):not(#___) .cadmin .label-info .btn-unstyled.hover {
|
|
@@ -4867,6 +4929,7 @@ html:not(#__):not(#___) .cadmin [href].focus.label-warning, html:not(#__):not(#_
|
|
|
4867
4929
|
html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-warning, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-warning, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-warning:focus, html:not(#__):not(#___) .cadmin [type].focus.label-warning, html:not(#__):not(#___) .cadmin [type].label-warning:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-warning, html:not(#__):not(#___) .cadmin [tabindex].label-warning:focus-visible {
|
|
4868
4930
|
color: #863a00;
|
|
4869
4931
|
}
|
|
4932
|
+
|
|
4870
4933
|
html:not(#__):not(#___) .cadmin .label-warning a:hover, html:not(#__):not(#___) .cadmin .label-warning a.hover,
|
|
4871
4934
|
html:not(#__):not(#___) .cadmin .label-warning .btn-unstyled:hover,
|
|
4872
4935
|
html:not(#__):not(#___) .cadmin .label-warning .btn-unstyled.hover {
|
|
@@ -4893,6 +4956,7 @@ html:not(#__):not(#___) .cadmin [href].focus.label-danger, html:not(#__):not(#__
|
|
|
4893
4956
|
html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-danger, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-danger, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-danger:focus, html:not(#__):not(#___) .cadmin [type].focus.label-danger, html:not(#__):not(#___) .cadmin [type].label-danger:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-danger, html:not(#__):not(#___) .cadmin [tabindex].label-danger:focus-visible {
|
|
4894
4957
|
color: #ab1010;
|
|
4895
4958
|
}
|
|
4959
|
+
|
|
4896
4960
|
html:not(#__):not(#___) .cadmin .label-danger a:hover, html:not(#__):not(#___) .cadmin .label-danger a.hover,
|
|
4897
4961
|
html:not(#__):not(#___) .cadmin .label-danger .btn-unstyled:hover,
|
|
4898
4962
|
html:not(#__):not(#___) .cadmin .label-danger .btn-unstyled.hover {
|
|
@@ -4919,6 +4983,7 @@ html:not(#__):not(#___) .cadmin [href].focus.label-dark, html:not(#__):not(#___)
|
|
|
4919
4983
|
html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-dark, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-dark, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-dark:focus, html:not(#__):not(#___) .cadmin [type].focus.label-dark, html:not(#__):not(#___) .cadmin [type].label-dark:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-dark, html:not(#__):not(#___) .cadmin [tabindex].label-dark:focus-visible {
|
|
4920
4984
|
color: #393a4a;
|
|
4921
4985
|
}
|
|
4986
|
+
|
|
4922
4987
|
html:not(#__):not(#___) .cadmin .label-dark a:hover, html:not(#__):not(#___) .cadmin .label-dark a.hover,
|
|
4923
4988
|
html:not(#__):not(#___) .cadmin .label-dark .btn-unstyled:hover,
|
|
4924
4989
|
html:not(#__):not(#___) .cadmin .label-dark .btn-unstyled.hover {
|
|
@@ -4945,6 +5010,7 @@ html:not(#__):not(#___) .cadmin [href].focus.label-light, html:not(#__):not(#___
|
|
|
4945
5010
|
html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-light, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-light, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-light:focus, html:not(#__):not(#___) .cadmin [type].focus.label-light, html:not(#__):not(#___) .cadmin [type].label-light:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-light, html:not(#__):not(#___) .cadmin [tabindex].label-light:focus-visible {
|
|
4946
5011
|
color: #d3d6e0;
|
|
4947
5012
|
}
|
|
5013
|
+
|
|
4948
5014
|
html:not(#__):not(#___) .cadmin .label-light a:hover, html:not(#__):not(#___) .cadmin .label-light a.hover,
|
|
4949
5015
|
html:not(#__):not(#___) .cadmin .label-light .btn-unstyled:hover,
|
|
4950
5016
|
html:not(#__):not(#___) .cadmin .label-light .btn-unstyled.hover {
|
|
@@ -5939,6 +6005,7 @@ html:not(#__):not(#___) .cadmin .card-interactive.focus, html:not(#__):not(#___)
|
|
|
5939
6005
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .card-interactive:focus {
|
|
5940
6006
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #719aff;
|
|
5941
6007
|
}
|
|
6008
|
+
|
|
5942
6009
|
html:not(#__):not(#___) .cadmin .card-interactive:active, html:not(#__):not(#___) .cadmin .card-interactive.active {
|
|
5943
6010
|
background-color: #f1f2f5;
|
|
5944
6011
|
}
|
|
@@ -5980,6 +6047,7 @@ html:not(#__):not(#___) .cadmin .card-interactive-primary.focus, html:not(#__):n
|
|
|
5980
6047
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .card-interactive-primary:focus {
|
|
5981
6048
|
background-color: #f7f8f9;
|
|
5982
6049
|
}
|
|
6050
|
+
|
|
5983
6051
|
html:not(#__):not(#___) .cadmin .card-interactive-primary:active, html:not(#__):not(#___) .cadmin .card-interactive-primary.active {
|
|
5984
6052
|
background-color: #f1f2f5;
|
|
5985
6053
|
}
|
|
@@ -6006,6 +6074,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .card-interactive-secondary:foc
|
|
|
6006
6074
|
border-color: transparent;
|
|
6007
6075
|
box-shadow: 0 0 0 2px #719aff;
|
|
6008
6076
|
}
|
|
6077
|
+
|
|
6009
6078
|
html:not(#__):not(#___) .cadmin .card-interactive-secondary:active, html:not(#__):not(#___) .cadmin .card-interactive-secondary.active {
|
|
6010
6079
|
background-color: #fff;
|
|
6011
6080
|
}
|
|
@@ -6235,6 +6304,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .dropdown-item:focus {
|
|
|
6235
6304
|
outline: 0;
|
|
6236
6305
|
text-decoration: none;
|
|
6237
6306
|
}
|
|
6307
|
+
|
|
6238
6308
|
html:not(#__):not(#___) .cadmin .dropdown-item:active {
|
|
6239
6309
|
background-color: #f0f5ff;
|
|
6240
6310
|
color: #272833;
|
|
@@ -6501,6 +6571,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .dropdown-menu-select.dropdown-
|
|
|
6501
6571
|
background-image: none;
|
|
6502
6572
|
color: #272833;
|
|
6503
6573
|
}
|
|
6574
|
+
|
|
6504
6575
|
html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:active {
|
|
6505
6576
|
background-color: #f0f5ff;
|
|
6506
6577
|
background-image: none;
|
|
@@ -6563,6 +6634,9 @@ html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu.dropdown-men
|
|
|
6563
6634
|
html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu.dropdown-menu-indicator-end .dropdown-item-indicator-end {
|
|
6564
6635
|
right: 8px;
|
|
6565
6636
|
}
|
|
6637
|
+
html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .inline-scroller {
|
|
6638
|
+
max-height: 224px;
|
|
6639
|
+
}
|
|
6566
6640
|
html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu-height-lg .inline-scroller {
|
|
6567
6641
|
max-height: 432px;
|
|
6568
6642
|
}
|
|
@@ -6715,6 +6789,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .dropdown-item-indicator-text-s
|
|
|
6715
6789
|
color: inherit;
|
|
6716
6790
|
text-decoration: inherit;
|
|
6717
6791
|
}
|
|
6792
|
+
|
|
6718
6793
|
html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-start > .c-inner {
|
|
6719
6794
|
margin-left: -28px;
|
|
6720
6795
|
}
|
|
@@ -6771,6 +6846,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .dropdown-item-indicator-text-e
|
|
|
6771
6846
|
color: inherit;
|
|
6772
6847
|
text-decoration: inherit;
|
|
6773
6848
|
}
|
|
6849
|
+
|
|
6774
6850
|
html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-end > .c-inner {
|
|
6775
6851
|
margin-right: -28px;
|
|
6776
6852
|
}
|
|
@@ -7736,6 +7812,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .c-link:focus {
|
|
|
7736
7812
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
7737
7813
|
outline: 0;
|
|
7738
7814
|
}
|
|
7815
|
+
|
|
7739
7816
|
html:not(#__):not(#___) .cadmin .c-link.text-secondary {
|
|
7740
7817
|
color: #272833 !important;
|
|
7741
7818
|
}
|
|
@@ -7746,6 +7823,7 @@ html:not(#__):not(#___) .cadmin .c-link.text-secondary.focus, html:not(#__):not(
|
|
|
7746
7823
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .c-link.text-secondary:focus {
|
|
7747
7824
|
color: #000 !important;
|
|
7748
7825
|
}
|
|
7826
|
+
|
|
7749
7827
|
html:not(#__):not(#___) .cadmin .c-link.text-tertiary {
|
|
7750
7828
|
color: #272833 !important;
|
|
7751
7829
|
}
|
|
@@ -7775,6 +7853,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .component-link:focus {
|
|
|
7775
7853
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
7776
7854
|
outline: 0;
|
|
7777
7855
|
}
|
|
7856
|
+
|
|
7778
7857
|
html:not(#__):not(#___) .cadmin .single-link {
|
|
7779
7858
|
font-weight: 600;
|
|
7780
7859
|
}
|
|
@@ -7801,6 +7880,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .link-primary:focus {
|
|
|
7801
7880
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
7802
7881
|
outline: 0;
|
|
7803
7882
|
}
|
|
7883
|
+
|
|
7804
7884
|
html:not(#__):not(#___) .cadmin .link-secondary {
|
|
7805
7885
|
border-radius: 1px;
|
|
7806
7886
|
color: #6b6c7e;
|
|
@@ -7824,6 +7904,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .link-secondary:focus {
|
|
|
7824
7904
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
7825
7905
|
outline: 0;
|
|
7826
7906
|
}
|
|
7907
|
+
|
|
7827
7908
|
html:not(#__):not(#___) .cadmin button.link-outline {
|
|
7828
7909
|
cursor: pointer;
|
|
7829
7910
|
}
|
|
@@ -7863,6 +7944,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .link-outline:focus {
|
|
|
7863
7944
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
7864
7945
|
outline: 0;
|
|
7865
7946
|
}
|
|
7947
|
+
|
|
7866
7948
|
html:not(#__):not(#___) .cadmin .link-outline:disabled, html:not(#__):not(#___) .cadmin .link-outline.disabled {
|
|
7867
7949
|
box-shadow: none;
|
|
7868
7950
|
}
|
|
@@ -7891,6 +7973,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .link-outline-primary:focus {
|
|
|
7891
7973
|
background-color: #f0f5ff;
|
|
7892
7974
|
color: #0b5fff;
|
|
7893
7975
|
}
|
|
7976
|
+
|
|
7894
7977
|
html:not(#__):not(#___) .cadmin .link-outline-primary:active {
|
|
7895
7978
|
background-color: #e6edf8;
|
|
7896
7979
|
color: #0b5fff;
|
|
@@ -7922,6 +8005,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .link-outline-secondary:focus {
|
|
|
7922
8005
|
background-color: rgba(39, 40, 51, 0.03);
|
|
7923
8006
|
color: #272833;
|
|
7924
8007
|
}
|
|
8008
|
+
|
|
7925
8009
|
html:not(#__):not(#___) .cadmin .link-outline-secondary:active {
|
|
7926
8010
|
background-color: rgba(39, 40, 51, 0.06);
|
|
7927
8011
|
color: #272833;
|
|
@@ -8002,6 +8086,7 @@ html:not(#__):not(#___) .cadmin .component-title a[href]:focus-visible {
|
|
|
8002
8086
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
8003
8087
|
outline: 0;
|
|
8004
8088
|
}
|
|
8089
|
+
|
|
8005
8090
|
html:not(#__):not(#___) .cadmin .component-subtitle {
|
|
8006
8091
|
color: #6b6c7e;
|
|
8007
8092
|
font-weight: 600;
|
|
@@ -8037,6 +8122,7 @@ html:not(#__):not(#___) .cadmin .component-subtitle a[href]:focus-visible {
|
|
|
8037
8122
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
8038
8123
|
outline: 0;
|
|
8039
8124
|
}
|
|
8125
|
+
|
|
8040
8126
|
html:not(#__):not(#___) .cadmin .component-action {
|
|
8041
8127
|
align-items: center;
|
|
8042
8128
|
background-color: transparent;
|
|
@@ -8074,6 +8160,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .component-action:focus {
|
|
|
8074
8160
|
color: #272833;
|
|
8075
8161
|
outline: 0;
|
|
8076
8162
|
}
|
|
8163
|
+
|
|
8077
8164
|
html:not(#__):not(#___) .cadmin .component-action:active {
|
|
8078
8165
|
background-color: rgba(39, 40, 51, 0.06);
|
|
8079
8166
|
color: #272833;
|
|
@@ -8563,10 +8650,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-pointer:focus {
|
|
|
8563
8650
|
box-shadow: 0 0 0 2px #5791ff;
|
|
8564
8651
|
outline: 0;
|
|
8565
8652
|
}
|
|
8566
|
-
|
|
8567
|
-
html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-pointer:active:focus {
|
|
8568
|
-
box-shadow: 0 0 0 2px #5791ff;
|
|
8569
|
-
}
|
|
8653
|
+
|
|
8570
8654
|
html:not(#__):not(#___) .cadmin .clay-color-pointer .c-inner {
|
|
8571
8655
|
margin-bottom: 0;
|
|
8572
8656
|
margin-left: 0;
|
|
@@ -9058,6 +9142,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .custom-control-input:focus ~ .
|
|
|
9058
9142
|
border-color: #6b6c7e;
|
|
9059
9143
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
9060
9144
|
}
|
|
9145
|
+
|
|
9061
9146
|
html:not(#__):not(#___) .cadmin .custom-control-input:active ~ .custom-control-label::before {
|
|
9062
9147
|
background-color: #fff;
|
|
9063
9148
|
border-color: #6b6c7e;
|
|
@@ -9075,11 +9160,6 @@ html:not(#__):not(#___) .cadmin .custom-control-input[disabled] ~ .custom-contro
|
|
|
9075
9160
|
border-color: #e7e7ed;
|
|
9076
9161
|
box-shadow: none;
|
|
9077
9162
|
}
|
|
9078
|
-
html:not(#__):not(#___) .cadmin .custom-control-input:checked ~ .custom-control-label::before {
|
|
9079
|
-
background-color: #0b5fff;
|
|
9080
|
-
border-color: #0b5fff;
|
|
9081
|
-
color: #fff;
|
|
9082
|
-
}
|
|
9083
9163
|
html:not(#__):not(#___) .cadmin .custom-control-input[readonly] ~ .custom-control-label {
|
|
9084
9164
|
color: #272833;
|
|
9085
9165
|
}
|
|
@@ -9110,10 +9190,6 @@ html:not(#__):not(#___) .cadmin .custom-checkbox .custom-control-input:checked ~
|
|
|
9110
9190
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M220.9%20377.2c-8%200-15.8-3.2-21.5-8.9l-91-91c-28.1-28.1%2014.8-71%2042.9-42.9l68.2%2068.2%20139.8-157.2c26.4-30%2072%2010.1%2045.6%2040.1L243.7%20366.9c-5.5%206.3-13.4%2010-21.8%2010.3h-1z'%20fill='%23fff'/%3E%3C/svg%3E");
|
|
9111
9191
|
background-size: 100%;
|
|
9112
9192
|
}
|
|
9113
|
-
html:not(#__):not(#___) .cadmin .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
|
|
9114
|
-
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M220.9%20377.2c-8%200-15.8-3.2-21.5-8.9l-91-91c-28.1-28.1%2014.8-71%2042.9-42.9l68.2%2068.2%20139.8-157.2c26.4-30%2072%2010.1%2045.6%2040.1L243.7%20366.9c-5.5%206.3-13.4%2010-21.8%2010.3h-1z'%20fill='%23fff'/%3E%3C/svg%3E");
|
|
9115
|
-
background-size: 100%;
|
|
9116
|
-
}
|
|
9117
9193
|
html:not(#__):not(#___) .cadmin .custom-checkbox .custom-control-input:checked[disabled] ~ .custom-control-label::before, html:not(#__):not(#___) .cadmin .custom-checkbox .custom-control-input:checked:disabled ~ .custom-control-label::before {
|
|
9118
9194
|
background-color: #b3cdff;
|
|
9119
9195
|
}
|
|
@@ -9165,10 +9241,6 @@ html:not(#__):not(#___) .cadmin .custom-radio .custom-control-input:checked ~ .c
|
|
|
9165
9241
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Ccircle%20class='lexicon-icon-outline'%20cx='256'%20cy='256'%20r='256'%20fill='%23fff'/%3E%3C/svg%3E");
|
|
9166
9242
|
background-size: 50%;
|
|
9167
9243
|
}
|
|
9168
|
-
html:not(#__):not(#___) .cadmin .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
|
|
9169
|
-
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Ccircle%20class='lexicon-icon-outline'%20cx='256'%20cy='256'%20r='256'%20fill='%23fff'/%3E%3C/svg%3E");
|
|
9170
|
-
background-size: 50%;
|
|
9171
|
-
}
|
|
9172
9244
|
html:not(#__):not(#___) .cadmin .custom-radio .custom-control-input:checked[disabled] ~ .custom-control-label::before, html:not(#__):not(#___) .cadmin .custom-radio .custom-control-input:checked:disabled ~ .custom-control-label::before {
|
|
9173
9245
|
background-color: #b3cdff;
|
|
9174
9246
|
border-color: #b3cdff;
|
|
@@ -9206,10 +9278,7 @@ html:not(#__):not(#___) .cadmin .clay-time .btn.focus, html:not(#__):not(#___) .
|
|
|
9206
9278
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-time .btn:focus {
|
|
9207
9279
|
box-shadow: 0 0 0 1px #5791ff;
|
|
9208
9280
|
}
|
|
9209
|
-
|
|
9210
|
-
html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-time .btn:active:focus {
|
|
9211
|
-
box-shadow: 0 0 0 1px #5791ff;
|
|
9212
|
-
}
|
|
9281
|
+
|
|
9213
9282
|
html:not(#__):not(#___) .cadmin .clay-time .btn .c-inner {
|
|
9214
9283
|
margin-bottom: 0;
|
|
9215
9284
|
margin-left: 0;
|
|
@@ -9368,13 +9437,10 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-nav .nav-btn:focus
|
|
|
9368
9437
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
9369
9438
|
color: #272833;
|
|
9370
9439
|
}
|
|
9440
|
+
|
|
9371
9441
|
html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:active {
|
|
9372
9442
|
background-color: #f1f2f5;
|
|
9373
9443
|
}
|
|
9374
|
-
html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:active:focus-visible,
|
|
9375
|
-
html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-nav .nav-btn:active:focus {
|
|
9376
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
9377
|
-
}
|
|
9378
9444
|
html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn.active {
|
|
9379
9445
|
background-color: #f1f2f5;
|
|
9380
9446
|
}
|
|
@@ -9639,14 +9705,11 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-date:focus {
|
|
|
9639
9705
|
color: #272833;
|
|
9640
9706
|
outline: 0;
|
|
9641
9707
|
}
|
|
9708
|
+
|
|
9642
9709
|
html:not(#__):not(#___) .cadmin .date-picker-date:active {
|
|
9643
9710
|
background-color: #0b5fff;
|
|
9644
9711
|
color: #fff;
|
|
9645
9712
|
}
|
|
9646
|
-
html:not(#__):not(#___) .cadmin .date-picker-date:active:focus-visible,
|
|
9647
|
-
html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-date:active:focus {
|
|
9648
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
9649
|
-
}
|
|
9650
9713
|
html:not(#__):not(#___) .cadmin .date-picker-date.active {
|
|
9651
9714
|
background-color: #0b5fff;
|
|
9652
9715
|
color: #fff;
|
|
@@ -10573,6 +10636,7 @@ html:not(#__):not(#___) .cadmin .list-group-title a[href]:focus-visible {
|
|
|
10573
10636
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
10574
10637
|
outline: 0;
|
|
10575
10638
|
}
|
|
10639
|
+
|
|
10576
10640
|
html:not(#__):not(#___) .cadmin .list-group-subtitle {
|
|
10577
10641
|
color: #6b6c7e;
|
|
10578
10642
|
margin-bottom: 0;
|
|
@@ -10607,6 +10671,7 @@ html:not(#__):not(#___) .cadmin .list-group-subtitle a[href]:focus-visible {
|
|
|
10607
10671
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
10608
10672
|
outline: 0;
|
|
10609
10673
|
}
|
|
10674
|
+
|
|
10610
10675
|
html:not(#__):not(#___) .cadmin .list-group-text {
|
|
10611
10676
|
color: #6b6c7e;
|
|
10612
10677
|
margin-bottom: 0;
|
|
@@ -10641,6 +10706,7 @@ html:not(#__):not(#___) .cadmin .list-group-text a[href]:focus-visible {
|
|
|
10641
10706
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
10642
10707
|
outline: 0;
|
|
10643
10708
|
}
|
|
10709
|
+
|
|
10644
10710
|
html:not(#__):not(#___) .cadmin .list-group-subtext {
|
|
10645
10711
|
color: #6b6c7e;
|
|
10646
10712
|
margin-bottom: 0;
|
|
@@ -10676,6 +10742,7 @@ html:not(#__):not(#___) .cadmin .list-group-subtext a[href]:focus-visible {
|
|
|
10676
10742
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
10677
10743
|
outline: 0;
|
|
10678
10744
|
}
|
|
10745
|
+
|
|
10679
10746
|
html:not(#__):not(#___) .cadmin .show-dropdown-action-on-active .list-group-item.active .dropdown-action .dropdown-menu {
|
|
10680
10747
|
background-color: #f0f5ff;
|
|
10681
10748
|
}
|
|
@@ -11849,6 +11916,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-link:focus {
|
|
|
11849
11916
|
text-decoration: none;
|
|
11850
11917
|
z-index: 1;
|
|
11851
11918
|
}
|
|
11919
|
+
|
|
11852
11920
|
html:not(#__):not(#___) .cadmin .nav-link:disabled, html:not(#__):not(#___) .cadmin .nav-link.disabled {
|
|
11853
11921
|
color: #a7a9bc;
|
|
11854
11922
|
box-shadow: none;
|
|
@@ -11870,10 +11938,7 @@ html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled.focus, html:not(#__):not(
|
|
|
11870
11938
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-link.btn-unstyled:focus {
|
|
11871
11939
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
11872
11940
|
}
|
|
11873
|
-
|
|
11874
|
-
html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-link.btn-unstyled:active:focus {
|
|
11875
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
11876
|
-
}
|
|
11941
|
+
|
|
11877
11942
|
html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled:disabled, html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled.disabled {
|
|
11878
11943
|
opacity: 1;
|
|
11879
11944
|
}
|
|
@@ -11897,6 +11962,7 @@ html:not(#__):not(#___) .cadmin .nav-btn.focus, html:not(#__):not(#___) .cadmin
|
|
|
11897
11962
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-btn:focus {
|
|
11898
11963
|
z-index: 1;
|
|
11899
11964
|
}
|
|
11965
|
+
|
|
11900
11966
|
html:not(#__):not(#___) .cadmin .nav-btn:disabled, html:not(#__):not(#___) .cadmin .nav-btn.disabled {
|
|
11901
11967
|
opacity: 1;
|
|
11902
11968
|
}
|
|
@@ -12259,6 +12325,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-tabs .nav-link:focus {
|
|
|
12259
12325
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
12260
12326
|
outline: 0;
|
|
12261
12327
|
}
|
|
12328
|
+
|
|
12262
12329
|
html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:active {
|
|
12263
12330
|
background-color: #fff;
|
|
12264
12331
|
border-color: #cdced9 #cdced9 #fff;
|
|
@@ -12385,6 +12452,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link:focu
|
|
|
12385
12452
|
right: 0;
|
|
12386
12453
|
top: 0;
|
|
12387
12454
|
}
|
|
12455
|
+
|
|
12388
12456
|
html:not(#__):not(#___) .cadmin .menubar-primary .nav-link:active {
|
|
12389
12457
|
color: #272833;
|
|
12390
12458
|
}
|
|
@@ -12429,6 +12497,7 @@ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link[aria-expanded=true]:f
|
|
|
12429
12497
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link[aria-expanded=true]::before, html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link.show:focus::before, html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.show:focus-visible::before {
|
|
12430
12498
|
display: none;
|
|
12431
12499
|
}
|
|
12500
|
+
|
|
12432
12501
|
html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.collapse-icon {
|
|
12433
12502
|
font-size: 12px;
|
|
12434
12503
|
font-weight: 600;
|
|
@@ -12581,6 +12650,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-md.men
|
|
|
12581
12650
|
right: 0;
|
|
12582
12651
|
top: 0;
|
|
12583
12652
|
}
|
|
12653
|
+
|
|
12584
12654
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:active {
|
|
12585
12655
|
color: #272833;
|
|
12586
12656
|
}
|
|
@@ -12667,6 +12737,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-md.men
|
|
|
12667
12737
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus::after {
|
|
12668
12738
|
box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
|
|
12669
12739
|
}
|
|
12740
|
+
|
|
12670
12741
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:active {
|
|
12671
12742
|
color: #272833;
|
|
12672
12743
|
}
|
|
@@ -12830,6 +12901,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-lg.men
|
|
|
12830
12901
|
right: 0;
|
|
12831
12902
|
top: 0;
|
|
12832
12903
|
}
|
|
12904
|
+
|
|
12833
12905
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:active {
|
|
12834
12906
|
color: #272833;
|
|
12835
12907
|
}
|
|
@@ -12916,6 +12988,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-lg.men
|
|
|
12916
12988
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus::after {
|
|
12917
12989
|
box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
|
|
12918
12990
|
}
|
|
12991
|
+
|
|
12919
12992
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:active {
|
|
12920
12993
|
color: #272833;
|
|
12921
12994
|
}
|
|
@@ -12970,7 +13043,7 @@ html:not(#__):not(#___) .cadmin .navbar {
|
|
|
12970
13043
|
padding: 8px 16px;
|
|
12971
13044
|
position: relative;
|
|
12972
13045
|
}
|
|
12973
|
-
html:not(#__):not(#___) .cadmin .navbar > .container-xl, html:not(#__):not(#___) .cadmin .navbar > .container-lg, html:not(#__):not(#___) .cadmin .navbar > .container-md, html:not(#__):not(#___) .cadmin .navbar > .container-sm, html:not(#__):not(#___) .cadmin .navbar .container,
|
|
13046
|
+
html:not(#__):not(#___) .cadmin .navbar > .container-xxxl, html:not(#__):not(#___) .cadmin .navbar > .container-xxl, html:not(#__):not(#___) .cadmin .navbar > .container-xl, html:not(#__):not(#___) .cadmin .navbar > .container-lg, html:not(#__):not(#___) .cadmin .navbar > .container-md, html:not(#__):not(#___) .cadmin .navbar > .container-sm, html:not(#__):not(#___) .cadmin .navbar .container,
|
|
12974
13047
|
html:not(#__):not(#___) .cadmin .navbar .container-fluid {
|
|
12975
13048
|
align-items: inherit;
|
|
12976
13049
|
background-color: inherit;
|
|
@@ -13999,6 +14072,7 @@ html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link.focus, htm
|
|
|
13999
14072
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar .navbar-nav .nav-link:focus {
|
|
14000
14073
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
14001
14074
|
}
|
|
14075
|
+
|
|
14002
14076
|
html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link:disabled, html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link.disabled {
|
|
14003
14077
|
box-shadow: none;
|
|
14004
14078
|
}
|
|
@@ -14020,6 +14094,7 @@ html:not(#__):not(#___) .cadmin .management-bar .navbar-brand.focus, html:not(#_
|
|
|
14020
14094
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar .navbar-brand:focus {
|
|
14021
14095
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
14022
14096
|
}
|
|
14097
|
+
|
|
14023
14098
|
html:not(#__):not(#___) .cadmin .management-bar .navbar-brand:disabled, html:not(#__):not(#___) .cadmin .management-bar .navbar-brand.disabled {
|
|
14024
14099
|
box-shadow: none;
|
|
14025
14100
|
}
|
|
@@ -14046,6 +14121,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar-light .navbar-n
|
|
|
14046
14121
|
color: #272833;
|
|
14047
14122
|
background-color: rgba(39, 40, 51, 0.03);
|
|
14048
14123
|
}
|
|
14124
|
+
|
|
14049
14125
|
html:not(#__):not(#___) .cadmin .management-bar-light .navbar-nav .nav-link:active {
|
|
14050
14126
|
background-color: rgba(39, 40, 51, 0.06);
|
|
14051
14127
|
color: #272833;
|
|
@@ -14074,6 +14150,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar-light .navbar-b
|
|
|
14074
14150
|
color: #272833;
|
|
14075
14151
|
background-color: rgba(39, 40, 51, 0.03);
|
|
14076
14152
|
}
|
|
14153
|
+
|
|
14077
14154
|
html:not(#__):not(#___) .cadmin .management-bar-light .navbar-brand:active {
|
|
14078
14155
|
background-color: rgba(39, 40, 51, 0.06);
|
|
14079
14156
|
color: #272833;
|
|
@@ -14117,6 +14194,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar-primary .navbar
|
|
|
14117
14194
|
color: #272833;
|
|
14118
14195
|
background-color: rgba(39, 40, 51, 0.03);
|
|
14119
14196
|
}
|
|
14197
|
+
|
|
14120
14198
|
html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-nav .nav-link:active {
|
|
14121
14199
|
background-color: rgba(39, 40, 51, 0.06);
|
|
14122
14200
|
color: #272833;
|
|
@@ -14146,6 +14224,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar-primary .navbar
|
|
|
14146
14224
|
color: #272833;
|
|
14147
14225
|
background-color: rgba(39, 40, 51, 0.03);
|
|
14148
14226
|
}
|
|
14227
|
+
|
|
14149
14228
|
html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-brand:active {
|
|
14150
14229
|
background-color: rgba(39, 40, 51, 0.06);
|
|
14151
14230
|
color: #272833;
|
|
@@ -14353,6 +14432,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link.focus, htm
|
|
|
14353
14432
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar .navbar-nav .nav-link:focus {
|
|
14354
14433
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
14355
14434
|
}
|
|
14435
|
+
|
|
14356
14436
|
html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link:disabled, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link.disabled {
|
|
14357
14437
|
box-shadow: none;
|
|
14358
14438
|
}
|
|
@@ -14366,6 +14446,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand.focus, html:not(#_
|
|
|
14366
14446
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar .navbar-brand:focus {
|
|
14367
14447
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
14368
14448
|
}
|
|
14449
|
+
|
|
14369
14450
|
html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand:disabled, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand.disabled {
|
|
14370
14451
|
box-shadow: none;
|
|
14371
14452
|
}
|
|
@@ -14427,6 +14508,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-nav .nav-link.focu
|
|
|
14427
14508
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-light .navbar-nav .nav-link:focus {
|
|
14428
14509
|
color: #272833;
|
|
14429
14510
|
}
|
|
14511
|
+
|
|
14430
14512
|
html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-nav .nav-link:active {
|
|
14431
14513
|
color: #272833;
|
|
14432
14514
|
}
|
|
@@ -14450,6 +14532,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-brand.focus, html:
|
|
|
14450
14532
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-light .navbar-brand:focus {
|
|
14451
14533
|
color: #272833;
|
|
14452
14534
|
}
|
|
14535
|
+
|
|
14453
14536
|
html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-brand:active {
|
|
14454
14537
|
color: #272833;
|
|
14455
14538
|
}
|
|
@@ -14482,6 +14565,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-overlay {
|
|
|
14482
14565
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus {
|
|
14483
14566
|
color: #272833;
|
|
14484
14567
|
}
|
|
14568
|
+
|
|
14485
14569
|
html:not(#__):not(#___) .cadmin .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:active {
|
|
14486
14570
|
color: #272833;
|
|
14487
14571
|
}
|
|
@@ -14519,6 +14603,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-nav .nav-link.
|
|
|
14519
14603
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-secondary .navbar-nav .nav-link:focus {
|
|
14520
14604
|
color: #fff;
|
|
14521
14605
|
}
|
|
14606
|
+
|
|
14522
14607
|
html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-nav .nav-link:active {
|
|
14523
14608
|
color: #fff;
|
|
14524
14609
|
}
|
|
@@ -14546,6 +14631,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-brand.focus, h
|
|
|
14546
14631
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-secondary .navbar-brand:focus {
|
|
14547
14632
|
color: #fff;
|
|
14548
14633
|
}
|
|
14634
|
+
|
|
14549
14635
|
html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-brand:active {
|
|
14550
14636
|
color: #fff;
|
|
14551
14637
|
}
|
|
@@ -14578,6 +14664,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-overlay {
|
|
|
14578
14664
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus {
|
|
14579
14665
|
color: #fff;
|
|
14580
14666
|
}
|
|
14667
|
+
|
|
14581
14668
|
html:not(#__):not(#___) .cadmin .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:active {
|
|
14582
14669
|
color: #fff;
|
|
14583
14670
|
}
|
|
@@ -14688,6 +14775,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .page-link:focus::after {
|
|
|
14688
14775
|
right: 0;
|
|
14689
14776
|
top: 0;
|
|
14690
14777
|
}
|
|
14778
|
+
|
|
14691
14779
|
html:not(#__):not(#___) .cadmin .page-link:active {
|
|
14692
14780
|
background-color: rgba(11, 95, 255, 0.06);
|
|
14693
14781
|
border-color: transparent;
|
|
@@ -14782,6 +14870,7 @@ html:not(#__):not(#___) .cadmin .page-item.disabled .page-link.focus::after, htm
|
|
|
14782
14870
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .page-item.disabled .page-link:focus::after {
|
|
14783
14871
|
content: none;
|
|
14784
14872
|
}
|
|
14873
|
+
|
|
14785
14874
|
html:not(#__):not(#___) .cadmin .page-item:first-child .page-link,
|
|
14786
14875
|
html:not(#__):not(#___) .cadmin .page-link-first {
|
|
14787
14876
|
border-radius: 4px;
|
|
@@ -14865,6 +14954,7 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:focus-visibl
|
|
|
14865
14954
|
right: 0;
|
|
14866
14955
|
top: 0;
|
|
14867
14956
|
}
|
|
14957
|
+
|
|
14868
14958
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > a:active,
|
|
14869
14959
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:active {
|
|
14870
14960
|
background-color: rgba(11, 95, 255, 0.06);
|
|
@@ -14956,6 +15046,7 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page.disabled > button.foc
|
|
|
14956
15046
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page.disabled > button:focus-visible::after {
|
|
14957
15047
|
content: none;
|
|
14958
15048
|
}
|
|
15049
|
+
|
|
14959
15050
|
@media (max-width: 767.98px) {
|
|
14960
15051
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page + .pagination-results {
|
|
14961
15052
|
margin-left: auto;
|
|
@@ -15145,6 +15236,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .panel-header-link:focus {
|
|
|
15145
15236
|
outline: 0;
|
|
15146
15237
|
z-index: 1;
|
|
15147
15238
|
}
|
|
15239
|
+
|
|
15148
15240
|
html:not(#__):not(#___) .cadmin .panel-header-link .collapse-icon {
|
|
15149
15241
|
padding-right: 45px;
|
|
15150
15242
|
}
|
|
@@ -15361,6 +15453,7 @@ html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header.panel-header-link.
|
|
|
15361
15453
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .panel-unstyled .panel-header.panel-header-link:focus {
|
|
15362
15454
|
box-shadow: 0 0 0 4px #fff, 0 0 0 6px #5791ff;
|
|
15363
15455
|
}
|
|
15456
|
+
|
|
15364
15457
|
html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header:not(.collapse-icon-middle) .collapse-icon-closed,
|
|
15365
15458
|
html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header:not(.collapse-icon-middle) .collapse-icon-open {
|
|
15366
15459
|
right: 0;
|
|
@@ -16099,6 +16192,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin a.sheet-subtitle:focus {
|
|
|
16099
16192
|
box-shadow: 0 0 0 4px #fff, 0 0 0 6px #5791ff;
|
|
16100
16193
|
outline: 0;
|
|
16101
16194
|
}
|
|
16195
|
+
|
|
16102
16196
|
html:not(#__):not(#___) .cadmin .sheet-tertiary-title {
|
|
16103
16197
|
color: #1c1c24;
|
|
16104
16198
|
display: block;
|
|
@@ -16433,6 +16527,7 @@ html:not(#__):not(#___) .cadmin .sidebar-light .panel-unstyled .panel-header.pan
|
|
|
16433
16527
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .sidebar-light .panel-unstyled .panel-header.panel-header-link:focus {
|
|
16434
16528
|
box-shadow: 0 0 0 4px #fff, 0 0 0 6px #5791ff;
|
|
16435
16529
|
}
|
|
16530
|
+
|
|
16436
16531
|
html:not(#__):not(#___) .cadmin .sidebar-light .component-navigation-bar {
|
|
16437
16532
|
background-color: #fff;
|
|
16438
16533
|
border-color: #cdced9;
|
|
@@ -16519,6 +16614,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .sidebar-dark .nav-nested .nav-
|
|
|
16519
16614
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
16520
16615
|
outline: 0;
|
|
16521
16616
|
}
|
|
16617
|
+
|
|
16522
16618
|
html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link:active {
|
|
16523
16619
|
color: #fff;
|
|
16524
16620
|
}
|
|
@@ -16582,6 +16678,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .sidebar-dark-l2 .nav-nested .n
|
|
|
16582
16678
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
16583
16679
|
outline: 0;
|
|
16584
16680
|
}
|
|
16681
|
+
|
|
16585
16682
|
html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:active {
|
|
16586
16683
|
color: #fff;
|
|
16587
16684
|
}
|
|
@@ -16806,6 +16903,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .table thead th a[href]:focus {
|
|
|
16806
16903
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
16807
16904
|
outline: 0;
|
|
16808
16905
|
}
|
|
16906
|
+
|
|
16809
16907
|
html:not(#__):not(#___) .cadmin .table thead .autofit-col {
|
|
16810
16908
|
padding-left: 0.125rem;
|
|
16811
16909
|
padding-right: 0.125rem;
|
|
@@ -16908,6 +17006,7 @@ html:not(#__):not(#___) .cadmin .table .component-drag.focus, html:not(#__):not(
|
|
|
16908
17006
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .table .component-drag:focus {
|
|
16909
17007
|
box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
|
|
16910
17008
|
}
|
|
17009
|
+
|
|
16911
17010
|
html:not(#__):not(#___) .cadmin .table .custom-control,
|
|
16912
17011
|
html:not(#__):not(#___) .cadmin .table .form-check {
|
|
16913
17012
|
margin-bottom: 0;
|
|
@@ -17089,6 +17188,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-title a:focus {
|
|
|
17089
17188
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
17090
17189
|
outline: 0;
|
|
17091
17190
|
}
|
|
17191
|
+
|
|
17092
17192
|
html:not(#__):not(#___) .cadmin .table-link {
|
|
17093
17193
|
border-radius: 1px;
|
|
17094
17194
|
color: #272833;
|
|
@@ -17113,6 +17213,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-link:focus {
|
|
|
17113
17213
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
17114
17214
|
outline: 0;
|
|
17115
17215
|
}
|
|
17216
|
+
|
|
17116
17217
|
html:not(#__):not(#___) .cadmin .table-action-link {
|
|
17117
17218
|
align-items: center;
|
|
17118
17219
|
border-radius: 4px;
|
|
@@ -17146,6 +17247,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-action-link:focus {
|
|
|
17146
17247
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
17147
17248
|
outline: 0;
|
|
17148
17249
|
}
|
|
17250
|
+
|
|
17149
17251
|
html:not(#__):not(#___) .cadmin .table-action-link:active {
|
|
17150
17252
|
background-color: rgba(0, 0, 0, 0.04);
|
|
17151
17253
|
}
|
|
@@ -17409,6 +17511,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-title a:focus {
|
|
|
17409
17511
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
17410
17512
|
outline: 0;
|
|
17411
17513
|
}
|
|
17514
|
+
|
|
17412
17515
|
html:not(#__):not(#___) .cadmin .table-list-link {
|
|
17413
17516
|
border-radius: 1px;
|
|
17414
17517
|
color: #272833;
|
|
@@ -17433,6 +17536,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-link:focus {
|
|
|
17433
17536
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
|
|
17434
17537
|
outline: 0;
|
|
17435
17538
|
}
|
|
17539
|
+
|
|
17436
17540
|
html:not(#__):not(#___) .cadmin .table-list-action-link {
|
|
17437
17541
|
align-items: center;
|
|
17438
17542
|
color: #6b6c7e;
|
|
@@ -17465,6 +17569,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-action-link:focus {
|
|
|
17465
17569
|
color: #272833;
|
|
17466
17570
|
outline: 0;
|
|
17467
17571
|
}
|
|
17572
|
+
|
|
17468
17573
|
html:not(#__):not(#___) .cadmin .table-list-action-link:active {
|
|
17469
17574
|
background-color: rgba(0, 0, 0, 0.04);
|
|
17470
17575
|
}
|
|
@@ -18169,10 +18274,17 @@ html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced.focus, html:n
|
|
|
18169
18274
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-stacked .tbar-btn-monospaced:focus {
|
|
18170
18275
|
box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
|
|
18171
18276
|
}
|
|
18277
|
+
|
|
18172
18278
|
html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced:active:focus-visible,
|
|
18173
18279
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-stacked .tbar-btn-monospaced:active:focus {
|
|
18174
18280
|
box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
|
|
18175
18281
|
}
|
|
18282
|
+
|
|
18283
|
+
html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced.active:focus-visible,
|
|
18284
|
+
html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-stacked .tbar-btn-monospaced.active:focus {
|
|
18285
|
+
box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
|
|
18286
|
+
}
|
|
18287
|
+
|
|
18176
18288
|
html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced .c-inner {
|
|
18177
18289
|
margin-bottom: 0;
|
|
18178
18290
|
margin-left: 0;
|
|
@@ -18200,6 +18312,7 @@ html:not(#__):not(#___) .cadmin .tbar-light .tbar-btn-monospaced.focus, html:not
|
|
|
18200
18312
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-light .tbar-btn-monospaced:focus {
|
|
18201
18313
|
color: #272833;
|
|
18202
18314
|
}
|
|
18315
|
+
|
|
18203
18316
|
html:not(#__):not(#___) .cadmin .tbar-light .tbar-btn-monospaced:active {
|
|
18204
18317
|
background-color: #f1f2f5;
|
|
18205
18318
|
color: #272833;
|
|
@@ -18237,6 +18350,7 @@ html:not(#__):not(#___) .cadmin .tbar-dark-l2 .tbar-btn-monospaced.focus, html:n
|
|
|
18237
18350
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-dark-l2 .tbar-btn-monospaced:focus {
|
|
18238
18351
|
color: #fff;
|
|
18239
18352
|
}
|
|
18353
|
+
|
|
18240
18354
|
html:not(#__):not(#___) .cadmin .tbar-dark-l2 .tbar-btn-monospaced:active {
|
|
18241
18355
|
background-color: rgba(255, 255, 255, 0.06);
|
|
18242
18356
|
color: #fff;
|
|
@@ -18273,6 +18387,7 @@ html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced.focus, html:n
|
|
|
18273
18387
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-dark-d1 .tbar-btn-monospaced:focus {
|
|
18274
18388
|
color: #fff;
|
|
18275
18389
|
}
|
|
18390
|
+
|
|
18276
18391
|
html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced:active {
|
|
18277
18392
|
background-color: rgba(255, 255, 255, 0.06);
|
|
18278
18393
|
color: #fff;
|
|
@@ -18281,6 +18396,16 @@ html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced.active {
|
|
|
18281
18396
|
background-color: rgba(255, 255, 255, 0.06);
|
|
18282
18397
|
color: #fff;
|
|
18283
18398
|
}
|
|
18399
|
+
html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced.active::after {
|
|
18400
|
+
background-color: #80acff;
|
|
18401
|
+
bottom: 0;
|
|
18402
|
+
content: "";
|
|
18403
|
+
display: block;
|
|
18404
|
+
left: 0;
|
|
18405
|
+
position: absolute;
|
|
18406
|
+
top: 0;
|
|
18407
|
+
width: 4px;
|
|
18408
|
+
}
|
|
18284
18409
|
html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced:disabled, html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced.disabled {
|
|
18285
18410
|
color: inherit;
|
|
18286
18411
|
}
|
|
@@ -18288,6 +18413,16 @@ html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced[aria-expanded
|
|
|
18288
18413
|
background-color: rgba(255, 255, 255, 0.06);
|
|
18289
18414
|
color: #fff;
|
|
18290
18415
|
}
|
|
18416
|
+
html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced[aria-expanded=true]::after, html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced.show::after {
|
|
18417
|
+
background-color: #80acff;
|
|
18418
|
+
bottom: 0;
|
|
18419
|
+
content: "";
|
|
18420
|
+
display: block;
|
|
18421
|
+
left: 0;
|
|
18422
|
+
position: absolute;
|
|
18423
|
+
top: 0;
|
|
18424
|
+
width: 4px;
|
|
18425
|
+
}
|
|
18291
18426
|
html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-label {
|
|
18292
18427
|
border-width: 1px;
|
|
18293
18428
|
}
|
|
@@ -19187,10 +19322,7 @@ html:not(#__):not(#___) .cadmin .treeview .btn-monospaced.focus, html:not(#__):n
|
|
|
19187
19322
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview .btn-monospaced:focus {
|
|
19188
19323
|
box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
|
|
19189
19324
|
}
|
|
19190
|
-
|
|
19191
|
-
html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview .btn-monospaced:active:focus {
|
|
19192
|
-
box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
|
|
19193
|
-
}
|
|
19325
|
+
|
|
19194
19326
|
html:not(#__):not(#___) .cadmin .treeview .custom-control {
|
|
19195
19327
|
margin-left: 4px;
|
|
19196
19328
|
margin-right: 4px;
|
|
@@ -19215,6 +19347,7 @@ html:not(#__):not(#___) .cadmin .treeview .component-action.focus, html:not(#__)
|
|
|
19215
19347
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview .component-action:focus {
|
|
19216
19348
|
color: #6b6c7e;
|
|
19217
19349
|
}
|
|
19350
|
+
|
|
19218
19351
|
html:not(#__):not(#___) .cadmin .treeview .component-action:active {
|
|
19219
19352
|
background-color: transparent;
|
|
19220
19353
|
}
|
|
@@ -19346,6 +19479,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-link:focus {
|
|
|
19346
19479
|
box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
|
|
19347
19480
|
outline: 0;
|
|
19348
19481
|
}
|
|
19482
|
+
|
|
19349
19483
|
html:not(#__):not(#___) .cadmin .treeview-link:disabled, html:not(#__):not(#___) .cadmin .treeview-link.disabled {
|
|
19350
19484
|
cursor: not-allowed;
|
|
19351
19485
|
}
|
|
@@ -19403,6 +19537,7 @@ html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.focus, html:not(#
|
|
|
19403
19537
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link:focus {
|
|
19404
19538
|
box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
|
|
19405
19539
|
}
|
|
19540
|
+
|
|
19406
19541
|
html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:active {
|
|
19407
19542
|
background-color: #f0f5ff;
|
|
19408
19543
|
box-shadow: inset 0 0 0 1px #0b5fff;
|
|
@@ -19429,6 +19564,7 @@ html:not(#__):not(#___) .cadmin .treeview-light .treeview-link[aria-expanded=tru
|
|
|
19429
19564
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link[aria-expanded=true], html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link.show:focus, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.show:focus-visible {
|
|
19430
19565
|
box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
|
|
19431
19566
|
}
|
|
19567
|
+
|
|
19432
19568
|
html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.treeview-no-hover:hover, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.treeview-no-hover.hover {
|
|
19433
19569
|
background-color: transparent;
|
|
19434
19570
|
color: #6b6c7e;
|
|
@@ -19446,6 +19582,7 @@ html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.focus, html:not(#_
|
|
|
19446
19582
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link:focus {
|
|
19447
19583
|
box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
|
|
19448
19584
|
}
|
|
19585
|
+
|
|
19449
19586
|
html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:active {
|
|
19450
19587
|
background-color: #393a4a;
|
|
19451
19588
|
box-shadow: inset 0 0 0 1px #0b5fff;
|
|
@@ -19472,6 +19609,7 @@ html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link[aria-expanded=true
|
|
|
19472
19609
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link[aria-expanded=true], html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link.show:focus, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.show:focus-visible {
|
|
19473
19610
|
box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
|
|
19474
19611
|
}
|
|
19612
|
+
|
|
19475
19613
|
html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.treeview-no-hover:hover, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.treeview-no-hover.hover {
|
|
19476
19614
|
background-color: transparent;
|
|
19477
19615
|
color: #a7a9bc;
|