Patch #27139 » calendar_tooltip_fix_project_background.diff
stylesheets/application.css (Arbeitskopie) | ||
---|---|---|
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:first-child, p.cal.legend .starting {background: url(../images/bullet_go.png) no-repeat -1px -2px; padding-left:16px;}
|
|
921 |
table.cal .ending a:first-child, p.cal.legend .ending {background: url(../images/bullet_end.png) no-repeat -1px -2px; padding-left:16px;}
|
|
922 |
table.cal .starting.ending a:first-child, 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 ******/ |