diff --git a/ver_formulario_enviado.php b/ver_formulario_enviado.php index a5325a3..9557f1d 100644 --- a/ver_formulario_enviado.php +++ b/ver_formulario_enviado.php @@ -696,9 +696,13 @@ function _addExamWizardHtml(string $cid): string { .campo-linked { display: flex; gap: 16px; padding: 6px 0; border-bottom: 1px solid #f0f0f0; } .campo-linked-label { flex: 0 0 38%; font-size: 12px; color: #6c757d; } - .lnk-corregir { background:none; border:none; color:#94a3b8; cursor:pointer; - padding:0 4px; font-size:11px; flex-shrink:0; } - .lnk-corregir:hover { color:#1565c0; } + /* Antes era solo un lápiz gris de 11px: estaba, pero nadie lo encontraba. + Lleva texto y contorno para que se lea como lo que es, un botón. */ + .lnk-corregir { background:#fff; border:1px solid #bfdbfe; border-radius:6px; + color:#1565c0; cursor:pointer; padding:3px 9px; font-size:11px; + font-weight:600; white-space:nowrap; flex-shrink:0; + display:inline-flex; align-items:center; gap:5px; } + .lnk-corregir:hover { background:#1565c0; border-color:#1565c0; color:#fff; } .campo-linked-valor { flex: 1; font-size: 13px; font-weight: 600; color: #1565c0; } @@ -1289,8 +1293,8 @@ function _addExamWizardHtml(string $cid): string {