diff --git typo3/sysext/t3skin/images/backgrounds/module-menu-top.png typo3/sysext/t3skin/images/backgrounds/module-menu-top.png index 79bd3e2..53cd245 100644 Binary files typo3/sysext/t3skin/images/backgrounds/module-menu-top.png and typo3/sysext/t3skin/images/backgrounds/module-menu-top.png differ diff --git typo3/sysext/t3skin/stylesheets/visual/login_screen.css typo3/sysext/t3skin/stylesheets/visual/login_screen.css index bb2310f..aff124e 100644 --- typo3/sysext/t3skin/stylesheets/visual/login_screen.css +++ typo3/sysext/t3skin/stylesheets/visual/login_screen.css @@ -8,7 +8,7 @@ body#typo3-index-php { background: #4f4f4f; background-attachment: fixed; - background-image: url('../../images/login/background.png'); + background-image: url('../../images/login/background.gif'); background-repeat: repeat-x; } @@ -62,7 +62,7 @@ body#typo3-index-php .t3-login-field input { font-size: 11px; line-height: 19px; -webkit-appearance: textfield; - + } body#typo3-index-php #t3-login-form-fields { diff --git typo3/sysext/t3skin/stylesheets/visual/module_menu.css typo3/sysext/t3skin/stylesheets/visual/module_menu.css index fe6b653..7d17112 100644 --- typo3/sysext/t3skin/stylesheets/visual/module_menu.css +++ typo3/sysext/t3skin/stylesheets/visual/module_menu.css @@ -12,7 +12,7 @@ $Id$ } #typo3-menu { - background-image: url('../../images/backgrounds/module-menu-top.png'); + background-image: url('../../images/backgrounds/module-menu-top.gif'); background-position: right top; background-repeat: no-repeat; }