45 lines
833 B
HTML
45 lines
833 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>SyncfusionGantt</title>
|
|
<base href="/">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
</head>
|
|
<body>
|
|
<app-root></app-root>
|
|
</body>
|
|
</html>
|
|
|
|
<style>
|
|
.e-selectionbackground {
|
|
background-color: #E0E0E0 !important;
|
|
}
|
|
.e-gantt .e-gantt-chart .e-active {
|
|
background-color: #E0E0E0 !important;
|
|
}
|
|
|
|
/* .e-gantt-milestone-border {
|
|
border: 2px solid red !important;
|
|
} */
|
|
</style>
|
|
|
|
<style>
|
|
.e-headercell {
|
|
border: 1px solid #ccc;
|
|
padding: 10px;
|
|
margin: 5px;
|
|
background-color: white;
|
|
}
|
|
|
|
.e-headercell.selected {
|
|
background-color: #E0E0E0;
|
|
}
|
|
.square {
|
|
background-color: #2ecc71;
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
</style>
|