public/ng/css: code generate for #907
This commit is contained in:
parent
15d4f32825
commit
16018e8323
1 changed files with 12 additions and 0 deletions
|
@ -1620,11 +1620,23 @@ The register and sign-in page style
|
|||
background-color: #E0E0E0 !important;
|
||||
border-color: #ADADAD !important;
|
||||
}
|
||||
.diff-file-box .code-diff tbody tr.tag-code td.selected-line,
|
||||
.diff-file-box .code-diff tbody tr.tag-code td.selected-line pre {
|
||||
background-color: #ffffdd !important;
|
||||
}
|
||||
.diff-file-box .code-diff tbody tr.same-code td.selected-line,
|
||||
.diff-file-box .code-diff tbody tr.same-code td.selected-line pre {
|
||||
background-color: #ffffdd !important;
|
||||
}
|
||||
.diff-file-box .code-diff tbody tr.del-code td,
|
||||
.diff-file-box .code-diff tbody tr.del-code pre {
|
||||
background-color: #ffe2dd !important;
|
||||
border-color: #e9aeae !important;
|
||||
}
|
||||
.diff-file-box .code-diff tbody tr.del-code td.selected-line,
|
||||
.diff-file-box .code-diff tbody tr.del-code td.selected-line pre {
|
||||
background-color: #ffffdd !important;
|
||||
}
|
||||
.diff-file-box .code-diff tbody tr.add-code td,
|
||||
.diff-file-box .code-diff tbody tr.add-code pre {
|
||||
background-color: #d1ffd6 !important;
|
||||
|
|
Loading…
Reference in a new issue