Merge pull request #1228 from jitsi/fix-menu-icon

Fix(RemoteVideo): Fixes remote video menu icon
This commit is contained in:
hristoterezov 2017-01-04 10:18:41 -06:00 committed by GitHub
commit 29001c3ab0
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);