fix: style custom checkbox with checkmark icon, add disabled button colors

This commit is contained in:
2026-06-14 09:58:44 -04:00
parent e6a70c427e
commit 6b2300de07
2 changed files with 65 additions and 4 deletions

View File

@@ -195,6 +195,7 @@ if (!isset($user) || $user === null) {
</div>
<label class="checkbox-label" style="margin-bottom:0.75rem;font-size:0.82rem">
<input type="checkbox" id="agreeTerms" onchange="toggleDownloadBtn()">
<span class="checkmark"><i class="fas fa-check"></i></span>
I agree to the <a href="/terms" target="_blank" style="color:var(--accent);text-decoration:underline">Terms &amp; Conditions</a>
and <a href="/privacy" target="_blank" style="color:var(--accent);text-decoration:underline">Privacy Policy</a>
</label>