Use CSS for error field highlighting
Brought to you by:
patrick_wolf,
praganitsch
The apexlib.error.init call should not have fixed colors for the error field highlighting, instead a CSS class should be defined which contains this information and which can be overwritten by the application.
Reason: with a CSS it's possible to define additional style attributes and not just the fore- and background color as it is done now.