Actions
Bug #105205
closedLogin Logo is not context aware (dark mode) in subdir installation
Start date:
2024-10-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Steps to reproduce:
git clone https://github.com/TYPO3/typo3 cd typo3 composer install mkdir subdir cd subdir ln -s .. typo3_src ln -s typo3_src/index.php ln -s typo3_src/typo3 touch FIRST_INSTALL # no install via /subdir/typo3/install.php
Open the Backend login and the color will be incorrect, as the login logo is not inline but rendered via an img
tag.
Files
Actions