]> source.dussan.org Git - redmine.git/commitdiff
Merged r17039 to 3.3-stable (#27139).
authorGo MAEDA <maeda@farend.jp>
Mon, 27 Nov 2017 13:08:25 +0000 (13:08 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 27 Nov 2017 13:08:25 +0000 (13:08 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@17041 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 5fa58d76258291482b790b84cd4b75ce95fe8b73..480d020d00205c4dd19f631c53f800d1a2bf2fae 100644 (file)
@@ -834,9 +834,9 @@ 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 .starting a, p.cal.legend .starting {background: url(../images/bullet_go.png) no-repeat -1px -2px; padding-left:16px;}
-table.cal .ending a, p.cal.legend .ending {background: url(../images/bullet_end.png) no-repeat -1px -2px; padding-left:16px;}
-table.cal .starting.ending a, p.cal.legend .starting.ending {background: url(../images/bullet_diamond.png) no-repeat -1px -2px; padding-left:16px;}
+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;}
 p.cal.legend span {display:block;}
 
 /***** Tooltips ******/