Update the query strings to refresh the toolbar sprites, props ocean90, see #20033
git-svn-id: http://core.svn.wordpress.org/trunk@21677 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c73b4aabb4
commit
f44e60e0fa
|
@ -245,14 +245,14 @@
|
||||||
|
|
||||||
#wpadminbar .menupop .menupop > .ab-item {
|
#wpadminbar .menupop .menupop > .ab-item {
|
||||||
display: block;
|
display: block;
|
||||||
background-image: url(../images/admin-bar-sprite.png?d=20111130);
|
background-image: url(../images/admin-bar-sprite.png?d=20120830);
|
||||||
background-position: 95% -20px;
|
background-position: 95% -20px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item {
|
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item {
|
||||||
background-image: url(../images/admin-bar-sprite.png?d=20111130);
|
background-image: url(../images/admin-bar-sprite.png?d=20120830);
|
||||||
background-position: 5% -46px;
|
background-position: 5% -46px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
|
@ -423,7 +423,7 @@
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
text-shadow: #444 0px -1px 0px;
|
text-shadow: #444 0px -1px 0px;
|
||||||
background-color: rgba( 255, 255, 255, 0 );
|
background-color: rgba( 255, 255, 255, 0 );
|
||||||
background-image: url(../images/admin-bar-sprite.png?d=20111130);
|
background-image: url(../images/admin-bar-sprite.png?d=20120830);
|
||||||
background-position: 3px 2px;
|
background-position: 3px 2px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
@ -523,7 +523,7 @@
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
background-image: url(../images/admin-bar-sprite.png?d=20111130);
|
background-image: url(../images/admin-bar-sprite.png?d=20120830);
|
||||||
background-position: 0 -76px;
|
background-position: 0 -76px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
@ -537,7 +537,7 @@
|
||||||
* Updates icon
|
* Updates icon
|
||||||
*/
|
*/
|
||||||
#wp-admin-bar-updates > .ab-item .ab-icon {
|
#wp-admin-bar-updates > .ab-item .ab-icon {
|
||||||
background-image: url(../images/admin-bar-sprite.png?d=20111130);
|
background-image: url(../images/admin-bar-sprite.png?d=20120830);
|
||||||
background-position: -2px -159px;
|
background-position: -2px -159px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
@ -546,7 +546,7 @@
|
||||||
* Comments icon
|
* Comments icon
|
||||||
*/
|
*/
|
||||||
#wp-admin-bar-comments > .ab-item .ab-icon {
|
#wp-admin-bar-comments > .ab-item .ab-icon {
|
||||||
background-image: url(../images/admin-bar-sprite.png?d=20111130);
|
background-image: url(../images/admin-bar-sprite.png?d=20120830);
|
||||||
background-position: -1px -134px;
|
background-position: -1px -134px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
@ -559,7 +559,7 @@
|
||||||
* Add New icon
|
* Add New icon
|
||||||
*/
|
*/
|
||||||
#wpadminbar #wp-admin-bar-new-content > .ab-item .ab-icon {
|
#wpadminbar #wp-admin-bar-new-content > .ab-item .ab-icon {
|
||||||
background-image: url(../images/admin-bar-sprite.png?d=20111130);
|
background-image: url(../images/admin-bar-sprite.png?d=20120830);
|
||||||
background-position: -2px -182px;
|
background-position: -2px -182px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
@ -591,7 +591,7 @@
|
||||||
#wp-admin-bar-updates > .ab-item .ab-icon,
|
#wp-admin-bar-updates > .ab-item .ab-icon,
|
||||||
#wp-admin-bar-comments > .ab-item .ab-icon,
|
#wp-admin-bar-comments > .ab-item .ab-icon,
|
||||||
#wpadminbar #wp-admin-bar-new-content > .ab-item .ab-icon {
|
#wpadminbar #wp-admin-bar-new-content > .ab-item .ab-icon {
|
||||||
background-image: url(../images/admin-bar-sprite-2x.png?d=20120516);
|
background-image: url(../images/admin-bar-sprite-2x.png?d=20120830);
|
||||||
background-size: 20px 220px;
|
background-size: 20px 220px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue