forked from midou/invidious
Add caption styling
This commit is contained in:
parent
48ad744ebf
commit
8fad0af935
@ -285,6 +285,12 @@ input[type="search"]::-webkit-search-cancel-button {
|
|||||||
cursor: none;
|
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-play-control,
|
||||||
.vjs-volume-panel,
|
.vjs-volume-panel,
|
||||||
.vjs-current-time,
|
.vjs-current-time,
|
||||||
|
Loading…
Reference in New Issue
Block a user