diff options
author | Go MAEDA <maeda@farend.jp> | 2018-09-15 05:51:14 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-09-15 05:51:14 +0000 |
commit | 5660b06f7bd3ed48bbfaed2e0a98281b4da463c2 (patch) | |
tree | de2a3a1ce9f62f53bded810223aa577928b95331 | |
parent | 156b8e2ee638428cfa1387d783237a82c573f9cd (diff) | |
download | redmine-5660b06f7bd3ed48bbfaed2e0a98281b4da463c2.tar.gz redmine-5660b06f7bd3ed48bbfaed2e0a98281b4da463c2.zip |
Highlight due date of overdue issues in the issues list (#27316).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@17483 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | public/stylesheets/application.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 6abf7788c..bf0c765f0 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -233,6 +233,7 @@ table.list td.buttons img, div.buttons img {vertical-align:middle;} table.list td.reorder {width:15%; white-space:nowrap; text-align:center; } table.list table.progress td {padding-right:0px;} table.list caption { text-align: left; padding: 0.5em 0.5em 0.5em 0; } +table.list tr.overdue td.due_date { color: #c22; } #role-permissions-trackers table.list th {white-space:normal;} .table-list-cell {display: table-cell; vertical-align: top; padding:2px; } |