Skip to content

Commit

Permalink
Add feedback to buttons when being pessed. One way to address s00500#110
Browse files Browse the repository at this point in the history
.
  • Loading branch information
iangray001 committed Dec 29, 2021
1 parent aaea0fb commit 1d78608
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions data/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,11 @@ button {
background-color: #999999;
}

button:active {
background-color: #666666;
transform: translateX(4px) translateY(4px);
}

/* Main Head Part
–––––––––––––––––––––––––––––––––––––––––––––––––– */

Expand Down
Loading

0 comments on commit 1d78608

Please sign in to comment.