- Added some future
- Fixed all found bugs
- Added colors for different statuses issues (tnx @jongha for idea)
- Design submit buttons
- Fix DMSF plugin styles
- Added basic styles
- Replaced some icons
- Download the theme
- Unzip it into your Redmine theme directory (e.g.
../public/themes/
) - Restart Redmine to make the new installed theme available in your theme list
- Select it from the "Theme" dropdown box list by visiting the administration area:
"Administration / Settings / Display"
- Save your changes in order to display the
flatly light
theme
To activate the static sidebar set var activeStaticSidebar = true
in javascripts/theme.js
file
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request