Is there a way to make an outer glow in Firefox using a CSS :focus
rule? (similar to what Chrome already has)
You could add a -moz-box-shadow
(or just box-shadow
if you are only interested in Firefox 4 and later) for your :focus
rule. You can add glow of various degrees using that.