Merge pull request #740 from 0x70b1a5/master

remove black border on video mute/spoiler buttons
This commit is contained in:
Eugen 2017-04-02 22:22:56 +02:00 committed by GitHub
commit 09b4b65fde
1 changed files with 2 additions and 2 deletions

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'
};