Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Remove outline onFocus with Safari?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26760

    Hi all,

    By default, Safari always add a blue glowy outline when you focus an input. But I’ve seen some designs which actually removed it. Though, I can’t figure out how to make it. I’ve tried to use border: none onfocus of the input, but the outlines still appears. Does anyone knows how stop this from happening?

    Thanks,
    Jorge Lainfiesta

    #66559
    Norman
    Member

    outline: none;

    will do the trick ;)

    #66573

    Ohh, I don’t know how I didn’t think about it. Thanks! :D

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.