mirror of
https://github.com/itflow-org/itflow
synced 2026-08-27 09:55:12 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user