videojs-resolution-switcher/lib/videojs-resolution-switcher.css
2015-08-18 18:42:16 +02:00

17 lines
267 B
CSS

.vjs-resolution-button {
color: #ccc;
font-family: VideoJS
}
.vjs-resolution-button:before {
content: '\f110'
}
.vjs-resolution-button ul.vjs-menu-content {
width: 4em !important;
right: -7em !important;
}
.vjs-resolution-button .vjs-menu {
left: 0;
}