CSS tweaks for the plugins screen, same style for active and inactive for all screens

git-svn-id: https://develop.svn.wordpress.org/trunk@11531 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2009-06-07 22:43:31 +00:00
parent ed7d206ac1
commit 00de35e61a
4 changed files with 15 additions and 23 deletions

View File

@ -588,14 +588,11 @@ input.readonly, textarea.readonly {
background-color: #fff;
}
#all-plugins-table .inactive,
#all-plugins-table .inactive th,
#all-plugins-table .inactive td,
#search-plugins-table .inactive,
#search-plugins-table .inactive th,
#search-plugins-table .inactive td,
.plugins .inactive,
.plugins .inactive th,
.plugins .inactive td,
tr.inactive + tr.plugin-update-tr .plugin-update {
background-color: #ebebeb;
background-color: #ebeeef;
}
.plugins .active,
@ -604,9 +601,8 @@ tr.inactive + tr.plugin-update-tr .plugin-update {
color: #000;
}
#all-plugins-table .inactive a,
#search-plugins-table .inactive a {
color: #555;
.plugins .inactive a {
color: #557799;
}
#the-comment-list .unapproved,

View File

@ -583,14 +583,11 @@ input.readonly, textarea.readonly {
background-color: #fff;
}
#all-plugins-table .inactive,
#all-plugins-table .inactive th,
#all-plugins-table .inactive td,
#search-plugins-table .inactive,
#search-plugins-table .inactive th,
#search-plugins-table .inactive td,
.plugins .inactive,
.plugins .inactive th,
.plugins .inactive td,
tr.inactive + tr.plugin-update-tr .plugin-update {
background-color: #ebebeb;
background-color: #eee;
}
.plugins .active,
@ -599,9 +596,8 @@ tr.inactive + tr.plugin-update-tr .plugin-update {
color: #000;
}
#all-plugins-table .inactive a,
#search-plugins-table .inactive a {
color: #555;
.plugins .inactive a {
color: #557799;
}
#the-comment-list .unapproved,

View File

@ -811,7 +811,7 @@ td.media-icon img {
}
.plugin-update .update-message {
margin: 0 10px 5px 31px;
margin: 0 10px 8px 31px;
font-weight: bold;
}

View File

@ -421,9 +421,9 @@ function wp_default_styles( &$styles ) {
$rtl_styles = array( 'global', 'colors', 'dashboard', 'ie', 'install', 'login', 'media', 'theme-editor', 'upload', 'widgets', 'press-this', 'plugin-install', 'farbtastic' );
// all colors stylesheets need to have the same query strings (cache manifest compat)
$colors_version = '20090605';
$colors_version = '20090607';
$styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '20090605' );
$styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '20090607' );
$styles->add_data( 'wp-admin', 'rtl', '/wp-admin/rtl.css' );
$styles->add( 'ie', '/wp-admin/css/ie.css', array(), '20090514' );