From 6b5771f8099e83d8e2a5a77637eca232e6761b50 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 20 Mar 2012 19:48:03 -0400 Subject: [PATCH] Added a file icon to the changed paths tables --- resources/gitblit.css | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/resources/gitblit.css b/resources/gitblit.css index 0b285fb..14fe038 100644 --- a/resources/gitblit.css +++ b/resources/gitblit.css @@ -295,8 +295,7 @@ } div.searchResult .highlight { - background-color: #ffffaa; - border: 1px solid #ffcc00; + background-color: #ccff66; padding: 0 2px; } -- Gitblit v1.9.1