player invisible buttons
Using Jamroom
When I inspect http://blindmime.com/ I see this for the CSS
.jr_audio_dark_player a.jp-play {
background: url("{$jrAudio_img_url}/jplayer_dark.png") 0 0 no-repeat;
When I inspect http://tapegerm.com/
I see this code for the CSS
.jr_audio_player_dark a.jp-play {
background: url("http://tapegerm.com/image/img/module/jrAudio/jr_player_midnight.png") 0 0 no-repeat;
for some reason the variable {$jrAudio_img_url} is not being converted into the correct URL for the jr_player_midnight.png image on http://blindmime.com/
You could try to reload the jrAudio module via ACP > Marketplace > Tools > Reload Modules And Skins then run the integrity check tool and reset your cache to see if that fixes it.
Hope this helps!