Admin bar: lighter search icon, props chexee, fixes #19151
git-svn-id: http://svn.automattic.com/wordpress/trunk@19413 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ae41efe347
commit
9cfbe50743
File diff suppressed because one or more lines are too long
|
@ -228,14 +228,14 @@
|
|||
|
||||
#wpadminbar .menupop .menupop > .ab-item {
|
||||
display: block;
|
||||
background-image: url(../images/admin-bar-sprite.png?d=11182010);
|
||||
background-image: url(../images/admin-bar-sprite.png?d=20111122);
|
||||
background-position: 95% -20px;
|
||||
background-repeat: no-repeat;
|
||||
padding-right: 2em;
|
||||
}
|
||||
|
||||
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item {
|
||||
background-image: url(../images/admin-bar-sprite.png?d=11182010);
|
||||
background-image: url(../images/admin-bar-sprite.png?d=20111122);
|
||||
background-position: 5% -46px;
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 2em;
|
||||
|
@ -408,7 +408,7 @@
|
|||
color: #ccc;
|
||||
text-shadow: #444 0px -1px 0px;
|
||||
background-color: rgba( 255, 255, 255, 0 );
|
||||
background-image: url(../images/admin-bar-sprite.png?d=11182010);
|
||||
background-image: url(../images/admin-bar-sprite.png?d=20111122);
|
||||
background-position: 3px 1px;
|
||||
background-repeat: no-repeat;
|
||||
outline: none;
|
||||
|
@ -472,14 +472,14 @@
|
|||
display: block;
|
||||
height: 28px;
|
||||
width: 16px;
|
||||
background-image: url(../images/admin-bar-sprite.png?d=11182010);
|
||||
background-image: url(../images/admin-bar-sprite.png?d=20111122);
|
||||
background-position: -2px -72px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#wpadminbar.nojs #wp-admin-bar-wp-logo:hover .ab-wp-logo,
|
||||
#wpadminbar #wp-admin-bar-wp-logo.hover .ab-wp-logo {
|
||||
background-image: url(../images/admin-bar-sprite.png?d=11182010);
|
||||
background-image: url(../images/admin-bar-sprite.png?d=20111122);
|
||||
background-position: -2px -100px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.0 KiB |
|
@ -454,7 +454,7 @@ function wp_default_styles( &$styles ) {
|
|||
$styles->add( 'farbtastic', '/wp-admin/css/farbtastic.css', array(), '1.3u1' );
|
||||
$styles->add( 'jcrop', '/wp-includes/js/jcrop/jquery.Jcrop.css', array(), '0.9.8' );
|
||||
$styles->add( 'imgareaselect', '/wp-includes/js/imgareaselect/imgareaselect.css', array(), '0.9.1' );
|
||||
$styles->add( 'admin-bar', "/wp-includes/css/admin-bar$suffix.css", array(), '20111122a' );
|
||||
$styles->add( 'admin-bar', "/wp-includes/css/admin-bar$suffix.css", array(), '20111122b' );
|
||||
$styles->add( 'wp-jquery-ui-dialog', "/wp-includes/css/jquery-ui-dialog$suffix.css", array(), '20111107' );
|
||||
$styles->add( 'editor-buttons', "/wp-includes/css/editor-buttons$suffix.css", array(), '20111114' );
|
||||
$styles->add( 'wp-pointer', "/wp-includes/css/wp-pointer$suffix.css", array(), '20111114' );
|
||||
|
|
Loading…
Reference in New Issue