Actions
Bug #89990
closedWrong reference to big-f0f0f0.gif in xtheme-t3skin.css
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2019-12-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.2
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
Hello,
in TYPO3 8.7.30 (and all previous versions of TYPO3 8.7 too) in file typo3/sysext/core/Resources/Public/ExtJs/xtheme-t3skin.css in line 493 and 517 are references to ../images/spinner/big-f0f0f0.gif for the background-image url.
The folder typo3/sysext/core/Resources/Public/images/spinner doesn't exist. The file big-f0f0f0.gif resides in folder typo3/sysext/core/Resources/Public/ExtJs/images, so it should be:
background-image: url("images/big-f0f0f0.gif");
Cheers, Tobias
Actions