@clayui/css 3.117.0 → 3.119.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 +25 -16
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +19 -16
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +38 -28
- 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/_forms.scss +7 -0
- package/src/scss/cadmin/components/_forms.scss +6 -3
- package/src/scss/cadmin/components/_slideout.scss +4 -0
- package/src/scss/cadmin/variables/_forms.scss +7 -0
- package/src/scss/cadmin/variables/_globals-z-index.scss +6 -1
- package/src/scss/cadmin/variables/_slideout.scss +9 -1
- package/src/scss/components/_forms.scss +5 -2
- package/src/scss/components/_slideout.scss +4 -0
- package/src/scss/components/_utilities-functional-important.scss +0 -1
- package/src/scss/mixins/_globals.scss +13 -0
- package/src/scss/variables/_globals-z-index.scss +4 -1
- package/src/scss/variables/_slideout.scss +9 -1
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.119.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.119.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>
|
|
@@ -7043,6 +7043,7 @@ html:not(#__):not(#___) .cadmin .form-control .label > .c-inner {
|
|
|
7043
7043
|
margin-right: -8px;
|
|
7044
7044
|
margin-top: -5px;
|
|
7045
7045
|
}
|
|
7046
|
+
html:not(#__):not(#___) .cadmin fieldset[disabled] select.form-control[multiple],
|
|
7046
7047
|
html:not(#__):not(#___) .cadmin fieldset[disabled] .form-control {
|
|
7047
7048
|
background-color: #f1f2f5;
|
|
7048
7049
|
border-color: #f1f2f5;
|
|
@@ -7264,6 +7265,9 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[size] > opt
|
|
|
7264
7265
|
filter: invert(100%);
|
|
7265
7266
|
}
|
|
7266
7267
|
|
|
7268
|
+
html:not(#__):not(#___) .cadmin select.form-control[size]:disabled > option:hover, html:not(#__):not(#___) .cadmin select.form-control[size].disabled > option:hover {
|
|
7269
|
+
background-image: none;
|
|
7270
|
+
}
|
|
7267
7271
|
html:not(#__):not(#___) .cadmin select.form-control[size] option {
|
|
7268
7272
|
padding: 7px 8px;
|
|
7269
7273
|
}
|
|
@@ -7299,6 +7303,9 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[multiple] >
|
|
|
7299
7303
|
filter: invert(100%);
|
|
7300
7304
|
}
|
|
7301
7305
|
|
|
7306
|
+
html:not(#__):not(#___) .cadmin select.form-control[multiple]:disabled > option:hover, html:not(#__):not(#___) .cadmin select.form-control[multiple].disabled > option:hover {
|
|
7307
|
+
background-image: none;
|
|
7308
|
+
}
|
|
7302
7309
|
html:not(#__):not(#___) .cadmin select.form-control[multiple] option {
|
|
7303
7310
|
padding: 7px 8px;
|
|
7304
7311
|
}
|
|
@@ -11359,16 +11366,16 @@ html:not(#__):not(#___) .cadmin.modal-success .modal-header .close,
|
|
|
11359
11366
|
html:not(#__):not(#___) .cadmin .modal-success .modal-header .close {
|
|
11360
11367
|
color: #287d3c;
|
|
11361
11368
|
}
|
|
11362
|
-
html:not(#__):not(#___) .cadmin.modal-success .modal-header .close
|
|
11363
|
-
html:not(#__):not(#___) .cadmin .modal-success .modal-header .close
|
|
11369
|
+
html:not(#__):not(#___) .cadmin.modal-success .modal-header .close:hover,
|
|
11370
|
+
html:not(#__):not(#___) .cadmin .modal-success .modal-header .close:hover {
|
|
11364
11371
|
color: inherit;
|
|
11365
11372
|
}
|
|
11366
|
-
html:not(#__):not(#___) .cadmin.modal-success .modal-header .close
|
|
11367
|
-
html:not(#__):not(#___) .cadmin .modal-success .modal-header .close
|
|
11373
|
+
html:not(#__):not(#___) .cadmin.modal-success .modal-header .close:focus,
|
|
11374
|
+
html:not(#__):not(#___) .cadmin .modal-success .modal-header .close:focus {
|
|
11368
11375
|
color: inherit;
|
|
11369
11376
|
}
|
|
11370
|
-
html:not(#__):not(#___) .cadmin.modal-success .modal-header .close
|
|
11371
|
-
html:not(#__):not(#___) .cadmin .modal-success .modal-header .close
|
|
11377
|
+
html:not(#__):not(#___) .cadmin.modal-success .modal-header .close:disabled,
|
|
11378
|
+
html:not(#__):not(#___) .cadmin .modal-success .modal-header .close:disabled {
|
|
11372
11379
|
color: inherit;
|
|
11373
11380
|
}
|
|
11374
11381
|
html:not(#__):not(#___) .cadmin.modal-info .modal-header,
|
|
@@ -11381,16 +11388,16 @@ html:not(#__):not(#___) .cadmin.modal-info .modal-header .close,
|
|
|
11381
11388
|
html:not(#__):not(#___) .cadmin .modal-info .modal-header .close {
|
|
11382
11389
|
color: #2e5aac;
|
|
11383
11390
|
}
|
|
11384
|
-
html:not(#__):not(#___) .cadmin.modal-info .modal-header .close
|
|
11385
|
-
html:not(#__):not(#___) .cadmin .modal-info .modal-header .close
|
|
11391
|
+
html:not(#__):not(#___) .cadmin.modal-info .modal-header .close:hover,
|
|
11392
|
+
html:not(#__):not(#___) .cadmin .modal-info .modal-header .close:hover {
|
|
11386
11393
|
color: inherit;
|
|
11387
11394
|
}
|
|
11388
|
-
html:not(#__):not(#___) .cadmin.modal-info .modal-header .close
|
|
11389
|
-
html:not(#__):not(#___) .cadmin .modal-info .modal-header .close
|
|
11395
|
+
html:not(#__):not(#___) .cadmin.modal-info .modal-header .close:focus,
|
|
11396
|
+
html:not(#__):not(#___) .cadmin .modal-info .modal-header .close:focus {
|
|
11390
11397
|
color: inherit;
|
|
11391
11398
|
}
|
|
11392
|
-
html:not(#__):not(#___) .cadmin.modal-info .modal-header .close
|
|
11393
|
-
html:not(#__):not(#___) .cadmin .modal-info .modal-header .close
|
|
11399
|
+
html:not(#__):not(#___) .cadmin.modal-info .modal-header .close:disabled,
|
|
11400
|
+
html:not(#__):not(#___) .cadmin .modal-info .modal-header .close:disabled {
|
|
11394
11401
|
color: inherit;
|
|
11395
11402
|
}
|
|
11396
11403
|
html:not(#__):not(#___) .cadmin.modal-warning .modal-header,
|
|
@@ -11403,16 +11410,16 @@ html:not(#__):not(#___) .cadmin.modal-warning .modal-header .close,
|
|
|
11403
11410
|
html:not(#__):not(#___) .cadmin .modal-warning .modal-header .close {
|
|
11404
11411
|
color: #b95000;
|
|
11405
11412
|
}
|
|
11406
|
-
html:not(#__):not(#___) .cadmin.modal-warning .modal-header .close
|
|
11407
|
-
html:not(#__):not(#___) .cadmin .modal-warning .modal-header .close
|
|
11413
|
+
html:not(#__):not(#___) .cadmin.modal-warning .modal-header .close:hover,
|
|
11414
|
+
html:not(#__):not(#___) .cadmin .modal-warning .modal-header .close:hover {
|
|
11408
11415
|
color: inherit;
|
|
11409
11416
|
}
|
|
11410
|
-
html:not(#__):not(#___) .cadmin.modal-warning .modal-header .close
|
|
11411
|
-
html:not(#__):not(#___) .cadmin .modal-warning .modal-header .close
|
|
11417
|
+
html:not(#__):not(#___) .cadmin.modal-warning .modal-header .close:focus,
|
|
11418
|
+
html:not(#__):not(#___) .cadmin .modal-warning .modal-header .close:focus {
|
|
11412
11419
|
color: inherit;
|
|
11413
11420
|
}
|
|
11414
|
-
html:not(#__):not(#___) .cadmin.modal-warning .modal-header .close
|
|
11415
|
-
html:not(#__):not(#___) .cadmin .modal-warning .modal-header .close
|
|
11421
|
+
html:not(#__):not(#___) .cadmin.modal-warning .modal-header .close:disabled,
|
|
11422
|
+
html:not(#__):not(#___) .cadmin .modal-warning .modal-header .close:disabled {
|
|
11416
11423
|
color: inherit;
|
|
11417
11424
|
}
|
|
11418
11425
|
html:not(#__):not(#___) .cadmin.modal-danger .modal-header,
|
|
@@ -11425,16 +11432,16 @@ html:not(#__):not(#___) .cadmin.modal-danger .modal-header .close,
|
|
|
11425
11432
|
html:not(#__):not(#___) .cadmin .modal-danger .modal-header .close {
|
|
11426
11433
|
color: #da1414;
|
|
11427
11434
|
}
|
|
11428
|
-
html:not(#__):not(#___) .cadmin.modal-danger .modal-header .close
|
|
11429
|
-
html:not(#__):not(#___) .cadmin .modal-danger .modal-header .close
|
|
11435
|
+
html:not(#__):not(#___) .cadmin.modal-danger .modal-header .close:hover,
|
|
11436
|
+
html:not(#__):not(#___) .cadmin .modal-danger .modal-header .close:hover {
|
|
11430
11437
|
color: inherit;
|
|
11431
11438
|
}
|
|
11432
|
-
html:not(#__):not(#___) .cadmin.modal-danger .modal-header .close
|
|
11433
|
-
html:not(#__):not(#___) .cadmin .modal-danger .modal-header .close
|
|
11439
|
+
html:not(#__):not(#___) .cadmin.modal-danger .modal-header .close:focus,
|
|
11440
|
+
html:not(#__):not(#___) .cadmin .modal-danger .modal-header .close:focus {
|
|
11434
11441
|
color: inherit;
|
|
11435
11442
|
}
|
|
11436
|
-
html:not(#__):not(#___) .cadmin.modal-danger .modal-header .close
|
|
11437
|
-
html:not(#__):not(#___) .cadmin .modal-danger .modal-header .close
|
|
11443
|
+
html:not(#__):not(#___) .cadmin.modal-danger .modal-header .close:disabled,
|
|
11444
|
+
html:not(#__):not(#___) .cadmin .modal-danger .modal-header .close:disabled {
|
|
11438
11445
|
color: inherit;
|
|
11439
11446
|
}
|
|
11440
11447
|
html:not(#__):not(#___) .cadmin .modal-scrollbar-measure {
|
|
@@ -15963,7 +15970,7 @@ html:not(#__):not(#___) .cadmin .sidenav-fixed > .sidenav-menu-slider, html:not(
|
|
|
15963
15970
|
left: 0;
|
|
15964
15971
|
position: fixed;
|
|
15965
15972
|
top: 0;
|
|
15966
|
-
z-index:
|
|
15973
|
+
z-index: calc(1000 - 25);
|
|
15967
15974
|
}
|
|
15968
15975
|
html:not(#__):not(#___) .cadmin .sidenav-end > .sidenav-content, html:not(#__):not(#___) .cadmin.sidenav-end > .sidenav-content,
|
|
15969
15976
|
html:not(#__):not(#___) .cadmin .sidenav-right > .sidenav-content, html:not(#__):not(#___) .cadmin.sidenav-right > .sidenav-content {
|
|
@@ -16381,7 +16388,7 @@ html:not(#__):not(#___) .cadmin .c-slideout-absolute {
|
|
|
16381
16388
|
html:not(#__):not(#___) .cadmin .c-slideout {
|
|
16382
16389
|
display: flex;
|
|
16383
16390
|
overflow: hidden;
|
|
16384
|
-
z-index:
|
|
16391
|
+
z-index: calc(1000 - 25);
|
|
16385
16392
|
}
|
|
16386
16393
|
html:not(#__):not(#___) .cadmin .c-slideout.c-slideout-shown {
|
|
16387
16394
|
overflow: visible;
|
|
@@ -16489,6 +16496,9 @@ html:not(#__):not(#___) .cadmin .c-slideout-end .c-horizontal-resizer {
|
|
|
16489
16496
|
right: -40px;
|
|
16490
16497
|
}
|
|
16491
16498
|
}
|
|
16499
|
+
html:not(#__):not(#___) .cadmin .c-slideout-height-full {
|
|
16500
|
+
z-index: calc( 1030 + 5 );
|
|
16501
|
+
}
|
|
16492
16502
|
html:not(#__):not(#___) .cadmin table {
|
|
16493
16503
|
border-collapse: collapse;
|
|
16494
16504
|
}
|