Track availability, fixes
This commit is contained in:
@@ -34,6 +34,9 @@
|
||||
& > h3 {
|
||||
margin: -5px 0 5px 0;
|
||||
}
|
||||
tr.unavailable > td {
|
||||
background-color: #FFF0F0;
|
||||
}
|
||||
td.song-duration {
|
||||
text-align: right;
|
||||
.s-duration {
|
||||
|
||||
@@ -109,6 +109,9 @@
|
||||
margin: 16px 5px 0 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
&.unavailable {
|
||||
background-color: #FFF0F0;
|
||||
}
|
||||
&.now {
|
||||
background-color: #EAF5FF;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user