Changeset 21677
- Timestamp:
- 08/30/2012 09:46:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/css/admin-bar.css
r21592 r21677 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; … … 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; … … 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; … … 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; … … 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; … … 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; … … 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; … … 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 }
Note: See TracChangeset
for help on using the changeset viewer.