Convert mailpoet buttons to WP buttons in newsletter editor

This commit is contained in:
Tautvidas Sipavičius
2016-02-11 18:54:26 +02:00
parent 9223fbf478
commit 16b1c0dc41
15 changed files with 35 additions and 23 deletions

View File

@@ -38,9 +38,7 @@
content: '\f142'
.mailpoet_save_show_options_icon
width: auto
height: auto
line-height: auto
vertical-align: middle
&::before
content: '\f140'

View File

@@ -133,3 +133,17 @@ body
.wrap > .mailpoet_notice,
.update-nag
margin-left: 2px + 15px !important
/* Make a button group */
.mailpoet_button_group
.button:first-child
border-right: 0
border-top-right-radius: 0
border-bottom-right-radius: 0
.button:last-child
border-left: 0
border-top-left-radius: 0
border-bottom-left-radius: 0