fixed button styling.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2025-03-20 11:23:18 -06:00
parent 7c8c3fb1c8
commit 5047fdf1bc

View File

@@ -78,7 +78,7 @@
<div class="input-group">
<input type="text" readonly id="inputSMTPServer" class="form-control" placeholder="@translator.Translate(userLanguage, "Not Configured")" value="@Model.SMTPConfig.EmailServer">
<div class="input-group-text">
<button type="button" @(string.IsNullOrWhiteSpace(Model.SMTPConfig.EmailServer) ? "disabled" : "") class="btn btn-sm text-secondary" onclick="sendTestEmail()"><i class="bi bi-send"></i></button>
<button type="button" @(string.IsNullOrWhiteSpace(Model.SMTPConfig.EmailServer) ? "disabled" : "") class="btn btn-sm text-secondary password-visible-button" onclick="sendTestEmail()"><i class="bi bi-send"></i></button>
</div>
</div>
</div>