Redmine color tasks is a custom style file thats adds colours to redmine tasks in any view. Thats add status colours on table-row backgrounds, and priorities lights in right side of task row
Status | Color | Style |
---|---|---|
New | red | .status-1 |
In progress | blue | .status-2 |
Resolved | green | .status-3 |
Feedback | red | .status-4 |
Closed | black | .status-5 |
Rejected | black | .status-6 |
Status | Color | Style |
---|---|---|
Low | Content | .priority-1 |
Normal | Content | .priority-2 |
High | Content | .priority-3 |
Urgent | Content | .priority-4 |
Immediate | Content | .priority-5 |
- Move to your current redmine location > current theme folder > stylesheets -- example gitmike style on ubuntu: (/usr/share/redmine/public/themes/redmine-theme-gitmike/stylesheets)
- Drag and drop
color-task.css
file to stylesheets folder - Open
application.css
in stylesheets folder, and add line bellow on top of file
@import url(../stylesheets/color-task.css);
- Better hover effects with colours
- Better description
- Some animations
MIT