This commit is contained in:
Kasper Moskwiak 2015-07-27 18:12:42 +02:00
parent 2ef9608d5a
commit 940c95ae67
12 changed files with 452 additions and 0 deletions

View file

@ -0,0 +1,16 @@
.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;
}