Does anybody know how to remove the dotted outline on buttons in Opera?
Are you looking for:
button{ outline:none; }
or if your button is an input...
input[type=button]{ outline:none; }