diff --git a/common/lib/xmodule/xmodule/css/video/display.scss b/common/lib/xmodule/xmodule/css/video/display.scss index ad130c50e0..63d3a38844 100644 --- a/common/lib/xmodule/xmodule/css/video/display.scss +++ b/common/lib/xmodule/xmodule/css/video/display.scss @@ -839,12 +839,28 @@ div.video { background-size: 15%; } - .btn-play { - text-indent: -999px; - overflow: hidden; + .btn-play.btn-pre-roll { + padding: $baseline; border: none; + border-radius: $baseline; + background: $black-t2; box-shadow: none; - line-height: 0; + + &:after { + // the button class, ties to functionality, also uses an icon font + // we're overriding it here so we can use our image instead + display: none; + } + + img { + height: ($baseline * 4); + width: ($baseline * 4); + } + + &:hover, + &:focus { + background: $blue; + } } } } diff --git a/common/lib/xmodule/xmodule/js/src/video/09_poster.js b/common/lib/xmodule/xmodule/js/src/video/09_poster.js index b243200a30..ba5da94c77 100644 --- a/common/lib/xmodule/xmodule/js/src/video/09_poster.js +++ b/common/lib/xmodule/xmodule/js/src/video/09_poster.js @@ -25,7 +25,10 @@ define('video/09_poster.js', [], function () { template: _.template([ '