Bug #68877
closedadmin_panel.css destroyed my formatting
100%
Description
Font Awesome is integrated into my project (TYPO3 7.4.0). I have the Admin Panel disabled. Nevertheless, "admin_panel.css" loaded in the frontend and changed the formatting of my side (Font Awesome). This does not happen when I use the frontend view another browser but this is not advisable. If the admin panel is disabled, "admin_css" should not be loaded general.
many Thanks
Harald
Updated by Wouter Wolters over 9 years ago
- Status changed from New to Needs Feedback
Can you find out which CSS rule breaks your website styling?
Updated by Harald no-lastname-given over 9 years ago
#TSFE_ADMIN_PANEL_FORM .fa,
.fa:before {
....
font-size: 15px;
....
}
This CSS rule overlaps with the original CSS rule from Font Awesome. As already mentioned.
many Thanks
Updated by Gerrit Code Review over 9 years ago
- Status changed from Needs Feedback 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 http://review.typo3.org/42465
Updated by Wouter Wolters over 9 years ago
- Status changed from Under Review to Needs Feedback
Seems we missed one prefix. Can you test this change https://review.typo3.org/#/c/42465/ ?
Updated by Wouter Wolters over 9 years ago
- Status changed from Needs Feedback to Under Review
Updated by Harald no-lastname-given over 9 years ago
Yoooo
Now it works again
perfect
many Thanks
Updated by Wouter Wolters over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 05c9edc1bb99982ad9cfefc5205f2530ffb6fa3f.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed