diff --git a/src/components/emby-select/emby-select.js b/src/components/emby-select/emby-select.js index 80e34677f7..3cf4d6774d 100644 --- a/src/components/emby-select/emby-select.js +++ b/src/components/emby-select/emby-select.js @@ -116,13 +116,7 @@ define(['layoutManager', 'browser', 'actionsheet', 'css!./emby-select', 'registe inputId++; } - if (!browser.firefox) { - this.classList.add('emby-select-withcolor'); - - if (layoutManager.tv) { - this.classList.add('emby-select-tv-withcolor'); - } - } + this.classList.add('emby-select-withcolor'); if (layoutManager.tv) { this.classList.add('emby-select-focusscale'); @@ -165,4 +159,4 @@ define(['layoutManager', 'browser', 'actionsheet', 'css!./emby-select', 'registe prototype: EmbySelectPrototype, extends: 'select' }); -}); \ No newline at end of file +});