drum-machine add active-state color change for (buttons)

This commit is contained in:
Trent Palmer 2020-05-27 11:40:02 -07:00
parent bd26df5b90
commit 0eb0337b74
1 changed files with 12 additions and 0 deletions

View File

@ -118,6 +118,10 @@ body {
font-style: oblique;
}
.drum-pad:active {
background-color: var(--global-first-color);
}
.drum-pad > p {
margin-top: auto;
margin-bottom: auto;
@ -159,6 +163,10 @@ body {
font-size: 1.6rem;
}
.selectionMenuItem:active, .volumeSelectionMenuItem:active, .metronomeSelectionMenuItem:active {
background-color: var(--global-first-color);
}
#display-middle-right {
flex-basis: 45%;
display: flex;
@ -214,6 +222,10 @@ body {
justify-content: space-around;
}
.selection:active {
background-color: var(--global-first-color);
}
.selection > p {
margin: auto;
text-align: center;