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:
parent
a071a3a1df
commit
7ec4e83dc5
File diff suppressed because one or more lines are too long
|
@ -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
|
@ -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,
|
||||
|
|
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue