Changeset 28005
- Timestamp:
- 04/07/2014 08:49:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/customize-widgets.css
r27988 r28005 171 171 width: 100%; 172 172 height: 100%; 173 font: normal normal 20px/43px 'Genericons';173 font: normal 20px/1 'dashicons'; 174 174 text-align: center; 175 175 text-indent: 0; 176 -webkit-font-smoothing: antialiased; 177 -moz-osx-font-smoothing: grayscale; 176 178 } 177 179 … … 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 … … 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 top: 1 0px;245 top: 12px; 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 … … 316 318 transition: all 0.2s; 317 319 -webkit-font-smoothing: antialiased; 320 -moz-osx-font-smoothing: grayscale; 318 321 } 319 322 … … 419 422 420 423 421 /** Widget Icon styling ** 422 423 * No plurals in naming. 424 * Ordered from lowest to highest specificity. 425 426 **/ 424 /** 425 * Widget Icon styling 426 * No plurals in naming. 427 * Ordered from lowest to highest specificity. 428 **/ 427 429 #available-widgets .widget-title { 428 430 position: relative; … … 430 432 431 433 #available-widgets .widget-title:before { 432 content: "\f132";434 content: "\f132"; 433 435 position: absolute; 434 436 top: -3px; … … 438 440 height: 20px; 439 441 color: #333; 440 font: normal 20px/1 'dashicons' , 'widgeticons';442 font: normal 20px/1 'dashicons'; 441 443 text-align: center; 442 -webkit-border-radius: 2px;443 border-radius: 2px;444 444 -webkit-box-sizing: border-box; 445 445 -moz-box-sizing: border-box; 446 446 box-sizing: border-box; 447 447 -webkit-font-smoothing: antialiased; 448 -moz-osx-font-smoothing: grayscale; 448 449 } 449 450 … … 607 608 } 608 609 #customize-theme-controls .widget-area-select li:before { 609 top: 6px;610 } 611 } 610 top: 8px; 611 } 612 }
Note: See TracChangeset
for help on using the changeset viewer.