From 05ff2feabfb411544ebb44fa88b1ca71fe80b478 Mon Sep 17 00:00:00 2001 From: "Leah (ctucx)" Date: Sun, 7 Mar 2021 15:06:56 +0100 Subject: [PATCH] needed changes on template and css to make previous commit work --- Pages/Index.cshtml | 2 +- webmusic.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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