@clayui/css 3.107.0 → 3.108.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2833 -0
- package/lib/css/atlas.css +71 -52
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +71 -52
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +72 -51
- 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/_tables.scss +2 -6
- package/src/scss/cadmin/components/_modals.scss +11 -0
- package/src/scss/cadmin/components/_tables.scss +35 -30
- package/src/scss/cadmin/variables/_modals.scss +21 -1
- package/src/scss/cadmin/variables/_tables.scss +67 -28
- package/src/scss/components/_modals.scss +8 -0
- package/src/scss/components/_tables.scss +35 -28
- package/src/scss/mixins/_grid.scss +8 -0
- package/src/scss/mixins/_tables.scss +21 -2
- package/src/scss/variables/_modals.scss +21 -1
- package/src/scss/variables/_tables.scss +63 -25
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.108.0
|
|
4
4
|
*
|
|
5
5
|
* SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
|
|
6
6
|
* SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
* SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
|
|
17
17
|
*/
|
|
18
18
|
/**
|
|
19
|
-
* Clay 3.
|
|
19
|
+
* Clay 3.108.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>
|
|
@@ -10840,6 +10840,24 @@ html:not(#__):not(#___) .cadmin .modal, html:not(#__):not(#___) .cadmin.modal {
|
|
|
10840
10840
|
width: 100%;
|
|
10841
10841
|
z-index: 1050;
|
|
10842
10842
|
}
|
|
10843
|
+
@media (max-width: 767.98px) {
|
|
10844
|
+
html:not(#__):not(#___) .cadmin .modal .close, html:not(#__):not(#___) .cadmin.modal .close {
|
|
10845
|
+
margin-right: -8px;
|
|
10846
|
+
}
|
|
10847
|
+
html:not(#__):not(#___) .cadmin .modal .modal-header, html:not(#__):not(#___) .cadmin.modal .modal-header {
|
|
10848
|
+
height: 48px;
|
|
10849
|
+
padding: 8px 16px;
|
|
10850
|
+
}
|
|
10851
|
+
html:not(#__):not(#___) .cadmin .modal .modal-title, html:not(#__):not(#___) .cadmin.modal .modal-title {
|
|
10852
|
+
font-size: 18px;
|
|
10853
|
+
}
|
|
10854
|
+
html:not(#__):not(#___) .cadmin .modal .modal-body, html:not(#__):not(#___) .cadmin.modal .modal-body {
|
|
10855
|
+
padding: 8px 16px;
|
|
10856
|
+
}
|
|
10857
|
+
html:not(#__):not(#___) .cadmin .modal .modal-footer, html:not(#__):not(#___) .cadmin.modal .modal-footer {
|
|
10858
|
+
padding: 8px;
|
|
10859
|
+
}
|
|
10860
|
+
}
|
|
10843
10861
|
html:not(#__):not(#___) .cadmin .modal-dialog {
|
|
10844
10862
|
margin: 8px;
|
|
10845
10863
|
position: relative;
|
|
@@ -10997,7 +11015,7 @@ html:not(#__):not(#___) .cadmin .modal-footer, html:not(#__):not(#___) .cadmin.m
|
|
|
10997
11015
|
padding-top: 12px;
|
|
10998
11016
|
}
|
|
10999
11017
|
html:not(#__):not(#___) .cadmin .modal-footer > *, html:not(#__):not(#___) .cadmin.modal-footer > * {
|
|
11000
|
-
margin: calc(8px * 0.5);
|
|
11018
|
+
margin: 0 calc(8px * 0.5);
|
|
11001
11019
|
}
|
|
11002
11020
|
html:not(#__):not(#___) .cadmin .modal-item-group {
|
|
11003
11021
|
align-items: center;
|
|
@@ -11039,6 +11057,7 @@ html:not(#__):not(#___) .cadmin .modal-item-last {
|
|
|
11039
11057
|
}
|
|
11040
11058
|
html:not(#__):not(#___) .cadmin .modal-footer > .modal-item-last, html:not(#__):not(#___) .cadmin.modal-footer > .modal-item-last {
|
|
11041
11059
|
margin-left: auto;
|
|
11060
|
+
margin-right: 0;
|
|
11042
11061
|
}
|
|
11043
11062
|
html:not(#__):not(#___) .cadmin .modal-title {
|
|
11044
11063
|
flex-grow: 1;
|
|
@@ -16359,8 +16378,8 @@ html:not(#__):not(#___) .cadmin th {
|
|
|
16359
16378
|
}
|
|
16360
16379
|
html:not(#__):not(#___) .cadmin caption {
|
|
16361
16380
|
color: #272833;
|
|
16362
|
-
padding-bottom:
|
|
16363
|
-
padding-top:
|
|
16381
|
+
padding-bottom: 8px 16px;
|
|
16382
|
+
padding-top: 8px 16px;
|
|
16364
16383
|
text-align: left;
|
|
16365
16384
|
}
|
|
16366
16385
|
html:not(#__):not(#___) .cadmin .table-head-title .inline-item-before {
|
|
@@ -16389,7 +16408,7 @@ html:not(#__):not(#___) .cadmin .table thead th,
|
|
|
16389
16408
|
html:not(#__):not(#___) .cadmin .table thead td {
|
|
16390
16409
|
border-bottom: 0px solid #e7e7ed;
|
|
16391
16410
|
border-top-width: 0;
|
|
16392
|
-
vertical-align:
|
|
16411
|
+
vertical-align: middle;
|
|
16393
16412
|
}
|
|
16394
16413
|
html:not(#__):not(#___) .cadmin .table thead th a[href] {
|
|
16395
16414
|
border-radius: 1px;
|
|
@@ -16416,20 +16435,15 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .table thead th a[href] {
|
|
|
16416
16435
|
html:not(#__):not(#___) .cadmin .table th:first-child,
|
|
16417
16436
|
html:not(#__):not(#___) .cadmin .table td:first-child,
|
|
16418
16437
|
html:not(#__):not(#___) .cadmin .table .table-column-start {
|
|
16419
|
-
padding-left:
|
|
16420
|
-
}
|
|
16421
|
-
html:not(#__):not(#___) .cadmin .table th:last-child,
|
|
16422
|
-
html:not(#__):not(#___) .cadmin .table td:last-child,
|
|
16423
|
-
html:not(#__):not(#___) .cadmin .table .table-column-end {
|
|
16424
|
-
padding-right: 12px;
|
|
16438
|
+
padding-left: 20px;
|
|
16425
16439
|
}
|
|
16426
16440
|
html:not(#__):not(#___) .cadmin .table th {
|
|
16427
16441
|
background-clip: padding-box;
|
|
16428
16442
|
border-top: 1px solid #e7e7ed;
|
|
16429
16443
|
color: #6b6c7e;
|
|
16430
16444
|
font-weight: 600;
|
|
16431
|
-
height:
|
|
16432
|
-
padding:
|
|
16445
|
+
height: 56px;
|
|
16446
|
+
padding: 8px 16px;
|
|
16433
16447
|
position: relative;
|
|
16434
16448
|
vertical-align: top;
|
|
16435
16449
|
}
|
|
@@ -16441,7 +16455,8 @@ html:not(#__):not(#___) .cadmin .table td {
|
|
|
16441
16455
|
border-right-width: 0;
|
|
16442
16456
|
border-style: solid;
|
|
16443
16457
|
border-top-width: 1px;
|
|
16444
|
-
|
|
16458
|
+
height: 56px;
|
|
16459
|
+
padding: 8px 16px;
|
|
16445
16460
|
position: relative;
|
|
16446
16461
|
vertical-align: middle;
|
|
16447
16462
|
}
|
|
@@ -16450,15 +16465,18 @@ html:not(#__):not(#___) .cadmin .table tbody + tbody {
|
|
|
16450
16465
|
}
|
|
16451
16466
|
html:not(#__):not(#___) .cadmin .table caption {
|
|
16452
16467
|
caption-side: top;
|
|
16453
|
-
padding-left:
|
|
16454
|
-
padding-right:
|
|
16468
|
+
padding-left: 16px;
|
|
16469
|
+
padding-right: 16px;
|
|
16455
16470
|
}
|
|
16456
16471
|
html:not(#__):not(#___) .cadmin .table .table-divider th,
|
|
16457
16472
|
html:not(#__):not(#___) .cadmin .table .table-divider td {
|
|
16473
|
+
background-color: #f1f2f5;
|
|
16458
16474
|
color: #6b6c7e;
|
|
16459
16475
|
font-size: 12px;
|
|
16460
16476
|
font-weight: 600;
|
|
16461
|
-
|
|
16477
|
+
height: 34px;
|
|
16478
|
+
line-height: 17px;
|
|
16479
|
+
padding: 8px 16px 8px 20px;
|
|
16462
16480
|
text-transform: uppercase;
|
|
16463
16481
|
}
|
|
16464
16482
|
html:not(#__):not(#___) .cadmin .table .table-active {
|
|
@@ -16488,8 +16506,8 @@ html:not(#__):not(#___) .cadmin .table .table-disabled .table-list-title {
|
|
|
16488
16506
|
}
|
|
16489
16507
|
html:not(#__):not(#___) .cadmin .table .autofit-col {
|
|
16490
16508
|
justify-content: center;
|
|
16491
|
-
padding-left:
|
|
16492
|
-
padding-right:
|
|
16509
|
+
padding-left: 16px;
|
|
16510
|
+
padding-right: 16px;
|
|
16493
16511
|
}
|
|
16494
16512
|
html:not(#__):not(#___) .cadmin .table .autofit-col:first-child {
|
|
16495
16513
|
padding-left: 0;
|
|
@@ -16513,15 +16531,25 @@ html:not(#__):not(#___) .cadmin .table .form-check {
|
|
|
16513
16531
|
html:not(#__):not(#___) .cadmin .table .quick-action-menu {
|
|
16514
16532
|
align-items: flex-start;
|
|
16515
16533
|
background-color: #fff;
|
|
16516
|
-
padding-bottom:
|
|
16517
|
-
padding-top:
|
|
16534
|
+
padding-bottom: 8px;
|
|
16535
|
+
padding-top: 8px;
|
|
16518
16536
|
}
|
|
16519
16537
|
html:not(#__):not(#___) .cadmin .table-caption-bottom caption {
|
|
16520
16538
|
caption-side: bottom;
|
|
16521
16539
|
}
|
|
16540
|
+
html:not(#__):not(#___) .cadmin .table-lg th,
|
|
16541
|
+
html:not(#__):not(#___) .cadmin .table-lg td {
|
|
16542
|
+
padding: 17px;
|
|
16543
|
+
}
|
|
16544
|
+
html:not(#__):not(#___) .cadmin .table-md th,
|
|
16545
|
+
html:not(#__):not(#___) .cadmin .table-md td {
|
|
16546
|
+
height: 48px;
|
|
16547
|
+
padding: 6px 16px;
|
|
16548
|
+
}
|
|
16522
16549
|
html:not(#__):not(#___) .cadmin .table-sm th,
|
|
16523
16550
|
html:not(#__):not(#___) .cadmin .table-sm td {
|
|
16524
|
-
|
|
16551
|
+
height: 32px;
|
|
16552
|
+
padding: 4px 16px;
|
|
16525
16553
|
}
|
|
16526
16554
|
html:not(#__):not(#___) .cadmin .table-bordered {
|
|
16527
16555
|
border: 1px solid #e7e7ed;
|
|
@@ -16534,14 +16562,23 @@ html:not(#__):not(#___) .cadmin .table-bordered th,
|
|
|
16534
16562
|
html:not(#__):not(#___) .cadmin .table-bordered td {
|
|
16535
16563
|
border: 1px solid #e7e7ed;
|
|
16536
16564
|
}
|
|
16565
|
+
html:not(#__):not(#___) .cadmin .table-head-bordered thead th,
|
|
16566
|
+
html:not(#__):not(#___) .cadmin .table-head-bordered thead td {
|
|
16567
|
+
border-left: 1px solid #e7e7ed;
|
|
16568
|
+
}
|
|
16569
|
+
html:not(#__):not(#___) .cadmin .table-head-bordered thead th:first-child,
|
|
16570
|
+
html:not(#__):not(#___) .cadmin .table-head-bordered thead td:first-child {
|
|
16571
|
+
border-left-width: 0;
|
|
16572
|
+
}
|
|
16537
16573
|
html:not(#__):not(#___) .cadmin .table-borderless th,
|
|
16538
16574
|
html:not(#__):not(#___) .cadmin .table-borderless td,
|
|
16539
16575
|
html:not(#__):not(#___) .cadmin .table-borderless thead th,
|
|
16540
16576
|
html:not(#__):not(#___) .cadmin .table-borderless tbody + tbody {
|
|
16541
16577
|
border: 0;
|
|
16542
16578
|
}
|
|
16543
|
-
html:not(#__):not(#___) .cadmin .table-striped tbody tr:nth-of-type(odd)
|
|
16544
|
-
html:not(#__):not(#___) .cadmin .table-striped tbody tr:nth-of-type(odd)
|
|
16579
|
+
html:not(#__):not(#___) .cadmin .table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider),
|
|
16580
|
+
html:not(#__):not(#___) .cadmin .table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) td,
|
|
16581
|
+
html:not(#__):not(#___) .cadmin .table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) th {
|
|
16545
16582
|
background-color: #f7f8f9;
|
|
16546
16583
|
}
|
|
16547
16584
|
html:not(#__):not(#___) .cadmin .table-hover tbody tr:hover {
|
|
@@ -16596,10 +16633,6 @@ html:not(#__):not(#___) .cadmin tr.table-focus td:last-child::after {
|
|
|
16596
16633
|
html:not(#__):not(#___) .cadmin td.table-focus {
|
|
16597
16634
|
box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
|
|
16598
16635
|
}
|
|
16599
|
-
html:not(#__):not(#___) .cadmin .table-striped tbody .table-disabled:nth-of-type(odd) td,
|
|
16600
|
-
html:not(#__):not(#___) .cadmin .table-striped tbody .table-disabled:nth-of-type(odd) th {
|
|
16601
|
-
background-color: #fff;
|
|
16602
|
-
}
|
|
16603
16636
|
html:not(#__):not(#___) .cadmin .table .thead-dark th {
|
|
16604
16637
|
background-color: #393a4a;
|
|
16605
16638
|
border-color: #4a4b60;
|
|
@@ -16622,7 +16655,9 @@ html:not(#__):not(#___) .cadmin .table-dark thead th {
|
|
|
16622
16655
|
html:not(#__):not(#___) .cadmin .table-dark.table-bordered {
|
|
16623
16656
|
border-width: 0;
|
|
16624
16657
|
}
|
|
16625
|
-
html:not(#__):not(#___) .cadmin .table-dark.table-striped tbody tr:nth-of-type(odd)
|
|
16658
|
+
html:not(#__):not(#___) .cadmin .table-dark.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider),
|
|
16659
|
+
html:not(#__):not(#___) .cadmin .table-dark.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) th,
|
|
16660
|
+
html:not(#__):not(#___) .cadmin .table-dark.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) td {
|
|
16626
16661
|
background-color: rgba(255, 255, 255, 0.05);
|
|
16627
16662
|
}
|
|
16628
16663
|
html:not(#__):not(#___) .cadmin .table-dark.table-hover tbody tr:hover {
|
|
@@ -16876,10 +16911,10 @@ html:not(#__):not(#___) .cadmin .table-list tfoot td {
|
|
|
16876
16911
|
}
|
|
16877
16912
|
html:not(#__):not(#___) .cadmin .table-list .table-divider th,
|
|
16878
16913
|
html:not(#__):not(#___) .cadmin .table-list .table-divider td {
|
|
16879
|
-
padding-bottom:
|
|
16880
|
-
padding-left:
|
|
16881
|
-
padding-right:
|
|
16882
|
-
padding-top:
|
|
16914
|
+
padding-bottom: 8px;
|
|
16915
|
+
padding-left: 20px;
|
|
16916
|
+
padding-right: 16px;
|
|
16917
|
+
padding-top: 8px;
|
|
16883
16918
|
}
|
|
16884
16919
|
html:not(#__):not(#___) .cadmin .table-list .table-active {
|
|
16885
16920
|
background-color: #f0f5ff;
|
|
@@ -16921,8 +16956,9 @@ html:not(#__):not(#___) .cadmin .table.table-list.table-bordered td:first-child,
|
|
|
16921
16956
|
html:not(#__):not(#___) .cadmin .table.table-list.table-bordered .table-column-start {
|
|
16922
16957
|
border-left-width: 0;
|
|
16923
16958
|
}
|
|
16924
|
-
html:not(#__):not(#___) .cadmin .table-list.table-striped tbody tr:nth-of-type(odd)
|
|
16925
|
-
html:not(#__):not(#___) .cadmin .table-list.table-striped tbody tr:nth-of-type(odd)
|
|
16959
|
+
html:not(#__):not(#___) .cadmin .table-list.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider),
|
|
16960
|
+
html:not(#__):not(#___) .cadmin .table-list.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) td,
|
|
16961
|
+
html:not(#__):not(#___) .cadmin .table-list.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) th {
|
|
16926
16962
|
background-color: #f7f8f9;
|
|
16927
16963
|
}
|
|
16928
16964
|
html:not(#__):not(#___) .cadmin .table-list.table-hover tbody tr:hover {
|
|
@@ -16943,11 +16979,6 @@ html:not(#__):not(#___) .cadmin .table-list.table-hover .table-disabled {
|
|
|
16943
16979
|
html:not(#__):not(#___) .cadmin .table-list.table-hover .table-disabled:hover {
|
|
16944
16980
|
background-color: #fff;
|
|
16945
16981
|
}
|
|
16946
|
-
html:not(#__):not(#___) .cadmin .table-list.table-striped tbody .table-disabled:nth-of-type(odd),
|
|
16947
|
-
html:not(#__):not(#___) .cadmin .table-list.table-striped tbody .table-disabled:nth-of-type(odd) td,
|
|
16948
|
-
html:not(#__):not(#___) .cadmin .table-list.table-striped tbody .table-disabled:nth-of-type(odd) th {
|
|
16949
|
-
background-color: #fff;
|
|
16950
|
-
}
|
|
16951
16982
|
html:not(#__):not(#___) .cadmin .table-list-title {
|
|
16952
16983
|
color: #272833;
|
|
16953
16984
|
font-size: 14px;
|
|
@@ -17124,16 +17155,6 @@ html:not(#__):not(#___) .cadmin .thead-valign-top thead td,
|
|
|
17124
17155
|
html:not(#__):not(#___) .cadmin .thead-valign-top thead th {
|
|
17125
17156
|
vertical-align: top;
|
|
17126
17157
|
}
|
|
17127
|
-
html:not(#__):not(#___) .cadmin .table-nested-rows th:first-child,
|
|
17128
|
-
html:not(#__):not(#___) .cadmin .table-nested-rows td:first-child,
|
|
17129
|
-
html:not(#__):not(#___) .cadmin .table-nested-rows .table-column-start {
|
|
17130
|
-
padding-left: 20px;
|
|
17131
|
-
}
|
|
17132
|
-
html:not(#__):not(#___) .cadmin .table-nested-rows th:last-child,
|
|
17133
|
-
html:not(#__):not(#___) .cadmin .table-nested-rows td:last-child,
|
|
17134
|
-
html:not(#__):not(#___) .cadmin .table-nested-rows .table-column-end {
|
|
17135
|
-
padding-right: 20px;
|
|
17136
|
-
}
|
|
17137
17158
|
html:not(#__):not(#___) .cadmin .table-nested-rows .autofit-col {
|
|
17138
17159
|
padding-left: 2px;
|
|
17139
17160
|
padding-right: 2px;
|