diff --git a/airflow/www/static/css/graph.css b/airflow/www/static/css/graph.css index f4c7b942c5a77..4d5f35540287f 100644 --- a/airflow/www/static/css/graph.css +++ b/airflow/www/static/css/graph.css @@ -136,6 +136,10 @@ g.node.queued rect { stroke: grey; } +g.node.scheduled rect{ + stroke: lightgreen; +} + g.node.running rect { stroke: lime; }