diff --git a/Vue/Rechercheparcarte/index.php b/Vue/Rechercheparcarte/index.php index b0411fe..33fc6f0 100755 --- a/Vue/Rechercheparcarte/index.php +++ b/Vue/Rechercheparcarte/index.php @@ -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()); " "): ?> scanWrapper.classList.add('has-error'); - \ No newline at end of file +