| 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 |
} |
| 23 |
|
| 24 |
#addtag #wppb-meta-box-fields-wrapper-restriction-custom-messages{ |
| 25 |
margin-bottom: 20px; |
| 26 |
} |
| 27 |
|
| 28 |
body.term-php .wppb-taxonomy-content-restriction-cell { |
| 29 |
width: 100%; |
| 30 |
} |
| 31 |
|
| 32 |
body.term-php .wppb-taxonomy-content-restriction { |
| 33 |
width: min(920px, 100%); |
| 34 |
max-width: 100%; |
| 35 |
} |
| 36 |
|
| 37 |
body.term-php .wppb-taxonomy-content-restriction:first-of-type { |
| 38 |
margin-top: 0; |
| 39 |
} |