Ticket #19475: 19475.diff
| File 19475.diff, 766 bytes (added by , 15 years ago) |
|---|
-
wp-includes/css/admin-bar.dev.css
559 559 /** 560 560 * Add New icon 561 561 */ 562 #wp -admin-bar-new-content > .ab-item .ab-icon {562 #wpadminbar #wp-admin-bar-new-content > .ab-item .ab-icon { 563 563 background-image: url(../images/admin-bar-sprite.png?d=20111130); 564 564 background-position: -2px -182px; 565 565 background-repeat: no-repeat; 566 566 } 567 567 568 /** 569 * Add New icon 570 */ 571 #wpadminbar.nojs #wp-admin-bar-new-content:hover > .ab-item .ab-icon, 572 #wpadminbar #wp-admin-bar-new-content.hover > .ab-item .ab-icon { 573 background-image: url(../images/admin-bar-sprite.png?d=20111130); 574 background-position: -2px -203px; 575 background-repeat: no-repeat; 576 }