mirror of https://github.com/iv-org/invidious.git
Fix font color for captions button
This commit is contained in:
parent
bdfe170c3b
commit
bb15dc57a4
|
@ -327,6 +327,11 @@ input[type="search"]::-webkit-search-cancel-button {
|
||||||
background-color: rgba(15, 15, 15, 0.5);
|
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,
|
||||||
.video-js .vjs-load-progress div {
|
.video-js .vjs-load-progress div {
|
||||||
background: rgba(87, 87, 88, 1);
|
background: rgba(87, 87, 88, 1);
|
||||||
|
|
Loading…
Reference in New Issue