From baf3f1340e29b918a8428f808294c0ea0c31705b Mon Sep 17 00:00:00 2001 From: Kasper Moskwiak Date: Wed, 16 Sep 2015 18:59:33 +0200 Subject: [PATCH] update videojs to 5.0.0-rc.90 --- lib/videojs-resolution-switcher.css | 1 - package.json | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/videojs-resolution-switcher.css b/lib/videojs-resolution-switcher.css index d82c8d6..a2224ce 100644 --- a/lib/videojs-resolution-switcher.css +++ b/lib/videojs-resolution-switcher.css @@ -23,7 +23,6 @@ .vjs-resolution-button ul.vjs-menu-content { width: 4em !important; - right: -7em !important; } .vjs-resolution-button .vjs-menu { diff --git a/package.json b/package.json index 941b590..8e0c695 100644 --- a/package.json +++ b/package.json @@ -20,10 +20,10 @@ "grunt-contrib-uglify": "^0.2", "grunt-contrib-watch": "^0.4", - "video.js": "^5.0.0-rc.72", + "video.js": "^5.0.0-rc.90", "qunitjs": "^1.12" }, "peerDependencies": { - "video.js": "^5.0.0-rc.72" + "video.js": "^5.0.0-rc.90" } }