Browse Source

Improved visibility of overlay actions.

pull/28/merge
Simon Eisenmann 12 years ago
parent
commit
579d124707
  1. 3
      src/styles/components/_audiovideo.scss

3
src/styles/components/_audiovideo.scss

@ -243,7 +243,7 @@
margin:auto 0; margin:auto 0;
width:40px; width:40px;
padding:3px 0; padding:3px 0;
background: rgba(0,0,0,0.2); background: rgba(0,0,0,0.9);
z-index:5; z-index:5;
opacity:0; opacity:0;
@ -253,6 +253,7 @@
color:#ccc; color:#ccc;
cursor:pointer; cursor:pointer;
text-shadow: 0 0 5px black; text-shadow: 0 0 5px black;
outline: 0;
} }
} }

Loading…
Cancel
Save