| @@ -1,35 +1,10 @@ | ||
| 1 | 1 | @import "../content-helper/common/css/variables"; |
| 2 | 2 | @import "../content-helper/common/css/functions"; |
| 3 | 3 | |
| 4 | -.parse-ly_page_parsely-settings { | |
| 4 | +.settings_page_parsely { | |
| 5 | 5 | --padding-default: 15px; |
| 6 | 6 | |
| 7 | - fieldset.user-role-permissions { | |
| 8 | - label { | |
| 9 | - margin-right: to_rem(16px) !important; | |
| 10 | - } | |
| 11 | - } | |
| 12 | - | |
| 13 | - .content-helper-message { | |
| 14 | - margin-top: 1.5rem; | |
| 15 | - | |
| 16 | - p { | |
| 17 | - padding: 0.5rem; | |
| 18 | - } | |
| 19 | - } | |
| 20 | - | |
| 21 | - .disabled-before-posting, | |
| 22 | - fieldset:disabled, | |
| 23 | - tr:has(fieldset:disabled) { | |
| 24 | - label:not(.prevent-disable), | |
| 25 | - p, | |
| 26 | - th { | |
| 27 | - color: var(--gray-500); | |
| 28 | - cursor: default; | |
| 29 | - } | |
| 30 | - } | |
| 31 | - | |
| 32 | 7 | #track-post-types { |
| 33 | 8 | max-width: 550px; |
| 34 | 9 | width: 100%; |
| 35 | 10 | |
| @@ -59,8 +34,17 @@ | ||
| 59 | 34 | word-break: break-word; |
| 60 | 35 | } |
| 61 | 36 | } |
| 62 | 37 | |
| 38 | + fieldset:disabled, | |
| 39 | + tr:has(fieldset:disabled) { | |
| 40 | + | |
| 41 | + * { | |
| 42 | + color: var(--gray-500); | |
| 43 | + cursor: default; | |
| 44 | + } | |
| 45 | + } | |
| 46 | + | |
| 63 | 47 | /* Can be a link or span. */ |
| 64 | 48 | .managed-option-badge { |
| 65 | 49 | border-radius: to_rem(4px); |
| 66 | 50 | border: to_rem(1px) solid var(--green-500); |
| @@ -80,9 +64,11 @@ | ||
| 80 | 64 | } |
| 81 | 65 | } |
| 82 | 66 | |
| 83 | 67 | @media only screen and (max-width: 380px) { |
| 68 | + | |
| 84 | 69 | #track-post-types { |
| 70 | + | |
| 85 | 71 | th, |
| 86 | 72 | td { |
| 87 | 73 | padding-left: 10px; |
| 88 | 74 | padding-right: 10px; |