aboutsummaryrefslogtreecommitdiffstats
path: root/web/stream.gathering.org/resources/css/video-js-resolutions.css
diff options
context:
space:
mode:
authorJoachim Tingvold <joachim@tingvold.com>2015-03-31 05:09:33 +0200
committerJoachim Tingvold <joachim@tingvold.com>2015-03-31 05:09:33 +0200
commit381e194162092e6ca6d1da2248a41af8b4f7208d (patch)
tree224c1f7003a1ff3f9a5f4d844c1bea3c86f88958 /web/stream.gathering.org/resources/css/video-js-resolutions.css
parent191df1949e2e05eb20b49d5cb31afc7a1f70da91 (diff)
parente3d7c5cc86fedb458d9b091ca12245c01e7f285d (diff)
Merge branch 'master' of github.com:tech-server/tgmanage
Diffstat (limited to 'web/stream.gathering.org/resources/css/video-js-resolutions.css')
-rw-r--r--web/stream.gathering.org/resources/css/video-js-resolutions.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/web/stream.gathering.org/resources/css/video-js-resolutions.css b/web/stream.gathering.org/resources/css/video-js-resolutions.css
new file mode 100644
index 0000000..2388623
--- /dev/null
+++ b/web/stream.gathering.org/resources/css/video-js-resolutions.css
@@ -0,0 +1,33 @@
+/* Resolutions
+-------------------------------------------------------------------------------- */
+
+@font-face{
+ font-family: 'VideoJS-Resolutions';
+ src: url('Font/fonts/VideoJS-Resolutions.eot');
+ src: url('Font/fonts/VideoJS-Resolutions.eot?#iefix') format('embedded-opentype'),
+ url('Font/fonts/VideoJS-Resolutions.woff') format('woff'),
+ url('Font/fonts/VideoJS-Resolutions.ttf') format('truetype');
+ font-weight: normal;
+ font-style: normal;
+}
+
+.vjs-default-skin .vjs-resolutions-button {
+ width: 5em;
+ cursor: pointer !important;
+}
+
+/* Resolutions Icon */
+
+.vjs-default-skin .vjs-resolutions-button .vjs-control-content:before {
+ font-family: VideoJS-Resolutions;
+ font-size: 1.5em;
+ line-height: 2em;
+ content: "\e000"; /* Gear icon */
+ width: 17px;
+ height: 17px;
+ margin: 0.5em auto 0;
+}
+
+.vjs-default-skin .vjs-control-content:hover:before {
+text-shadow: 0em 0em 1em #FFF;
+}