Skip to content

Instantly share code, notes, and snippets.

@yourdesigncoza
Created August 18, 2013 11:19
Show Gist options
  • Save yourdesigncoza/6261168 to your computer and use it in GitHub Desktop.
Save yourdesigncoza/6261168 to your computer and use it in GitHub Desktop.
Style WordPress media elements : video controls
/*----------------------------------------LAUDES----------------------------------------*/
/* Mediaelements Controls */
/*--------------------------------------------------------------------------------------*/
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
background: #191919;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
background: #111111;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
background: #FF7D34;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
background: #333333;
}
.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
border-radius: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment