mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
history.css, history.js: Color changed/deleted/added/moved appendices
Signed-off-by: Johannes Gilger <heipei@hackvalue.de>
This commit is contained in:
committed by
Pieter de Bie
parent
5482dfe450
commit
e2d47cb049
@@ -135,4 +135,20 @@ a.showdiff {
|
||||
|
||||
.refs.currentBranch {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
.addedfile {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.deletedfile {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.changedfile {
|
||||
color: purple;
|
||||
}
|
||||
|
||||
.movedfile {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user