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

git-svn-id: http://svn.automattic.com/wordpress/trunk@11531 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2009-06-07 22:43:31 +00:00
parent 1f2eb2f8b8
commit 331751ae01
4 changed files with 15 additions and 23 deletions

View File

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

View File

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

View File

@ -811,7 +811,7 @@ td.media-icon img {
} }
.plugin-update .update-message { .plugin-update .update-message {
margin: 0 10px 5px 31px; margin: 0 10px 8px 31px;
font-weight: bold; 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' ); $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) // 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_data( 'wp-admin', 'rtl', '/wp-admin/rtl.css' );
$styles->add( 'ie', '/wp-admin/css/ie.css', array(), '20090514' ); $styles->add( 'ie', '/wp-admin/css/ie.css', array(), '20090514' );