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
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 05ff2feabf - Show all commits

View file

@ -13,7 +13,7 @@
}
else {
<h2>
@Model.Displaypath <span id="state"></span> <span id="flags"></span>
@Model.Displaypath <span id="state"></span> <span id="flags">[<span id="repeatButton">R</span><span id="continuousButton">C</span>]</span>
</h2>
<a class="action-muted">[..]</a>
<a href="?@Model.PathOneup" id="back" class="entry-muted cfont"> Go back</a>

View file

@ -45,3 +45,7 @@ h2, h2 a {
li {
list-style: none;
}
#state, #repeatButton, #continuousButton {
cursor: pointer;
}