summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-01-14 05:22:36 +0000
committerGo MAEDA <maeda@farend.jp>2019-01-14 05:22:36 +0000
commitfde9881faa6a4411b77721478e67e3bcc6a30db4 (patch)
tree48d1c7e0dcfaaee1b5f697962ee34d42bba0e0de /public
parentc9f460bb7dee4afd7d71f0c4535bb5dec650c9e6 (diff)
downloadredmine-fde9881faa6a4411b77721478e67e3bcc6a30db4.tar.gz
redmine-fde9881faa6a4411b77721478e67e3bcc6a30db4.zip
Add a style for non-working days in calendar (#27096).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17799 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index fa59d6abd..5e33e8f51 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -952,6 +952,7 @@ table.cal td p.day-num {font-size: 1.1em; text-align:right;}
table.cal td.odd p.day-num {color: #bbb;}
table.cal td.today {background:#ffffdd;}
table.cal td.today p.day-num {font-weight: bold;}
+table.cal td.nwday:not(.odd) {background-color:#f1f1f1;}
table.cal .starting a.issue, p.cal.legend .starting {background: url(../images/bullet_go.png) no-repeat -1px -2px; padding-left:16px;}
table.cal .ending a.issue, p.cal.legend .ending {background: url(../images/bullet_end.png) no-repeat -1px -2px; padding-left:16px;}
table.cal .starting.ending a.issue, p.cal.legend .starting.ending {background: url(../images/bullet_diamond.png) no-repeat -1px -2px; padding-left:16px;}