fix: PWA-QR-Bereich Dark-Theme — dunkler Frame, nur QR-Code selbst weiß [deploy]
All checks were successful
Deploy bericht / deploy (push) Successful in 1s
All checks were successful
Deploy bericht / deploy (push) Successful in 1s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
42d3190974
commit
3069453823
1 changed files with 4 additions and 1 deletions
|
|
@ -95,7 +95,10 @@ print ' <a href="'.dol_escape_htmltag($pwa_url).'" target="_blank" class="butAc
|
||||||
print ' <button type="button" id="btn-show-pwa-qr" style="background:#337ab7;color:#fff;border:1px solid #2868a0;padding:10px 20px;border-radius:6px;font-weight:600;cursor:pointer;font-size:14px;">📱 QR-Code anzeigen</button>';
|
print ' <button type="button" id="btn-show-pwa-qr" style="background:#337ab7;color:#fff;border:1px solid #2868a0;padding:10px 20px;border-radius:6px;font-weight:600;cursor:pointer;font-size:14px;">📱 QR-Code anzeigen</button>';
|
||||||
print ' <code style="background:rgba(0,0,0,0.3);padding:8px 12px;border-radius:4px;color:#e0e8f0;font-size:12px;">'.dol_escape_htmltag($pwa_url).'</code>';
|
print ' <code style="background:rgba(0,0,0,0.3);padding:8px 12px;border-radius:4px;color:#e0e8f0;font-size:12px;">'.dol_escape_htmltag($pwa_url).'</code>';
|
||||||
print '</div>';
|
print '</div>';
|
||||||
print '<div id="pwa-qr-area" style="display:none;text-align:center;margin-top:16px;background:#fff;padding:16px;border-radius:8px;"><div id="pwa-qr"></div><p style="color:#222;font-size:12px;margin:8px 0 0;">Mit dem Handy scannen → "Zum Home-Screen hinzufügen"</p></div>';
|
print '<div id="pwa-qr-area" style="display:none;text-align:center;margin-top:16px;background:rgba(0,0,0,0.4);padding:20px;border-radius:8px;border:1px solid rgba(255,255,255,0.15);">';
|
||||||
|
print ' <div id="pwa-qr" style="display:inline-block;background:#fff;padding:12px;border-radius:6px;line-height:0;"></div>';
|
||||||
|
print ' <p style="color:#e0e8f0;font-size:12px;margin:12px 0 0;">Mit dem Handy scannen → „Zum Home-Screen hinzufügen"</p>';
|
||||||
|
print '</div>';
|
||||||
print '</div>';
|
print '</div>';
|
||||||
|
|
||||||
// API-Status
|
// API-Status
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue