Add feedback to buttons when being pessed. One way to address #110.

This commit is contained in:
Ian Gray 2021-12-29 23:01:01 +00:00 committed by Lukas Bachschwell
parent 6800f0c208
commit 8331255355
Signed by: lbsadmin
GPG Key ID: CCC6AA87CC8DF425
3 changed files with 8 additions and 3 deletions

View File

@ -400,6 +400,11 @@ button {
background-color: #999999;
}
button:active {
background-color: #666666;
transform: translateX(4px) translateY(4px);
}
/* Main Head Part
*/

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long