Skip to content
Snippets Groups Projects
Commit 82d46b35 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

Hide the unneeded mediaelement.js play button

User can just click on the video or use the controls. Safari has a glitch where the play button doesn't fade out unless you scroll the page
parent 2065135d
Branches
No related tags found
2 merge requests!44Remove /ucomm from Apache includes,!42 Hide the unneeded mediaelement.js play button
......@@ -360,6 +360,9 @@ a[class^="quick-link-"] {
background-size: 4.499em;
}
}
.wdn-video-band .mejs-overlay-button {
display: none;
}
.wdn-video-band img {
display: block;
}
......
......@@ -452,6 +452,8 @@ a[class^="quick-link-"] {
.wdn-video-band {
.mejs-overlay-button { display: none; }
img {
display: block;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment