In your apps css file just add the below 2 lines. It will scour the outline 
off of everything.

:focus {outline:none;}
::-moz-focus-inner {border:0;}

On Tuesday, February 19, 2013 5:28:17 AM UTC-7, membersound wrote:
>
> Hi,
>
> how can I disable the yellow/orange Chrome focus outline border in general 
> on all objects, whatsoever they are?
>
> I already have the outline: none !important; property on eg gwt button, 
> input. But time and again I find components which suddently have again the 
> outline. Can I disable this in general?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to