@clayui/css 3.118.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.
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.118.0
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.118.0
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
  }
@@ -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: 1035;
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: 1035;
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
  }