Fix Modal Unificar Modo Oscuro

This commit is contained in:
2025-10-13 09:43:24 -03:00
parent a32f0467ef
commit acf2f9a35c
2 changed files with 14 additions and 1 deletions

View File

@@ -767,3 +767,15 @@
width: 1%;
white-space: nowrap;
}
/* --- MODAL DE UNIFICAR --- */
.highlightBox {
display: block;
margin-bottom: 1rem;
padding: 8px;
border-radius: 4px;
background-color: var(--color-border-subtle);
color: var(--color-text-secondary);
border: 1px solid var(--color-border); /* Un borde sutil para definirlo */
}