Possible Duplicate:
How come I can't remove the blue textarea border in Twitter Bootstrap?
Every search I do to get rid of the highlight on input fields says to use the css:
input:focus {
outline:none;
}
This is not working at all. I am using the latest version of chrome, firefox, and safari to test this out.
I am also using the Bootstrap css library, I am not sure if this would cause this kind of problem.
The effect I am trying to achieve is a blank line in a simulated console screen. I have it working and looking perfectly, except for the highlight when the inout field is in focus.
Any help would be greatly appreciated.
Don’t attach it to the
:focuspseudo-event.