diff --git a/modules/turnero/views/recepcion.php b/modules/turnero/views/recepcion.php index 3835d42..41ca4cf 100644 --- a/modules/turnero/views/recepcion.php +++ b/modules/turnero/views/recepcion.php @@ -196,9 +196,11 @@ $adminNombre = $_SESSION['admin_user']['full_name'] ?? $_SESSION['admin_user'][' /* ── Barra de acciones ── */ .ficha-acciones { position: sticky; bottom: 0; - background: #fff; border-top: 1px solid #e2e8f0; - padding: 1rem 0 .25rem; margin-top: 1rem; - display: flex; gap: .5rem; flex-wrap: wrap; + background: rgba(255,255,255,.97); + backdrop-filter: blur(6px); + border-top: 1px solid #e2e8f0; + padding: .8rem 1.4rem .9rem; + margin-top: 1rem; } /* ── Badge de turno activo en topbar ── */