Search code examples
firefoxfocusglow

Firefox button outer glow with CSS


Is there a way to make an outer glow in Firefox using a CSS :focus rule? (similar to what Chrome already has)


Solution

  • 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.