From 99af0ab365ab5ab7d2cb2b96d19377bfb117f662 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 13 Jan 2025 21:20:27 +0100 Subject: Switch between songs --- html/index.html | 37 ++++++++++++++++++++++++++++--------- 1 file changed, 28 insertions(+), 9 deletions(-) (limited to 'html') diff --git a/html/index.html b/html/index.html index ac85aa1..b6daf8c 100644 --- a/html/index.html +++ b/html/index.html @@ -12,13 +12,28 @@ .selected{ color: #FF8080; + cursor: pointer; } .normal{ color: #000000; + cursor: pointer; } + +#songlist{ + height:400px; + overflow:auto; +} +