From 4a726f6315bcd3419fe857c9e16662021b27e62a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 12 Jun 2015 13:44:03 +0200 Subject: [PATCH] Fix css --- htdocs/theme/eldy/style.css.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index dec488eb4bf..6f0dc7f447c 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1820,7 +1820,7 @@ table.liste td { } */ -.impair:hover, td.nohover { +.impair:hover { background: rgb(); @@ -1829,7 +1829,7 @@ table.liste td { border: 0px; } -.impair, .nohover .impair:hover, tr.impair td.nohover { +.impair, .nohover .impair:hover, tr.impair td.nohover, td.nohover { background: linear-gradient(bottom, rgb() 85%, rgb() 100%); background: -o-linear-gradient(bottom, rgb() 85%, rgb() 100%);