logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 3ffa27e8129ade27f4f02d462aeab366a1e06b0b
parent: 0f05643f5ded237ed53f3f454fd32e14dcbc2b8c
Author: Eugen <eugen@zeonfederated.com>
Date:   Sun,  2 Apr 2017 03:15:22 +0200

Merge pull request #720 from 0x70b1a5/master

improve video button visibililty (issue #713)

Diffstat:

Mapp/assets/javascripts/components/components/video_player.jsx4++++
1 file 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 @@ -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' };