]> source.dussan.org Git - redmine.git/commitdiff
Display due date in red on overdue issues (#20812).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 24 Oct 2015 05:57:55 +0000 (05:57 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 24 Oct 2015 05:57:55 +0000 (05:57 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@14732 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 7c93063756d1a686f0d8c75c6401e91f931d2e30..bb07cb62166737ce95b3508225d4433662522706 100644 (file)
@@ -353,6 +353,7 @@ div.issue span.private, div.journal span.private { position:relative; bottom: 2p
 div.issue .next-prev-links {color:#999;}
 div.issue table.attributes th {width:22%;}
 div.issue table.attributes td {width:28%;}
+div.issue.issue.overdue td.due-date { color: #c22; }
 
 #issue_tree table.issues, #relations table.issues { border: 0; }
 #issue_tree td.checkbox, #relations td.checkbox {display:none;}