07/04/2014 at 9:02 am
#296015
Keymaster
This will probably take a few passes to get right because theme seems to be using JavaScript to rewrite the HTML markup of plugins. Add the following to the theme’s custom CSS area. Let me know when you do and I’ll take another look to see what we need to do next.
button#cn-search-submit {
background: #FFFFFF url(../images/icons/search.png) no-repeat 8px center !important;
border-width: 1px 1px 1px 0 !important;
border-style: solid !important;
border-color: #DFDFDF !important;
border-radius: 0 3px 3px 0 !important;
-moz-border-radius: 0 3px 3px 0 !important;
-khtml-border-radius: 0 3px 3px 0 !important;
-webkit-border-radius: 0 3px 3px 0 !important;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.1) !important;
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1) !important;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1) !important;
box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;
cursor: pointer !important;
font-size: 12px !important;
float: none !important;
height: 28px !important;
line-height: 20px !important;
margin: 1px 1px 1px 0 !important;
padding: 3px !important;
text-align: left !important;
vertical-align: bottom !important;
width: 30px !important;
}
