@clayui/css 3.110.0 → 3.111.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 +18 -0
- package/lib/css/atlas.css +36 -26
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +19 -9
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +37 -21
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icon-rule-builder.svg +9 -0
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/images/icons/icon-rule-builder.svg +9 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_globals.scss +1 -1
- package/src/scss/atlas/variables/_navs.scss +1 -1
- package/src/scss/cadmin/components/_print.scss +6 -2
- package/src/scss/cadmin/variables/_globals.scss +1 -1
- package/src/scss/components/_print.scss +6 -2
- package/src/scss/functions/_lx-icons-generated.scss +2 -0
- package/src/scss/variables/_navs.scss +1 -1
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.111.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.111.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>
|
|
@@ -895,7 +895,7 @@ html:not(#__):not(#___) .cadmin .btn {
|
|
|
895
895
|
border-width: 1px;
|
|
896
896
|
border-radius: 4px;
|
|
897
897
|
box-shadow: [];
|
|
898
|
-
color: #
|
|
898
|
+
color: #1c1c24;
|
|
899
899
|
cursor: pointer;
|
|
900
900
|
display: inline-block;
|
|
901
901
|
font-size: 16px;
|
|
@@ -925,7 +925,7 @@ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .btn {
|
|
|
925
925
|
}
|
|
926
926
|
|
|
927
927
|
html:not(#__):not(#___) .cadmin .btn:hover {
|
|
928
|
-
color: #
|
|
928
|
+
color: #1c1c24;
|
|
929
929
|
text-decoration: none;
|
|
930
930
|
}
|
|
931
931
|
html:not(#__):not(#___) .cadmin .btn.focus, html:not(#__):not(#___) .cadmin .btn:focus-visible,
|
|
@@ -5672,7 +5672,7 @@ html:not(#__):not(#___) .cadmin .form-check-card .form-check-input {
|
|
|
5672
5672
|
z-index: 1;
|
|
5673
5673
|
}
|
|
5674
5674
|
html:not(#__):not(#___) .cadmin .form-check-card .form-check-label {
|
|
5675
|
-
color: #
|
|
5675
|
+
color: #1c1c24;
|
|
5676
5676
|
display: inline;
|
|
5677
5677
|
font-weight: 400;
|
|
5678
5678
|
padding-left: 0;
|
|
@@ -6324,7 +6324,7 @@ html:not(#__):not(#___) .cadmin .dropdown-menu, html:not(#__):not(#___) .cadmin.
|
|
|
6324
6324
|
border-width: 0;
|
|
6325
6325
|
border-radius: 4px;
|
|
6326
6326
|
box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
|
|
6327
|
-
color: #
|
|
6327
|
+
color: #1c1c24;
|
|
6328
6328
|
display: none;
|
|
6329
6329
|
float: left;
|
|
6330
6330
|
font-size: 14px;
|
|
@@ -7059,7 +7059,7 @@ html:not(#__):not(#___) .cadmin .form-control-plaintext {
|
|
|
7059
7059
|
border-right-width: 1px;
|
|
7060
7060
|
border-style: solid;
|
|
7061
7061
|
border-top-width: 1px;
|
|
7062
|
-
color: #
|
|
7062
|
+
color: #1c1c24;
|
|
7063
7063
|
display: block;
|
|
7064
7064
|
font-size: 16px;
|
|
7065
7065
|
height: 40px;
|
|
@@ -10427,7 +10427,7 @@ html:not(#__):not(#___) .cadmin .list-group-item-action:hover, html:not(#__):not
|
|
|
10427
10427
|
}
|
|
10428
10428
|
html:not(#__):not(#___) .cadmin .list-group-item-action:active {
|
|
10429
10429
|
background-color: #f1f2f5;
|
|
10430
|
-
color: #
|
|
10430
|
+
color: #1c1c24;
|
|
10431
10431
|
}
|
|
10432
10432
|
html:not(#__):not(#___) .cadmin .list-group {
|
|
10433
10433
|
border-radius: 4px;
|
|
@@ -15786,7 +15786,7 @@ html:not(#__):not(#___) .cadmin .sheet-subtitle {
|
|
|
15786
15786
|
border-color: #a7a9bc;
|
|
15787
15787
|
border-style: solid;
|
|
15788
15788
|
border-width: 0 0 1px 0;
|
|
15789
|
-
color: #
|
|
15789
|
+
color: #1c1c24;
|
|
15790
15790
|
display: block;
|
|
15791
15791
|
font-size: 14px;
|
|
15792
15792
|
font-weight: 600;
|
|
@@ -15829,7 +15829,7 @@ html:not(#__):not(#___) .cadmin .sheet-subtitle .btn {
|
|
|
15829
15829
|
}
|
|
15830
15830
|
html:not(#__):not(#___) .cadmin a.sheet-subtitle {
|
|
15831
15831
|
border-radius: 1px;
|
|
15832
|
-
color: #
|
|
15832
|
+
color: #1c1c24;
|
|
15833
15833
|
transition: box-shadow 0.15s ease-in-out;
|
|
15834
15834
|
}
|
|
15835
15835
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -15850,7 +15850,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin a.sheet-subtitle {
|
|
|
15850
15850
|
outline: 0;
|
|
15851
15851
|
}
|
|
15852
15852
|
html:not(#__):not(#___) .cadmin .sheet-tertiary-title {
|
|
15853
|
-
color: #
|
|
15853
|
+
color: #1c1c24;
|
|
15854
15854
|
display: block;
|
|
15855
15855
|
font-size: 14px;
|
|
15856
15856
|
font-weight: 600;
|
|
@@ -16518,7 +16518,7 @@ html:not(#__):not(#___) .cadmin .table-head-title .inline-item-after {
|
|
|
16518
16518
|
html:not(#__):not(#___) .cadmin .table {
|
|
16519
16519
|
background-color: #fff;
|
|
16520
16520
|
border-spacing: 0;
|
|
16521
|
-
color: #
|
|
16521
|
+
color: #1c1c24;
|
|
16522
16522
|
font-size: 14px;
|
|
16523
16523
|
margin-bottom: 0;
|
|
16524
16524
|
width: 100%;
|
|
@@ -16705,7 +16705,7 @@ html:not(#__):not(#___) .cadmin .table-striped tbody tr:nth-of-type(odd):not(.ta
|
|
|
16705
16705
|
}
|
|
16706
16706
|
html:not(#__):not(#___) .cadmin .table-hover tbody tr:hover {
|
|
16707
16707
|
background-color: #f0f5ff;
|
|
16708
|
-
color: #
|
|
16708
|
+
color: #1c1c24;
|
|
16709
16709
|
}
|
|
16710
16710
|
html:not(#__):not(#___) .cadmin .table-hover tbody tr:hover .quick-action-menu {
|
|
16711
16711
|
background-color: #f0f5ff;
|
|
@@ -16943,7 +16943,7 @@ html:not(#__):not(#___) .cadmin .table-list {
|
|
|
16943
16943
|
border-radius: 4px;
|
|
16944
16944
|
border-style: solid;
|
|
16945
16945
|
border-width: 1px 1px;
|
|
16946
|
-
color: #
|
|
16946
|
+
color: #1c1c24;
|
|
16947
16947
|
margin-bottom: 1px;
|
|
16948
16948
|
}
|
|
16949
16949
|
html:not(#__):not(#___) .cadmin .table-list thead {
|
|
@@ -17845,7 +17845,7 @@ html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-item {
|
|
|
17845
17845
|
padding-right: 0;
|
|
17846
17846
|
}
|
|
17847
17847
|
html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-divider-before::before {
|
|
17848
|
-
background-color: #
|
|
17848
|
+
background-color: #1c1c24;
|
|
17849
17849
|
content: "";
|
|
17850
17850
|
display: block;
|
|
17851
17851
|
height: 1px;
|
|
@@ -17854,7 +17854,7 @@ html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-divider-before::before {
|
|
|
17854
17854
|
width: 40px;
|
|
17855
17855
|
}
|
|
17856
17856
|
html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-divider-after::after {
|
|
17857
|
-
background-color: #
|
|
17857
|
+
background-color: #1c1c24;
|
|
17858
17858
|
content: "";
|
|
17859
17859
|
display: block;
|
|
17860
17860
|
height: 1px;
|
|
@@ -18041,7 +18041,7 @@ html:not(#__):not(#___) .cadmin .timeline-increment-text {
|
|
|
18041
18041
|
max-width: 65px;
|
|
18042
18042
|
}
|
|
18043
18043
|
html:not(#__):not(#___) .cadmin .timeline-item-label {
|
|
18044
|
-
color: #
|
|
18044
|
+
color: #1c1c24;
|
|
18045
18045
|
}
|
|
18046
18046
|
html:not(#__):not(#___) .cadmin .timeline-item {
|
|
18047
18047
|
padding-bottom: 5px;
|
|
@@ -27529,7 +27529,7 @@ html:not(#__):not(#___) .cadmin a.text-dark:hover, html:not(#__):not(#___) .cadm
|
|
|
27529
27529
|
color: #060608 !important;
|
|
27530
27530
|
}
|
|
27531
27531
|
html:not(#__):not(#___) .cadmin .text-body {
|
|
27532
|
-
color: #
|
|
27532
|
+
color: #1c1c24 !important;
|
|
27533
27533
|
}
|
|
27534
27534
|
html:not(#__):not(#___) .cadmin .text-muted {
|
|
27535
27535
|
color: #a7a9bc !important;
|
|
@@ -27848,23 +27848,33 @@ html:not(#__):not(#___) .cadmin h3 {
|
|
|
27848
27848
|
html:not(#__):not(#___) .cadmin h3 {
|
|
27849
27849
|
page-break-after: avoid;
|
|
27850
27850
|
}
|
|
27851
|
+
}
|
|
27852
|
+
@media print {
|
|
27851
27853
|
@page {
|
|
27852
|
-
|
|
27853
|
-
size: a3;
|
|
27854
|
-
}
|
|
27854
|
+
size: a3;
|
|
27855
27855
|
}
|
|
27856
|
+
}
|
|
27857
|
+
@media print {
|
|
27856
27858
|
html:not(#__):not(#___) .cadmin body {
|
|
27857
27859
|
min-width: 992px !important;
|
|
27858
27860
|
}
|
|
27861
|
+
}
|
|
27862
|
+
@media print {
|
|
27859
27863
|
html:not(#__):not(#___) .cadmin .container {
|
|
27860
27864
|
min-width: 992px !important;
|
|
27861
27865
|
}
|
|
27866
|
+
}
|
|
27867
|
+
@media print {
|
|
27862
27868
|
html:not(#__):not(#___) .cadmin .navbar {
|
|
27863
27869
|
display: none;
|
|
27864
27870
|
}
|
|
27871
|
+
}
|
|
27872
|
+
@media print {
|
|
27865
27873
|
html:not(#__):not(#___) .cadmin .badge {
|
|
27866
27874
|
border: 1px solid #000;
|
|
27867
27875
|
}
|
|
27876
|
+
}
|
|
27877
|
+
@media print {
|
|
27868
27878
|
html:not(#__):not(#___) .cadmin .table {
|
|
27869
27879
|
border-collapse: collapse !important;
|
|
27870
27880
|
}
|
|
@@ -27872,10 +27882,14 @@ html:not(#__):not(#___) .cadmin h3 {
|
|
|
27872
27882
|
html:not(#__):not(#___) .cadmin .table th {
|
|
27873
27883
|
background-color: #fff !important;
|
|
27874
27884
|
}
|
|
27885
|
+
}
|
|
27886
|
+
@media print {
|
|
27875
27887
|
html:not(#__):not(#___) .cadmin .table-bordered th,
|
|
27876
27888
|
html:not(#__):not(#___) .cadmin .table-bordered td {
|
|
27877
27889
|
border: 1px solid #e7e7ed !important;
|
|
27878
27890
|
}
|
|
27891
|
+
}
|
|
27892
|
+
@media print {
|
|
27879
27893
|
html:not(#__):not(#___) .cadmin .table-dark {
|
|
27880
27894
|
color: inherit;
|
|
27881
27895
|
}
|
|
@@ -27885,6 +27899,8 @@ html:not(#__):not(#___) .cadmin .table-dark thead th,
|
|
|
27885
27899
|
html:not(#__):not(#___) .cadmin .table-dark tbody + tbody {
|
|
27886
27900
|
border-color: #e7e7ed;
|
|
27887
27901
|
}
|
|
27902
|
+
}
|
|
27903
|
+
@media print {
|
|
27888
27904
|
html:not(#__):not(#___) .cadmin .table .thead-dark th {
|
|
27889
27905
|
border-color: #e7e7ed;
|
|
27890
27906
|
color: inherit;
|