mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Fix font color for captions button
This commit is contained in:
parent
bdfe170c3b
commit
bb15dc57a4
1 changed files with 5 additions and 0 deletions
|
@ -327,6 +327,11 @@ input[type="search"]::-webkit-search-cancel-button {
|
|||
background-color: rgba(15, 15, 15, 0.5);
|
||||
}
|
||||
|
||||
fieldset > select,
|
||||
span > select {
|
||||
color: rgba(49, 49, 51, 1);
|
||||
}
|
||||
|
||||
.video-js .vjs-load-progress,
|
||||
.video-js .vjs-load-progress div {
|
||||
background: rgba(87, 87, 88, 1);
|
||||
|
|
Loading…
Reference in a new issue