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 +12 -26 3.19.03.14.1 View file →
@@ -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;