Ticket #47498: 47498-alternate.diff
File 47498-alternate.diff, 1.3 KB (added by , 4 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 /* Checkmark uses the "Yes" Dashicon */ 135 content: url("data:image/svg+xml;utf8,<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>"); 136 136 margin: -3px 0 0 -4px; 137 color: #1e8cbe; 137 height: 21px; 138 width: 21px; 138 139 } 139 140 140 141 input[type="radio"]:checked:before { 141 content: "\2022"; 142 text-indent: -9999px; 143 border-radius: 50px; 144 font-size: 24px; 142 content: ""; 143 border-radius: 50%; 145 144 width: 6px; 146 145 height: 6px; 147 146 margin: 4px; … … 1274 1273 .widefat th input[type="checkbox"]:before, 1275 1274 .widefat thead td input[type="checkbox"]:before, 1276 1275 .widefat tfoot td input[type="checkbox"]:before { 1277 font: normal 30px/1 dashicons; 1276 width: 30px; 1277 height: 30px; 1278 1278 margin: -3px -5px; 1279 1279 } 1280 1280