mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user