Re: Addons: Errors and new features
Posted by Will on 1207754847
@Nachenko, the onclick border around both the searchform and submit button has plagued me since implementation.
I have tried
element onclick="this.style.border = '0';"
element onclick="this.style.border-style = 'none';"
element onclick="this.style.border-style = 'hidden';"
#searchform input {
border: 0;
border-style: hidden;
}
Thats only the tip of the iceberg on css, I have tried
#searchform a:focus, #searchform a:active, #searchform a img, #searchform a, #searchform a:focus:hover, #searchform a:active span, #searchform a span, #searchform a:focus span {
border: 0;
border-style: hidden;
}
I simply can not get that damn border to go away.
This Post was from: https://www.impresscms.org/iforum/viewtopic.php?topic_id=1476&post_id=13913