Index: typo3/sysext/t3skin/ext_tables.php =================================================================== --- typo3/sysext/t3skin/ext_tables.php (revision 8034) +++ typo3/sysext/t3skin/ext_tables.php (working copy) @@ -138,7 +138,7 @@ )); // Logo at login screen - $TBE_STYLES['logo_login'] = $temp_eP . 'images/login/typo3logo-white.png'; + $TBE_STYLES['logo_login'] = $temp_eP . 'images/login/typo3logo-white-greyback.gif'; // extJS theme $TBE_STYLES['extJS']['theme'] = $temp_eP . 'extjs/xtheme-t3skin.css'; Index: typo3/sysext/t3skin/stylesheets/ie6/z_t3-icons-gifSprites.css =================================================================== --- typo3/sysext/t3skin/stylesheets/ie6/z_t3-icons-gifSprites.css (revision 8034) +++ typo3/sysext/t3skin/stylesheets/ie6/z_t3-icons-gifSprites.css (working copy) @@ -18,3 +18,11 @@ .t3-icon-status { background-image:url('../../images/sprites/t3-icon-status.gif'); } + +#t3-login-form-inner .shadow-box-top-428 { + background-image:url('../../typo3/sysext/t3skin/images/shadows/box-top-428.gif'); +} + +#t3-login-form-inner .shadow-box-bottom-424 { + background-image:url('../../typo3/sysext/t3skin/images/shadows/box-bottom-424.gif'); +} \ No newline at end of file