PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 3.4.3
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v3.4.3
3.4.3 3.4.2 3.4.1 3.4.0 3.3.9 3.3.8 3.3.7 3.3.6 3.3.5 3.3.4 3.3.3 3.3.2 3.3.1 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3.0 2.3.1 All 196 releases
← All changes | resources/backend/css/bulk-quick-edit.css +20 -6 2.2.33.4.3 View file →
@@ -1,7 +1,8 @@
1 1 #convertkit-bulk-edit {
2 2 display: none;
3 3 }
4 +
4 5 #convertkit-quick-edit {
5 6 display: none;
6 7 }
7 8
@@ -11,31 +12,44 @@
11 12 column-gap: 10px;
12 13 align-items: end;
13 14 margin: 0 0 5px 0;
14 15 }
16 +
15 17 .convertkit-bulk-quick-edit > div label {
16 18 display: grid;
17 19 grid-template-columns: 78px auto;
18 20 margin: 0;
19 21 }
22 +
20 23 .convertkit-bulk-quick-edit > div label select {
21 24 width: 100%;
22 25 max-width: 100%;
23 26 }
24 -.convertkit-bulk-quick-edit > div label span.title {
25 - background: url(../images/block-icon-form.png) 0% 50% no-repeat;
26 - background-size: 16px 16px;
27 +
28 +.convertkit-bulk-quick-edit > div label span.title.convertkit-icon-form {
29 + background: url(../images/block-icon-form.svg) 0% 50% no-repeat;
30 + background-size: 20px 20px;
27 31 text-indent: 24px;
28 32 }
29 -.convertkit-bulk-quick-edit > div button {
30 - width: 36px;
31 - height: 32px;
33 +
34 +.convertkit-bulk-quick-edit > div label span.title.convertkit-icon-tag {
35 + background: url(../images/tag.svg) 0% 50% no-repeat;
36 + background-size: 20px 20px;
37 + text-indent: 24px;
32 38 }
33 39
40 +.convertkit-bulk-quick-edit > div label span.title.convertkit-icon-restrict-content {
41 + background: url(../images/members.svg) 0% 50% no-repeat;
42 + background-size: 20px 20px;
43 + text-indent: 24px;
44 +}
45 +
34 46 @media screen and (max-width: 782px) {
47 +
35 48 .convertkit-bulk-quick-edit > div label {
36 49 display: block;
37 50 }
51 +
38 52 .convertkit-bulk-quick-edit > div button {
39 53 width: 40px;
40 54 height: 40px;
41 55 }