From eb8f98c3fdb5721725b5fb2b891900358211aa95 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Thu, 24 Apr 2014 16:37:00 +0200 Subject: [PATCH] Fixed text shadow in overlayAction buttons. --- src/styles/components/_audiovideo.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/components/_audiovideo.scss b/src/styles/components/_audiovideo.scss index 1ed69a23..4337d6cc 100644 --- a/src/styles/components/_audiovideo.scss +++ b/src/styles/components/_audiovideo.scss @@ -159,7 +159,7 @@ } .audiovideo { - + .remoteVideo { display: inline-block; width:100%; @@ -243,7 +243,6 @@ width:40px; padding:3px 0; background: rgba(0,0,0,0.2); - text-shadow: 0 0 5px black; z-index:5; opacity:0; @@ -252,6 +251,7 @@ display: block; color:#ccc; cursor:pointer; + text-shadow: 0 0 5px black; } }