cssalfrescoalfresco-shareaikau

How to alter CSS files inside aikau-1.0.101.10.jar in Alfresco


I was working on translating Alfresco share to Arabic i.e to RTL format.

Reading a comment from here I found out that the best way to proceed is to Create a custom extension pulling in an additional CSS file with the styling modifications.

Now coming to the question, I've encountered a problem while altering the css files to support RTL. The problem was that some css files were situated inside aikau-1.0.101.10.jar file. Can anyone help me on how to alter these css files ? or Can I override these files somehow ?


Solution

  • Some ways to do this:

    1. You can create your own theme
    2. Override LESS variable link
    3. Fork Aikau and build your own jar link
    4. Create an extension to include your own css file link