diff --git a/Pages/Index.cshtml b/Pages/Index.cshtml index 6c3fefe..8ab2249 100644 --- a/Pages/Index.cshtml +++ b/Pages/Index.cshtml @@ -13,7 +13,7 @@ } else {

- @Model.Displaypath + @Model.Displaypath [RC]

[..] Go back diff --git a/webmusic.css b/webmusic.css index 4b63880..9694d2b 100644 --- a/webmusic.css +++ b/webmusic.css @@ -45,3 +45,7 @@ h2, h2 a { li { list-style: none; } + +#state, #repeatButton, #continuousButton { + cursor: pointer; +} \ No newline at end of file