--- a/cms/app-client/app/styles/results.scss Tue Jan 19 19:06:17 2016 +0100
+++ b/cms/app-client/app/styles/results.scss Wed Jan 20 00:15:46 2016 +0100
@@ -74,8 +74,18 @@
margin-top: 10px;
}
-.result-item.playing .fa {
- // background: url('images/playing.gif') no-repeat;
+.playing-indicator{
+ color: #287288;
+}
+
+.result-item.playing .playing-indicator {
+ background: rgba(0, 0, 0, 0) url("images/equalizer.png") no-repeat scroll 0 0 / 15px auto;
+ height: 14px;
+ margin: 2px 7px;
+ width: 15px;
+}
+.result-item.playing .playing-indicator:before {
+ content: none;
}
.result-item button{