CC-1665: Scheduled stream rebroadcasting and recording

-remove warning icons from playlists with streams
-play icons are now white, not orange
This commit is contained in:
Martin Konecny 2012-08-10 12:53:22 -04:00
parent 41320d0e5d
commit d84ad78984
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if ($item['type'] == 2) {
<span class="ui-icon ui-icon-play"></span>
</div>
<?php elseif ($item['type'] == 1 && $item['exists']): ?>
<div class="big_play ui-state-hover">
<div class="big_play">
<span class="ui-icon ui-icon-play"></span>
</div>
<?php elseif ($item['type'] == 2 && $item['exists']): ?>