| @@ -3,27 +3,8 @@ | ||
| 3 | 3 | |
| 4 | 4 | .settings_page_parsely { |
| 5 | 5 | --padding-default: 15px; |
| 6 | 6 | |
| 7 | - fieldset.user-role-permissions { | |
| 8 | - | |
| 9 | - label { | |
| 10 | - margin-right: to_rem(16px) !important; | |
| 11 | - } | |
| 12 | - } | |
| 13 | - | |
| 14 | - .disabled-before-posting, | |
| 15 | - fieldset:disabled, | |
| 16 | - tr:has(fieldset:disabled) { | |
| 17 | - | |
| 18 | - label:not(.prevent-disable), | |
| 19 | - p, | |
| 20 | - th { | |
| 21 | - color: var(--gray-500); | |
| 22 | - cursor: default; | |
| 23 | - } | |
| 24 | - } | |
| 25 | - | |
| 26 | 7 | #track-post-types { |
| 27 | 8 | max-width: 550px; |
| 28 | 9 | width: 100%; |
| 29 | 10 | |
| @@ -50,8 +31,17 @@ | ||
| 50 | 31 | } |
| 51 | 32 | |
| 52 | 33 | thead th:nth-child(3) { |
| 53 | 34 | word-break: break-word; |
| 35 | + } | |
| 36 | + } | |
| 37 | + | |
| 38 | + fieldset:disabled, | |
| 39 | + tr:has(fieldset:disabled) { | |
| 40 | + | |
| 41 | + * { | |
| 42 | + color: var(--gray-500); | |
| 43 | + cursor: default; | |
| 54 | 44 | } |
| 55 | 45 | } |
| 56 | 46 | |
| 57 | 47 | /* Can be a link or span. */ |