fix: Use a separate css class for thumbnail menu
This commit is contained in:
parent
92df64f706
commit
bb80bf4144
|
@ -302,7 +302,7 @@ if (!interfaceConfig.filmStripOnly) {
|
||||||
this.container.appendChild(spanElement);
|
this.container.appendChild(spanElement);
|
||||||
|
|
||||||
var menuElement = document.createElement('i');
|
var menuElement = document.createElement('i');
|
||||||
menuElement.className = 'icon-menu-up';
|
menuElement.className = 'icon-menu';
|
||||||
menuElement.title = 'Remote user controls';
|
menuElement.title = 'Remote user controls';
|
||||||
spanElement.appendChild(menuElement);
|
spanElement.appendChild(menuElement);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue