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:
parent
1f2eb2f8b8
commit
331751ae01
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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' );
|
||||
|
|
Loading…
Reference in New Issue