Ticket #20033: 20033.patch
File 20033.patch, 2.6 KB (added by , 12 years ago) |
---|
-
wp-includes/css/admin-bar.css
245 245 246 246 #wpadminbar .menupop .menupop > .ab-item { 247 247 display: block; 248 background-image: url(../images/admin-bar-sprite.png?d=201 11130);248 background-image: url(../images/admin-bar-sprite.png?d=20120830); 249 249 background-position: 95% -20px; 250 250 background-repeat: no-repeat; 251 251 padding-right: 2em; 252 252 } 253 253 254 254 #wpadminbar .ab-top-secondary .menupop .menupop > .ab-item { 255 background-image: url(../images/admin-bar-sprite.png?d=201 11130);255 background-image: url(../images/admin-bar-sprite.png?d=20120830); 256 256 background-position: 5% -46px; 257 257 background-repeat: no-repeat; 258 258 padding-left: 2em; … … 423 423 color: #ccc; 424 424 text-shadow: #444 0px -1px 0px; 425 425 background-color: rgba( 255, 255, 255, 0 ); 426 background-image: url(../images/admin-bar-sprite.png?d=201 11130);426 background-image: url(../images/admin-bar-sprite.png?d=20120830); 427 427 background-position: 3px 2px; 428 428 background-repeat: no-repeat; 429 429 outline: none; … … 523 523 width: 20px; 524 524 height: 20px; 525 525 margin-top: 4px; 526 background-image: url(../images/admin-bar-sprite.png?d=201 11130);526 background-image: url(../images/admin-bar-sprite.png?d=20120830); 527 527 background-position: 0 -76px; 528 528 background-repeat: no-repeat; 529 529 } … … 537 537 * Updates icon 538 538 */ 539 539 #wp-admin-bar-updates > .ab-item .ab-icon { 540 background-image: url(../images/admin-bar-sprite.png?d=201 11130);540 background-image: url(../images/admin-bar-sprite.png?d=20120830); 541 541 background-position: -2px -159px; 542 542 background-repeat: no-repeat; 543 543 } … … 546 546 * Comments icon 547 547 */ 548 548 #wp-admin-bar-comments > .ab-item .ab-icon { 549 background-image: url(../images/admin-bar-sprite.png?d=201 11130);549 background-image: url(../images/admin-bar-sprite.png?d=20120830); 550 550 background-position: -1px -134px; 551 551 background-repeat: no-repeat; 552 552 } … … 559 559 * Add New icon 560 560 */ 561 561 #wpadminbar #wp-admin-bar-new-content > .ab-item .ab-icon { 562 background-image: url(../images/admin-bar-sprite.png?d=201 11130);562 background-image: url(../images/admin-bar-sprite.png?d=20120830); 563 563 background-position: -2px -182px; 564 564 background-repeat: no-repeat; 565 565 } … … 591 591 #wp-admin-bar-updates > .ab-item .ab-icon, 592 592 #wp-admin-bar-comments > .ab-item .ab-icon, 593 593 #wpadminbar #wp-admin-bar-new-content > .ab-item .ab-icon { 594 background-image: url(../images/admin-bar-sprite-2x.png?d=20120 516);594 background-image: url(../images/admin-bar-sprite-2x.png?d=20120830); 595 595 background-size: 20px 220px; 596 596 } 597 597 }