From d870ebf0815d0e3ccb629ee0974dfe87d919f429 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Thu, 28 Nov 2013 19:44:04 -0300 Subject: [PATCH] Fix css for community track --- plugins/community_track/public/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/community_track/public/style.css b/plugins/community_track/public/style.css index 7f1084a..1b4153f 100644 --- a/plugins/community_track/public/style.css +++ b/plugins/community_track/public/style.css @@ -227,17 +227,17 @@ } #article .step_active .tool_link:hover, -.step_active:hover { +#content .steps .step_active:hover { background-color: #B8D4C1; } #article .step_waiting .tool_link:hover, -.step_waiting:hover { +#content .steps .step_waiting:hover { background-color: #E6E6BC; } #article .step_finished .tool_link:hover, -.step_finished:hover { +#content .steps .step_finished:hover { background-color: #BCE6E6; } -- libgit2 0.21.2