about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorTobias Merkle <tgamerkle@gmail.com>2017-04-02 14:54:24 -0400
committerTobias Merkle <tgamerkle@gmail.com>2017-04-02 14:54:24 -0400
commitca21be3e16b77fd1223a974a1a3f7616d63f4a0b (patch)
tree5116f33af6b8db63c730d6021c7a80945462a4f0 /app
parentae439784332e044749ce14153069de09fbd1abbd (diff)
remove black border on buttons
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/components/components/video_player.jsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/javascripts/components/components/video_player.jsx b/app/assets/javascripts/components/components/video_player.jsx
index 1d41c14d4..92079387d 100644
--- a/app/assets/javascripts/components/components/video_player.jsx
+++ b/app/assets/javascripts/components/components/video_player.jsx
@@ -23,8 +23,8 @@ const muteStyle = {
   position: 'absolute',
   top: '10px',
   right: '10px',
-  color: 'white',
-  boxShadow: '1px 1px 1px #000',
+  color: white,
+  textShadow: "0px 1px 1px black, 1px 0px 1px black",
   opacity: '0.8',
   zIndex: '5'
 };
@@ -56,8 +56,8 @@ const spoilerButtonStyle = {
   position: 'absolute',
   top: '6px',
   left: '8px',
-  color: 'white',
-  boxShadow: '1px 1px 1px #000',
+  color: white,
+  textShadow: "0px 1px 1px black, 1px 0px 1px black",
   zIndex: '100'
 };