Fix styling for the plugins screen

git-svn-id: http://svn.automattic.com/wordpress/trunk@11422 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2009-05-21 09:40:11 +00:00
parent 85766ab12e
commit c9ce42c8a4
7 changed files with 40 additions and 27 deletions

View File

@@ -349,7 +349,8 @@ a:hover,
div.dashboard-widget-submit input:hover,
.subsubsub a:hover,
.subsubsub a.current:hover,
.ui-tabs-nav a:hover {
.ui-tabs-nav a:hover,
.plugins .inactive a:hover {
color: #d54e21;
}
@@ -468,8 +469,8 @@ a,
#the-comment-list p.comment-author strong a,
#media-upload a.del-link,
#media-items a.delete,
.ui-tabs-nav a,
.plugins a.delete {
.plugins a.delete,
.ui-tabs-nav a {
color: #1c6280;
}
@@ -580,15 +581,15 @@ input.readonly, textarea.readonly {
#all-plugins-table .inactive,
#all-plugins-table .inactive th,
#all-plugins-table .inactive td {
color: #777;
#all-plugins-table .inactive td,
#all-plugins-table .inactive a {
color: #888;
}
.plugins .active,
.plugins .active th,
.plugins .active td {
color: #000;
background-color: #f5f5f5;
}
#the-comment-list .unapproved,

View File

@@ -349,7 +349,8 @@ a:hover,
div.dashboard-widget-submit input:hover,
.subsubsub a:hover,
.subsubsub a.current:hover,
.ui-tabs-nav a:hover {
.ui-tabs-nav a:hover,
.plugins .inactive a:hover {
color: #d54e21;
}
@@ -464,8 +465,8 @@ a,
#the-comment-list p.comment-author strong a,
#media-upload a.del-link,
#media-items a.delete,
.ui-tabs-nav a,
.plugins a.delete {
.plugins a.delete,
.ui-tabs-nav a {
color: #21759b;
}
@@ -575,15 +576,15 @@ input.readonly, textarea.readonly {
#all-plugins-table .inactive,
#all-plugins-table .inactive th,
#all-plugins-table .inactive td {
color: #777;
#all-plugins-table .inactive td,
#all-plugins-table .inactive a {
color: #888;
}
.plugins .active,
.plugins .active th,
.plugins .active td {
color: #000;
background-color: #f5f5f5;
}
#the-comment-list .unapproved,