Sprited vcr controlls and added default bg image
This commit is contained in:
committed by
Prem Sichanugrist
parent
fe849dedd9
commit
a6852eefb8
Binary file not shown.
|
Before Width: | Height: | Size: 102 B |
Binary file not shown.
|
Before Width: | Height: | Size: 179 B |
BIN
static/images/vcr.png
Normal file
BIN
static/images/vcr.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 584 B |
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user