Added album selection frontend stuff
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user