fix: standardize save buttons to use app-action-success class

Replace inconsistent `primary` class with `app-action-success` on all
standalone save buttons so they match the green titlebar convention.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-22 16:48:57 +01:00
parent 89a64f6c82
commit 72311ddb97
5 changed files with 7 additions and 7 deletions

View File

@@ -265,7 +265,7 @@ if ($lastLoginAt !== '') {
<input type="file" name="avatar" accept="image/*">
</label>
<div class="grid">
<button type="submit" class="primary">
<button type="submit" class="app-action-success">
<?php e(t('Save')); ?>
</button>
<?php if ($hasAvatar): ?>