Bug #77193
closedWrong Resourcepath for BE-Icons in form.css
100%
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
Updated by Wouter Wolters over 8 years ago
- Status changed from New to Accepted
Thanks for your report. Patch will be available in a minute.
Updated by Gerrit Code Review over 8 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49148
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49148
Updated by Wouter Wolters over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 63c8100231581a7de3b561077e3e5ec25067859d.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed