Added album selection frontend stuff

This commit is contained in:
gballan1
2016-11-28 20:09:37 -05:00
parent 363ed2923a
commit faa0ed3464
4 changed files with 44 additions and 1 deletions

View File

@ -680,6 +680,20 @@ body {
.album-art {
width: 100%; }
.music-album {
-webkit-transition: background, 200ms;
-moz-transition: background, 200ms;
transition: background, 200ms; }
.music-album:hover {
background: #f0f0f0;
cursor: pointer; }
.music-album:hover a {
color: #e51400; }
.music-album.selected {
background: #e0e0e0; }
.music-album.selected a {
color: #e51400; }
.shows-header {
margin-top: -20px;
margin-bottom: 20px;