diff --git a/frontend/src/app/ntt-gantt/ntt-gantt.component.css b/frontend/src/app/ntt-gantt/ntt-gantt.component.css
index d491473..30f40f4 100644
--- a/frontend/src/app/ntt-gantt/ntt-gantt.component.css
+++ b/frontend/src/app/ntt-gantt/ntt-gantt.component.css
@@ -60,9 +60,6 @@
}
-
-
-
#topbar {
display: flex;
flex-direction: row;
@@ -83,7 +80,6 @@
}
}
-
.restartButton {
width: 60px;
background-color: white;
@@ -99,6 +95,16 @@
background-color: rgb(243, 243, 243);
}
+
+.transitionButton {
+ background-color: #00a79d;
+ color: white;
+ font-weight: 100;
+}
+
+
+
+
.example-radio-group {
display: flex;
flex-direction: column;
@@ -132,8 +138,13 @@
.filterContainer {
width: 100%;
display: flex;
- flex-direction: row;
- align-items: flex-start;
+ align-items: center;
+ background-color: #f5f5f5;
+ border: solid rgba(0, 0, 0, 0.1) 1px;
+ border-bottom: none;
+ border-radius: 10px 10px 0px 0px;
+ height: 60px;
+ padding-left: 10px;
}
.clearFilter {
diff --git a/frontend/src/app/ntt-gantt/ntt-gantt.component.html b/frontend/src/app/ntt-gantt/ntt-gantt.component.html
index 215204a..27ad7df 100644
--- a/frontend/src/app/ntt-gantt/ntt-gantt.component.html
+++ b/frontend/src/app/ntt-gantt/ntt-gantt.component.html
@@ -14,11 +14,9 @@
style="font-family: Arial, Helvetica, sans-serif; display: flex; align-items: center; gap: 5px;">