mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Add http-source-selector
This commit is contained in:
parent
5ce72a3461
commit
075adb4f03
13 changed files with 50 additions and 2079 deletions
|
@ -279,7 +279,8 @@ input[type="search"]::-webkit-search-cancel-button {
|
|||
order: 2;
|
||||
}
|
||||
|
||||
.vjs-quality-selector {
|
||||
.vjs-quality-selector,
|
||||
.video-js .vjs-http-source-selector {
|
||||
order: 3;
|
||||
}
|
||||
|
||||
|
@ -300,6 +301,10 @@ input[type="search"]::-webkit-search-cancel-button {
|
|||
flex-direction: row;
|
||||
}
|
||||
|
||||
.video-js .vjs-icon-cog {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.video-js .vjs-control-bar,
|
||||
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
||||
background-color: rgba(35, 35, 35, 0.75);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue