mirror of
https://github.com/kmoskwiak/videojs-resolution-switcher.git
synced 2025-10-03 17:59:42 +02:00
16 lines
241 B
CSS
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;
|
|
}
|