Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
|
|
|
529 | 529 | |
530 | 530 | #wpadminbar.nojs #wp-admin-bar-wp-logo:hover > .ab-item .ab-icon, |
531 | 531 | #wpadminbar #wp-admin-bar-wp-logo.hover > .ab-item .ab-icon { |
532 | | background-image: url(../images/admin-bar-sprite.png?d=20111130); |
533 | 532 | background-position: 0 -104px; |
534 | | background-repeat: no-repeat; |
535 | 533 | } |
536 | 534 | |
537 | 535 | /** |
… |
… |
|
559 | 557 | /** |
560 | 558 | * Add New icon |
561 | 559 | */ |
562 | | #wp-admin-bar-new-content > .ab-item .ab-icon { |
| 560 | #wpadminbar #wp-admin-bar-new-content > .ab-item .ab-icon { |
563 | 561 | background-image: url(../images/admin-bar-sprite.png?d=20111130); |
564 | 562 | background-position: -2px -182px; |
565 | 563 | background-repeat: no-repeat; |
566 | 564 | } |
567 | 565 | |
| 566 | /** |
| 567 | * Add New icon |
| 568 | */ |
| 569 | #wpadminbar.nojs #wp-admin-bar-new-content:hover > .ab-item .ab-icon, |
| 570 | #wpadminbar #wp-admin-bar-new-content.hover > .ab-item .ab-icon { |
| 571 | background-position: -2px -203px; |
| 572 | } |
568 | 573 | |
569 | 574 | /** |
570 | 575 | * IE 6-targeted rules |