• Resolved Duuk

    (@duuk)


    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://ww.wp.xz.cn/plugins/frontier-post/

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

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