07/14/2014 at 3:39 pm
#296969
Keymaster
Ok, here’s the same CSS with some additional tweaks:
button#cn-search-submit {
background: #FFFFFF url(http://chesterchamber.com/wp/wp-content/plugins/connections/assets/images/icons/search.png) no-repeat 8px center !important;
background-image: url(http://chesterchamber.com/wp/wp-content/plugins/connections/assets/images/icons/search.png) !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;
}
#cn-cmap .btn span {
background: none !important;
background-image: none !important;
}
a#cn-clear-search-button {
background: none !important;
background-image: none !important;
}
I think that’ll fix it this time.
