@clayui/css 3.105.0 → 3.105.1-alpha.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.105.0
3
+ * Clay 3.105.1-alpha.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.105.0
19
+ * Clay 3.105.1-alpha.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>
@@ -5007,12 +5007,12 @@ html:not(#__):not(#___) .cadmin .card-title {
5007
5007
  margin-bottom: 0;
5008
5008
  }
5009
5009
  html:not(#__):not(#___) .cadmin .card-title[href],
5010
- html:not(#__):not(#___) .cadmin .card-title [href] {
5010
+ html:not(#__):not(#___) .cadmin .card-title a[href] {
5011
5011
  color: #272833;
5012
5012
  }
5013
5013
  html:not(#__):not(#___) .cadmin .card-title[href]:hover, html:not(#__):not(#___) .cadmin .card-title[href].hover,
5014
- html:not(#__):not(#___) .cadmin .card-title [href]:hover,
5015
- html:not(#__):not(#___) .cadmin .card-title [href].hover {
5014
+ html:not(#__):not(#___) .cadmin .card-title a[href]:hover,
5015
+ html:not(#__):not(#___) .cadmin .card-title a[href].hover {
5016
5016
  color: #272833;
5017
5017
  }
5018
5018
  html:not(#__):not(#___) .cadmin .card-subtitle {
@@ -5023,12 +5023,12 @@ html:not(#__):not(#___) .cadmin .card-subtitle {
5023
5023
  margin-top: 0;
5024
5024
  }
5025
5025
  html:not(#__):not(#___) .cadmin .card-subtitle[href],
5026
- html:not(#__):not(#___) .cadmin .card-subtitle [href] {
5026
+ html:not(#__):not(#___) .cadmin .card-subtitle a[href] {
5027
5027
  color: #6b6c7e;
5028
5028
  }
5029
5029
  html:not(#__):not(#___) .cadmin .card-subtitle[href]:hover, html:not(#__):not(#___) .cadmin .card-subtitle[href].hover,
5030
- html:not(#__):not(#___) .cadmin .card-subtitle [href]:hover,
5031
- html:not(#__):not(#___) .cadmin .card-subtitle [href].hover {
5030
+ html:not(#__):not(#___) .cadmin .card-subtitle a[href]:hover,
5031
+ html:not(#__):not(#___) .cadmin .card-subtitle a[href].hover {
5032
5032
  color: #6b6c7e;
5033
5033
  }
5034
5034
  html:not(#__):not(#___) .cadmin .card-text:last-child {
@@ -5985,7 +5985,7 @@ html:not(#__):not(#___) .cadmin .dropdown-section .custom-control-label {
5985
5985
  color: #6b6c7e;
5986
5986
  }
5987
5987
  html:not(#__):not(#___) .cadmin .dropdown-section .custom-control-label-text {
5988
- padding-left: 16px;
5988
+ padding-left: 28px;
5989
5989
  }
5990
5990
  html:not(#__):not(#___) .cadmin .dropdown-section.active .custom-control-label {
5991
5991
  color: #272833;
@@ -7464,30 +7464,30 @@ html:not(#__):not(#___) .cadmin .component-title {
7464
7464
  margin-top: calc((32px - (1em * 1.25)) / 2);
7465
7465
  }
7466
7466
  html:not(#__):not(#___) .cadmin .component-title[href],
7467
- html:not(#__):not(#___) .cadmin .component-title [href] {
7467
+ html:not(#__):not(#___) .cadmin .component-title a[href] {
7468
7468
  border-radius: 1px;
7469
7469
  color: #272833;
7470
7470
  transition: box-shadow 0.15s ease-in-out;
7471
7471
  }
7472
7472
  @media (prefers-reduced-motion: reduce) {
7473
7473
  html:not(#__):not(#___) .cadmin .component-title[href],
7474
- html:not(#__):not(#___) .cadmin .component-title [href] {
7474
+ html:not(#__):not(#___) .cadmin .component-title a[href] {
7475
7475
  transition: none;
7476
7476
  }
7477
7477
  }
7478
- html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .component-title[href], html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .component-title [href] {
7478
+ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .component-title[href], html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .component-title a[href] {
7479
7479
  transition: none;
7480
7480
  }
7481
7481
 
7482
7482
  html:not(#__):not(#___) .cadmin .component-title[href]:hover, html:not(#__):not(#___) .cadmin .component-title[href].hover,
7483
- html:not(#__):not(#___) .cadmin .component-title [href]:hover,
7484
- html:not(#__):not(#___) .cadmin .component-title [href].hover {
7483
+ html:not(#__):not(#___) .cadmin .component-title a[href]:hover,
7484
+ html:not(#__):not(#___) .cadmin .component-title a[href].hover {
7485
7485
  color: #060608;
7486
7486
  }
7487
7487
  html:not(#__):not(#___) .cadmin .component-title[href].focus, html:not(#__):not(#___) .cadmin .component-title[href]:focus-visible,
7488
- html:not(#__):not(#___) .c-prefers-focus .cadmin .component-title[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .component-title [href],
7489
- html:not(#__):not(#___) .cadmin .component-title [href].focus,
7490
- html:not(#__):not(#___) .cadmin .component-title [href]:focus-visible {
7488
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .component-title[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .component-title a[href],
7489
+ html:not(#__):not(#___) .cadmin .component-title a[href].focus,
7490
+ html:not(#__):not(#___) .cadmin .component-title a[href]:focus-visible {
7491
7491
  color: #060608;
7492
7492
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7493
7493
  outline: 0;
@@ -7499,30 +7499,30 @@ html:not(#__):not(#___) .cadmin .component-subtitle {
7499
7499
  margin-bottom: 0;
7500
7500
  }
7501
7501
  html:not(#__):not(#___) .cadmin .component-subtitle[href],
7502
- html:not(#__):not(#___) .cadmin .component-subtitle [href] {
7502
+ html:not(#__):not(#___) .cadmin .component-subtitle a[href] {
7503
7503
  border-radius: 1px;
7504
7504
  color: #6b6c7e;
7505
7505
  transition: box-shadow 0.15s ease-in-out;
7506
7506
  }
7507
7507
  @media (prefers-reduced-motion: reduce) {
7508
7508
  html:not(#__):not(#___) .cadmin .component-subtitle[href],
7509
- html:not(#__):not(#___) .cadmin .component-subtitle [href] {
7509
+ html:not(#__):not(#___) .cadmin .component-subtitle a[href] {
7510
7510
  transition: none;
7511
7511
  }
7512
7512
  }
7513
- html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .component-subtitle[href], html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .component-subtitle [href] {
7513
+ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .component-subtitle[href], html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .component-subtitle a[href] {
7514
7514
  transition: none;
7515
7515
  }
7516
7516
 
7517
7517
  html:not(#__):not(#___) .cadmin .component-subtitle[href]:hover, html:not(#__):not(#___) .cadmin .component-subtitle[href].hover,
7518
- html:not(#__):not(#___) .cadmin .component-subtitle [href]:hover,
7519
- html:not(#__):not(#___) .cadmin .component-subtitle [href].hover {
7518
+ html:not(#__):not(#___) .cadmin .component-subtitle a[href]:hover,
7519
+ html:not(#__):not(#___) .cadmin .component-subtitle a[href].hover {
7520
7520
  color: #272833;
7521
7521
  }
7522
7522
  html:not(#__):not(#___) .cadmin .component-subtitle[href].focus, html:not(#__):not(#___) .cadmin .component-subtitle[href]:focus-visible,
7523
- html:not(#__):not(#___) .c-prefers-focus .cadmin .component-subtitle[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .component-subtitle [href],
7524
- html:not(#__):not(#___) .cadmin .component-subtitle [href].focus,
7525
- html:not(#__):not(#___) .cadmin .component-subtitle [href]:focus-visible {
7523
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .component-subtitle[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .component-subtitle a[href],
7524
+ html:not(#__):not(#___) .cadmin .component-subtitle a[href].focus,
7525
+ html:not(#__):not(#___) .cadmin .component-subtitle a[href]:focus-visible {
7526
7526
  color: #272833;
7527
7527
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7528
7528
  outline: 0;
@@ -7810,11 +7810,28 @@ html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range.focus, htm
7810
7810
  html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input {
7811
7811
  outline: 0;
7812
7812
  }
7813
+ html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range.focus ~ .clay-range-progress .clay-range-thumb, html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:focus-visible ~ .clay-range-progress .clay-range-thumb,
7814
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input ~ .clay-range-progress .clay-range-thumb {
7815
+ box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
7816
+ }
7813
7817
  html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range.focus ~ .clay-range-progress .tooltip, html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:focus-visible ~ .clay-range-progress .tooltip,
7814
7818
  html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input ~ .clay-range-progress .tooltip {
7815
7819
  visibility: visible;
7816
7820
  opacity: 1;
7817
7821
  }
7822
+ html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range.focus::-moz-range-thumb, html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:focus-visible::-moz-range-thumb,
7823
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input::-moz-range-thumb {
7824
+ box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
7825
+ }
7826
+ html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range.focus::-ms-thumb, html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:focus-visible::-ms-thumb,
7827
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input::-ms-thumb {
7828
+ box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
7829
+ }
7830
+ html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range.focus::-webkit-slider-thumb, html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:focus-visible::-webkit-slider-thumb,
7831
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input::-webkit-slider-thumb {
7832
+ box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
7833
+ }
7834
+
7818
7835
  html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:disabled {
7819
7836
  color: #a7a9bc;
7820
7837
  cursor: not-allowed;
@@ -8443,7 +8460,7 @@ html:not(#__):not(#___) .cadmin .custom-control-label {
8443
8460
  }
8444
8461
  html:not(#__):not(#___) .cadmin .custom-control-label::before {
8445
8462
  background-color: #fff;
8446
- border-color: #cdced9;
8463
+ border-color: #6b6c7e;
8447
8464
  border-style: solid;
8448
8465
  border-width: 1px;
8449
8466
  box-shadow: none;
@@ -8483,7 +8500,8 @@ html:not(#__):not(#___) .cadmin label.custom-control-label {
8483
8500
  font-size: 14px;
8484
8501
  }
8485
8502
  html:not(#__):not(#___) .cadmin .custom-control-label-text {
8486
- padding-left: 8px;
8503
+ display: block;
8504
+ padding-left: calc( 16px + 8px );
8487
8505
  }
8488
8506
  html:not(#__):not(#___) .cadmin .custom-control-label-text small,
8489
8507
  html:not(#__):not(#___) .cadmin .custom-control-label-text .small {
@@ -8494,7 +8512,7 @@ html:not(#__):not(#___) .cadmin .custom-control-primary .custom-control-label-te
8494
8512
  }
8495
8513
  html:not(#__):not(#___) .cadmin .custom-control-label::before {
8496
8514
  background-color: #fff;
8497
- border-color: #cdced9;
8515
+ border-color: #6b6c7e;
8498
8516
  border-style: solid;
8499
8517
  border-width: 1px;
8500
8518
  box-shadow: none;
@@ -8542,12 +8560,12 @@ html:not(#__):not(#___) .cadmin .custom-control-input {
8542
8560
  }
8543
8561
  html:not(#__):not(#___) .cadmin .custom-control-input:focus-visible ~ .custom-control-label::before,
8544
8562
  html:not(#__):not(#___) .c-prefers-focus .cadmin .custom-control-input ~ .custom-control-label::before {
8545
- border-color: #cdced9;
8563
+ border-color: #6b6c7e;
8546
8564
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8547
8565
  }
8548
8566
  html:not(#__):not(#___) .cadmin .custom-control-input:active ~ .custom-control-label::before {
8549
8567
  background-color: #fff;
8550
- border-color: #cdced9;
8568
+ border-color: #6b6c7e;
8551
8569
  color: #fff;
8552
8570
  }
8553
8571
  html:not(#__):not(#___) .cadmin .custom-control-input[disabled], html:not(#__):not(#___) .cadmin .custom-control-input:disabled {
@@ -10019,7 +10037,7 @@ html:not(#__):not(#___) .cadmin .list-group-title {
10019
10037
  margin-top: -4px;
10020
10038
  }
10021
10039
  html:not(#__):not(#___) .cadmin .list-group-title[href],
10022
- html:not(#__):not(#___) .cadmin .list-group-title [href] {
10040
+ html:not(#__):not(#___) .cadmin .list-group-title a[href] {
10023
10041
  border-radius: 1px;
10024
10042
  color: #272833;
10025
10043
  display: inline-block;
@@ -10029,23 +10047,23 @@ html:not(#__):not(#___) .cadmin .list-group-title [href] {
10029
10047
  }
10030
10048
  @media (prefers-reduced-motion: reduce) {
10031
10049
  html:not(#__):not(#___) .cadmin .list-group-title[href],
10032
- html:not(#__):not(#___) .cadmin .list-group-title [href] {
10050
+ html:not(#__):not(#___) .cadmin .list-group-title a[href] {
10033
10051
  transition: none;
10034
10052
  }
10035
10053
  }
10036
- html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .list-group-title[href], html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .list-group-title [href] {
10054
+ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .list-group-title[href], html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .list-group-title a[href] {
10037
10055
  transition: none;
10038
10056
  }
10039
10057
 
10040
10058
  html:not(#__):not(#___) .cadmin .list-group-title[href]:hover, html:not(#__):not(#___) .cadmin .list-group-title[href].hover,
10041
- html:not(#__):not(#___) .cadmin .list-group-title [href]:hover,
10042
- html:not(#__):not(#___) .cadmin .list-group-title [href].hover {
10059
+ html:not(#__):not(#___) .cadmin .list-group-title a[href]:hover,
10060
+ html:not(#__):not(#___) .cadmin .list-group-title a[href].hover {
10043
10061
  color: #272833;
10044
10062
  }
10045
10063
  html:not(#__):not(#___) .cadmin .list-group-title[href].focus, html:not(#__):not(#___) .cadmin .list-group-title[href]:focus-visible,
10046
- html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-title[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-title [href],
10047
- html:not(#__):not(#___) .cadmin .list-group-title [href].focus,
10048
- html:not(#__):not(#___) .cadmin .list-group-title [href]:focus-visible {
10064
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-title[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-title a[href],
10065
+ html:not(#__):not(#___) .cadmin .list-group-title a[href].focus,
10066
+ html:not(#__):not(#___) .cadmin .list-group-title a[href]:focus-visible {
10049
10067
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
10050
10068
  outline: 0;
10051
10069
  }
@@ -10054,7 +10072,7 @@ html:not(#__):not(#___) .cadmin .list-group-subtitle {
10054
10072
  margin-bottom: 0;
10055
10073
  }
10056
10074
  html:not(#__):not(#___) .cadmin .list-group-subtitle[href],
10057
- html:not(#__):not(#___) .cadmin .list-group-subtitle [href] {
10075
+ html:not(#__):not(#___) .cadmin .list-group-subtitle a[href] {
10058
10076
  border-radius: 1px;
10059
10077
  color: #6b6c7e;
10060
10078
  display: inline-block;
@@ -10063,23 +10081,23 @@ html:not(#__):not(#___) .cadmin .list-group-subtitle [href] {
10063
10081
  }
10064
10082
  @media (prefers-reduced-motion: reduce) {
10065
10083
  html:not(#__):not(#___) .cadmin .list-group-subtitle[href],
10066
- html:not(#__):not(#___) .cadmin .list-group-subtitle [href] {
10084
+ html:not(#__):not(#___) .cadmin .list-group-subtitle a[href] {
10067
10085
  transition: none;
10068
10086
  }
10069
10087
  }
10070
- html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .list-group-subtitle[href], html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .list-group-subtitle [href] {
10088
+ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .list-group-subtitle[href], html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .list-group-subtitle a[href] {
10071
10089
  transition: none;
10072
10090
  }
10073
10091
 
10074
10092
  html:not(#__):not(#___) .cadmin .list-group-subtitle[href]:hover, html:not(#__):not(#___) .cadmin .list-group-subtitle[href].hover,
10075
- html:not(#__):not(#___) .cadmin .list-group-subtitle [href]:hover,
10076
- html:not(#__):not(#___) .cadmin .list-group-subtitle [href].hover {
10093
+ html:not(#__):not(#___) .cadmin .list-group-subtitle a[href]:hover,
10094
+ html:not(#__):not(#___) .cadmin .list-group-subtitle a[href].hover {
10077
10095
  color: #272833;
10078
10096
  }
10079
10097
  html:not(#__):not(#___) .cadmin .list-group-subtitle[href].focus, html:not(#__):not(#___) .cadmin .list-group-subtitle[href]:focus-visible,
10080
- html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtitle[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtitle [href],
10081
- html:not(#__):not(#___) .cadmin .list-group-subtitle [href].focus,
10082
- html:not(#__):not(#___) .cadmin .list-group-subtitle [href]:focus-visible {
10098
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtitle[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtitle a[href],
10099
+ html:not(#__):not(#___) .cadmin .list-group-subtitle a[href].focus,
10100
+ html:not(#__):not(#___) .cadmin .list-group-subtitle a[href]:focus-visible {
10083
10101
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
10084
10102
  outline: 0;
10085
10103
  }
@@ -10088,7 +10106,7 @@ html:not(#__):not(#___) .cadmin .list-group-text {
10088
10106
  margin-bottom: 0;
10089
10107
  }
10090
10108
  html:not(#__):not(#___) .cadmin .list-group-text[href],
10091
- html:not(#__):not(#___) .cadmin .list-group-text [href] {
10109
+ html:not(#__):not(#___) .cadmin .list-group-text a[href] {
10092
10110
  border-radius: 1px;
10093
10111
  color: #6b6c7e;
10094
10112
  display: inline-block;
@@ -10097,23 +10115,23 @@ html:not(#__):not(#___) .cadmin .list-group-text [href] {
10097
10115
  }
10098
10116
  @media (prefers-reduced-motion: reduce) {
10099
10117
  html:not(#__):not(#___) .cadmin .list-group-text[href],
10100
- html:not(#__):not(#___) .cadmin .list-group-text [href] {
10118
+ html:not(#__):not(#___) .cadmin .list-group-text a[href] {
10101
10119
  transition: none;
10102
10120
  }
10103
10121
  }
10104
- html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .list-group-text[href], html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .list-group-text [href] {
10122
+ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .list-group-text[href], html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .list-group-text a[href] {
10105
10123
  transition: none;
10106
10124
  }
10107
10125
 
10108
10126
  html:not(#__):not(#___) .cadmin .list-group-text[href]:hover, html:not(#__):not(#___) .cadmin .list-group-text[href].hover,
10109
- html:not(#__):not(#___) .cadmin .list-group-text [href]:hover,
10110
- html:not(#__):not(#___) .cadmin .list-group-text [href].hover {
10127
+ html:not(#__):not(#___) .cadmin .list-group-text a[href]:hover,
10128
+ html:not(#__):not(#___) .cadmin .list-group-text a[href].hover {
10111
10129
  color: #272833;
10112
10130
  }
10113
10131
  html:not(#__):not(#___) .cadmin .list-group-text[href].focus, html:not(#__):not(#___) .cadmin .list-group-text[href]:focus-visible,
10114
- html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-text[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-text [href],
10115
- html:not(#__):not(#___) .cadmin .list-group-text [href].focus,
10116
- html:not(#__):not(#___) .cadmin .list-group-text [href]:focus-visible {
10132
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-text[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-text a[href],
10133
+ html:not(#__):not(#___) .cadmin .list-group-text a[href].focus,
10134
+ html:not(#__):not(#___) .cadmin .list-group-text a[href]:focus-visible {
10117
10135
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
10118
10136
  outline: 0;
10119
10137
  }
@@ -10123,7 +10141,7 @@ html:not(#__):not(#___) .cadmin .list-group-subtext {
10123
10141
  margin-top: 8px;
10124
10142
  }
10125
10143
  html:not(#__):not(#___) .cadmin .list-group-subtext[href],
10126
- html:not(#__):not(#___) .cadmin .list-group-subtext [href] {
10144
+ html:not(#__):not(#___) .cadmin .list-group-subtext a[href] {
10127
10145
  border-radius: 1px;
10128
10146
  color: #6b6c7e;
10129
10147
  display: inline-block;
@@ -10132,23 +10150,23 @@ html:not(#__):not(#___) .cadmin .list-group-subtext [href] {
10132
10150
  }
10133
10151
  @media (prefers-reduced-motion: reduce) {
10134
10152
  html:not(#__):not(#___) .cadmin .list-group-subtext[href],
10135
- html:not(#__):not(#___) .cadmin .list-group-subtext [href] {
10153
+ html:not(#__):not(#___) .cadmin .list-group-subtext a[href] {
10136
10154
  transition: none;
10137
10155
  }
10138
10156
  }
10139
- html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .list-group-subtext[href], html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .list-group-subtext [href] {
10157
+ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .list-group-subtext[href], html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .list-group-subtext a[href] {
10140
10158
  transition: none;
10141
10159
  }
10142
10160
 
10143
10161
  html:not(#__):not(#___) .cadmin .list-group-subtext[href]:hover, html:not(#__):not(#___) .cadmin .list-group-subtext[href].hover,
10144
- html:not(#__):not(#___) .cadmin .list-group-subtext [href]:hover,
10145
- html:not(#__):not(#___) .cadmin .list-group-subtext [href].hover {
10162
+ html:not(#__):not(#___) .cadmin .list-group-subtext a[href]:hover,
10163
+ html:not(#__):not(#___) .cadmin .list-group-subtext a[href].hover {
10146
10164
  color: #272833;
10147
10165
  }
10148
10166
  html:not(#__):not(#___) .cadmin .list-group-subtext[href].focus, html:not(#__):not(#___) .cadmin .list-group-subtext[href]:focus-visible,
10149
- html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtext[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtext [href],
10150
- html:not(#__):not(#___) .cadmin .list-group-subtext [href].focus,
10151
- html:not(#__):not(#___) .cadmin .list-group-subtext [href]:focus-visible {
10167
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtext[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtext a[href],
10168
+ html:not(#__):not(#___) .cadmin .list-group-subtext a[href].focus,
10169
+ html:not(#__):not(#___) .cadmin .list-group-subtext a[href]:focus-visible {
10152
10170
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
10153
10171
  outline: 0;
10154
10172
  }
@@ -15576,7 +15594,7 @@ html:not(#__):not(#___) .cadmin .sidebar-header .component-title {
15576
15594
  font-weight: 600;
15577
15595
  }
15578
15596
  html:not(#__):not(#___) .cadmin .sidebar-header .component-title[href],
15579
- html:not(#__):not(#___) .cadmin .sidebar-header .component-title [href] {
15597
+ html:not(#__):not(#___) .cadmin .sidebar-header .component-title a[href] {
15580
15598
  color: #272833;
15581
15599
  }
15582
15600
  html:not(#__):not(#___) .cadmin .sidebar-header .component-subtitle {
@@ -15685,7 +15703,7 @@ html:not(#__):not(#___) .cadmin .sidebar-light .sidebar-dt {
15685
15703
  color: #6b6c7e;
15686
15704
  }
15687
15705
  html:not(#__):not(#___) .cadmin .sidebar-light .sidebar-dd[href],
15688
- html:not(#__):not(#___) .cadmin .sidebar-light .sidebar-dd [href] {
15706
+ html:not(#__):not(#___) .cadmin .sidebar-light .sidebar-dd a[href] {
15689
15707
  color: #272833;
15690
15708
  }
15691
15709
  html:not(#__):not(#___) .cadmin .sidebar-light .panel-unstyled .panel-header.panel-header-link.focus, html:not(#__):not(#___) .cadmin .sidebar-light .panel-unstyled .panel-header.panel-header-link:focus-visible,
@@ -15746,14 +15764,14 @@ html:not(#__):not(#___) .cadmin .sidebar-dark .sidebar-header .component-title {
15746
15764
  color: inherit;
15747
15765
  }
15748
15766
  html:not(#__):not(#___) .cadmin .sidebar-dark .sidebar-header .component-title[href],
15749
- html:not(#__):not(#___) .cadmin .sidebar-dark .sidebar-header .component-title [href] {
15767
+ html:not(#__):not(#___) .cadmin .sidebar-dark .sidebar-header .component-title a[href] {
15750
15768
  color: inherit;
15751
15769
  }
15752
15770
  html:not(#__):not(#___) .cadmin .sidebar-dark .sidebar-header .component-subtitle {
15753
15771
  color: inherit;
15754
15772
  }
15755
15773
  html:not(#__):not(#___) .cadmin .sidebar-dark .sidebar-header .component-subtitle[href],
15756
- html:not(#__):not(#___) .cadmin .sidebar-dark .sidebar-header .component-subtitle [href] {
15774
+ html:not(#__):not(#___) .cadmin .sidebar-dark .sidebar-header .component-subtitle a[href] {
15757
15775
  color: inherit;
15758
15776
  }
15759
15777
  html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link {
@@ -15809,14 +15827,14 @@ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .sidebar-header .component-titl
15809
15827
  color: inherit;
15810
15828
  }
15811
15829
  html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .sidebar-header .component-title[href],
15812
- html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .sidebar-header .component-title [href] {
15830
+ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .sidebar-header .component-title a[href] {
15813
15831
  color: inherit;
15814
15832
  }
15815
15833
  html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .sidebar-header .component-subtitle {
15816
15834
  color: inherit;
15817
15835
  }
15818
15836
  html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .sidebar-header .component-subtitle[href],
15819
- html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .sidebar-header .component-subtitle [href] {
15837
+ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .sidebar-header .component-subtitle a[href] {
15820
15838
  color: inherit;
15821
15839
  }
15822
15840
  html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link {
@@ -16040,25 +16058,25 @@ html:not(#__):not(#___) .cadmin .table thead td {
16040
16058
  border-top-width: 0;
16041
16059
  vertical-align: bottom;
16042
16060
  }
16043
- html:not(#__):not(#___) .cadmin .table thead th [href] {
16061
+ html:not(#__):not(#___) .cadmin .table thead th a[href] {
16044
16062
  border-radius: 1px;
16045
16063
  color: #6b6c7e;
16046
16064
  transition: box-shadow 0.15s ease-in-out;
16047
16065
  }
16048
16066
  @media (prefers-reduced-motion: reduce) {
16049
- html:not(#__):not(#___) .cadmin .table thead th [href] {
16067
+ html:not(#__):not(#___) .cadmin .table thead th a[href] {
16050
16068
  transition: none;
16051
16069
  }
16052
16070
  }
16053
- html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .table thead th [href] {
16071
+ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .table thead th a[href] {
16054
16072
  transition: none;
16055
16073
  }
16056
16074
 
16057
- html:not(#__):not(#___) .cadmin .table thead th [href]:hover, html:not(#__):not(#___) .cadmin .table thead th [href].hover {
16075
+ html:not(#__):not(#___) .cadmin .table thead th a[href]:hover, html:not(#__):not(#___) .cadmin .table thead th a[href].hover {
16058
16076
  color: #272833;
16059
16077
  }
16060
- html:not(#__):not(#___) .cadmin .table thead th [href].focus, html:not(#__):not(#___) .cadmin .table thead th [href]:focus-visible,
16061
- html:not(#__):not(#___) .c-prefers-focus .cadmin .table thead th [href] {
16078
+ html:not(#__):not(#___) .cadmin .table thead th a[href].focus, html:not(#__):not(#___) .cadmin .table thead th a[href]:focus-visible,
16079
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .table thead th a[href] {
16062
16080
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
16063
16081
  outline: 0;
16064
16082
  }
@@ -16143,8 +16161,8 @@ html:not(#__):not(#___) .cadmin .table .table-disabled td {
16143
16161
  background-color: #fff;
16144
16162
  cursor: not-allowed;
16145
16163
  }
16146
- html:not(#__):not(#___) .cadmin .table .table-disabled th [href],
16147
- html:not(#__):not(#___) .cadmin .table .table-disabled td [href] {
16164
+ html:not(#__):not(#___) .cadmin .table .table-disabled th a[href],
16165
+ html:not(#__):not(#___) .cadmin .table .table-disabled td a[href] {
16148
16166
  color: #a7a9bc;
16149
16167
  pointer-events: none;
16150
16168
  }
@@ -16165,6 +16183,15 @@ html:not(#__):not(#___) .cadmin .table .autofit-col:first-child {
16165
16183
  html:not(#__):not(#___) .cadmin .table .autofit-col:last-child {
16166
16184
  padding-right: 0;
16167
16185
  }
16186
+ html:not(#__):not(#___) .cadmin .table .component-drag {
16187
+ font-size: 14px;
16188
+ height: 16px;
16189
+ width: 16px;
16190
+ }
16191
+ html:not(#__):not(#___) .cadmin .table .component-drag.focus, html:not(#__):not(#___) .cadmin .table .component-drag:focus-visible,
16192
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .table .component-drag {
16193
+ box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
16194
+ }
16168
16195
  html:not(#__):not(#___) .cadmin .table .custom-control,
16169
16196
  html:not(#__):not(#___) .cadmin .table .form-check {
16170
16197
  margin-bottom: 0;
@@ -16532,8 +16559,8 @@ html:not(#__):not(#___) .cadmin .table-list .table-disabled td {
16532
16559
  background-color: #fff;
16533
16560
  color: #a7a9bc;
16534
16561
  }
16535
- html:not(#__):not(#___) .cadmin .table-list .table-disabled th [href],
16536
- html:not(#__):not(#___) .cadmin .table-list .table-disabled td [href] {
16562
+ html:not(#__):not(#___) .cadmin .table-list .table-disabled th a[href],
16563
+ html:not(#__):not(#___) .cadmin .table-list .table-disabled td a[href] {
16537
16564
  color: #a7a9bc;
16538
16565
  pointer-events: none;
16539
16566
  }
@@ -16777,6 +16804,44 @@ html:not(#__):not(#___) .cadmin .thead-valign-top thead td,
16777
16804
  html:not(#__):not(#___) .cadmin .thead-valign-top thead th {
16778
16805
  vertical-align: top;
16779
16806
  }
16807
+ html:not(#__):not(#___) .cadmin .table-nested-rows th:first-child,
16808
+ html:not(#__):not(#___) .cadmin .table-nested-rows td:first-child,
16809
+ html:not(#__):not(#___) .cadmin .table-nested-rows .table-column-start {
16810
+ padding-left: 20px;
16811
+ }
16812
+ html:not(#__):not(#___) .cadmin .table-nested-rows th:last-child,
16813
+ html:not(#__):not(#___) .cadmin .table-nested-rows td:last-child,
16814
+ html:not(#__):not(#___) .cadmin .table-nested-rows .table-column-end {
16815
+ padding-right: 20px;
16816
+ }
16817
+ html:not(#__):not(#___) .cadmin .table-nested-rows .autofit-col {
16818
+ padding-left: 2px;
16819
+ padding-right: 2px;
16820
+ min-width: 28px;
16821
+ }
16822
+ html:not(#__):not(#___) .cadmin .table-nested-rows .autofit-col-checkbox {
16823
+ padding-right: 10px;
16824
+ }
16825
+ html:not(#__):not(#___) .cadmin .table-nested-rows .autofit-col-icon {
16826
+ padding-right: 10px;
16827
+ }
16828
+ html:not(#__):not(#___) .cadmin .table-nested-rows .component-drag {
16829
+ left: 2px;
16830
+ position: absolute;
16831
+ top: 50%;
16832
+ transform: translateY(-50%);
16833
+ }
16834
+ html:not(#__):not(#___) .cadmin .table-nested-rows .component-toggle {
16835
+ font-size: 14px;
16836
+ height: 24px;
16837
+ width: 24px;
16838
+ }
16839
+ html:not(#__):not(#___) .cadmin .table-nested-rows .component-action.show .collapse-icon-closed {
16840
+ display: none;
16841
+ }
16842
+ html:not(#__):not(#___) .cadmin .table-nested-rows .component-action:not(.show) .collapse-icon-open {
16843
+ display: none;
16844
+ }
16780
16845
  html:not(#__):not(#___) .cadmin .show-quick-actions-on-hover tr:not(.table-active):not(.table-disabled):hover .quick-action-menu {
16781
16846
  display: flex;
16782
16847
  }