From e52059df64ba59be5bd8874a09c4040d486691d5 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 19 Oct 2015 13:16:28 +0200 Subject: [PATCH] set color of div.timeline-event-selected --- styles/bootstrap/application.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles/bootstrap/application.css b/styles/bootstrap/application.css index 2cfbfd414..c4e775da1 100644 --- a/styles/bootstrap/application.css +++ b/styles/bootstrap/application.css @@ -144,6 +144,12 @@ div.status_change_-1 { border-color: #F89797; } +div.timeline-event-selected { + background-color: #fff785; + border-color: #ffc200; + z-index: 999; +} + @media (max-width: 480px) { .nav-tabs > li { float:none;