diff --git a/src/webui/static/app/ext.css b/src/webui/static/app/ext.css index b4bd001d..47a4a216 100644 --- a/src/webui/static/app/ext.css +++ b/src/webui/static/app/ext.css @@ -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; }