fix css for del code

pull/197/head
Alexey Makhov 2015-02-05 15:56:48 +03:00
parent 01cef678a3
commit 2f40f614b5
1 changed files with 6 additions and 0 deletions

View File

@ -653,12 +653,18 @@
background-color: #E0E0E0 !important;
border-color: #ADADAD !important;
}
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 {