Skip to content

Commit 00de35e

Browse files
committed
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
1 parent ed7d206 commit 00de35e

4 files changed

Lines changed: 15 additions & 23 deletions

File tree

wp-admin/css/colors-classic.css

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -588,14 +588,11 @@ input.readonly, textarea.readonly {
588588
background-color: #fff;
589589
}
590590

591-
#all-plugins-table .inactive,
592-
#all-plugins-table .inactive th,
593-
#all-plugins-table .inactive td,
594-
#search-plugins-table .inactive,
595-
#search-plugins-table .inactive th,
596-
#search-plugins-table .inactive td,
591+
.plugins .inactive,
592+
.plugins .inactive th,
593+
.plugins .inactive td,
597594
tr.inactive + tr.plugin-update-tr .plugin-update {
598-
background-color: #ebebeb;
595+
background-color: #ebeeef;
599596
}
600597

601598
.plugins .active,
@@ -604,9 +601,8 @@ tr.inactive + tr.plugin-update-tr .plugin-update {
604601
color: #000;
605602
}
606603

607-
#all-plugins-table .inactive a,
608-
#search-plugins-table .inactive a {
609-
color: #555;
604+
.plugins .inactive a {
605+
color: #557799;
610606
}
611607

612608
#the-comment-list .unapproved,

wp-admin/css/colors-fresh.css

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -583,14 +583,11 @@ input.readonly, textarea.readonly {
583583
background-color: #fff;
584584
}
585585

586-
#all-plugins-table .inactive,
587-
#all-plugins-table .inactive th,
588-
#all-plugins-table .inactive td,
589-
#search-plugins-table .inactive,
590-
#search-plugins-table .inactive th,
591-
#search-plugins-table .inactive td,
586+
.plugins .inactive,
587+
.plugins .inactive th,
588+
.plugins .inactive td,
592589
tr.inactive + tr.plugin-update-tr .plugin-update {
593-
background-color: #ebebeb;
590+
background-color: #eee;
594591
}
595592

596593
.plugins .active,
@@ -599,9 +596,8 @@ tr.inactive + tr.plugin-update-tr .plugin-update {
599596
color: #000;
600597
}
601598

602-
#all-plugins-table .inactive a,
603-
#search-plugins-table .inactive a {
604-
color: #555;
599+
.plugins .inactive a {
600+
color: #557799;
605601
}
606602

607603
#the-comment-list .unapproved,

wp-admin/wp-admin.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ td.media-icon img {
811811
}
812812

813813
.plugin-update .update-message {
814-
margin: 0 10px 5px 31px;
814+
margin: 0 10px 8px 31px;
815815
font-weight: bold;
816816
}
817817

wp-includes/script-loader.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,9 +421,9 @@ function wp_default_styles( &$styles ) {
421421
$rtl_styles = array( 'global', 'colors', 'dashboard', 'ie', 'install', 'login', 'media', 'theme-editor', 'upload', 'widgets', 'press-this', 'plugin-install', 'farbtastic' );
422422

423423
// all colors stylesheets need to have the same query strings (cache manifest compat)
424-
$colors_version = '20090605';
424+
$colors_version = '20090607';
425425

426-
$styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '20090605' );
426+
$styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '20090607' );
427427
$styles->add_data( 'wp-admin', 'rtl', '/wp-admin/rtl.css' );
428428

429429
$styles->add( 'ie', '/wp-admin/css/ie.css', array(), '20090514' );

0 commit comments

Comments
 (0)