Change shadow on menu "notification" badge, props shakenstirred, nacin, fixes #17941

git-svn-id: http://svn.automattic.com/wordpress/trunk@18381 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-06-30 19:46:00 +00:00
parent f158ed15d2
commit a1beac9a44
5 changed files with 19 additions and 19 deletions

File diff suppressed because one or more lines are too long

View File

@ -549,10 +549,10 @@ a,
#rightnow .reallynow {
background-color: #464646;
color: #fff;
-moz-box-shadow: #fff 0 -1px 0;
-khtml-box-shadow: #fff 0 -1px 0;
-webkit-box-shadow: #fff 0 -1px 0;
box-shadow: #fff 0 -1px 0;
-moz-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
-khtml-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
-webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
box-shadow: rgba(255,255,255,0.5) 0 1px 0;
}
#plugin-information .action-button {
background-color: #d54e21;
@ -563,10 +563,10 @@ a,
#adminmenu li a.wp-has-current-submenu .update-plugins{
background-color: #464646;
color: #fff;
-moz-box-shadow: #fff 0 -1px 0;
-khtml-box-shadow: #fff 0 -1px 0;
-webkit-box-shadow: #fff 0 -1px 0;
box-shadow: #fff 0 -1px 0;
-moz-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
-khtml-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
-webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
box-shadow: rgba(255,255,255,0.5) 0 1px 0;
}
div#media-upload-header,

File diff suppressed because one or more lines are too long

View File

@ -549,10 +549,10 @@ a,
#rightnow .reallynow {
background-color: #464646;
color: #fff;
-moz-box-shadow: #fff 0 -1px 0;
-khtml-box-shadow: #fff 0 -1px 0;
-webkit-box-shadow: #fff 0 -1px 0;
box-shadow: #fff 0 -1px 0;
-moz-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
-khtml-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
-webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
box-shadow: rgba(255,255,255,0.5) 0 1px 0;
}
#plugin-information .action-button {
background-color: #d54e21;
@ -563,10 +563,10 @@ a,
#adminmenu li a.wp-has-current-submenu .update-plugins{
background-color: #464646;
color: #fff;
-moz-box-shadow: #fff 0 -1px 0;
-khtml-box-shadow: #fff 0 -1px 0;
-webkit-box-shadow: #fff 0 -1px 0;
box-shadow: #fff 0 -1px 0;
-moz-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
-khtml-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
-webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
box-shadow: rgba(255,255,255,0.5) 0 1px 0;
}
div#media-upload-header,

View File

@ -488,7 +488,7 @@ function wp_default_styles( &$styles ) {
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
// all colors stylesheets need to have the same query strings (cache manifest compat)
$colors_version = '20110628';
$colors_version = '20110630';
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
$styles->add( 'colors', true, array(), $colors_version );