Shuffle, repeat, empty playlist buttons. Working!

This commit is contained in:
Gregory Eremin
2011-09-19 16:44:15 +04:00
parent 9305237bac
commit 54032a4ad3
5 changed files with 36 additions and 14 deletions
+18
View File
@@ -34,6 +34,24 @@
}
}
}
.secondary-buttons {
margin: 10px 0;
text-align: center;
a {
font-size: 11px;
color: #cacaca;
font-weight: bold;
text-decoration: none;
cursor: pointer;
&:hover {
color: #b0b0b0;
}
&.on {
color: #a0a0a0;
}
}
}
}
.playlist {