Switch some bg-primary to bg-blue so they are consistent across themes, use new bs5 to reduce width on certain form inputs

This commit is contained in:
johnnyq
2026-08-25 17:44:18 -04:00
parent 4b9c53675c
commit fdc2a8c2c3
25 changed files with 38 additions and 38 deletions

View File

@@ -185,7 +185,7 @@ if (!empty($_SESSION['backup_master_key_reveal'])) {
</div>
<?php if ($backup_key !== '') { ?>
<div class="input-group col-md-6 px-0">
<div class="input-group">
<input type="text" class="form-control font-monospace" value="<?= escapeHtml($backup_key) ?>" readonly onclick="this.select();">
<button class="btn btn-secondary" type="button" onclick="navigator.clipboard.writeText('<?= escapeHtml($backup_key) ?>');">
<i class="fas fa-fw fa-copy"></i>