From 29103c1c8aca305607c0308731833723dba45e9a Mon Sep 17 00:00:00 2001 From: Sijmen Date: Fri, 5 Jan 2024 04:57:54 +0100 Subject: [PATCH] Better signal that queue items can be dragged and dropped --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index 52e2af2..4c3210e 100644 --- a/static/style.css +++ b/static/style.css @@ -100,6 +100,10 @@ ul { border-radius: .25rem; display: flex; align-items: center; + cursor: move; +} +.queue ul li:hover { + background-color: #223; } .queue ul li.playing {