"View changes" colours replaced text as well [Denis Mertz]
This commit is contained in:
parent
8d576bbbf7
commit
75a8a3f560
1 changed files with 3 additions and 3 deletions
|
@ -126,11 +126,11 @@ ol.setup li {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.diffdel {
|
.diffdel, del.diffmod {
|
||||||
background: pink;
|
background: pink;
|
||||||
}
|
}
|
||||||
|
|
||||||
.diffins {
|
.diffins, ins.diffmod {
|
||||||
background: lightgreen;
|
background: lightgreen;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue