Browse Source

Fix(RemoteVideo): Fixes remote video menu icon

master
yanas 8 years ago
parent
commit
a5387b054a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/UI/videolayout/RemoteVideo.js

+ 1
- 1
modules/UI/videolayout/RemoteVideo.js View File

311
         this.container.appendChild(spanElement);
311
         this.container.appendChild(spanElement);
312
 
312
 
313
         var menuElement = document.createElement('i');
313
         var menuElement = document.createElement('i');
314
-        menuElement.className = 'icon-menu';
314
+        menuElement.className = 'icon-menu-up';
315
         menuElement.title = 'Remote user controls';
315
         menuElement.title = 'Remote user controls';
316
         spanElement.appendChild(menuElement);
316
         spanElement.appendChild(menuElement);
317
 
317
 

Loading…
Cancel
Save