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/wp-list-table-buttons.css +20 -6 3.3.13.4.3 View file →
@@ -1,11 +1,13 @@
1 1 .wrap .page-title-action.convertkit-action {
2 - width: 124px;
2 + display: inline-block;
3 + width: 127px;
3 4 background: url(../images/logomark.svg);
4 5 background-repeat: no-repeat;
5 6 background-size: 16px 16px;
6 7 background-position: 8px 50%;
7 8 padding-left: 30px;
9 + box-sizing: border-box;
8 10 }
9 11
10 12 .wrap .page-title-action.convertkit-action::after {
11 13 float: right;
@@ -13,16 +15,16 @@
13 15 content: "\f347";
14 16 padding: 5px 0 0 0;
15 17 }
16 18
17 -.wrap .page-title-action.convertkit-action span {
19 +.wrap .page-title-action.convertkit-action span.convertkit-actions {
18 20 visibility: hidden;
19 21 display: none;
20 22 opacity: 0;
21 23 position: absolute;
22 - margin: 0;
23 24 padding: 10px;
24 25 left: -1px;
26 + z-index: 99999;
25 27 background-color: #f0f0f1;
26 28 border-left: 1px solid #0a4b78;
27 29 border-right: 1px solid #0a4b78;
28 30 border-bottom: 1px solid #0a4b78;
@@ -27,15 +29,27 @@
27 29 border-right: 1px solid #0a4b78;
28 30 border-bottom: 1px solid #0a4b78;
29 31 }
30 32
31 -.wrap .page-title-action.convertkit-action span a {
33 +.wrap .page-title-action.convertkit-action span.convertkit-actions a {
32 34 display: block;
33 35 text-decoration: none;
34 36 }
35 37
36 -.wrap .page-title-action.convertkit-action:hover > span,
37 -.wrap .page-title-action.convertkit-action span:hover {
38 +.wrap .page-title-action.convertkit-action:hover > span.convertkit-actions,
39 +.wrap .page-title-action.convertkit-action span.convertkit-actions:hover {
38 40 visibility: visible;
39 41 opacity: 1;
40 42 display: block;
41 43 }
44 +
45 +@media screen and (max-width: 782px) {
46 +
47 + .wrap .page-title-action.convertkit-action {
48 + width: 134px;
49 + }
50 +
51 + .wrap .page-title-action.convertkit-action::after {
52 + padding-top: 10px;
53 + }
54 +}
55 +