Added music player selection highlights

This commit is contained in:
Gregory Ballantine
2016-11-28 16:51:29 -05:00
parent 711ed2c6e7
commit 6a0ad62887
5 changed files with 67 additions and 45 deletions

View File

@ -645,13 +645,17 @@ body {
transition: background, 200ms; }
.now-playing-list li:hover,
.music-list ol li:hover {
background: #f0f0f0; }
background: #f0f0f0;
cursor: pointer; }
.now-playing-list li:hover a,
.music-list ol li:hover a {
color: #e51400; }
.now-playing-list li.selected,
.music-list ol li.selected {
background: #e0e0e0; }
.now-playing-list li.selected a,
.music-list ol li.selected a {
color: #e51400; }
.now-playing-list li,
.now-playing-list a,
.music-list ol li,