I added a new message box to my application but after making some changes, the CSS classes of richfaces were overridden by a custom CSS configuration. Everything was working perfectly until I made the following modifications:
- Implemented a new message box,
- Created a new .xcss file for styling the message box.
- Upgraded all the richfaces jars(api, impl, ui) from version 3.3.1 to 3.3.3.
The new message box and xcss file were implemented independently without altering any existing CSS configurations. However, it seems that the custom CSS classes are now being overriden by richfaces CSS. Could this issue be related to the upgraded richfaces jar in my build path?