2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Laurent Destailleur
2017-12-14 17:37:32 +01:00
parent 541a1e0f7c
commit 3b10f826f9
2 changed files with 4 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ class box_services_expired extends ModeleBoxes
if ($num==0)
{
$langs->load("contracts");
$this->info_box_contents[$i][] = array('td' => 'align="center"','text'=>$langs->trans("NoExpiredServices"));
$this->info_box_contents[$i][] = array('td' => 'align="center" class="nohover opacitymedium"','text'=>$langs->trans("NoExpiredServices"));
}
$db->free($resql);

View File

@@ -2689,7 +2689,9 @@ div.pagination li.paginationafterarrows {
background: rgb(<?php echo $colorbacklinepairhover; ?>) !important; /* Must be background to be stronger than background of odd or even */
<?php } ?>
}
.nohover:hover {
background: unset;
}
.oddeven, .evenodd, .impair, .nohover .impair:hover, tr.impair td.nohover
{
font-family: <?php print $fontlist ?>;