Hello!
Opera's autocomplete function draws a yellow border around text inputs where it saved data. Is there any way to disable it programmatically?
Here's a picture to illustrate it:
Hello!
Opera's autocomplete function draws a yellow border around text inputs where it saved data. Is there any way to disable it programmatically?
Here's a picture to illustrate it:
Did you try to put the autocomplete="off" attribute on the text inputs ?
No. How would the user know that Opera remembers your password if you could remove the indication?
From your screen shot I guess your real problem is that this feature looks ugly given the way your inputs are styled - and I certainly agree with that. I guess you could file a complaint/bug at https://bugs.opera.com/wizard/ and explain what CSS is applied. I imagine for example Opera should make its future border-radius support affect the yellow wand border so that it can be curved if the site author so wishes.