]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
webTV: changed icon full screen
authorPiotr Kuchciak <piotr.kuchciak@gmail.com>
Tue, 28 Oct 2014 16:02:23 +0000 (17:02 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 28 Oct 2014 20:08:29 +0000 (21:08 +0100)
src/webui/static/app/ext.css
src/webui/static/icons/full_screen.png [new file with mode: 0644]

index 29cd3c661fcadf93c660f0684468c2865a896780..b57eea5fef94576a150f81dfb0b218dfbf21357a 100644 (file)
 }
 
 .control_fullscreen {
-    background-image: url(../icons/arrow_out.png) !important;
+    background-image: url(../icons/full_screen.png) !important;
 }
 
 .newspaper {
diff --git a/src/webui/static/icons/full_screen.png b/src/webui/static/icons/full_screen.png
new file mode 100644 (file)
index 0000000..38225a4
Binary files /dev/null and b/src/webui/static/icons/full_screen.png differ