Merge pull request #907 from makhov/new-lines-highlighting-format
fix highlighting css for del code
This commit is contained in:
commit
15d4f32825
1 changed files with 11 additions and 0 deletions
|
@ -653,12 +653,23 @@
|
|||
background-color: #E0E0E0 !important;
|
||||
border-color: #ADADAD !important;
|
||||
}
|
||||
td.selected-line, td.selected-line pre {
|
||||
background-color: #ffffdd !important;
|
||||
}
|
||||
}
|
||||
&.same-code {
|
||||
td.selected-line, td.selected-line pre {
|
||||
background-color: #ffffdd !important;
|
||||
}
|
||||
}
|
||||
&.del-code {
|
||||
td, pre {
|
||||
background-color: #ffe2dd !important;
|
||||
border-color: #e9aeae !important;
|
||||
}
|
||||
td.selected-line, td.selected-line pre {
|
||||
background-color: #ffffdd !important;
|
||||
}
|
||||
}
|
||||
&.add-code {
|
||||
td, pre {
|
||||
|
|
Loading…
Reference in a new issue