| 1 |
#wppb-meta-box-fields-wrapper-restriction-redirect-url, |
| 2 |
.wppb-meta-box-field-wrapper-custom-redirect-url:not(.wppb-content-restriction-enabled), |
| 3 |
.wppb-meta-box-field-wrapper-custom-messages { |
| 4 |
display: none; |
| 5 |
} |
| 6 |
|
| 7 |
#wppb-meta-box-fields-wrapper-restriction-redirect-url.wppb-content-restriction-enabled, |
| 8 |
.wppb-meta-box-field-wrapper-custom-messages.wppb-content-restriction-enabled { |
| 9 |
display: block; |
| 10 |
} |
| 11 |
|
| 12 |
.wppb-meta-box-field-wrapper-custom-redirect-url.wppb-content-restriction-enabled { |
| 13 |
display: flex; |
| 14 |
} |
| 15 |
|
| 16 |
#wppb_post_content_restriction .cozmoslabs-description:not(.cozmoslabs-description-align-right, .cozmoslabs-description-space-left, .cozmoslabs-toggle-description p) { |
| 17 |
flex-basis: 100%; |
| 18 |
} |
| 19 |
|
| 20 |
#wppb_post_content_restriction .cozmoslabs-checkbox-list input[type="checkbox"]:disabled + label { |
| 21 |
opacity: 0.6; |
| 22 |
} |