PluginProbe
Copy Anything to Clipboard for WordPress – Copy Button, Copy Text & Copy Code / 2.2.2
Copy Anything to Clipboard for WordPress – Copy Button, Copy Text & Copy Code v2.2.2
5.5.3 3.1.0 3.2.0 3.2.1 3.3.0 3.4.0 3.4.1 3.4.2 3.4.3 3.5.0 3.5.1 3.5.2 3.6.0 3.7.0 3.8.0 3.8.1 3.8.2 3.8.3 4.0.0 4.0.2 4.0.3 4.0.4 4.0.5 4.1.0 4.1.1 All 78 releases
← All changes | assets/css/page.css +4 -95 3.8.02.2.2 View file →
@@ -59,17 +59,16 @@
59 59
60 60 /** Styles */
61 61 .copy-the-code-button[style="svg-icon"] {
62 62 background: transparent;
63 - padding: 10;
63 + padding: 0;
64 + height: 25px;
64 65 }
65 -
66 66 .copy-the-code-button[style="svg-icon"] svg {
67 67 height: auto;
68 68 width: 20px;
69 69 fill: #23282d;
70 70 }
71 -
72 71 .copy-the-code-button[style="cover"] {
73 72 position: absolute;
74 73 left: 0;
75 74 right: 0;
@@ -86,97 +85,7 @@
86 85 pre:hover .copy-the-code-button[style="cover"] {
87 86 opacity: 1;
88 87 }
89 88
90 -/** TOC */
91 -.table-of-contents ol {
92 - margin: 0 0 0 15px;
93 -}
94 -
95 -.table-of-contents li {
96 - margin: 10px 0 10px 0;
97 -}
98 -
99 -.table-of-contents ol ol {
100 - list-style: disc;
101 - margin: 10px;
102 -}
103 -
104 -/**
105 - * Pro Features
106 - */
107 - #post-body-content {
108 - float: none;
109 - flex: 1;
110 -}
111 -
112 -#post-body.columns-2 #postbox-container-1 {
113 - float: none;
114 - width: 365px;
115 - margin: 0;
116 -}
117 -
118 -#post-body {
119 - display: flex;
120 - justify-content: space-between;
121 -}
122 -
123 -#poststuff #post-body.columns-2 {
124 - margin: 0;
125 -}
126 -
127 -#ctc-style-form {
128 - margin-bottom: 50px;
129 - position: relative;
130 -}
131 -
132 -#ctc-style-form input[type="number"] {
133 - width: 40px;
134 - margin: 0 2px 0 0;
135 - padding: 0;
136 -}
137 -
138 -#ctc-style-form input.ctc-btn-font-size,
139 -#ctc-style-form input.ctc-btn-line-height {
140 - width: 120px;
141 -}
142 -
143 -#ctc-style-form input[type="number"]:last-child {
144 - margin: 0;
145 -}
146 -
147 -.upgrade a {
148 - background: #00c366;
149 - color: white;
150 - padding: 10px 30px;
151 - display: block;
152 - text-align: center;
153 - font-weight: 600;
154 - border-radius: 20px;
155 - text-decoration: none;
156 - box-shadow: 0px 0px 20px 11px rgb(0 0 0 / 10%);
157 -}
158 -
159 -/**
160 - * Is Free
161 - */
162 -#ctc-style-form.is-free:before {
163 - content: '';
164 - position: absolute;
165 - left: 0;
166 - right: 0;
167 - bottom: 0;
168 - top: 0;
169 - background: rgba(0,0,0,.4);
170 - z-index: 999;
171 -}
172 -.is-free .upgrade {
173 - z-index: 9999;
174 - position: absolute;
175 - top: 50%;
176 - left: 30%;
177 - transform: translate(-20%, -50%);
178 -}
179 -.is-free .style-cover,
180 -.is-free .style-svg-icon {
181 - display: none;
89 +.copy-the-code-inside-wrap .copy-the-code-button[style="svg-icon"] {
90 + padding: 10px;
182 91 }