forked from Wavyzz/dolibarr
Css
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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 ?>;
|
||||
|
||||
Reference in New Issue
Block a user