Input textarea on focus remove orange border?

monicalouse

New Member
I've tried everything I can think of to remove this. How can I remove this crazy firefox on focus border? It will highlight with an orange border when I click on the input area.Here is my CSS\[code\].noFocus:focus {outline: none !important;border: none !important;-moz-appearance:none;}\[/code\]and\[code\]textarea:focus, input:focus{ outline: none; border: none !important;-moz-appearance:none;}\[/code\]
 
Back
Top