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
This commit is contained in:
Andrew Ozz
2009-06-07 22:43:31 +00:00
parent ed7d206ac1
commit 00de35e61a
4 changed files with 15 additions and 23 deletions

View File

@@ -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,

View File

@@ -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,

View File

@@ -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;
}