Fix(RemoteVideo): Fixes remote video menu icon

This commit is contained in:
yanas 2017-01-04 10:14:53 -06:00 committed by GitHub
parent 2f9887245a
commit a5387b054a
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ if (!interfaceConfig.filmStripOnly) {
this.container.appendChild(spanElement);
var menuElement = document.createElement('i');
menuElement.className = 'icon-menu';
menuElement.className = 'icon-menu-up';
menuElement.title = 'Remote user controls';
spanElement.appendChild(menuElement);