Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
Added a rollover animation
Browse files Browse the repository at this point in the history
It really isn't an animation - the border-radius gets smaller by 1 pixel. It's more like a confirmation that the browser is reading your mouse movements.
  • Loading branch information
enterprisey committed Aug 7, 2013
1 parent f78098a commit 82e90de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/MediaWiki:Gadget-afchelper.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ input.button {
-moz-border-radius: 3px; /* Firefox compatibility */
}

input.button:hover {
border-radius: 2px;
-moz-border-radius: 2px; /* Firefox compatibility */
}

#afcHelper_accept_button {
background-color: #adfcad;
}
Expand Down

0 comments on commit 82e90de

Please sign in to comment.