summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorOmar Roth <omarroth@protonmail.com>2019-05-11 11:09:45 -0500
committerOmar Roth <omarroth@protonmail.com>2019-05-11 11:09:45 -0500
commitbb15dc57a45a392f53b211883a45fec0bb370b13 (patch)
tree6e8c5ebfafb3647405b78c5221d3fda766f4a93e /assets
parentbdfe170c3b8721c5afe5f7e1fc7abe14308dd98a (diff)
downloadinvidious-bb15dc57a45a392f53b211883a45fec0bb370b13.tar.gz
invidious-bb15dc57a45a392f53b211883a45fec0bb370b13.tar.bz2
invidious-bb15dc57a45a392f53b211883a45fec0bb370b13.zip
Fix font color for captions button
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index c680b0c2..d48f6bb8 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -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);