mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 09:07:48 +01:00
Add caption styling
This commit is contained in:
parent
48ad744ebf
commit
8fad0af935
1 changed files with 6 additions and 0 deletions
|
@ -285,6 +285,12 @@ input[type="search"]::-webkit-search-cancel-button {
|
|||
cursor: none;
|
||||
}
|
||||
|
||||
.video-js .vjs-text-track-display > div > div > div {
|
||||
background-color: rgba(0, 0, 0, 0.75) !important;
|
||||
border-radius: 9px !important;
|
||||
padding: 5px !important;
|
||||
}
|
||||
|
||||
.vjs-play-control,
|
||||
.vjs-volume-panel,
|
||||
.vjs-current-time,
|
||||
|
|
Loading…
Reference in a new issue