From ff0bf4417b17e942f26197f20ba5d8970d7d0a4c Mon Sep 17 00:00:00 2001 From: simnandez <jmenent@2byte.es> Date: Wed, 5 Sep 2012 15:29:21 +0200 Subject: [PATCH] Try to enable hover in lists into auguria and eldy themes --- htdocs/theme/auguria/style.css.php | 9 +++++---- htdocs/theme/eldy/style.css.php | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 6efce3e1ebe..7953f955730 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -2,6 +2,7 @@ /* Copyright (C) 2004-2011 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2006 Rodolphe Quiedeville <rodolphe@quiedeville.org> * Copyright (C) 2007-2011 Regis Houssin <regis@dolibarr.fr> + * Copyright (C) 2012 Juanjo Menent <jmenent@2byte.es> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1319,12 +1320,12 @@ background: #F5F6F7; font-family: <?php print $fontlist ?>; border: 0px; } -/* + .impair:hover { background: #c0c4c7; border: 0px; } -*/ + .pair { /* background: #e6ebed; */ @@ -1332,12 +1333,12 @@ background: #FBFCFC; font-family: <?php print $fontlist ?>; border: 0px; } -/* + .pair:hover { background: #c0c4c7; border: 0px; } -*/ + /* Disable shadows */ .noshadow { diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 270e5d3a067..54ac71d9216 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -3,6 +3,7 @@ * Copyright (C) 2006 Rodolphe Quiedeville <rodolphe@quiedeville.org> * Copyright (C) 2007-2012 Regis Houssin <regis@dolibarr.fr> * Copyright (C) 2011 Philippe Grand <philippe.grand@atoo-net.com> + * Copyright (C) 2012 Juanjo Menent <jmenent@2byte.es> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1611,12 +1612,12 @@ tr.liste_total td { margin-bottom: 1px; color: #202020; } -/* + .impair:hover { background: #c0c4c7; border: 0px; } -*/ + .pair { <?php if ($usecss3) { ?> @@ -1633,12 +1634,12 @@ tr.liste_total td { margin-bottom: 1px; color: #202020; } -/* + .pair:hover { background: #c0c4c7; border: 0px; } -*/ + /* Disable shadows */ .noshadow { -- GitLab