From c4f32f9032c349998deecb3a3d961fc3c6bc4803 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Thu, 4 Jun 2009 07:46:00 +0000 Subject: [PATCH] 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 --- wp-admin/css/colors-classic.css | 7 ++++++- wp-admin/css/colors-fresh.css | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/wp-admin/css/colors-classic.css b/wp-admin/css/colors-classic.css index 4d2f02ca84..0f83141228 100644 --- a/wp-admin/css/colors-classic.css +++ b/wp-admin/css/colors-classic.css @@ -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; } diff --git a/wp-admin/css/colors-fresh.css b/wp-admin/css/colors-fresh.css index 852cd915f5..54c6b9da03 100644 --- a/wp-admin/css/colors-fresh.css +++ b/wp-admin/css/colors-fresh.css @@ -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; }