forked from yennamthien24/video-js-resolutions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
video-js-resolutions.css
33 lines (28 loc) · 921 Bytes
/
video-js-resolutions.css
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;
}