0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Put less emphasis on the "Send test email" button

This commit is contained in:
Djordje Vlaisavljevic 2022-05-30 12:42:13 +02:00
parent 09400a1ef8
commit ac52e01977
2 changed files with 6 additions and 1 deletions

View file

@ -64,7 +64,7 @@
@buttonText="Send test email"
@successText="Sent"
@runningText="Sending..."
@class="gh-btn gh-btn-green gh-btn-icon gh-post-preview-email-trigger"
@class="gh-btn gh-btn-icon gh-post-preview-email-trigger"
/>
</div>
</div>

View file

@ -256,6 +256,11 @@
.gh-post-preview-email-input {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right-width: 0;
}
.gh-post-preview-email-input:focus {
border-right-width: 1px;
}
.gh-post-preview-email-trigger,