Skip to content

Commit 579d124

Browse files
committed
Improved visibility of overlay actions.
1 parent 7d8ebcc commit 579d124

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/styles/components/_audiovideo.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
margin:auto 0;
244244
width:40px;
245245
padding:3px 0;
246-
background: rgba(0,0,0,0.2);
246+
background: rgba(0,0,0,0.9);
247247
z-index:5;
248248
opacity:0;
249249

@@ -253,6 +253,7 @@
253253
color:#ccc;
254254
cursor:pointer;
255255
text-shadow: 0 0 5px black;
256+
outline: 0;
256257
}
257258
}
258259

0 commit comments

Comments
 (0)