about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorTobias Merkle <tgamerkle@gmail.com>2017-04-01 21:02:30 -0400
committerTobias Merkle <tgamerkle@gmail.com>2017-04-01 21:02:30 -0400
commitae439784332e044749ce14153069de09fbd1abbd (patch)
tree269f1968fd61ea5f7e8b7c81800469c05d3cf4f3 /app
parent0f05643f5ded237ed53f3f454fd32e14dcbc2b8c (diff)
improve video button visibililty
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/components/components/video_player.jsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/javascripts/components/components/video_player.jsx b/app/assets/javascripts/components/components/video_player.jsx
index 92597a2ec..1d41c14d4 100644
--- a/app/assets/javascripts/components/components/video_player.jsx
+++ b/app/assets/javascripts/components/components/video_player.jsx
@@ -23,6 +23,8 @@ const muteStyle = {
   position: 'absolute',
   top: '10px',
   right: '10px',
+  color: 'white',
+  boxShadow: '1px 1px 1px #000',
   opacity: '0.8',
   zIndex: '5'
 };
@@ -54,6 +56,8 @@ const spoilerButtonStyle = {
   position: 'absolute',
   top: '6px',
   left: '8px',
+  color: 'white',
+  boxShadow: '1px 1px 1px #000',
   zIndex: '100'
 };