aboutsummaryrefslogtreecommitdiffstats
path: root/web/stream.gathering.org/resources/css/video-js-resolutions.css
blob: 2388623288dcb6e85e2a4cb75c73f3842fe2a3f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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;
}