Feature #19298
closedresitrict defined colours to certain dialogues
0%
Description
Colours defined in RTE.colors and configured for all certain fields with RTE.<config>.colours are available in all colour picker dialogues.
It would be nice if it were possible to restrict the colours for certain types:
button.textcolor.colors
button.bgcolor.colors
button.tableproperties.backgroundcolors
button.tableproperties.bordercolors
etc
Using classes is not always an option as the class selectors allow only on class.
(issue imported from #M9305)
Updated by Stanislas Rolland about 16 years ago
Since TYPO3 4.2, classes accumulate on the element on each assignment. Removing an assigned class removes the latest added class. So you can assign as many classes as you wish to an element.
Updated by Tolleiv Nietsch over 13 years ago
- Status changed from Needs Feedback to Closed
- Target version deleted (
0) - TYPO3 Version set to 4.3
Assuming this is not relevant anymore. Closing this for the sake of a clean bugtracker - feel free to open it again if my assumtion was wrong.