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:
parent
09400a1ef8
commit
ac52e01977
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue