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

git-svn-id: http://svn.automattic.com/wordpress/trunk@11519 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2009-06-04 07:46:00 +00:00
parent c7d287c45a
commit a693639ced
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;
}