diff --git a/webroot/img/video-settings.png b/webroot/img/video-settings.png deleted file mode 100644 index a7a97a051..000000000 Binary files a/webroot/img/video-settings.png and /dev/null differ diff --git a/webroot/js/components/player.js b/webroot/js/components/player.js index cf7f28d2c..265eac6f1 100644 --- a/webroot/js/components/player.js +++ b/webroot/js/components/player.js @@ -168,8 +168,6 @@ class OwncastPlayer { MenuButtonClass.call(this, player); }, - handleClick: function () {}, - createItems: function () { const defaultAutoItem = new MenuItem(player, { selectable: true, @@ -224,7 +222,6 @@ class OwncastPlayer { {}, player.controlBar.children_.length - 2 ); - this.qualityMenuButton = menuButton; }.bind(this) ); diff --git a/webroot/styles/video.css b/webroot/styles/video.css index feb38b624..66284ff28 100644 --- a/webroot/styles/video.css +++ b/webroot/styles/video.css @@ -14,8 +14,13 @@ video.video-js { content: url("../img/airplay.png"); } +.vjs-quality-selector .vjs-icon-placeholder { + font-family: VideoJS; + font-weight: 400; + font-style: normal; +} .vjs-quality-selector .vjs-icon-placeholder::before { - content: url("../img/video-settings.png"); + content: "\f110"; } .vjs-big-play-button {