Ticket #27400: 27400.3.diff
File 27400.3.diff, 1.8 KB (added by , 11 years ago) |
---|
-
wp-admin/css/customize-widgets.css
166 166 .widget-reorder-nav span:before { 167 167 display: inline-block; 168 168 position: absolute; 169 top: 0;169 top: 12px; 170 170 right: 0; 171 171 width: 100%; 172 172 height: 100%; 173 font: normal normal 20px/43px 'Genericons'; 173 font: normal 20px/1 'dashicons'; 174 -webkit-font-smoothing: antialiased; 175 -moz-osx-font-smoothing: grayscale; 174 176 text-align: center; 175 177 text-indent: 0; 176 178 } … … 182 184 } 183 185 184 186 .move-widget:before { 185 content: '\f 442';187 content: '\f504'; 186 188 } 187 189 188 190 .move-widget-down:before { 189 content: '\f 431';191 content: '\f347'; 190 192 } 191 193 192 194 .move-widget-up:before { 193 content: '\f 432';195 content: '\f343'; 194 196 } 195 197 196 198 #customize-theme-controls .first-widget .move-widget-up, … … 238 240 239 241 #customize-theme-controls .widget-area-select li:before { 240 242 display: none; 241 content: '\f 418';243 content: '\f147'; 242 244 position: absolute; 243 245 top: 10px; 244 246 left: 10px; 245 font -family: 'Genericons';246 font-size: 24px;247 line-height: 1;247 font: normal 20px/1 'dashicons'; 248 -webkit-font-smoothing: antialiased; 249 -moz-osx-font-smoothing: grayscale; 248 250 } 249 251 250 252 #customize-theme-controls .widget-area-select li:last-child { … … 310 312 position: relative; 311 313 left: -2px; 312 314 top: -1px; 313 font: normal 16px/1 'dashicons';315 font: normal 20px/1 'dashicons'; 314 316 vertical-align: middle; 315 317 -webkit-transition: all 0.2s; 316 318 transition: all 0.2s; 317 319 -webkit-font-smoothing: antialiased; 320 -moz-osx-font-smoothing: grayscale; 318 321 } 319 322 320 323 body.adding-widget .add-new-widget, … … 445 448 -moz-box-sizing: border-box; 446 449 box-sizing: border-box; 447 450 -webkit-font-smoothing: antialiased; 451 -moz-osx-font-smoothing: grayscale; 448 452 } 449 453 450 454 /* smiley */