Hey chemdata,
Not a problem! I did change a couple things regarding the background colour of the button that may have done it for you!
Glad its working better now either way
FYI when I upgraded to version 3.06 the problems I was experiencing came back.
Hi chemdata,
Thats strange as no css changes were made in the update.
Unfortunagely I cant get to the site you provided as it just says “Coming Soon”?
You should be able to get in now.
Hi chemdata,
You still have the focus styles in your style sheets, look below:
a.button:focus, button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
background: rgba(0, 0, 0, 0) -moz-linear-gradient(center bottom , #ebebeb 0%, #ffffff 100%) repeat scroll 0 0;
border-color: #dadada #cfcfcf #a8a8a8;
border-style: solid;
border-width: 1px;
}
line 328 of your theme style-sheet. Again, these are what is causing your issues.
All the best