Remove old header/footer link active state. props dremeda, fixes #14487.

git-svn-id: http://svn.automattic.com/wordpress/trunk@16311 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-11-11 22:17:11 +00:00
parent a071a3a1df
commit 7ec4e83dc5
5 changed files with 3 additions and 13 deletions

File diff suppressed because one or more lines are too long

View File

@ -732,11 +732,6 @@ table.widefat span.spam a,
text-decoration: underline !important;
}
#user_info a:active,
#footer a:active {
color: #ccc !important;
}
div#media-upload-error,
.file-error,
abbr.required,

File diff suppressed because one or more lines are too long

View File

@ -732,11 +732,6 @@ table.widefat span.spam a,
text-decoration: underline !important;
}
#user_info a:active,
#footer a:active {
color: #ccc !important;
}
div#media-upload-error,
.file-error,
abbr.required,

View File

@ -476,7 +476,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 = '20101105';
$colors_version = '20101111';
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
$styles->add( 'colors', true, array(), $colors_version );