PressThis: make the Preview button "subtle".
See #31458. git-svn-id: https://develop.svn.wordpress.org/trunk@31655 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fba4d3e296
commit
e651a8bef1
|
@ -1105,7 +1105,7 @@ class WP_Press_This {
|
||||||
</div>
|
</div>
|
||||||
<div class="post-actions">
|
<div class="post-actions">
|
||||||
<button type="button" class="button-subtle draft-button"><?php _e( 'Save Draft' ); ?></button>
|
<button type="button" class="button-subtle draft-button"><?php _e( 'Save Draft' ); ?></button>
|
||||||
<button type="button" class="button preview-button"><?php _e( 'Preview' ); ?></button>
|
<button type="button" class="button-subtle preview-button"><?php _e( 'Preview' ); ?></button>
|
||||||
<button type="button" class="button-primary publish-button"><?php _e( 'Publish' ); ?></button>
|
<button type="button" class="button-primary publish-button"><?php _e( 'Publish' ); ?></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue