Try to enable hover in lists into auguria and eldy themes

This commit is contained in:
simnandez
2012-09-05 15:29:21 +02:00
parent 2aafe5eef1
commit ff0bf4417b
2 changed files with 10 additions and 8 deletions

View File

@@ -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 {

View File

@@ -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 {