Project

General

Profile

How to modify a theme so that overdue tasks are highlighted

Added by man man over 14 years ago

Hi all,

How could I modify a theme so that overdue tasks are highlighted? I am not familiar with CSS so please help.


Replies (1)

RE: How to modify a theme so that overdue tasks are highlighted - Added by Mischa The Evil over 14 years ago

man man wrote:

How could I modify a theme so that overdue tasks are highlighted? I am not familiar with CSS so please help.

In basic: you should be able to do this for all elements which haves the class overdue, using a CSS class-selector like:

*.overdue { font-weight: bold }  /* all elements with class~=overdue */

More about the implementation of this class (e.g. when is an issue considered to be "overdue") can be found in issue #2337.

HTH and kind regards,

Mischa.

    (1-1/1)