diff options
author | Ole Mathias Heggem <olemathias.aa.heggem@gmail.com> | 2023-01-21 19:07:38 +0100 |
---|---|---|
committer | Ole Mathias Heggem <olemathias.aa.heggem@gmail.com> | 2023-01-21 19:07:38 +0100 |
commit | 709c78569b26677624e60588fa1166dc659ac93c (patch) | |
tree | 2bd5555af31b637d03693b8563fb24b41bf1f22b /web/stream.gathering.org/resources/css/video-js-resolutions.css | |
parent | f5da0d943401e527f5162e9c6344deb65b19b045 (diff) |
chore: cleanup repo
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.css | 33 |
1 files changed, 0 insertions, 33 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 deleted file mode 100644 index 2388623..0000000 --- a/web/stream.gathering.org/resources/css/video-js-resolutions.css +++ /dev/null @@ -1,33 +0,0 @@ -/* 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; -} |