cgaspard / mantiskanban

Mantis Kanban that uses ajax and mantisconnect
45 stars 33 forks source link

blue colored square on issues #4

Closed dreed47 closed 11 years ago

dreed47 commented 11 years ago

What do they mean and could they be changed to the color code of the mantis issue?

cgaspard commented 11 years ago

The blue square is used to represent priority. If you look into the kanban.css file, you will see the following styles.

.kanbanstorypriority[priority="immediate"]{ background-color: red; } .kanbanstorypriority[priority="urgent"]{ background-color: #FFFFFF; }

You can use these to change the color codes of the square to be whatever you want.

dreed47 commented 11 years ago

explanation makes sense....thx