diff --git a/core/src/main/resources/org/apache/spark/ui/static/timeline-view.css b/core/src/main/resources/org/apache/spark/ui/static/timeline-view.css index 27685dbab72f8..3f31403eaeef3 100644 --- a/core/src/main/resources/org/apache/spark/ui/static/timeline-view.css +++ b/core/src/main/resources/org/apache/spark/ui/static/timeline-view.css @@ -207,6 +207,12 @@ rect.getting-result-time-proportion { border-color: #3EC0FF; } +.vis-timeline .vis-item.executor.added.vis-selected { + background-color: #00AAFF; + border-color: #184C66; + z-index: 2; +} + .legend-area rect.executor-added-legend { fill: #A0DFFF; stroke: #3EC0FF; @@ -217,17 +223,17 @@ rect.getting-result-time-proportion { border-color: #FF4D6D; } +.vis-timeline .vis-item.executor.removed.vis-selected { + background-color: #FF6680; + border-color: #661F2C; + z-index: 2; +} + .legend-area rect.executor-removed-legend { fill: #FFA1B0; stroke: #FF4D6D; } -.vis-timeline .vis-item.executor.vis-selected { - background-color: #00AAFF; - border-color: #184C66; - z-index: 2; -} - tr.corresponding-item-hover > td, tr.corresponding-item-hover > th { background-color: #D6FFE4 !important; }