From de6cc16428b43258dc4101652516b117ffd6fba3 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 23 Sep 2015 14:35:42 +0200 Subject: [PATCH] set background for items in timeline --- styles/bootstrap/application.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/styles/bootstrap/application.css b/styles/bootstrap/application.css index 98118361b..2cfbfd414 100644 --- a/styles/bootstrap/application.css +++ b/styles/bootstrap/application.css @@ -134,6 +134,16 @@ div.timeline-frame { border-color: #e3e3e3; } +div.status_change_2 { + background-color: #DAF6D5; + border-color: #AAF897; +} + +div.status_change_-1 { + background-color: #F6D5D5; + border-color: #F89797; +} + @media (max-width: 480px) { .nav-tabs > li { float:none;