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:
parent
95df8d05fd
commit
c4f32f9032
|
@ -351,7 +351,8 @@ div.dashboard-widget-submit input:hover,
|
||||||
.subsubsub a.current:hover,
|
.subsubsub a.current:hover,
|
||||||
.ui-tabs-nav a:hover,
|
.ui-tabs-nav a:hover,
|
||||||
.plugins .inactive 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;
|
color: #d54e21;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -386,6 +387,7 @@ div.dashboard-widget-submit input:hover,
|
||||||
|
|
||||||
.plugins a.delete:hover,
|
.plugins a.delete:hover,
|
||||||
#all-plugins-table .plugins a.delete:hover,
|
#all-plugins-table .plugins a.delete:hover,
|
||||||
|
#search-plugins-table .plugins a.delete:hover,
|
||||||
.submitbox .submitdelete,
|
.submitbox .submitdelete,
|
||||||
a.delete {
|
a.delete {
|
||||||
color: #f00;
|
color: #f00;
|
||||||
|
@ -587,6 +589,9 @@ input.readonly, textarea.readonly {
|
||||||
#all-plugins-table .inactive,
|
#all-plugins-table .inactive,
|
||||||
#all-plugins-table .inactive th,
|
#all-plugins-table .inactive th,
|
||||||
#all-plugins-table .inactive td,
|
#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 {
|
tr.inactive + tr.plugin-update-tr .plugin-update {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
|
|
|
@ -351,7 +351,8 @@ div.dashboard-widget-submit input:hover,
|
||||||
.subsubsub a.current:hover,
|
.subsubsub a.current:hover,
|
||||||
.ui-tabs-nav a:hover,
|
.ui-tabs-nav a:hover,
|
||||||
.plugins .inactive 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;
|
color: #d54e21;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -382,6 +383,7 @@ div.dashboard-widget-submit input:hover,
|
||||||
|
|
||||||
.plugins a.delete:hover,
|
.plugins a.delete:hover,
|
||||||
#all-plugins-table .plugins a.delete:hover,
|
#all-plugins-table .plugins a.delete:hover,
|
||||||
|
#search-plugins-table .plugins a.delete:hover,
|
||||||
.submitbox .submitdelete,
|
.submitbox .submitdelete,
|
||||||
a.delete {
|
a.delete {
|
||||||
color: #f00;
|
color: #f00;
|
||||||
|
@ -582,6 +584,9 @@ input.readonly, textarea.readonly {
|
||||||
#all-plugins-table .inactive,
|
#all-plugins-table .inactive,
|
||||||
#all-plugins-table .inactive th,
|
#all-plugins-table .inactive th,
|
||||||
#all-plugins-table .inactive td,
|
#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 {
|
tr.inactive + tr.plugin-update-tr .plugin-update {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue