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

git-svn-id: https://develop.svn.wordpress.org/trunk@16311 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-11-11 22:17:11 +00:00
parent e4983b968e
commit 21a38007d8
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 );