mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Add title overlay to embedded videos
This commit is contained in:
parent
ef8c9f093c
commit
9122f8acee
6 changed files with 41 additions and 0 deletions
|
@ -351,6 +351,12 @@ span > select {
|
|||
background-color: rgba(0, 182, 240, 1);
|
||||
}
|
||||
|
||||
/* Overlay */
|
||||
.video-js .vjs-overlay {
|
||||
background-color: rgba(35, 35, 35, 0.5);
|
||||
color: rgba(255, 255, 255, 1);
|
||||
}
|
||||
|
||||
/* ProgressBar marker */
|
||||
.vjs-marker {
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue