manueltauber 2023-12-07 15:51:42 +01:00
parent e54678bf48
commit 58266f8b96
1 changed files with 6 additions and 0 deletions

View File

@ -6,12 +6,18 @@
<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">
<!-- <style>
.e-gantt-milestone-border {
border: 2px solid red !important;
}
</style> -->
</head> </head>
<body> <body>
<app-root></app-root> <app-root></app-root>
</body> </body>
</html> </html>
<style> <style>
.e-selectionbackground { .e-selectionbackground {
background-color: #E0E0E0 !important; background-color: #E0E0E0 !important;