You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
633 B
27 lines
633 B
/* Change all text and icon colors in the player. */ |
|
.vjs-owncast.video-js { |
|
color: var(--theme-unknown-2); |
|
} |
|
|
|
.vjs-owncast .vjs-big-play-button { |
|
z-index: 10; |
|
border-color: var(--theme-unknown) !important; |
|
border-radius: var(--theme-rounded-corners) !important; |
|
} |
|
|
|
.vjs-owncast .vjs-control-bar { |
|
background-color: var(--theme-unknown) !important; |
|
} |
|
|
|
.vjs-airplay .vjs-icon-placeholder::before { |
|
content: url('./airplay.png'); |
|
} |
|
|
|
.vjs-quality-selector .vjs-icon-placeholder { |
|
font-family: VideoJS; |
|
font-weight: 400; |
|
font-style: normal; |
|
} |
|
.vjs-quality-selector .vjs-icon-placeholder::before { |
|
content: '\f110'; |
|
}
|
|
|