Fixed some of the album selection stuff
This commit is contained in:
@ -680,6 +680,10 @@ body {
|
||||
.album-art {
|
||||
width: 100%; }
|
||||
|
||||
.music-album.selected .thumbnail {
|
||||
background: #e0e0e0; }
|
||||
.music-album.selected .thumbnail a {
|
||||
color: #e51400; }
|
||||
.music-album .thumbnail {
|
||||
-webkit-transition: background, 200ms;
|
||||
-moz-transition: background, 200ms;
|
||||
@ -689,10 +693,6 @@ body {
|
||||
cursor: pointer; }
|
||||
.music-album .thumbnail:hover a {
|
||||
color: #e51400; }
|
||||
.music-album .thumbnail.selected {
|
||||
background: #e0e0e0; }
|
||||
.music-album .thumbnail.selected a {
|
||||
color: #e51400; }
|
||||
|
||||
.shows-header {
|
||||
margin-top: -20px;
|
||||
|
Reference in New Issue
Block a user