]> cat aescling's git repositories - mastodon.git/commitdiff
remove black border on buttons
authorTobias Merkle <tgamerkle@gmail.com>
Sun, 2 Apr 2017 18:54:24 +0000 (14:54 -0400)
committerTobias Merkle <tgamerkle@gmail.com>
Sun, 2 Apr 2017 18:54:24 +0000 (14:54 -0400)
app/assets/javascripts/components/components/video_player.jsx

index 1d41c14d4ba31df51c60d332c119b91e43a2517d..92079387d409383f5ada42946e722503c6b0ec69 100644 (file)
@@ -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'
 };