Add styling to the search results table for plugins, props Denis-de-Bernardy, fixes #9921

git-svn-id: https://develop.svn.wordpress.org/trunk@11519 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2009-06-04 07:46:00 +00:00
parent 95df8d05fd
commit c4f32f9032
2 changed files with 12 additions and 2 deletions

View File

@ -351,7 +351,8 @@ div.dashboard-widget-submit input:hover,
.subsubsub a.current:hover,
.ui-tabs-nav a:hover,
.plugins .inactive a:hover,
#all-plugins-table .plugins .inactive a:hover {
#all-plugins-table .plugins .inactive a:hover,
#search-plugins-table .plugins .inactive a:hover {
color: #d54e21;
}
@ -386,6 +387,7 @@ div.dashboard-widget-submit input:hover,
.plugins a.delete:hover,
#all-plugins-table .plugins a.delete:hover,
#search-plugins-table .plugins a.delete:hover,
.submitbox .submitdelete,
a.delete {
color: #f00;
@ -587,6 +589,9 @@ input.readonly, textarea.readonly {
#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,
tr.inactive + tr.plugin-update-tr .plugin-update {
background-color: #eee;
}

View File

@ -351,7 +351,8 @@ div.dashboard-widget-submit input:hover,
.subsubsub a.current:hover,
.ui-tabs-nav a:hover,
.plugins .inactive a:hover,
#all-plugins-table .plugins .inactive a:hover {
#all-plugins-table .plugins .inactive a:hover,
#search-plugins-table .plugins .inactive a:hover {
color: #d54e21;
}
@ -382,6 +383,7 @@ div.dashboard-widget-submit input:hover,
.plugins a.delete:hover,
#all-plugins-table .plugins a.delete:hover,
#search-plugins-table .plugins a.delete:hover,
.submitbox .submitdelete,
a.delete {
color: #f00;
@ -582,6 +584,9 @@ input.readonly, textarea.readonly {
#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,
tr.inactive + tr.plugin-update-tr .plugin-update {
background-color: #eee;
}