mirror of
https://github.com/kmoskwiak/videojs-resolution-switcher.git
synced 2025-10-03 01:39:19 +02:00
Merge branch 'feature/disable-text-transform-for-resolution-menu' of git://github.com/gkralik/videojs-resolution-switcher into gkralik-feature/disable-text-transform-for-resolution-menu
This commit is contained in:
commit
b964dd0c0f
1 changed files with 4 additions and 0 deletions
|
@ -28,3 +28,7 @@
|
|||
.vjs-resolution-button .vjs-menu {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.vjs-resolution-button .vjs-menu li {
|
||||
text-transform: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue