Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Replace default search › Reply To: Replace default search
April 27, 2017 at 6:15 am
#12892
Keymaster
Hi!
It is an IE border radius rendering bug, as I found out: https://connect.microsoft.com/ie/feedback/details/808920/ie11-renders-white-lines-when-border-radius-and-gradients-are-applied-to-buttons
The solution in your case is simple, luckily. Forcing RGBA coloring should get rid off that:
[html]#ajaxsearchpro4_2 .probox {
border: 1px solid rgba(255, 255, 255, 0.1) !important;
}[/html]