summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-10-03 09:10:27 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-10-03 09:10:27 +0000
commitf9425cbaf37ea67b69494605fea3f2836c70a48c (patch)
tree095dc35a9385092c3ead66321932bbea51f2bea3 /public
parentca2f109cfbc2f0d8b40dc115c51981241c4da915 (diff)
downloadredmine-f9425cbaf37ea67b69494605fea3f2836c70a48c.tar.gz
redmine-f9425cbaf37ea67b69494605fea3f2836c70a48c.zip
Adds day numbers to HTML and PDF gantt (#3034).
git-svn-id: http://svn.redmine.org/redmine/trunk@14638 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 3047f2fab..4a66774a2 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -967,7 +967,7 @@ a.close-icon:hover {background-image:url('../images/close_hl.png');}
overflow: hidden;
}
-.gantt_hdr.nwday {background-color:#f1f1f1;}
+.gantt_hdr.nwday {background-color:#f1f1f1; color:#999;}
.gantt_subjects { font-size: 0.8em; }
.gantt_subjects div { line-height:16px;height:16px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; }