Ticket #27400: 27400.2.diff
| File 27400.2.diff, 1.1 KB (added by , 12 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: 14px; 170 170 right: 0; 171 171 width: 100%; 172 172 height: 100%; 173 font: normal normal 20px/43px 'Genericons';173 font: normal 16px/1 'dashicons'; 174 174 text-align: center; 175 175 text-indent: 0; 176 176 } … … 182 182 } 183 183 184 184 .move-widget:before { 185 content: '\f 442';185 content: '\f504'; 186 186 } 187 187 188 188 .move-widget-down:before { 189 content: '\f 431';189 content: '\f347'; 190 190 } 191 191 192 192 .move-widget-up:before { 193 content: '\f 432';193 content: '\f343'; 194 194 } 195 195 196 196 #customize-theme-controls .first-widget .move-widget-up, … … 238 238 239 239 #customize-theme-controls .widget-area-select li:before { 240 240 display: none; 241 content: '\f 418';241 content: '\f147'; 242 242 position: absolute; 243 243 top: 10px; 244 244 left: 10px; 245 font -family: 'Genericons';245 font: normal 16px/1 'dashicons'; 246 246 font-size: 24px; 247 247 line-height: 1; 248 248 }