mirror of
https://github.com/kmoskwiak/videojs-resolution-switcher.git
synced 2025-10-03 01:39:19 +02:00
keep font-family when .vjs-menu-icon is applied
This commit is contained in:
parent
c1a41a4635
commit
a8703b16e7
1 changed files with 2 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue