Actually it's quite simple...
First locate your rolleshark.css :
- Code: Select all
find /var/subsonic -name rolleshark.css -type f
It sould be under /var/subsonic/jetty/<version of MC>/webapp/style
If you have multiple entries, select the one that match your current MC version.
Edit the file, and locate the following lines (sould be arround #277):
- Code: Select all
.outerpair2 {
background: url(../icons/rolleshark/cd.png) 0 0 no-repeat !important;
Then comment out the background directive :
- Code: Select all
.outerpair2 {
/*background: url(../icons/rolleshark/cd.png) 0 0 no-repeat !important;*/
Purge your cache, refresh the page, et voilà