diff --git a/typo3/sysext/beuser/Resources/Private/Templates/Permission/Index.html b/typo3/sysext/beuser/Resources/Private/Templates/Permission/Index.html
index 68f1ca7f9e2784000bb8a0a93fafe212a0bb12fa..124c2193aef297ca2e61fe2b3a98da13bc869ab3 100644
--- a/typo3/sysext/beuser/Resources/Private/Templates/Permission/Index.html
+++ b/typo3/sysext/beuser/Resources/Private/Templates/Permission/Index.html
@@ -84,7 +84,7 @@
 	<h3><f:translate key="LLL:EXT:beuser/Resources/Private/Language/locallang_mod_permission.xlf:Legend" />:</h3>
 	<div class="legend">
 		<div class="pull-left">
-			<f:image src="{f:uri.resource(path:'Images/legend.gif')}" width="90" height="75" alt="" />
+			<f:image src="{f:uri.resource(path:'Images/legend.png')}" alt="" />
 		</div>
 		<small>
 			<strong><f:translate key="LLL:EXT:beuser/Resources/Private/Language/locallang_mod_permission.xlf:1" /></strong>: <f:translate key="LLL:EXT:beuser/Resources/Private/Language/locallang_mod_permission.xlf:1_t" /><br/>
@@ -99,4 +99,4 @@
 		<bu:spriteManagerIcon iconName="status-status-permission-granted" /> <f:translate key="LLL:EXT:beuser/Resources/Private/Language/locallang_mod_permission.xlf:A_Granted" /><br/>
 		<bu:spriteManagerIcon iconName="status-status-permission-denied" /> <f:translate key="LLL:EXT:beuser/Resources/Private/Language/locallang_mod_permission.xlf:A_Denied" />
 	</p>
-</f:section>
\ No newline at end of file
+</f:section>
diff --git a/typo3/sysext/beuser/Resources/Public/Images/legend.gif b/typo3/sysext/beuser/Resources/Public/Images/legend.gif
deleted file mode 100644
index c27a7c90561658e5a733ae18cad8c1fefa018ebe..0000000000000000000000000000000000000000
Binary files a/typo3/sysext/beuser/Resources/Public/Images/legend.gif and /dev/null differ
diff --git a/typo3/sysext/beuser/Resources/Public/Images/legend.png b/typo3/sysext/beuser/Resources/Public/Images/legend.png
new file mode 100644
index 0000000000000000000000000000000000000000..ecc784c0b125e0ddf0050c086e8ab744ecd7d059
Binary files /dev/null and b/typo3/sysext/beuser/Resources/Public/Images/legend.png differ