diff --git a/lib/videojs-resolution-switcher.css b/lib/videojs-resolution-switcher.css index ac03f75..085b11f 100644 --- a/lib/videojs-resolution-switcher.css +++ b/lib/videojs-resolution-switcher.css @@ -1,13 +1,10 @@ -.vjs-resolution-button.vjs-menu-icon { +.vjs-resolution-button.vjs-menu-icon:before { + content: '\f110'; font-family: VideoJS; font-weight: normal; font-style: normal; } -.vjs-resolution-button.vjs-menu-icon:before { - content: '\f110'; -} - .vjs-resolution-button .vjs-resolution-button-label { font-size: 1em; line-height: 3em;