more modern js, more keyboard-controls #5

Merged
zotan merged 30 commits from ctucx/webmusic:master into master 2021-03-21 18:04:15 +01:00
Showing only changes of commit 0d789a5e11 - Show all commits

View file

@ -19,7 +19,7 @@ h2, h2 a {
margin-bottom: 3px;
}
.playing {
.playing, .active {
color: #6b9969;
}
@ -48,4 +48,8 @@ li {
#state, #repeatButton, #continuousButton {
cursor: pointer;
}
}
.selected {
color: #8cd8cd;
}