Added css styles for the media player
This commit is contained in:
parent
60f43b5842
commit
73576898b1
1 changed files with 24 additions and 0 deletions
|
@ -165,6 +165,30 @@
|
|||
background-image:url(../icons/television.png) !important;
|
||||
}
|
||||
|
||||
.eye {
|
||||
background-image:url(../icons/eye.png) !important;
|
||||
}
|
||||
|
||||
.control_play {
|
||||
background-image:url(../icons/control_play.png) !important;
|
||||
}
|
||||
|
||||
.control_pause {
|
||||
background-image:url(../icons/control_pause.png) !important;
|
||||
}
|
||||
|
||||
.control_stop {
|
||||
background-image:url(../icons/control_stop.png) !important;
|
||||
}
|
||||
|
||||
.control_volume {
|
||||
background-image:url(../icons/sound.png) !important;
|
||||
}
|
||||
|
||||
.control_fullscreen {
|
||||
background-image:url(../icons/arrow_out.png) !important;
|
||||
}
|
||||
|
||||
.newspaper {
|
||||
background-image:url(../icons/newspaper.png) !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue