Ticket #47498: 47498.diff
| File 47498.diff, 1.5 KB (added by , 7 years ago) |
|---|
-
src/wp-admin/css/forms.css
125 125 display: inline-block; 126 126 vertical-align: middle; 127 127 width: 16px; 128 font: normal 21px/1 dashicons;129 128 speak: none; 130 129 -webkit-font-smoothing: antialiased; 131 130 -moz-osx-font-smoothing: grayscale; … … 132 131 } 133 132 134 133 input[type="checkbox"]:checked:before { 135 content: "\f147";134 content: url( ./images/dashicons-yes.svg ); 136 135 margin: -3px 0 0 -4px; 137 color: #1e8cbe; 136 height: 21px; 137 width: 21px; 138 138 } 139 139 140 140 input[type="radio"]:checked:before { 141 content: "\2022"; 142 text-indent: -9999px; 143 border-radius: 50px; 144 font-size: 24px; 141 content: ""; 142 border-radius: 50%; 145 143 width: 6px; 146 144 height: 6px; 147 145 margin: 4px; … … 1278 1276 .widefat th input[type="checkbox"]:before, 1279 1277 .widefat thead td input[type="checkbox"]:before, 1280 1278 .widefat tfoot td input[type="checkbox"]:before { 1281 font: normal 30px/1 dashicons; 1279 width: 30px; 1280 height: 30px; 1282 1281 margin: -3px -5px; 1283 1282 } 1284 1283 -
src/wp-admin/images/dashicons-yes.svg
1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><rect x="0" fill="none" width="20" height="20"/><g><path d="M14.83 4.89l1.34.94-5.81 8.38H9.02L5.78 9.67l1.34-1.25 2.57 2.4z" fill="#1e8cbe" /></g></svg> 2 No newline at end of file