Restore Browser’s Default Style to Comment Submit Button

This document is deprecated! The information on this page refers to a Thesis version that is now obsolete. Please visit the Thesis Docs for current documentation.

Thesis applies its own style to comment submit buttons, but some users prefer to use the browser’s default style for this. To restore the browser’s default style to the comment submit buttons in Thesis, place the following code in custom.css:

/* Restore Browser's Default Submit Button Style */
.custom #commentform input.form_submit {
	background:ButtonFace; 
	color:ButtonText; 
	border:2px outset ButtonFace;
}
.custom #commentform input.form_submit:active {
	border-style:inset; 
	-webkit-appearance:push-button;
}