Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,18 +128,6 @@
text-align: center;
}

.fn-gantt .holiday {
background-color: #ffd263;
height: 24px;
}

.fn-gantt .today {
background-color: #fff8da;
height: 24px;
font-weight: bold;
text-align: center;
}

.fn-gantt .sa, .fn-gantt .sn, .fn-gantt .wd {
height: 24px;
text-align: center;
Expand All @@ -156,6 +144,18 @@
text-align: center;
}

.fn-gantt .holiday {
background-color: #ffd263;
height: 24px;
}

.fn-gantt .today {
background-color: #fff8da;
height: 24px;
font-weight: bold;
text-align: center;
}

.fn-gantt .rightPanel .month, .fn-gantt .rightPanel .year {
float: left;
overflow: hidden;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ <h2 id="config">
<td>
<code>function (dt, rowId) { return; }</code></td>
<td>
Function called when clicking on empty space inside the Gantti data panel. <br />The parameter passed to the function is the date/time in milliseconds for the clicked cell, and the ID of the source object (row), if one was provided.</td>
Function called when clicking on empty space inside the Gantt data panel. <br />The parameter passed to the function is the date/time in milliseconds for the clicked cell, and the ID of the source object (row), if one was provided.</td>
</tr>
<tr>
<td>
Expand Down