videojs-resolution-switcher/lib/videojs-resolution-switcher.css
Kasper Moskwiak 940c95ae67 init
2015-07-27 18:12:42 +02:00

16 lines
241 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;
}
.vjs-resolution-button .vjs-menu {
left: 0;
}