@clayui/css 3.118.0 → 3.119.1

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.1
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.1
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>
@@ -6838,7 +6838,6 @@ html:not(#__):not(#___) .cadmin .dropdown-wide .dropdown-menu > .row {
6838
6838
  }
6839
6839
  html:not(#__):not(#___) .cadmin .dropdown-menu-width-shrink {
6840
6840
  min-width: 0;
6841
- white-space: nowrap;
6842
6841
  }
6843
6842
  html:not(#__):not(#___) .cadmin .dropdown-menu-width-full {
6844
6843
  left: 12px !important;
@@ -7043,6 +7042,7 @@ html:not(#__):not(#___) .cadmin .form-control .label > .c-inner {
7043
7042
  margin-right: -8px;
7044
7043
  margin-top: -5px;
7045
7044
  }
7045
+ html:not(#__):not(#___) .cadmin fieldset[disabled] select.form-control[multiple],
7046
7046
  html:not(#__):not(#___) .cadmin fieldset[disabled] .form-control {
7047
7047
  background-color: #f1f2f5;
7048
7048
  border-color: #f1f2f5;
@@ -7264,6 +7264,9 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[size] > opt
7264
7264
  filter: invert(100%);
7265
7265
  }
7266
7266
 
7267
+ html:not(#__):not(#___) .cadmin select.form-control[size]:disabled > option:hover, html:not(#__):not(#___) .cadmin select.form-control[size].disabled > option:hover {
7268
+ background-image: none;
7269
+ }
7267
7270
  html:not(#__):not(#___) .cadmin select.form-control[size] option {
7268
7271
  padding: 7px 8px;
7269
7272
  }
@@ -7299,6 +7302,9 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[multiple] >
7299
7302
  filter: invert(100%);
7300
7303
  }
7301
7304
 
7305
+ html:not(#__):not(#___) .cadmin select.form-control[multiple]:disabled > option:hover, html:not(#__):not(#___) .cadmin select.form-control[multiple].disabled > option:hover {
7306
+ background-image: none;
7307
+ }
7302
7308
  html:not(#__):not(#___) .cadmin select.form-control[multiple] option {
7303
7309
  padding: 7px 8px;
7304
7310
  }
@@ -15963,7 +15969,7 @@ html:not(#__):not(#___) .cadmin .sidenav-fixed > .sidenav-menu-slider, html:not(
15963
15969
  left: 0;
15964
15970
  position: fixed;
15965
15971
  top: 0;
15966
- z-index: 1035;
15972
+ z-index: calc(1000 - 25);
15967
15973
  }
15968
15974
  html:not(#__):not(#___) .cadmin .sidenav-end > .sidenav-content, html:not(#__):not(#___) .cadmin.sidenav-end > .sidenav-content,
15969
15975
  html:not(#__):not(#___) .cadmin .sidenav-right > .sidenav-content, html:not(#__):not(#___) .cadmin.sidenav-right > .sidenav-content {
@@ -16381,7 +16387,7 @@ html:not(#__):not(#___) .cadmin .c-slideout-absolute {
16381
16387
  html:not(#__):not(#___) .cadmin .c-slideout {
16382
16388
  display: flex;
16383
16389
  overflow: hidden;
16384
- z-index: 1035;
16390
+ z-index: calc(1000 - 25);
16385
16391
  }
16386
16392
  html:not(#__):not(#___) .cadmin .c-slideout.c-slideout-shown {
16387
16393
  overflow: visible;
@@ -16489,6 +16495,9 @@ html:not(#__):not(#___) .cadmin .c-slideout-end .c-horizontal-resizer {
16489
16495
  right: -40px;
16490
16496
  }
16491
16497
  }
16498
+ html:not(#__):not(#___) .cadmin .c-slideout-height-full {
16499
+ z-index: calc( 1030 + 5 );
16500
+ }
16492
16501
  html:not(#__):not(#___) .cadmin table {
16493
16502
  border-collapse: collapse;
16494
16503
  }
@@ -16701,6 +16710,11 @@ html:not(#__):not(#___) .cadmin .table-striped tbody tr:nth-of-type(odd):not(.ta
16701
16710
  html:not(#__):not(#___) .cadmin .table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) th {
16702
16711
  background-color: #f7f8f9;
16703
16712
  }
16713
+ html:not(#__):not(#___) .cadmin .table-striped.table-hover tbody tr:nth-of-type(odd):hover:not(.table-active):not(.table-disabled):not(.table-divider),
16714
+ html:not(#__):not(#___) .cadmin .table-striped.table-hover tbody tr:nth-of-type(odd):hover:not(.table-active):not(.table-disabled):not(.table-divider) td,
16715
+ html:not(#__):not(#___) .cadmin .table-striped.table-hover tbody tr:nth-of-type(odd):hover:not(.table-active):not(.table-disabled):not(.table-divider) th {
16716
+ background-color: #f0f5ff;
16717
+ }
16704
16718
  html:not(#__):not(#___) .cadmin .table-hover tbody tr:hover {
16705
16719
  background-color: #f0f5ff;
16706
16720
  color: #1c1c24;
@@ -16780,6 +16794,11 @@ html:not(#__):not(#___) .cadmin .table-dark.table-striped tbody tr:nth-of-type(o
16780
16794
  html:not(#__):not(#___) .cadmin .table-dark.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) td {
16781
16795
  background-color: rgba(255, 255, 255, 0.05);
16782
16796
  }
16797
+ html:not(#__):not(#___) .cadmin .table-dark.table-striped.table-hover tbody tr:nth-of-type(odd):hover:not(.table-active):not(.table-disabled):not(.table-divider),
16798
+ html:not(#__):not(#___) .cadmin .table-dark.table-striped.table-hover tbody tr:nth-of-type(odd):hover:not(.table-active):not(.table-disabled):not(.table-divider) td,
16799
+ html:not(#__):not(#___) .cadmin .table-dark.table-striped.table-hover tbody tr:nth-of-type(odd):hover:not(.table-active):not(.table-disabled):not(.table-divider) th {
16800
+ background-color: rgba(255, 255, 255, 0.075);
16801
+ }
16783
16802
  html:not(#__):not(#___) .cadmin .table-dark.table-hover tbody tr:hover {
16784
16803
  background-color: rgba(255, 255, 255, 0.075);
16785
16804
  color: #fff;
@@ -17081,6 +17100,11 @@ html:not(#__):not(#___) .cadmin .table-list.table-striped tbody tr:nth-of-type(o
17081
17100
  html:not(#__):not(#___) .cadmin .table-list.table-striped tbody tr:nth-of-type(odd):not(.table-active):not(.table-disabled):not(.table-divider) th {
17082
17101
  background-color: #f7f8f9;
17083
17102
  }
17103
+ html:not(#__):not(#___) .cadmin .table-list.table-striped.table-hover tbody tr:nth-of-type(odd):hover:not(.table-active):not(.table-disabled):not(.table-divider),
17104
+ html:not(#__):not(#___) .cadmin .table-list.table-striped.table-hover tbody tr:nth-of-type(odd):hover:not(.table-active):not(.table-disabled):not(.table-divider) th,
17105
+ html:not(#__):not(#___) .cadmin .table-list.table-striped.table-hover tbody tr:nth-of-type(odd):hover:not(.table-active):not(.table-disabled):not(.table-divider) td {
17106
+ background-color: #f0f5ff;
17107
+ }
17084
17108
  html:not(#__):not(#___) .cadmin .table-list.table-hover tbody tr:hover {
17085
17109
  background-color: #f0f5ff;
17086
17110
  }
@@ -17315,12 +17339,18 @@ html:not(#__):not(#___) .cadmin .table-striped tbody tr:nth-of-type(odd) .quick-
17315
17339
  html:not(#__):not(#___) .cadmin .table-striped tbody .table-active:nth-of-type(odd) .quick-action-menu {
17316
17340
  background-color: #f0f5ff;
17317
17341
  }
17342
+ html:not(#__):not(#___) .cadmin .table-striped.table-hover tbody tr:nth-of-type(odd):hover .quick-action-menu {
17343
+ background-color: #f0f5ff;
17344
+ }
17318
17345
  html:not(#__):not(#___) .cadmin .table-list.table-striped tbody tr:nth-of-type(odd) .quick-action-menu {
17319
17346
  background-color: #f7f8f9;
17320
17347
  }
17321
17348
  html:not(#__):not(#___) .cadmin .table-list.table-striped tbody .table-active:nth-of-type(odd) .quick-action-menu {
17322
17349
  background-color: #f0f5ff;
17323
17350
  }
17351
+ html:not(#__):not(#___) .cadmin .table-list.table-striped.table-hover tbody tr:nth-of-type(odd):hover .quick-action-menu {
17352
+ background-color: #f0f5ff;
17353
+ }
17324
17354
  html:not(#__):not(#___) .cadmin .table-column-text-start,
17325
17355
  html:not(#__):not(#___) .cadmin .table-cell-text-start {
17326
17356
  text-align: left;