Hi guys. Is anybody knows how to remove dotted outline on buttons in Opera?
+1
A:
Are you looking for:
button{
outline:none;
}
or if your button is an input...
input[type=button]{
outline:none;
}
scunliffe
2010-08-24 20:57:56
I reset the outline but it doesn't solve the issue
Sanchosrancho
2010-08-25 08:04:00
A:
if you attached css-reset in your stylesheet should solve the issue.
Faizal Heesyam
2010-08-24 21:00:50