Add player settings menu. Closes #1932
This commit is contained in:
@@ -12,3 +12,16 @@
|
||||
.vjs-owncast .vjs-control-bar {
|
||||
background-color: var(--theme-background) !important;
|
||||
}
|
||||
|
||||
// .vjs-airplay .vjs-icon-placeholder::before {
|
||||
// content: url("../img/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";
|
||||
}
|
||||
Reference in New Issue
Block a user