Actions
Bug #55799
closedFix CSS-path to default .t3-icon image
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-02-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Wrong here:
typo3/sysext/backend/Resources/Public/Css/visual/main_content.css
17: background-image:url('../../gfx/icon_fatalerror.gif');
There is no such icon below typo3/sysext/backend/Resources/Public/gfx/icon_fatalerror.gif.
Candidates are:
./typo3/gfx/icon_fatalerror.gif
./typo3/sysext/t3skin/icons/gfx/icon_fatalerror.gif
Usually the default-icon is overwritten in CSS anyhow by specifying the icon to use, so the bug does not show. But the path is still wrong.
Actions