Browse Source

Merge pull request #740 from 0x70b1a5/master

remove black border on video mute/spoiler buttons
closed-social-glitch-2
Eugen 7 years ago
committed by GitHub
parent
commit
09b4b65fde
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/assets/javascripts/components/components/video_player.jsx

+ 2
- 2
app/assets/javascripts/components/components/video_player.jsx View File

@ -24,7 +24,7 @@ const muteStyle = {
top: '10px',
right: '10px',
color: 'white',
boxShadow: '1px 1px 1px #000';,
textShadow: "0px 1px 1px black, 1px 0px 1px black";,
opacity: '0.8',
zIndex: '5'
};
@ -57,7 +57,7 @@ const spoilerButtonStyle = {
top: '6px',
left: '8px',
color: 'white',
boxShadow: '1px 1px 1px #000';,
textShadow: "0px 1px 1px black, 1px 0px 1px black";,
zIndex: '100'
};

Loading…
Cancel
Save