Feature #50039
closedAllow adding multiple CSS files
100%
Description
Hi,
It would be very great if we can add more than only one custom CSS styleSheet in the RTE.
Now, the configuration is like this :
RTE.default.contentCSS = my_path_to_my_css_stylesheet.css
Why not add the possibility to use something like this :
RTE.default.contentCSS = my_path_to_my_css_stylesheet_1.css,my_path_to_my_css_stylesheet_2.css,my_path_to_my_css_stylesheet_3.css
Thanks a lot!
Updated by Eric Chavaillaz over 11 years ago
Because the @import rule is very slow and can affect the rendering : http://www.stevesouders.com/blog/2009/04/09/dont-use-import/
Updated by Gerrit Code Review about 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24523
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24523
Updated by Gerrit Code Review about 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24523
Updated by Gerrit Code Review about 11 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24523
Updated by Gerrit Code Review about 11 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24523
Updated by Ernesto Baschny almost 11 years ago
- Target version deleted (
6.2.0)
Sorry, this feature will have to wait for the next TYPO3 version!
Updated by Gerrit Code Review over 10 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/24523
Updated by Gerrit Code Review about 10 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/24523
Updated by Gerrit Code Review about 10 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/24523
Updated by Gerrit Code Review about 10 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/24523
Updated by Stanislas Rolland about 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9647bb9ea3a854573a79ad35c9e92253e5988651.