This is a fork of https://github.com/martin-denizet/redmine_custom_css
Allows to input CSS directly from Redmine to customize Redmine appearance. There are global styles and isolated per user.
Ruby 3.1+
Redmine 5.x stable
Clone the repo, install ruby dependencies and run database migrations:
# git clone https://github.com/dmakurin/redmine_custom_css.git plugins/redmine_custom_css
# bundle install
# bundle exec rails redmine:plugins:migrate RAILS_ENV=development NAME=redmine_custom_css
tldr:
# git clone https://github.com/dmakurin/redmine_custom_css.git plugins/redmine_custom_css
# bundle install
# bundle exec rails redmine:plugins:migrate RAILS_ENV=development NAME=redmine_custom_css
# bundle exec rails redmine:plugins:test RAILS_ENV=test NAME=redmine_custom_css
Clean up the database and remove a plugin directory:
# bundle exec rails redmine:plugins:migrate RAILS_ENV=development NAME=redmine_custom_css
# rm -rf plugins/redmine_custom_css
To use global styles navigate to the plugin settings Administration - Plugins - Redmine Custom Css - Settings
and put your css there. It will be applied globally for the whole redmine instance.
A user can specify their own styles that will be loaded only for them. The menu available at My account - Custom Css
.