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