From 4589caaa5b10f250738bd1737fa73213380b80f2 Mon Sep 17 00:00:00 2001 From: Per-Emil Johansson Date: Tue, 9 Apr 2024 03:28:55 +0200 Subject: [PATCH] Added border and color to timeline --- ui/scss/core/components/detailed_results/_timeline.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/scss/core/components/detailed_results/_timeline.scss b/ui/scss/core/components/detailed_results/_timeline.scss index ef57095ad6..bc996c122c 100644 --- a/ui/scss/core/components/detailed_results/_timeline.scss +++ b/ui/scss/core/components/detailed_results/_timeline.scss @@ -170,14 +170,14 @@ $threat-color: #b56d07; } .rotation-timeline-cast { position: absolute; - background-color: #e5cc80; + background-color: rgb(229, 204, 128, 0.7); z-index: 1; display: flex; } .rotation-timeline-travel-time { position: absolute; height: 24px; - background-color: #f9c0ff; + background-color: rgb(249, 192, 255, 0.6); } .rotation-timeline-tick { position: absolute; @@ -189,7 +189,7 @@ $threat-color: #b56d07; } .rotation-timeline-aura { position: absolute; - background-color: blue; + background-color: rgba(0, 0, 255, 0.52); opacity: 0.5; height: 20px; top: 2px; @@ -215,7 +215,7 @@ $threat-color: #b56d07; @include wowhead-background-icon; height: 24px; width: 24px; - border: 1px solid grey; + border-bottom: 3px solid grey; } .rotation-timeline-cast.outcome-miss .rotation-timeline-cast-icon { border-color: red;