mirror of
https://github.com/kmoskwiak/videojs-resolution-switcher.git
synced 2025-10-03 17:59:42 +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-family: VideoJS;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vjs-resolution-button.vjs-menu-icon:before {
|
|
||||||
content: '\f110';
|
|
||||||
}
|
|
||||||
|
|
||||||
.vjs-resolution-button .vjs-resolution-button-label {
|
.vjs-resolution-button .vjs-resolution-button-label {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
line-height: 3em;
|
line-height: 3em;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue