Browse Source

Fixed text shadow in overlayAction buttons.

pull/28/merge
Simon Eisenmann 12 years ago
parent
commit
eb8f98c3fd
  1. 4
      src/styles/components/_audiovideo.scss

4
src/styles/components/_audiovideo.scss

@ -159,7 +159,7 @@
} }
.audiovideo { .audiovideo {
.remoteVideo { .remoteVideo {
display: inline-block; display: inline-block;
width:100%; width:100%;
@ -243,7 +243,6 @@
width:40px; width:40px;
padding:3px 0; padding:3px 0;
background: rgba(0,0,0,0.2); background: rgba(0,0,0,0.2);
text-shadow: 0 0 5px black;
z-index:5; z-index:5;
opacity:0; opacity:0;
@ -252,6 +251,7 @@
display: block; display: block;
color:#ccc; color:#ccc;
cursor:pointer; cursor:pointer;
text-shadow: 0 0 5px black;
} }
} }

Loading…
Cancel
Save