Mark changed files in blue
This commit is contained in:
parent
3a134c7ab1
commit
dac913dca2
1 changed files with 4 additions and 0 deletions
|
@ -983,6 +983,10 @@ p.editable:hover i {
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
#changes-tree-container .node.changed text {
|
||||
fill: rgb(73, 100, 209);
|
||||
}
|
||||
|
||||
#changes-tree-container .node.added text {
|
||||
fill: rgb(32, 163, 32);
|
||||
}
|
||||
|
|
Reference in a new issue