diff --git a/static/images/pause-icon.png b/static/images/pause-icon.png deleted file mode 100644 index e3eac51947..0000000000 Binary files a/static/images/pause-icon.png and /dev/null differ diff --git a/static/images/play-icon.png b/static/images/play-icon.png deleted file mode 100644 index 2888b1c271..0000000000 Binary files a/static/images/play-icon.png and /dev/null differ diff --git a/static/images/vcr.png b/static/images/vcr.png new file mode 100644 index 0000000000..aa2ac99e47 Binary files /dev/null and b/static/images/vcr.png differ diff --git a/static/sass/courseware/_video.scss b/static/sass/courseware/_video.scss index 9fc3b4eb3d..6420379f2b 100644 --- a/static/sass/courseware/_video.scss +++ b/static/sass/courseware/_video.scss @@ -148,9 +148,10 @@ section.course-content { text-indent: -9999px; @include transition(); width: 14px; + background: url('../images/vcr.png') 15px 15px no-repeat; &.play { - background: url('../images/play-icon.png') center center no-repeat; + background-position: 17px -114px; &:hover { background-color: #444; @@ -158,7 +159,7 @@ section.course-content { } &.pause { - background: url('../images/pause-icon.png') center center no-repeat; + background-position: 16px -50px; &:hover { background-color: #444;