cms/app-client/app/styles/results.scss
changeset 87 24fef043ea0b
parent 84 36f84e8f1ad5
child 95 f7ab931581af
equal deleted inserted replaced
86:15ded106ef1a 87:24fef043ea0b
    72 
    72 
    73 .result-item .description{
    73 .result-item .description{
    74   margin-top: 10px;
    74   margin-top: 10px;
    75 }
    75 }
    76 
    76 
    77 .result-item.playing .fa {
    77 .playing-indicator{
    78   // background: url('images/playing.gif') no-repeat;
    78     color: #287288;
       
    79 }
       
    80 
       
    81 .result-item.playing .playing-indicator {
       
    82   background: rgba(0, 0, 0, 0) url("images/equalizer.png") no-repeat scroll 0 0 / 15px auto;
       
    83   height: 14px;
       
    84   margin: 2px 7px;
       
    85   width: 15px;
       
    86 }
       
    87 .result-item.playing .playing-indicator:before {
       
    88   content: none;
    79 }
    89 }
    80 
    90 
    81 .result-item button{
    91 .result-item button{
    82   margin-top: 5px;
    92   margin-top: 5px;
    83 }
    93 }