public/ng/js: script fix on #901

This commit is contained in:
Unknwon 2015-02-04 19:52:31 -05:00
parent e0329c0eb5
commit 7140f50637
4 changed files with 86 additions and 12 deletions

View file

@ -1630,6 +1630,10 @@ The register and sign-in page style
background-color: #d1ffd6 !important;
border-color: #b4e2b4 !important;
}
.diff-file-box .code-diff tbody tr.add-code td.selected-line,
.diff-file-box .code-diff tbody tr.add-code td.selected-line pre {
background-color: #ffffdd !important;
}
.diff-file-box .code-diff tbody tr:hover td,
.diff-file-box .code-diff tbody tr:hover pre {
background-color: #FFF8D2 !important;