PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 2.5.2
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v2.5.2
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/tinymce.css +8 -20 2.3.02.5.2 View file →
@@ -1,11 +1,7 @@
1 1 /**
2 2 * TinyMCE and QuickTag Modals
3 3 */
4 -#convertkit-modal-body {
5 - /* Scroll inner contents so that modal height doesn't need to exceed screen resolution. */
6 - overflow-y: auto;
7 -}
8 4 #convertkit-modal-body #convertkit-modal-body-body {
9 5 background-color: #f7f7f7;
10 6 }
11 7 #convertkit-modal-body-body .notice-error {
@@ -46,8 +42,9 @@
46 42 box-sizing: border-box;
47 43 }
48 44 .convertkit-option div.left *:not(input) {
49 45 line-height: 27px;
46 + white-space: normal;
50 47 }
51 48 .convertkit-option div.right {
52 49 width: 100%;
53 50 line-height: 27px;
@@ -59,8 +56,15 @@
59 56 .convertkit-option input,
60 57 .convertkit-option select {
61 58 border: 1px solid #8c8f94;
62 59 }
60 +.convertkit-option input[type=color] {
61 + width: 80px;
62 + height: 27px;
63 + border: none;
64 + margin: 0;
65 + padding: 0;
66 +}
63 67 .convertkit-option p {
64 68 white-space: normal;
65 69 }
66 70
@@ -68,24 +72,8 @@
68 72 * Buttons
69 73 */
70 74 #convertkit-modal-body div.mce-foot div.mce-cancel {
71 75 left: 10px !important;
72 -}
73 -
74 -/**
75 - * Ensures consistent styling applied to 'Select color' button
76 - * provided by WordPress' color picker across TinyMCE and QuickTag modals
77 - */
78 -.convertkit-option .wp-color-result-text {
79 - background: #f6f7f7;
80 - border-radius: 0 2px 2px 0;
81 - border-left: 1px solid #c3c4c7;
82 - color: #50575e;
83 - display: block;
84 - line-height: 2.54545455;
85 - padding: 0 6px;
86 - font-size: 11px;
87 - text-align: center;
88 76 }
89 77
90 78 /**
91 79 * Settings UI - Vertical Tabbed Interface