Skip to content

Commit

Permalink
Highlight due date when the date has passed
Browse files Browse the repository at this point in the history
Fixes #21642
  • Loading branch information
syncguru committed Aug 26, 2016
1 parent 2a64d17 commit 22edcdb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion css/default.css
Expand Up @@ -76,4 +76,7 @@ tr.bugnote .bugnote-note { background-color: #e8e8e8; color: #000000; width: 75%

/* manage_config_* colors */
.color-global { background-color: LightBlue; }
.color-project { background-color: LightGreen; }
.color-project { background-color: LightGreen; }

td.overdue { background-color: #d15b47; color: #ffffff; font-weight: bold; }
td.print-overdue { font-weight: bold; }

0 comments on commit 22edcdb

Please sign in to comment.