Actions
Bug #77193
closedWrong Resourcepath for BE-Icons in form.css
Start date:
2016-07-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
Dear TYPO3-Developers,
at first thanks for your great work. I just set up the new TYPO3 8.2 version and found a small problem in the tx_form sysext:
In form.css in line 577 and 580 you link to the resource "actions-delete.svg" and "actions-open.svg". But the path has one "../" too much
correct Path:
#fake-form .formwizard-element button.t3-icon-edit-delete {
background-image: url('../../../../core/Resources/Public/Icons/T3Icons/actions/actions-delete.svg');
}
#fake-form .formwizard-element button.t3-icon-document-open {
background-image: url('../../../../core/Resources/Public/Icons/T3Icons/actions/actions-open.svg');
}
For the next release :-)
Bye
Actions