diff --git a/assets/stylesheets/library.css.sass b/assets/stylesheets/library.css.sass index f22a63c..2cee8cd 100644 --- a/assets/stylesheets/library.css.sass +++ b/assets/stylesheets/library.css.sass @@ -33,8 +33,12 @@ top: 0 ul.root, ol.artists, ol.albums @extend .list + li + cursor: pointer ol.songs @extend .song-list + li + cursor: pointer div position: absolute width: $interface-width diff --git a/assets/stylesheets/queue.css.sass b/assets/stylesheets/queue.css.sass index e6fec69..773f546 100644 --- a/assets/stylesheets/queue.css.sass +++ b/assets/stylesheets/queue.css.sass @@ -10,6 +10,8 @@ @include button ol @extend .song-list + li + cursor: pointer li.playing .title color: $highlight diff --git a/public/panels/root.html b/public/panels/root.html index edea935..3d1af7a 100644 --- a/public/panels/root.html +++ b/public/panels/root.html @@ -1,5 +1,3 @@