From 8d30d07cbd1dfdfca5a91092406bff877de56f2f Mon Sep 17 00:00:00 2001 From: Saksham Gupta Date: Mon, 12 Feb 2018 16:07:02 +0530 Subject: [PATCH 1/2] Fixes Hover on tables Fixes: https://github.com/phpmyadmin/phpmyadmin/issues/13980 Signed-off-by: Saksham Gupta --- themes/pmahomme/css/common.css.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index cae0e55779..a4c64874c3 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -586,7 +586,17 @@ table tr.marked:not(.nomarker) { color: ; } +/* hovered items */ +table tbody:first-of-type tr:not(.nopointer):hover, +table tbody:first-of-type tr:not(.nopointer):hover th, +.hover:not(.nopointer) { + getCssGradient('ced6df', 'b6c6d7'); ?> + color: ; +} + /* hovered table rows */ +#table_index tbody:hover tr, +#table_index tbody:hover th, table tr.hover:not(.nopointer) th { getCssGradient('ced6df', 'b6c6d7'); ?> color: ;