Try to enable hover in lists into auguria and eldy themes
This commit is contained in:
parent
2aafe5eef1
commit
ff0bf4417b
@ -2,6 +2,7 @@
|
|||||||
/* Copyright (C) 2004-2011 Laurent Destailleur <eldy@users.sourceforge.net>
|
/* Copyright (C) 2004-2011 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
* Copyright (C) 2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
* Copyright (C) 2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2007-2011 Regis Houssin <regis@dolibarr.fr>
|
* 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
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -1319,12 +1320,12 @@ background: #F5F6F7;
|
|||||||
font-family: <?php print $fontlist ?>;
|
font-family: <?php print $fontlist ?>;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
.impair:hover {
|
.impair:hover {
|
||||||
background: #c0c4c7;
|
background: #c0c4c7;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
.pair {
|
.pair {
|
||||||
/* background: #e6ebed; */
|
/* background: #e6ebed; */
|
||||||
@ -1332,12 +1333,12 @@ background: #FBFCFC;
|
|||||||
font-family: <?php print $fontlist ?>;
|
font-family: <?php print $fontlist ?>;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
.pair:hover {
|
.pair:hover {
|
||||||
background: #c0c4c7;
|
background: #c0c4c7;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
/* Disable shadows */
|
/* Disable shadows */
|
||||||
.noshadow {
|
.noshadow {
|
||||||
|
|||||||
@ -3,6 +3,7 @@
|
|||||||
* Copyright (C) 2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
* Copyright (C) 2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2007-2012 Regis Houssin <regis@dolibarr.fr>
|
* Copyright (C) 2007-2012 Regis Houssin <regis@dolibarr.fr>
|
||||||
* Copyright (C) 2011 Philippe Grand <philippe.grand@atoo-net.com>
|
* 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
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -1611,12 +1612,12 @@ tr.liste_total td {
|
|||||||
margin-bottom: 1px;
|
margin-bottom: 1px;
|
||||||
color: #202020;
|
color: #202020;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
.impair:hover {
|
.impair:hover {
|
||||||
background: #c0c4c7;
|
background: #c0c4c7;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
.pair {
|
.pair {
|
||||||
<?php if ($usecss3) { ?>
|
<?php if ($usecss3) { ?>
|
||||||
@ -1633,12 +1634,12 @@ tr.liste_total td {
|
|||||||
margin-bottom: 1px;
|
margin-bottom: 1px;
|
||||||
color: #202020;
|
color: #202020;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
.pair:hover {
|
.pair:hover {
|
||||||
background: #c0c4c7;
|
background: #c0c4c7;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
/* Disable shadows */
|
/* Disable shadows */
|
||||||
.noshadow {
|
.noshadow {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user