Fix styling for the plugins screen

git-svn-id: https://develop.svn.wordpress.org/trunk@11422 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-05-21 09:40:11 +00:00
parent 02930f69d6
commit 01d5ecf991
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,