Commit a6852eef by Kyle Fiedler Committed by Prem Sichanugrist

Sprited vcr controlls and added default bg image

parent fe849ded
...@@ -148,9 +148,10 @@ section.course-content { ...@@ -148,9 +148,10 @@ section.course-content {
text-indent: -9999px; text-indent: -9999px;
@include transition(); @include transition();
width: 14px; width: 14px;
background: url('../images/vcr.png') 15px 15px no-repeat;
&.play { &.play {
background: url('../images/play-icon.png') center center no-repeat; background-position: 17px -114px;
&:hover { &:hover {
background-color: #444; background-color: #444;
...@@ -158,7 +159,7 @@ section.course-content { ...@@ -158,7 +159,7 @@ section.course-content {
} }
&.pause { &.pause {
background: url('../images/pause-icon.png') center center no-repeat; background-position: 16px -50px;
&:hover { &:hover {
background-color: #444; background-color: #444;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment