From 5880db88e2a72e7f8b1e3bb91bd9ddebf7c699f7 Mon Sep 17 00:00:00 2001 From: Said Gedik Date: Wed, 15 May 2024 14:13:43 +0200 Subject: [PATCH] c --- frontend/src/app/ntt-gantt/ntt-gantt.component.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/ntt-gantt/ntt-gantt.component.css b/frontend/src/app/ntt-gantt/ntt-gantt.component.css index 21aee72..95418f7 100644 --- a/frontend/src/app/ntt-gantt/ntt-gantt.component.css +++ b/frontend/src/app/ntt-gantt/ntt-gantt.component.css @@ -406,7 +406,7 @@ } */ .mat-button-toggle-checked { - background: linear-gradient(45deg, #ff9800, #ef6c00); /* Gradient background */ + background-color:#ef6c00; /* Gradient background */ color: white; position: relative; /* Needed for the shadow effect */ }