|
|
| Zeile 77: |
Zeile 77: |
| </div> | | </div> |
| </div> | | </div> |
|
| |
|
| |
| <style>
| |
| /* ——— Dropzone auf iPhone sichtbar machen ——— */
| |
| .ados-scan__drop {
| |
| background: #2a2a2a !important; /* dunkles Grau, kein Schwarz */
| |
| border: 2px dashed #666 !important;
| |
| color: #fff !important;
| |
| padding: 1.4rem !important;
| |
| border-radius: 16px !important;
| |
| }
| |
|
| |
| /* Bild-Icon */
| |
| .ados-scan__drop-icon img,
| |
| .ados-scan__drop-icon {
| |
| filter: brightness(1.2) contrast(1.2);
| |
| opacity: 0.9;
| |
| }
| |
|
| |
| /* Dropzone Text */
| |
| .ados-scan__drop-text {
| |
| color: #f5f5f5 !important;
| |
| font-size: 1rem;
| |
| font-weight: 500;
| |
| }
| |
|
| |
| /* Tipp unter der Dropzone */
| |
| .ados-scan__hint {
| |
| color: #ddd !important;
| |
| font-size: .95rem;
| |
| }
| |
| </style>
| |
|
| |
| </html> | | </html> |