Use orange for the plugin install thickbox button, not the new gray for update notification bubbles. fixes #13474.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14980 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6655fa6bc7
commit
609e5cfd9a
File diff suppressed because one or more lines are too long
|
@ -504,8 +504,7 @@ body.press-this .tabs a:hover {
|
||||||
#adminmenu #awaiting-mod,
|
#adminmenu #awaiting-mod,
|
||||||
#adminmenu .update-plugins,
|
#adminmenu .update-plugins,
|
||||||
#sidemenu a .update-plugins,
|
#sidemenu a .update-plugins,
|
||||||
#rightnow .reallynow,
|
#rightnow .reallynow {
|
||||||
#plugin-information .action-button {
|
|
||||||
background-color: #464646;
|
background-color: #464646;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
-moz-box-shadow: #fff 0 -1px 0;
|
-moz-box-shadow: #fff 0 -1px 0;
|
||||||
|
@ -513,6 +512,10 @@ body.press-this .tabs a:hover {
|
||||||
-webkit-box-shadow: #fff 0 -1px 0;
|
-webkit-box-shadow: #fff 0 -1px 0;
|
||||||
box-shadow: #fff 0 -1px 0;
|
box-shadow: #fff 0 -1px 0;
|
||||||
}
|
}
|
||||||
|
#plugin-information .action-button {
|
||||||
|
background-color: #d54e21;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
#adminmenu li.current a #awaiting-mod,
|
#adminmenu li.current a #awaiting-mod,
|
||||||
#adminmenu li a.wp-has-current-submenu .update-plugins{
|
#adminmenu li a.wp-has-current-submenu .update-plugins{
|
||||||
|
|
|
@ -441,7 +441,7 @@ function wp_default_styles( &$styles ) {
|
||||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||||
|
|
||||||
// all colors stylesheets need to have the same query strings (cache manifest compat)
|
// all colors stylesheets need to have the same query strings (cache manifest compat)
|
||||||
$colors_version = '20100525';
|
$colors_version = '20100527';
|
||||||
|
|
||||||
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
|
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
|
||||||
$styles->add( 'colors', true, array(), $colors_version );
|
$styles->add( 'colors', true, array(), $colors_version );
|
||||||
|
|
Loading…
Reference in New Issue