milestone color test

main
Manuel Tauber 2023-12-11 15:11:40 +01:00
parent e54678bf48
commit 887b7647e1
3 changed files with 1239 additions and 921 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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",

View File

@ -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>