summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Roth <omarroth@protonmail.com>2019-06-30 13:32:33 -0500
committerOmar Roth <omarroth@protonmail.com>2019-06-30 22:46:08 -0500
commit8fad0af935275d6894ad11442b6024f9065f59f7 (patch)
tree5654af66bb9ac425fc02409726bf778f31ee703d
parent48ad744ebfca0437b1cb6d91c155e31dffe7f2b6 (diff)
downloadinvidious-8fad0af935275d6894ad11442b6024f9065f59f7.tar.gz
invidious-8fad0af935275d6894ad11442b6024f9065f59f7.tar.bz2
invidious-8fad0af935275d6894ad11442b6024f9065f59f7.zip
Add caption styling
-rw-r--r--assets/css/default.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 4820878f..3084a3ed 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -285,6 +285,12 @@ input[type="search"]::-webkit-search-cancel-button {
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-volume-panel,
.vjs-current-time,