--- a/cms/app-client/app/templates/components/toolbar-component.hbs Tue Oct 18 20:39:34 2016 +0530
+++ b/cms/app-client/app/templates/components/toolbar-component.hbs Thu Oct 20 12:54:07 2016 +0530
@@ -4,6 +4,6 @@
<li {{ action 'display' 'transcript'}} class="{{if (eq player.window 'transcript') 'active'}}">Transcript</li>
{{/if}}
{{#if player.model.video}}
- <li {{ action 'display' 'video'}} class="{{if player.videoscreen 'active'}}">Video</li>
+ <li {{ action 'display' 'video'}} class="video {{if player.videoscreen 'active'}}">Video</li>
{{/if}}
</ul>
\ No newline at end of file