IE outline dotted, how to hide it?
IE outline dotted, how to hide it?
BernardoLima
Posts: 20Questions: 0Answers: 0
I've tried to include the following style:
[code]input {
outline: 0;
outline-style:none;
outline-width:0;
}[/code]
It's not working, should I change the DataTables default CSS files?
Is there any alternative to it?
[code]input {
outline: 0;
outline-style:none;
outline-width:0;
}[/code]
It's not working, should I change the DataTables default CSS files?
Is there any alternative to it?
This discussion has been closed.