diff --git a/frontend/src/app/ntt-gantt/ntt-gantt.component.css b/frontend/src/app/ntt-gantt/ntt-gantt.component.css index e53aa5f..21aee72 100644 --- a/frontend/src/app/ntt-gantt/ntt-gantt.component.css +++ b/frontend/src/app/ntt-gantt/ntt-gantt.component.css @@ -30,7 +30,7 @@ /* Hides anything that overflows the boundary of this element */ } -.head h2 { +.head .left { user-select: none; display: inline-block; /* Ensures that the element can be transformed */ @@ -122,13 +122,15 @@ } -.transitionButton { +/* .transitionButton { color: white; font-weight: 100; - - } +.transitionButton:hover { + background-color: #0e857d; +} + */ @@ -269,7 +271,6 @@ animation: slideUp 1.5s forwards; } - .filterContainer.sticky { border-radius: 0; } diff --git a/frontend/src/app/ntt-gantt/ntt-gantt.component.html b/frontend/src/app/ntt-gantt/ntt-gantt.component.html index 39321df..47ed444 100644 --- a/frontend/src/app/ntt-gantt/ntt-gantt.component.html +++ b/frontend/src/app/ntt-gantt/ntt-gantt.component.html @@ -1,5 +1,5 @@