This commit is contained in:
KANE LAZENI 2026-02-26 21:58:48 +00:00
parent 5e0bfb62fd
commit 58636be5d3

View File

@ -136,14 +136,15 @@
#donneesCarte::placeholder {
font-family: 'Exo 2', sans-serif !important;
font-size: 12pt !important;
font-weight: 400;
color: rgba(0, 150, 200, 0.45) !important;
text-shadow: none !important;
font-weight: 600;
color: rgba(0, 210, 255, 0.85) !important;
text-shadow: 0 0 12px rgba(0, 210, 255, 0.5) !important;
letter-spacing: 1px;
}
#donneesCarte:focus::placeholder {
color: rgba(0, 150, 200, 0.2) !important;
color: rgba(0, 210, 255, 0.55) !important;
text-shadow: 0 0 8px rgba(0, 210, 255, 0.3) !important;
}
/* État : données détectées */
@ -326,4 +327,4 @@ document.addEventListener('DOMContentLoaded', () => inputField.focus());
<?php if (isset($msgErreur) && $msgErreur > " "): ?>
scanWrapper.classList.add('has-error');
<?php endif; ?>
</script>
</script>