From e2d47cb04963cc7d768905aaaeb523ad815d7020 Mon Sep 17 00:00:00 2001 From: Johannes Gilger Date: Tue, 20 Jan 2009 17:53:06 +0100 Subject: [PATCH] history.css, history.js: Color changed/deleted/added/moved appendices Signed-off-by: Johannes Gilger --- html/views/history/history.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/html/views/history/history.css b/html/views/history/history.css index 0fe68d0..10b52c0 100644 --- a/html/views/history/history.css +++ b/html/views/history/history.css @@ -135,4 +135,20 @@ a.showdiff { .refs.currentBranch { font-weight: bold; -} \ No newline at end of file +} + +.addedfile { + color: green; +} + +.deletedfile { + color: red; +} + +.changedfile { + color: purple; +} + +.movedfile { + color: gray; +}