Project

General

Profile

Patch #27139 » calendar_tooltip_fix_suggested_by_marius.diff

The new fix with the 'table.cal .starting a.issue' selector - Bernhard Rohloff, 2017-11-27 06:43

View differences:

public/stylesheets/application.css
917 917
table.cal td.odd p.day-num {color: #bbb;}
918 918
table.cal td.today {background:#ffffdd;}
919 919
table.cal td.today p.day-num {font-weight: bold;}
920
table.cal .starting a, p.cal.legend .starting {background: url(../images/bullet_go.png) no-repeat -1px -2px; padding-left:16px;}
921
table.cal .ending a, p.cal.legend .ending {background: url(../images/bullet_end.png) no-repeat -1px -2px; padding-left:16px;}
922
table.cal .starting.ending a, p.cal.legend .starting.ending {background: url(../images/bullet_diamond.png) no-repeat -1px -2px; padding-left:16px;}
920
table.cal .starting a.issue, p.cal.legend .starting {background: url(../images/bullet_go.png) no-repeat -1px -2px; padding-left:16px;}
921
table.cal .ending a.issue, p.cal.legend .ending {background: url(../images/bullet_end.png) no-repeat -1px -2px; padding-left:16px;}
922
table.cal .starting.ending a.issue, p.cal.legend .starting.ending {background: url(../images/bullet_diamond.png) no-repeat -1px -2px; padding-left:16px;}
923 923
p.cal.legend span {display:block;}
924 924

  
925 925
/***** Tooltips ******/
(4-4/4)