@clayui/css 3.54.0 → 3.57.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 +203 -192
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +113 -132
- package/lib/css/base.css.map +1 -1
- package/lib/css/bootstrap.css.map +1 -1
- package/lib/css/cadmin.css +59 -69
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/flags-ca-ES-valencia.svg +13 -0
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/images/icons/flags-ca-ES-valencia.svg +13 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_buttons.scss +1 -1
- package/src/scss/atlas/variables/_dropdowns.scss +1 -1
- package/src/scss/atlas/variables/_globals.scss +5 -5
- package/src/scss/atlas/variables/_multi-step-nav.scss +3 -1
- package/src/scss/atlas/variables/_navigation-bar.scss +1 -1
- package/src/scss/atlas/variables/_navs.scss +1 -1
- package/src/scss/atlas/variables/_panels.scss +2 -2
- package/src/scss/atlas/variables/_range.scss +24 -6
- package/src/scss/atlas/variables/_sheets.scss +2 -1
- package/src/scss/atlas/variables/_sidebar.scss +3 -2
- package/src/scss/atlas/variables/_type.scss +0 -2
- package/src/scss/cadmin/components/_breadcrumbs.scss +12 -62
- package/src/scss/cadmin/variables/_breadcrumbs.scss +94 -16
- package/src/scss/cadmin/variables/_range.scss +110 -51
- package/src/scss/cadmin/variables/_treeview.scss +12 -4
- package/src/scss/components/_breadcrumbs.scss +12 -71
- package/src/scss/components/_tables.scss +2 -2
- package/src/scss/functions/_color-functions.scss +66 -26
- package/src/scss/functions/_global-functions.scss +10 -3
- package/src/scss/functions/_lx-icons-generated.scss +2 -0
- package/src/scss/mixins/_buttons.scss +4 -0
- package/src/scss/mixins/_forms.scss +1020 -378
- package/src/scss/variables/_alerts.scss +8 -0
- package/src/scss/variables/_breadcrumbs.scss +90 -15
- package/src/scss/variables/_buttons.scss +116 -67
- package/src/scss/variables/_cards.scss +1 -1
- package/src/scss/variables/_date-picker.scss +1 -1
- package/src/scss/variables/_dropdowns.scss +4 -4
- package/src/scss/variables/_forms.scss +1 -1
- package/src/scss/variables/_globals.scss +2 -2
- package/src/scss/variables/_links.scss +1 -1
- package/src/scss/variables/_list-group.scss +2 -2
- package/src/scss/variables/_multi-step-nav.scss +1 -1
- package/src/scss/variables/_navbar.scss +2 -2
- package/src/scss/variables/_navs.scss +1 -1
- package/src/scss/variables/_pagination.scss +1 -1
- package/src/scss/variables/_panels.scss +5 -4
- package/src/scss/variables/_range.scss +114 -50
- package/src/scss/variables/_sheets.scss +1 -1
- package/src/scss/variables/_sidebar.scss +2 -0
- package/src/scss/variables/_tables.scss +9 -4
- package/src/scss/variables/_tbar.scss +14 -13
- package/src/scss/variables/_time.scss +1 -1
- package/src/scss/variables/_treeview.scss +12 -4
- package/src/scss/variables/_type.scss +2 -2
- 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.57.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>
|
|
@@ -479,7 +479,7 @@ mark:before,
|
|
|
479
479
|
}
|
|
480
480
|
|
|
481
481
|
.c-kbd > .c-kbd {
|
|
482
|
-
border-width:
|
|
482
|
+
border-width: 0px;
|
|
483
483
|
font-size: inherit;
|
|
484
484
|
font-weight: inherit;
|
|
485
485
|
height: auto;
|
|
@@ -511,7 +511,7 @@ mark:before,
|
|
|
511
511
|
}
|
|
512
512
|
|
|
513
513
|
.c-kbd-inline {
|
|
514
|
-
border-width:
|
|
514
|
+
border-width: 0px;
|
|
515
515
|
font-weight: 300;
|
|
516
516
|
height: auto;
|
|
517
517
|
line-height: inherit;
|
|
@@ -1356,7 +1356,6 @@ input[type=button].btn-block {
|
|
|
1356
1356
|
.btn-primary:focus, .focus.btn-primary {
|
|
1357
1357
|
background-color: #0069d9;
|
|
1358
1358
|
border-color: #0062cc;
|
|
1359
|
-
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
|
|
1360
1359
|
color: #fff;
|
|
1361
1360
|
}
|
|
1362
1361
|
.btn-primary:active {
|
|
@@ -1364,9 +1363,6 @@ input[type=button].btn-block {
|
|
|
1364
1363
|
border-color: #005cbf;
|
|
1365
1364
|
color: #fff;
|
|
1366
1365
|
}
|
|
1367
|
-
.btn-primary:active:focus {
|
|
1368
|
-
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
|
|
1369
|
-
}
|
|
1370
1366
|
.active.btn-primary {
|
|
1371
1367
|
background-color: #0062cc;
|
|
1372
1368
|
border-color: #005cbf;
|
|
@@ -1385,7 +1381,6 @@ input[type=button].btn-block {
|
|
|
1385
1381
|
.form-file-input:focus + .btn-primary {
|
|
1386
1382
|
background-color: #0069d9;
|
|
1387
1383
|
border-color: #0062cc;
|
|
1388
|
-
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
|
|
1389
1384
|
color: #fff;
|
|
1390
1385
|
}
|
|
1391
1386
|
.btn-secondary {
|
|
@@ -1401,7 +1396,6 @@ input[type=button].btn-block {
|
|
|
1401
1396
|
.btn-secondary:focus, .focus.btn-secondary {
|
|
1402
1397
|
background-color: #5a6268;
|
|
1403
1398
|
border-color: #545b62;
|
|
1404
|
-
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
|
|
1405
1399
|
color: #fff;
|
|
1406
1400
|
}
|
|
1407
1401
|
.btn-secondary:active {
|
|
@@ -1409,9 +1403,6 @@ input[type=button].btn-block {
|
|
|
1409
1403
|
border-color: #4e555b;
|
|
1410
1404
|
color: #fff;
|
|
1411
1405
|
}
|
|
1412
|
-
.btn-secondary:active:focus {
|
|
1413
|
-
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
|
|
1414
|
-
}
|
|
1415
1406
|
.active.btn-secondary {
|
|
1416
1407
|
background-color: #545b62;
|
|
1417
1408
|
border-color: #4e555b;
|
|
@@ -1430,7 +1421,6 @@ input[type=button].btn-block {
|
|
|
1430
1421
|
.form-file-input:focus + .btn-secondary {
|
|
1431
1422
|
background-color: #5a6268;
|
|
1432
1423
|
border-color: #545b62;
|
|
1433
|
-
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
|
|
1434
1424
|
color: #fff;
|
|
1435
1425
|
}
|
|
1436
1426
|
.btn-success {
|
|
@@ -1446,7 +1436,6 @@ input[type=button].btn-block {
|
|
|
1446
1436
|
.btn-success:focus, .focus.btn-success {
|
|
1447
1437
|
background-color: #218838;
|
|
1448
1438
|
border-color: #1e7e34;
|
|
1449
|
-
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
|
|
1450
1439
|
color: #fff;
|
|
1451
1440
|
}
|
|
1452
1441
|
.btn-success:active {
|
|
@@ -1454,9 +1443,6 @@ input[type=button].btn-block {
|
|
|
1454
1443
|
border-color: #1c7430;
|
|
1455
1444
|
color: #fff;
|
|
1456
1445
|
}
|
|
1457
|
-
.btn-success:active:focus {
|
|
1458
|
-
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
|
|
1459
|
-
}
|
|
1460
1446
|
.active.btn-success {
|
|
1461
1447
|
background-color: #1e7e34;
|
|
1462
1448
|
border-color: #1c7430;
|
|
@@ -1475,7 +1461,6 @@ input[type=button].btn-block {
|
|
|
1475
1461
|
.form-file-input:focus + .btn-success {
|
|
1476
1462
|
background-color: #218838;
|
|
1477
1463
|
border-color: #1e7e34;
|
|
1478
|
-
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
|
|
1479
1464
|
color: #fff;
|
|
1480
1465
|
}
|
|
1481
1466
|
.btn-info {
|
|
@@ -1491,7 +1476,6 @@ input[type=button].btn-block {
|
|
|
1491
1476
|
.btn-info:focus, .focus.btn-info {
|
|
1492
1477
|
background-color: #138496;
|
|
1493
1478
|
border-color: #117a8b;
|
|
1494
|
-
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
|
|
1495
1479
|
color: #fff;
|
|
1496
1480
|
}
|
|
1497
1481
|
.btn-info:active {
|
|
@@ -1499,9 +1483,6 @@ input[type=button].btn-block {
|
|
|
1499
1483
|
border-color: #10707f;
|
|
1500
1484
|
color: #fff;
|
|
1501
1485
|
}
|
|
1502
|
-
.btn-info:active:focus {
|
|
1503
|
-
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
|
|
1504
|
-
}
|
|
1505
1486
|
.active.btn-info {
|
|
1506
1487
|
background-color: #117a8b;
|
|
1507
1488
|
border-color: #10707f;
|
|
@@ -1530,7 +1511,6 @@ input[type=button].btn-block {
|
|
|
1530
1511
|
.btn-warning:focus, .focus.btn-warning {
|
|
1531
1512
|
background-color: #e0a800;
|
|
1532
1513
|
border-color: #d39e00;
|
|
1533
|
-
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
|
|
1534
1514
|
color: #212529;
|
|
1535
1515
|
}
|
|
1536
1516
|
.btn-warning:active {
|
|
@@ -1538,9 +1518,6 @@ input[type=button].btn-block {
|
|
|
1538
1518
|
border-color: #c69500;
|
|
1539
1519
|
color: #212529;
|
|
1540
1520
|
}
|
|
1541
|
-
.btn-warning:active:focus {
|
|
1542
|
-
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
|
|
1543
|
-
}
|
|
1544
1521
|
.active.btn-warning {
|
|
1545
1522
|
background-color: #d39e00;
|
|
1546
1523
|
border-color: #c69500;
|
|
@@ -1559,7 +1536,6 @@ input[type=button].btn-block {
|
|
|
1559
1536
|
.form-file-input:focus + .btn-warning {
|
|
1560
1537
|
background-color: #e0a800;
|
|
1561
1538
|
border-color: #d39e00;
|
|
1562
|
-
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
|
|
1563
1539
|
color: #212529;
|
|
1564
1540
|
}
|
|
1565
1541
|
.btn-danger {
|
|
@@ -1575,7 +1551,6 @@ input[type=button].btn-block {
|
|
|
1575
1551
|
.btn-danger:focus, .focus.btn-danger {
|
|
1576
1552
|
background-color: #c82333;
|
|
1577
1553
|
border-color: #bd2130;
|
|
1578
|
-
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
|
|
1579
1554
|
color: #fff;
|
|
1580
1555
|
}
|
|
1581
1556
|
.btn-danger:active {
|
|
@@ -1583,9 +1558,6 @@ input[type=button].btn-block {
|
|
|
1583
1558
|
border-color: #b21f2d;
|
|
1584
1559
|
color: #fff;
|
|
1585
1560
|
}
|
|
1586
|
-
.btn-danger:active:focus {
|
|
1587
|
-
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
|
|
1588
|
-
}
|
|
1589
1561
|
.active.btn-danger {
|
|
1590
1562
|
background-color: #bd2130;
|
|
1591
1563
|
border-color: #b21f2d;
|
|
@@ -1604,7 +1576,6 @@ input[type=button].btn-block {
|
|
|
1604
1576
|
.form-file-input:focus + .btn-danger {
|
|
1605
1577
|
background-color: #c82333;
|
|
1606
1578
|
border-color: #bd2130;
|
|
1607
|
-
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
|
|
1608
1579
|
color: #fff;
|
|
1609
1580
|
}
|
|
1610
1581
|
.btn-light {
|
|
@@ -1620,7 +1591,6 @@ input[type=button].btn-block {
|
|
|
1620
1591
|
.btn-light:focus, .focus.btn-light {
|
|
1621
1592
|
background-color: #e2e6ea;
|
|
1622
1593
|
border-color: #dae0e5;
|
|
1623
|
-
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
|
|
1624
1594
|
color: #212529;
|
|
1625
1595
|
}
|
|
1626
1596
|
.btn-light:active {
|
|
@@ -1628,9 +1598,6 @@ input[type=button].btn-block {
|
|
|
1628
1598
|
border-color: #d3d9df;
|
|
1629
1599
|
color: #212529;
|
|
1630
1600
|
}
|
|
1631
|
-
.btn-light:active:focus {
|
|
1632
|
-
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
|
|
1633
|
-
}
|
|
1634
1601
|
.active.btn-light {
|
|
1635
1602
|
background-color: #dae0e5;
|
|
1636
1603
|
border-color: #d3d9df;
|
|
@@ -1649,7 +1616,6 @@ input[type=button].btn-block {
|
|
|
1649
1616
|
.form-file-input:focus + .btn-light {
|
|
1650
1617
|
background-color: #e2e6ea;
|
|
1651
1618
|
border-color: #dae0e5;
|
|
1652
|
-
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
|
|
1653
1619
|
color: #212529;
|
|
1654
1620
|
}
|
|
1655
1621
|
.btn-dark {
|
|
@@ -1665,7 +1631,6 @@ input[type=button].btn-block {
|
|
|
1665
1631
|
.btn-dark:focus, .focus.btn-dark {
|
|
1666
1632
|
background-color: #23272b;
|
|
1667
1633
|
border-color: #1d2124;
|
|
1668
|
-
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
|
|
1669
1634
|
color: #fff;
|
|
1670
1635
|
}
|
|
1671
1636
|
.btn-dark:active {
|
|
@@ -1673,9 +1638,6 @@ input[type=button].btn-block {
|
|
|
1673
1638
|
border-color: #171a1d;
|
|
1674
1639
|
color: #fff;
|
|
1675
1640
|
}
|
|
1676
|
-
.btn-dark:active:focus {
|
|
1677
|
-
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
|
|
1678
|
-
}
|
|
1679
1641
|
.active.btn-dark {
|
|
1680
1642
|
background-color: #1d2124;
|
|
1681
1643
|
border-color: #171a1d;
|
|
@@ -1694,7 +1656,6 @@ input[type=button].btn-block {
|
|
|
1694
1656
|
.form-file-input:focus + .btn-dark {
|
|
1695
1657
|
background-color: #23272b;
|
|
1696
1658
|
border-color: #1d2124;
|
|
1697
|
-
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
|
|
1698
1659
|
color: #fff;
|
|
1699
1660
|
}
|
|
1700
1661
|
.btn-link {
|
|
@@ -1736,6 +1697,9 @@ input[type=button].btn-block {
|
|
|
1736
1697
|
border-color: #007bff;
|
|
1737
1698
|
color: #fff;
|
|
1738
1699
|
}
|
|
1700
|
+
.btn-outline-primary:active:focus {
|
|
1701
|
+
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
|
|
1702
|
+
}
|
|
1739
1703
|
.active.btn-outline-primary {
|
|
1740
1704
|
background-color: #007bff;
|
|
1741
1705
|
border-color: #007bff;
|
|
@@ -4154,13 +4118,6 @@ input[type=button].btn-block {
|
|
|
4154
4118
|
color: #0056b3;
|
|
4155
4119
|
text-decoration: underline;
|
|
4156
4120
|
}
|
|
4157
|
-
.breadcrumb-link > .breadcrumb-text-truncate {
|
|
4158
|
-
text-decoration: none;
|
|
4159
|
-
}
|
|
4160
|
-
.breadcrumb-link > .breadcrumb-text-truncate:hover, .breadcrumb-link > .breadcrumb-text-truncate:focus {
|
|
4161
|
-
text-decoration: underline;
|
|
4162
|
-
}
|
|
4163
|
-
|
|
4164
4121
|
.breadcrumb-item {
|
|
4165
4122
|
margin-right: 0.5em;
|
|
4166
4123
|
position: relative;
|
|
@@ -4169,6 +4126,9 @@ input[type=button].btn-block {
|
|
|
4169
4126
|
.breadcrumb-item .active {
|
|
4170
4127
|
color: #6c757d;
|
|
4171
4128
|
}
|
|
4129
|
+
.breadcrumb-item > span {
|
|
4130
|
+
text-transform: inherit;
|
|
4131
|
+
}
|
|
4172
4132
|
.breadcrumb-item + .breadcrumb-item {
|
|
4173
4133
|
padding-left: 1em;
|
|
4174
4134
|
}
|
|
@@ -4182,9 +4142,7 @@ input[type=button].btn-block {
|
|
|
4182
4142
|
content: "";
|
|
4183
4143
|
height: 0.75em;
|
|
4184
4144
|
left: 0;
|
|
4185
|
-
margin-top: calc(
|
|
4186
|
-
-0.75em / 2
|
|
4187
|
-
);
|
|
4145
|
+
margin-top: calc(-0.75em / 2);
|
|
4188
4146
|
padding: 0;
|
|
4189
4147
|
position: absolute;
|
|
4190
4148
|
top: 50%;
|
|
@@ -4199,17 +4157,20 @@ input[type=button].btn-block {
|
|
|
4199
4157
|
.breadcrumb-item .dropdown-toggle {
|
|
4200
4158
|
text-decoration: none;
|
|
4201
4159
|
}
|
|
4202
|
-
.breadcrumb-item .dropdown-toggle:hover
|
|
4160
|
+
.breadcrumb-item .dropdown-toggle:hover {
|
|
4161
|
+
text-decoration: none;
|
|
4162
|
+
}
|
|
4163
|
+
.breadcrumb-item .dropdown-toggle:focus, .breadcrumb-item .dropdown-toggle.focus {
|
|
4203
4164
|
text-decoration: none;
|
|
4204
4165
|
}
|
|
4205
|
-
|
|
4206
4166
|
.breadcrumb-text-truncate {
|
|
4207
4167
|
display: inline-block;
|
|
4208
4168
|
max-width: 17.875rem;
|
|
4209
4169
|
overflow: hidden;
|
|
4170
|
+
text-decoration: inherit;
|
|
4210
4171
|
text-overflow: ellipsis;
|
|
4211
|
-
white-space: nowrap;
|
|
4212
4172
|
vertical-align: bottom;
|
|
4173
|
+
white-space: nowrap;
|
|
4213
4174
|
}
|
|
4214
4175
|
|
|
4215
4176
|
.btn-group,
|
|
@@ -5442,49 +5403,49 @@ input[type=button].btn-block {
|
|
|
5442
5403
|
.rounded-0 .card-header,
|
|
5443
5404
|
.rounded-0 .card-item-first {
|
|
5444
5405
|
border-top-left-radius: calc(
|
|
5445
|
-
|
|
5406
|
+
0px - 0.0625rem
|
|
5446
5407
|
);
|
|
5447
5408
|
border-top-right-radius: calc(
|
|
5448
|
-
|
|
5409
|
+
0px - 0.0625rem
|
|
5449
5410
|
);
|
|
5450
5411
|
}
|
|
5451
5412
|
.rounded-0 .card-footer,
|
|
5452
5413
|
.rounded-0 .card-item-last {
|
|
5453
5414
|
border-bottom-left-radius: calc(
|
|
5454
|
-
|
|
5415
|
+
0px - 0.0625rem
|
|
5455
5416
|
);
|
|
5456
5417
|
border-bottom-right-radius: calc(
|
|
5457
|
-
|
|
5418
|
+
0px - 0.0625rem
|
|
5458
5419
|
);
|
|
5459
5420
|
}
|
|
5460
5421
|
.rounded-0 .autofit-col:first-child {
|
|
5461
5422
|
border-bottom-left-radius: calc(
|
|
5462
|
-
|
|
5423
|
+
0px - 0.0625rem
|
|
5463
5424
|
);
|
|
5464
5425
|
border-top-left-radius: calc(
|
|
5465
|
-
|
|
5426
|
+
0px - 0.0625rem
|
|
5466
5427
|
);
|
|
5467
5428
|
}
|
|
5468
5429
|
.rounded-0 .autofit-col:first-child .card-item-first {
|
|
5469
5430
|
border-radius: calc(
|
|
5470
|
-
|
|
5431
|
+
0px - 0.0625rem
|
|
5471
5432
|
) 0 0 calc(
|
|
5472
|
-
|
|
5433
|
+
0px - 0.0625rem
|
|
5473
5434
|
);
|
|
5474
5435
|
}
|
|
5475
5436
|
.rounded-0 .autofit-col:last-child {
|
|
5476
5437
|
border-bottom-right-radius: calc(
|
|
5477
|
-
|
|
5438
|
+
0px - 0.0625rem
|
|
5478
5439
|
);
|
|
5479
5440
|
border-top-right-radius: calc(
|
|
5480
|
-
|
|
5441
|
+
0px - 0.0625rem
|
|
5481
5442
|
);
|
|
5482
5443
|
}
|
|
5483
5444
|
.rounded-0 .autofit-col:last-child .card-item-last {
|
|
5484
5445
|
border-radius: 0 calc(
|
|
5485
|
-
|
|
5446
|
+
0px - 0.0625rem
|
|
5486
5447
|
) calc(
|
|
5487
|
-
|
|
5448
|
+
0px - 0.0625rem
|
|
5488
5449
|
) 0;
|
|
5489
5450
|
}
|
|
5490
5451
|
|
|
@@ -6109,7 +6070,7 @@ input[type=button].btn-block {
|
|
|
6109
6070
|
color: #212529;
|
|
6110
6071
|
}
|
|
6111
6072
|
.card-type-template .aspect-ratio {
|
|
6112
|
-
border-width:
|
|
6073
|
+
border-width: 0px;
|
|
6113
6074
|
color: #6c757d;
|
|
6114
6075
|
text-align: center;
|
|
6115
6076
|
padding-bottom: calc(9 / 16 * 100%);
|
|
@@ -6207,8 +6168,8 @@ input[type=button].btn-block {
|
|
|
6207
6168
|
|
|
6208
6169
|
.dropdown-item {
|
|
6209
6170
|
background-color: transparent;
|
|
6210
|
-
border-radius:
|
|
6211
|
-
border-width:
|
|
6171
|
+
border-radius: 0px;
|
|
6172
|
+
border-width: 0px;
|
|
6212
6173
|
clear: both;
|
|
6213
6174
|
color: #212529;
|
|
6214
6175
|
cursor: pointer;
|
|
@@ -7246,7 +7207,7 @@ div.form-control-sm {
|
|
|
7246
7207
|
}
|
|
7247
7208
|
.form-control-inset {
|
|
7248
7209
|
background-color: transparent;
|
|
7249
|
-
border-width:
|
|
7210
|
+
border-width: 0px;
|
|
7250
7211
|
color: #495057;
|
|
7251
7212
|
flex-grow: 1;
|
|
7252
7213
|
margin-bottom: 0.125rem;
|
|
@@ -7861,7 +7822,7 @@ button.link-outline {
|
|
|
7861
7822
|
background-color: transparent;
|
|
7862
7823
|
border-color: transparent;
|
|
7863
7824
|
border-radius: 0.25rem;
|
|
7864
|
-
border-width:
|
|
7825
|
+
border-width: 0px;
|
|
7865
7826
|
color: #6c757d;
|
|
7866
7827
|
display: inline-flex;
|
|
7867
7828
|
height: 1.9375rem;
|
|
@@ -7931,7 +7892,7 @@ button.link-outline {
|
|
|
7931
7892
|
flex-direction: column;
|
|
7932
7893
|
}
|
|
7933
7894
|
.clay-range .input-group-text {
|
|
7934
|
-
border-width:
|
|
7895
|
+
border-width: 0px;
|
|
7935
7896
|
color: #212529;
|
|
7936
7897
|
font-size: 0.875rem;
|
|
7937
7898
|
font-weight: 500;
|
|
@@ -7968,11 +7929,16 @@ button.link-outline {
|
|
|
7968
7929
|
width: 100%;
|
|
7969
7930
|
}
|
|
7970
7931
|
.clay-range-input .tooltip {
|
|
7971
|
-
margin-left: 0.
|
|
7932
|
+
margin-left: 0.8125rem;
|
|
7972
7933
|
transition: opacity 0.15s linear;
|
|
7973
7934
|
visibility: hidden;
|
|
7974
7935
|
white-space: nowrap;
|
|
7975
7936
|
}
|
|
7937
|
+
@media (prefers-reduced-motion: reduce) {
|
|
7938
|
+
.clay-range-input .tooltip {
|
|
7939
|
+
transition: none;
|
|
7940
|
+
}
|
|
7941
|
+
}
|
|
7976
7942
|
.clay-range-input .tooltip-inner {
|
|
7977
7943
|
padding: 0.25rem 0.5rem;
|
|
7978
7944
|
}
|
|
@@ -7987,7 +7953,7 @@ button.link-outline {
|
|
|
7987
7953
|
transform: translateX(-50%);
|
|
7988
7954
|
}
|
|
7989
7955
|
.clay-range-input .clay-tooltip-bottom .tooltip-arrow {
|
|
7990
|
-
margin-left: -0.
|
|
7956
|
+
margin-left: -0.25rem;
|
|
7991
7957
|
}
|
|
7992
7958
|
.clay-range-input .clay-tooltip-top {
|
|
7993
7959
|
bottom: 100%;
|
|
@@ -7996,9 +7962,12 @@ button.link-outline {
|
|
|
7996
7962
|
transform: translateX(-50%);
|
|
7997
7963
|
}
|
|
7998
7964
|
.clay-range-input .clay-tooltip-top .tooltip-arrow {
|
|
7999
|
-
margin-left: -0.
|
|
7965
|
+
margin-left: -0.25rem;
|
|
8000
7966
|
}
|
|
8001
7967
|
.clay-range-input .clay-range-track {
|
|
7968
|
+
-moz-appearance: none;
|
|
7969
|
+
-webkit-appearance: none;
|
|
7970
|
+
appearance: none;
|
|
8002
7971
|
background-color: #dee2e6;
|
|
8003
7972
|
border-radius: 100px;
|
|
8004
7973
|
height: 0.25rem;
|
|
@@ -8007,19 +7976,22 @@ button.link-outline {
|
|
|
8007
7976
|
top: 50%;
|
|
8008
7977
|
width: 100%;
|
|
8009
7978
|
}
|
|
7979
|
+
.clay-range-input .clay-range-track::-ms-expand {
|
|
7980
|
+
display: none;
|
|
7981
|
+
}
|
|
8010
7982
|
.clay-range-input .clay-range-progress {
|
|
8011
7983
|
background-color: #007bff;
|
|
8012
7984
|
border-radius: 100px 0 0 100px;
|
|
8013
|
-
height: 0.25rem;
|
|
8014
|
-
margin-top: -0.125rem;
|
|
8015
7985
|
position: absolute;
|
|
8016
7986
|
top: 50%;
|
|
8017
7987
|
width: 50%;
|
|
7988
|
+
height: 0.25rem;
|
|
7989
|
+
margin-top: -0.125rem;
|
|
8018
7990
|
}
|
|
8019
7991
|
.clay-range-input .clay-range-thumb {
|
|
8020
7992
|
background-color: #fff;
|
|
8021
7993
|
border-radius: 100px;
|
|
8022
|
-
border-width:
|
|
7994
|
+
border-width: 0px;
|
|
8023
7995
|
box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
|
|
8024
7996
|
height: 1.5rem;
|
|
8025
7997
|
margin-top: -0.75rem;
|
|
@@ -8034,22 +8006,26 @@ button.link-outline {
|
|
|
8034
8006
|
-webkit-appearance: none;
|
|
8035
8007
|
appearance: none;
|
|
8036
8008
|
background-color: transparent;
|
|
8037
|
-
content: "1.5rem";
|
|
8038
8009
|
height: 2.375rem;
|
|
8039
8010
|
margin: 0;
|
|
8040
8011
|
padding: 0;
|
|
8041
8012
|
position: relative;
|
|
8042
8013
|
z-index: 1;
|
|
8014
|
+
content: "1.5rem";
|
|
8015
|
+
}
|
|
8016
|
+
.clay-range-input .form-control-range::-ms-expand {
|
|
8017
|
+
display: none;
|
|
8043
8018
|
}
|
|
8044
8019
|
.clay-range-input .form-control-range::-moz-focus-outer {
|
|
8045
8020
|
border-width: 0;
|
|
8046
8021
|
}
|
|
8047
8022
|
.clay-range-input .form-control-range::-moz-range-thumb {
|
|
8048
8023
|
-moz-appearance: none;
|
|
8024
|
+
-webkit-appearance: none;
|
|
8049
8025
|
appearance: none;
|
|
8050
8026
|
background-color: #fff;
|
|
8051
8027
|
border-radius: 100px;
|
|
8052
|
-
border-width:
|
|
8028
|
+
border-width: 0px;
|
|
8053
8029
|
box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
|
|
8054
8030
|
height: 1.5rem;
|
|
8055
8031
|
margin-top: -0.75rem;
|
|
@@ -8057,6 +8033,9 @@ button.link-outline {
|
|
|
8057
8033
|
top: 50%;
|
|
8058
8034
|
width: 1.5rem;
|
|
8059
8035
|
}
|
|
8036
|
+
.clay-range-input .form-control-range::-moz-range-thumb::-ms-expand {
|
|
8037
|
+
display: none;
|
|
8038
|
+
}
|
|
8060
8039
|
.clay-range-input .form-control-range::-moz-range-track {
|
|
8061
8040
|
-moz-appearance: none;
|
|
8062
8041
|
appearance: none;
|
|
@@ -8069,13 +8048,12 @@ button.link-outline {
|
|
|
8069
8048
|
background-color: transparent;
|
|
8070
8049
|
}
|
|
8071
8050
|
.clay-range-input .form-control-range::-ms-thumb {
|
|
8051
|
+
-moz-appearance: none;
|
|
8052
|
+
-webkit-appearance: none;
|
|
8072
8053
|
appearance: none;
|
|
8073
|
-
|
|
8074
|
-
|
|
8075
|
-
|
|
8076
|
-
box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
|
|
8077
|
-
height: 1.5rem;
|
|
8078
|
-
width: 1.5rem;
|
|
8054
|
+
}
|
|
8055
|
+
.clay-range-input .form-control-range::-ms-thumb::-ms-expand {
|
|
8056
|
+
display: none;
|
|
8079
8057
|
}
|
|
8080
8058
|
.clay-range-input .form-control-range::-ms-tooltip {
|
|
8081
8059
|
display: none;
|
|
@@ -8094,11 +8072,12 @@ button.link-outline {
|
|
|
8094
8072
|
height: 100%;
|
|
8095
8073
|
}
|
|
8096
8074
|
.clay-range-input .form-control-range::-webkit-slider-thumb {
|
|
8075
|
+
-moz-appearance: none;
|
|
8097
8076
|
-webkit-appearance: none;
|
|
8098
8077
|
appearance: none;
|
|
8099
8078
|
background-color: #fff;
|
|
8100
8079
|
border-radius: 100px;
|
|
8101
|
-
border-width:
|
|
8080
|
+
border-width: 0px;
|
|
8102
8081
|
box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
|
|
8103
8082
|
height: 1.5rem;
|
|
8104
8083
|
margin-top: -0.75rem;
|
|
@@ -8106,6 +8085,9 @@ button.link-outline {
|
|
|
8106
8085
|
top: 50%;
|
|
8107
8086
|
width: 1.5rem;
|
|
8108
8087
|
}
|
|
8088
|
+
.clay-range-input .form-control-range::-webkit-slider-thumb::-ms-expand {
|
|
8089
|
+
display: none;
|
|
8090
|
+
}
|
|
8109
8091
|
.clay-range-input .form-control-range:hover {
|
|
8110
8092
|
cursor: pointer;
|
|
8111
8093
|
}
|
|
@@ -8116,22 +8098,10 @@ button.link-outline {
|
|
|
8116
8098
|
.clay-range-input .form-control-range:focus, .clay-range-input .form-control-range.focus {
|
|
8117
8099
|
outline: 0;
|
|
8118
8100
|
}
|
|
8119
|
-
.clay-range-input .form-control-range:focus ~ .clay-range-progress .clay-range-thumb, .clay-range-input .form-control-range.focus ~ .clay-range-progress .clay-range-thumb {
|
|
8120
|
-
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
8121
|
-
}
|
|
8122
8101
|
.clay-range-input .form-control-range:focus ~ .clay-range-progress .tooltip, .clay-range-input .form-control-range.focus ~ .clay-range-progress .tooltip {
|
|
8123
8102
|
visibility: visible;
|
|
8124
8103
|
opacity: 1;
|
|
8125
8104
|
}
|
|
8126
|
-
.clay-range-input .form-control-range:focus::-moz-range-thumb, .clay-range-input .form-control-range.focus::-moz-range-thumb {
|
|
8127
|
-
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
8128
|
-
}
|
|
8129
|
-
.clay-range-input .form-control-range:focus::-ms-thumb, .clay-range-input .form-control-range.focus::-ms-thumb {
|
|
8130
|
-
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
8131
|
-
}
|
|
8132
|
-
.clay-range-input .form-control-range:focus::-webkit-slider-thumb, .clay-range-input .form-control-range.focus::-webkit-slider-thumb {
|
|
8133
|
-
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
8134
|
-
}
|
|
8135
8105
|
.clay-range-input .form-control-range:disabled {
|
|
8136
8106
|
color: #6c757d;
|
|
8137
8107
|
cursor: not-allowed;
|
|
@@ -9001,7 +8971,7 @@ label.custom-control-label {
|
|
|
9001
8971
|
.clay-time-inner-spin .btn {
|
|
9002
8972
|
align-items: center;
|
|
9003
8973
|
border-radius: 8px;
|
|
9004
|
-
border-width:
|
|
8974
|
+
border-width: 0px;
|
|
9005
8975
|
display: inline-flex;
|
|
9006
8976
|
font-size: 8px;
|
|
9007
8977
|
height: auto;
|
|
@@ -9116,7 +9086,7 @@ label.custom-control-label {
|
|
|
9116
9086
|
|
|
9117
9087
|
.date-picker-calendar-item {
|
|
9118
9088
|
align-items: center;
|
|
9119
|
-
border-width:
|
|
9089
|
+
border-width: 0px;
|
|
9120
9090
|
display: inline-flex;
|
|
9121
9091
|
flex-shrink: 0;
|
|
9122
9092
|
font-weight: 500;
|
|
@@ -10848,8 +10818,8 @@ label.custom-control-label {
|
|
|
10848
10818
|
}
|
|
10849
10819
|
.list-group-notification .list-group-item-primary {
|
|
10850
10820
|
background-color: #fff;
|
|
10851
|
-
border-bottom-left-radius:
|
|
10852
|
-
border-top-left-radius:
|
|
10821
|
+
border-bottom-left-radius: 0px;
|
|
10822
|
+
border-top-left-radius: 0px;
|
|
10853
10823
|
box-shadow: inset 0.5rem 0 #b8daff, inset -0.0625rem 0 rgba(0, 0, 0, 0.125), inset 0 0.0625rem rgba(0, 0, 0, 0.125), inset 0 -0.0625rem rgba(0, 0, 0, 0.125);
|
|
10854
10824
|
}
|
|
10855
10825
|
.list-group-notification .list-group-item-primary.active {
|
|
@@ -11522,7 +11492,7 @@ label.custom-control-label {
|
|
|
11522
11492
|
align-items: center;
|
|
11523
11493
|
background-color: #e9ecef;
|
|
11524
11494
|
border-radius: 0.25rem;
|
|
11525
|
-
border-width:
|
|
11495
|
+
border-width: 0px;
|
|
11526
11496
|
color: rgba(0, 0, 0, 0.5);
|
|
11527
11497
|
cursor: pointer;
|
|
11528
11498
|
display: flex;
|
|
@@ -15876,7 +15846,7 @@ label.custom-control-label {
|
|
|
15876
15846
|
.page-link {
|
|
15877
15847
|
align-items: center;
|
|
15878
15848
|
background-color: #fff;
|
|
15879
|
-
border-radius:
|
|
15849
|
+
border-radius: 0px;
|
|
15880
15850
|
border-color: #dee2e6;
|
|
15881
15851
|
border-style: solid;
|
|
15882
15852
|
border-width: 0.0625rem;
|
|
@@ -16434,13 +16404,13 @@ label.custom-control-label {
|
|
|
16434
16404
|
}
|
|
16435
16405
|
.panel-unstyled {
|
|
16436
16406
|
background-color: transparent;
|
|
16437
|
-
border-radius:
|
|
16438
|
-
border-width:
|
|
16407
|
+
border-radius: 0px;
|
|
16408
|
+
border-width: 0px;
|
|
16439
16409
|
margin-bottom: 1.5rem;
|
|
16440
16410
|
}
|
|
16441
16411
|
.panel-unstyled .panel-header {
|
|
16442
16412
|
border-color: #adb5bd;
|
|
16443
|
-
border-radius:
|
|
16413
|
+
border-radius: 0px;
|
|
16444
16414
|
border-style: solid;
|
|
16445
16415
|
border-width: 0 0 1px 0;
|
|
16446
16416
|
padding-left: 0;
|
|
@@ -17140,7 +17110,7 @@ a.sheet-subtitle:hover {
|
|
|
17140
17110
|
}
|
|
17141
17111
|
|
|
17142
17112
|
.sheet-dataset-content .sheet-header {
|
|
17143
|
-
border-width:
|
|
17113
|
+
border-width: 0px;
|
|
17144
17114
|
margin: -1.5rem -1.5rem 1.5rem;
|
|
17145
17115
|
padding: 1rem 1.5rem;
|
|
17146
17116
|
}
|
|
@@ -17294,6 +17264,8 @@ a.sheet-subtitle:hover {
|
|
|
17294
17264
|
.sidebar-header .component-title {
|
|
17295
17265
|
font-size: 1.5rem;
|
|
17296
17266
|
font-weight: 500;
|
|
17267
|
+
overflow-wrap: break-word;
|
|
17268
|
+
word-wrap: break-word;
|
|
17297
17269
|
}
|
|
17298
17270
|
.sidebar-header .component-title[href],
|
|
17299
17271
|
.sidebar-header .component-title [href] {
|
|
@@ -17303,6 +17275,8 @@ a.sheet-subtitle:hover {
|
|
|
17303
17275
|
font-size: 1.125rem;
|
|
17304
17276
|
font-weight: 500;
|
|
17305
17277
|
margin-bottom: 0;
|
|
17278
|
+
overflow-wrap: break-word;
|
|
17279
|
+
word-wrap: break-word;
|
|
17306
17280
|
}
|
|
17307
17281
|
.sidebar-body {
|
|
17308
17282
|
overflow: auto;
|
|
@@ -17687,8 +17661,8 @@ caption {
|
|
|
17687
17661
|
.table thead td,
|
|
17688
17662
|
.table thead th {
|
|
17689
17663
|
background-color: #fff;
|
|
17690
|
-
border-bottom: 0.
|
|
17691
|
-
border-top-width:
|
|
17664
|
+
border-bottom: calc(2 * 0.0625rem) solid #dee2e6;
|
|
17665
|
+
border-top-width: 0px;
|
|
17692
17666
|
vertical-align: bottom;
|
|
17693
17667
|
}
|
|
17694
17668
|
.table th {
|
|
@@ -17703,8 +17677,8 @@ caption {
|
|
|
17703
17677
|
.table td {
|
|
17704
17678
|
background-clip: padding-box;
|
|
17705
17679
|
border-bottom-width: 0.0625rem;
|
|
17706
|
-
border-left-width:
|
|
17707
|
-
border-right-width:
|
|
17680
|
+
border-left-width: 0px;
|
|
17681
|
+
border-right-width: 0px;
|
|
17708
17682
|
border-top-width: 0.0625rem;
|
|
17709
17683
|
border-color: #dee2e6;
|
|
17710
17684
|
border-style: solid;
|
|
@@ -17723,7 +17697,7 @@ caption {
|
|
|
17723
17697
|
padding-right: 15px;
|
|
17724
17698
|
}
|
|
17725
17699
|
.table tbody + tbody {
|
|
17726
|
-
border-top: 0.
|
|
17700
|
+
border-top: calc(2 * 0.0625rem) solid #dee2e6;
|
|
17727
17701
|
}
|
|
17728
17702
|
.table caption {
|
|
17729
17703
|
caption-side: top;
|
|
@@ -17760,8 +17734,7 @@ caption {
|
|
|
17760
17734
|
}
|
|
17761
17735
|
.table-bordered thead td,
|
|
17762
17736
|
.table-bordered thead th {
|
|
17763
|
-
border-bottom-width: 0.
|
|
17764
|
-
border-top-width: 0.0625rem;
|
|
17737
|
+
border-bottom-width: calc(2 * 0.0625rem);
|
|
17765
17738
|
}
|
|
17766
17739
|
.table-bordered td,
|
|
17767
17740
|
.table-bordered th {
|
|
@@ -18915,8 +18888,8 @@ caption {
|
|
|
18915
18888
|
padding-right: 0.25rem;
|
|
18916
18889
|
}
|
|
18917
18890
|
.subnav-tbar-primary .tbar-link-monospaced {
|
|
18918
|
-
border-radius:
|
|
18919
|
-
border-width:
|
|
18891
|
+
border-radius: 0px;
|
|
18892
|
+
border-width: 0px;
|
|
18920
18893
|
height: 3rem;
|
|
18921
18894
|
margin-bottom: -0.625rem;
|
|
18922
18895
|
margin-top: -0.625rem;
|
|
@@ -19004,8 +18977,8 @@ caption {
|
|
|
19004
18977
|
}
|
|
19005
18978
|
.tbar-stacked .tbar-btn-monospaced {
|
|
19006
18979
|
border-color: transparent;
|
|
19007
|
-
border-radius:
|
|
19008
|
-
border-width:
|
|
18980
|
+
border-radius: 0px;
|
|
18981
|
+
border-width: 0px;
|
|
19009
18982
|
color: inherit;
|
|
19010
18983
|
height: 2.5rem;
|
|
19011
18984
|
margin-bottom: 0;
|
|
@@ -19019,10 +18992,10 @@ caption {
|
|
|
19019
18992
|
width: 2.5rem;
|
|
19020
18993
|
}
|
|
19021
18994
|
.tbar-stacked .tbar-btn-monospaced:focus, .tbar-stacked .tbar-btn-monospaced.focus {
|
|
19022
|
-
box-shadow: inset 0 0 0 0.125rem #75b8ff
|
|
18995
|
+
box-shadow: inset 0 0 0 0.125rem #75b8ff, inset 0 0 0 0.25rem #fff;
|
|
19023
18996
|
}
|
|
19024
18997
|
.tbar-stacked .tbar-btn-monospaced:active:focus {
|
|
19025
|
-
box-shadow: inset 0 0 0 0.125rem #75b8ff
|
|
18998
|
+
box-shadow: inset 0 0 0 0.125rem #75b8ff, inset 0 0 0 0.25rem #fff;
|
|
19026
18999
|
}
|
|
19027
19000
|
.tbar-stacked .tbar-btn-monospaced .c-inner {
|
|
19028
19001
|
margin-bottom: 0;
|
|
@@ -19035,7 +19008,7 @@ caption {
|
|
|
19035
19008
|
}
|
|
19036
19009
|
.tbar-light {
|
|
19037
19010
|
background-color: #fff;
|
|
19038
|
-
box-shadow: inset 1px 0 0 0 #e9ecef
|
|
19011
|
+
box-shadow: inset 1px 0 0 0 #e9ecef, inset -1px 0 0 0 #e9ecef;
|
|
19039
19012
|
color: #6c757d;
|
|
19040
19013
|
}
|
|
19041
19014
|
.tbar-light .tbar-divider-before::before {
|
|
@@ -19070,7 +19043,7 @@ caption {
|
|
|
19070
19043
|
}
|
|
19071
19044
|
.tbar-dark-l2 {
|
|
19072
19045
|
background-color: #828e9a;
|
|
19073
|
-
box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.06)
|
|
19046
|
+
box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.06), inset -1px 0 0 0 rgba(255, 255, 255, 0.06);
|
|
19074
19047
|
border-color: rgba(255, 255, 255, 0.06);
|
|
19075
19048
|
color: #adb5bd;
|
|
19076
19049
|
}
|
|
@@ -19106,7 +19079,7 @@ caption {
|
|
|
19106
19079
|
}
|
|
19107
19080
|
.tbar-dark-d1 {
|
|
19108
19081
|
background-color: #23272b;
|
|
19109
|
-
box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.06)
|
|
19082
|
+
box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.06), inset -1px 0 0 0 rgba(255, 255, 255, 0.06);
|
|
19110
19083
|
color: #adb5bd;
|
|
19111
19084
|
}
|
|
19112
19085
|
.tbar-dark-d1 .tbar-divider-before::before {
|
|
@@ -19990,7 +19963,7 @@ caption {
|
|
|
19990
19963
|
padding: 2px 0;
|
|
19991
19964
|
}
|
|
19992
19965
|
.treeview .btn-monospaced {
|
|
19993
|
-
font-size:
|
|
19966
|
+
font-size: inherit;
|
|
19994
19967
|
height: 24px;
|
|
19995
19968
|
width: 24px;
|
|
19996
19969
|
}
|
|
@@ -20005,11 +19978,15 @@ caption {
|
|
|
20005
19978
|
margin-right: 4px;
|
|
20006
19979
|
margin-top: 1.5px;
|
|
20007
19980
|
}
|
|
19981
|
+
.treeview .component-expander {
|
|
19982
|
+
font-size: 10px;
|
|
19983
|
+
}
|
|
20008
19984
|
.treeview .component-expander .lexicon-icon:not(.component-expanded-d-none) {
|
|
20009
19985
|
display: none;
|
|
20010
19986
|
}
|
|
20011
19987
|
.treeview .component-action {
|
|
20012
19988
|
display: none;
|
|
19989
|
+
font-size: 16px;
|
|
20013
19990
|
margin-left: 2px;
|
|
20014
19991
|
margin-right: 2px;
|
|
20015
19992
|
}
|
|
@@ -20030,12 +20007,16 @@ caption {
|
|
|
20030
20007
|
background-color: transparent;
|
|
20031
20008
|
}
|
|
20032
20009
|
.treeview .component-icon {
|
|
20033
|
-
display: inline;
|
|
20010
|
+
display: inline-block;
|
|
20011
|
+
font-size: 16px;
|
|
20034
20012
|
height: auto;
|
|
20035
|
-
margin
|
|
20036
|
-
|
|
20013
|
+
margin: auto 4px;
|
|
20014
|
+
vertical-align: middle;
|
|
20037
20015
|
width: auto;
|
|
20038
20016
|
}
|
|
20017
|
+
.treeview .component-icon .lexicon-icon {
|
|
20018
|
+
display: block;
|
|
20019
|
+
}
|
|
20039
20020
|
.treeview .component-text {
|
|
20040
20021
|
padding-bottom: 1.5px;
|
|
20041
20022
|
padding-left: 4px;
|
|
@@ -20232,7 +20213,7 @@ caption {
|
|
|
20232
20213
|
appearance: none;
|
|
20233
20214
|
background-color: transparent;
|
|
20234
20215
|
border-radius: 0.2rem;
|
|
20235
|
-
border-width:
|
|
20216
|
+
border-width: 0px;
|
|
20236
20217
|
color: #000;
|
|
20237
20218
|
cursor: pointer;
|
|
20238
20219
|
display: inline-flex;
|
|
@@ -23176,7 +23157,7 @@ button.bg-dark:focus {
|
|
|
23176
23157
|
}
|
|
23177
23158
|
|
|
23178
23159
|
.rounded-0 {
|
|
23179
|
-
border-radius:
|
|
23160
|
+
border-radius: 0px !important;
|
|
23180
23161
|
}
|
|
23181
23162
|
|
|
23182
23163
|
.clearfix::after {
|