summaryrefslogtreecommitdiff
path: root/static/style.css
blob: d086227d70206e5a0092bfe91ba572dc3464be74 (plain)
1
2
3
4
5
6
7
8
9
ul#song-links { list-style-type: none; }
ul#song-links a { text-decoration: none; color: inherit; }
ul#song-links a:hover { text-decoration: underline; }
a.dir { background-image: url('/static/icons/folder.png'); }
a.file { background-image: url('/static/icons/music.png'); }
a.file-cached { background-image: url('/static/icons/music-cached.png'); }
a.dir, a.file { background-repeat: no-repeat; padding-left: 20px; }
a.file-recoding { background-image: url('/static/icons/loading.gif'); }
a.file-queued { background-image: url('/static/icons/music-queued.png'); }