milestone color test
parent
e54678bf48
commit
887b7647e1
File diff suppressed because it is too large
Load Diff
|
|
@ -9,8 +9,6 @@
|
|||
"test": "ng test",
|
||||
"compodoc": "npx compodoc -p tsconfig.doc.json"
|
||||
},
|
||||
|
||||
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^14.2.0",
|
||||
|
|
|
|||
|
|
@ -6,6 +6,11 @@
|
|||
<base href="/">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
<link
|
||||
href="https://cdn.syncfusion.com/ej2/23.2.7/material.css"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<app-root></app-root>
|
||||
|
|
@ -20,9 +25,9 @@
|
|||
background-color: #E0E0E0 !important;
|
||||
}
|
||||
|
||||
/* .e-gantt-milestone-border {
|
||||
.e-gantt-milestone-border {
|
||||
border: 2px solid red !important;
|
||||
} */
|
||||
}
|
||||
</style>
|
||||
|
||||
<style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue