css
This commit is contained in:
parent
5ff981bf61
commit
68022fb916
@ -3241,7 +3241,7 @@ td.evenodd, tr.nohoverpair td, #trlinefordates td {
|
||||
background: var(--colorbacklinepair1) !important;
|
||||
}
|
||||
.trforbreak td {
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
border-bottom: 1pt solid black !important;
|
||||
/* background-color: #<?php echo colorArrayToHex(colorStringToArray($colorbacklinebreak)); ?> !important; */
|
||||
}
|
||||
|
||||
@ -343,7 +343,7 @@ if ($result)
|
||||
// Show break line
|
||||
print '<tr class="oddeven trforbreak">';
|
||||
print '<td class="maxwidthonsmartphone tdoverflowonsmartphone">';
|
||||
print img_object('', $picto, 'class="pictoobjectwidth"').' '.$objMod->getName();
|
||||
print img_object('', $picto, 'class="pictoobjectwidth paddingright"').' '.$objMod->getName();
|
||||
print '<a name="'.$objMod->getName().'"></a>';
|
||||
print '</td>';
|
||||
if (($caneditperms && empty($objMod->rights_admin_allowed)) || empty($object->admin))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user