Hi, there is no real setting in the plugin for this.
You can add a plugin Simple Custom CSS and add CSS to that, like:
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
padding: 6px 10px;
font-size: 1em;
font-size: 1rem;
line-height: 1.428571429;
font-weight: normal;
color: #333;
background-color: #e6e6e6;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
border: 1px solid #d2d2d2;
border-radius: 3px;
box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}