How Will RedmineX CSS & JS Overrides Help Me?
RedmineX CSS & JS Overrides is a tiny plugin that comes in handy if you want to override a CSS or JS file either within Redmine or in your theme. It adds a CSS and JS files into:
plugins/redmine_x_client/assets/stylesheets/client.css
plugins/redmine_x_client/assets/javascripts/client.js
After Redmine restart, both files get copied into:
public/plugin_assets/redmine_x_client/stylesheets/client.css
public/plugin_assets/redmine_x_client/javascripts/client.js
Therefore, bear in mind that should always work with both the original files located in plugins/redmine_x_client
and the copy in public/plugin_assets/redmine_x_client
so you don't loose any changes. You can use the CSS file to override any CSS within Redmine and the JS file to add any JS.
Compatible With
Redmine 4.1.x - 5.x (default Redmine) | |
Bitnami | |
Any Redmine Theme | |
All Redmine plugins |