Actions
Bug #24802
closedAdmin Panel CSS is loaded in the Backend
Start date:
2011-01-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Since the admin panel CSS is at t3skin/visual/admin_panel.css, it is loaded with every backend request. Obviously, the admin panel is not needed in the backend so its a bit of a waste to load it.
In addition, the CSS has a strange issue that it interferes with resizable text areas in Chrome 9 (as described on #24744).
Moving the admin panel CSS to t3skin/standalone/admin_panel.css ensures that it is not loaded automatically by the backend.
(issue imported from #M17302)
Files
Actions