The XPages applications built use a Theme that is based on IBM OneUI but alters it in some parts. Now that look and feel should be used for IBM Connections which also is based on IBM OneUI. How to port the changes?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Extract your modifications into a new css file. If that stylesheet is loaded after the OneUI styles the will be applied according to the rules of css specificity (if rules have the same specificity then the last one declared wins: http://www.w3.org/TR/CSS21/cascade.html#cascade).
This will allow you you to use the same style sheet for Domino apps, Connections and anything else that uses OneUI.