PluginProbe
Parse.ly / 3.14.1
Parse.ly v3.14.1
3.24.1 3.24.0 3.23.7 3.23.6 3.23.5 3.23.4 3.23.3 3.16.0 3.16.1 3.16.2 3.16.3 3.16.4 3.17.0 3.18.0 3.18.1 3.19.0 3.19.1 3.19.2 3.19.3 3.2.0 3.2.1 3.20.0 3.20.1 3.20.2 3.20.3 All 105 releases
← All changes | src/css/admin-settings.scss +11 -17 3.18.03.14.1 View file →
@@ -3,25 +3,8 @@
3 3
4 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 - .disabled-before-posting,
14 - fieldset:disabled,
15 - tr:has(fieldset:disabled) {
16 - label:not(.prevent-disable),
17 - p,
18 - th {
19 - color: var(--gray-500);
20 - cursor: default;
21 - }
22 - }
23 -
24 7 #track-post-types {
25 8 max-width: 550px;
26 9 width: 100%;
27 10
@@ -51,8 +34,17 @@
51 34 word-break: break-word;
52 35 }
53 36 }
54 37
38 + fieldset:disabled,
39 + tr:has(fieldset:disabled) {
40 +
41 + * {
42 + color: var(--gray-500);
43 + cursor: default;
44 + }
45 + }
46 +
55 47 /* Can be a link or span. */
56 48 .managed-option-badge {
57 49 border-radius: to_rem(4px);
58 50 border: to_rem(1px) solid var(--green-500);
@@ -72,9 +64,11 @@
72 64 }
73 65 }
74 66
75 67 @media only screen and (max-width: 380px) {
68 +
76 69 #track-post-types {
70 +
77 71 th,
78 72 td {
79 73 padding-left: 10px;
80 74 padding-right: 10px;