From ebea9356b82fe429cb0f5a61cd78de1f899d7ff4 Mon Sep 17 00:00:00 2001 From: Muthukrishnanmatriot <76949556+muthukrishnanmatriot@users.noreply.github.com> Date: Thu, 13 Oct 2022 15:58:17 +0530 Subject: [PATCH] updated the row color --- .../frontend/tmss_webapp/src/layout/sass/_timeline.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SAS/TMSS/frontend/tmss_webapp/src/layout/sass/_timeline.scss b/SAS/TMSS/frontend/tmss_webapp/src/layout/sass/_timeline.scss index 20986acf09a..77a083fac78 100644 --- a/SAS/TMSS/frontend/tmss_webapp/src/layout/sass/_timeline.scss +++ b/SAS/TMSS/frontend/tmss_webapp/src/layout/sass/_timeline.scss @@ -392,15 +392,15 @@ } .task-pipeline { - background-color: #f8f1e9 !important; + background-color: #f0e5d9 !important; } .task-ingest { - background-color: #e9eef8 !important; + background-color: #e6e1f7 !important; } .task-cleanup { - background-color: #f8f1f1 !important; + background-color: #efcfcf !important; } .su-error-icon,.su-scheduled-icon,.su-observed-icon,.su-unschedulable-icon { color: white !important; -- GitLab