Title: Missing CSS for Cancel post button
Last modified: August 24, 2016

---

# Missing CSS for Cancel post button

 *  Resolved [Duuk](https://wordpress.org/support/users/duuk/)
 * (@duuk)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/missing-css-for-cancel-post-button/)
 * On the New Post page, the “Cancel” button is not styled, like the other three.
   I added this to my custom css to fix it:
 *     ```
       .themeform input[type="reset"],
       .themeform button[type="reset"] {
       	background: #3b8dbd;
       	color: #fff;
       	padding: 8px 14px;
       	font-weight: 600;
       	display: inline-block;
       	border: none;
       	cursor: pointer;
       	-webkit-border-radius: 3px;
       	border-radius: 3px;
       }
   
       .themeform input[type="reset"]:hover,
       .themeform button[type="reset"]:hover {
       	background: #444;
       }
       ```
   
 * I recommend that be added to any update. Thanks for the useful plugin!
 * [https://wordpress.org/plugins/frontier-post/](https://wordpress.org/plugins/frontier-post/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [finnj](https://wordpress.org/support/users/finnj/)
 * (@finnj)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/missing-css-for-cancel-post-button/#post-6111483)
 * I will check it
 *  Plugin Author [finnj](https://wordpress.org/support/users/finnj/)
 * (@finnj)
 * [11 years ago](https://wordpress.org/support/topic/missing-css-for-cancel-post-button/#post-6111613)
 * Fixed in v 3.5.0

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Missing CSS for Cancel post button’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/frontier-post_c8b8b0.svg)
 * [Frontier Post](https://wordpress.org/plugins/frontier-post/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/frontier-post/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/frontier-post/)
 * [Active Topics](https://wordpress.org/support/plugin/frontier-post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/frontier-post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/frontier-post/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [finnj](https://wordpress.org/support/users/finnj/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/missing-css-for-cancel-post-button/#post-6111613)
 * Status: resolved