Actions
Bug #20369
closedWrong order by CSS inclusion in template.php
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-04-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The additionalStyleSheets are included after inDocStyles. This makes it impossible to override CSS formats.
Example: when using extJS the ext-all.css is included at the end, so individual formatting isn't possible.
Solution is simple: just change the inclusion order:
1.) additionalStyleSheets
2.) styleSheetFile + styleSheetFile2
3.) inDocStyle
4.) styleSheetFile_post
(issue imported from #M10997)
Files
Updated by Xavier Perseguers almost 13 years ago
- Assignee deleted (
Steffen Kamper) - Target version deleted (
0)
Updated by Alexander Opitz over 11 years ago
- Status changed from Accepted to Closed
No response in over one year => closed.
Actions