fgh
This commit is contained in:
parent
a48e9cb3e8
commit
3567670f4b
|
|
@ -82,8 +82,11 @@
|
|||
<div class="x-small text-muted"><?= dateheureLang($this->nettoyer($mvt['dateValidation'])) ?></div>
|
||||
<?php else: ?>
|
||||
<span class="text-muted italic small"></span>
|
||||
<button class="text-muted italic small" onclick="javascript:modifier_beneficiaire(<?= $idBeneficiaire; ?>);">
|
||||
<?= _("En attente")?>
|
||||
<button class="badge rounded-pill bg-warning text-dark border-0 shadow-sm transition-hover"
|
||||
onclick="javascript:modifier_beneficiaire(<?= $idBeneficiaire; ?>);"
|
||||
style="cursor: pointer; transition: all 0.2s ease-in-out;"
|
||||
title="<?= _('Modifier le bénéficiaire') ?>">
|
||||
<i class="fas fa-edit me-1"></i> <?= _("En attente") ?>
|
||||
</button>
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
|
|
@ -101,4 +104,8 @@
|
|||
.italic { font-style: italic; }
|
||||
.bg-success-subtle { background-color: #d1e7dd; }
|
||||
.bg-danger-subtle { background-color: #f8d7da; }
|
||||
</style>
|
||||
.transition-hover:hover {
|
||||
transform: scale(1.05);
|
||||
background-color: #ffc107 !important; /* Un peu plus lumineux au survol */
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user