Buttons do not change visually when pressed!

Viewing 2 posts - 1 through 2 (of 2 total)
  • #2116
    max
    Participant

    When I press any button on the site, the operation is well performed, but I do not see any visual change to the button. Button does not “engages” visually, so it is not a good feeling. Is there a solution?
    Thanks.

    #2117
    Daniel Tara
    Keymaster

    You can add focus rules, like this:

    input[type=submit]:focus {
      background:#FFF;
    }

    Just an example.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.