aboutsummaryrefslogtreecommitdiff
path: root/public/ng/css
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2015-02-04 19:52:31 -0500
committerUnknwon <joe2010xtmf@163.com>2015-02-04 19:52:31 -0500
commit7140f50637219cbaffcf21d5082cf6b5c9f1994c (patch)
treeb5a4fe2b0fa35dd0579ed390e5a550e752ab5735 /public/ng/css
parente0329c0eb5eb54db81aab95bc2856b1d2036a022 (diff)
public/ng/js: script fix on #901
Diffstat (limited to 'public/ng/css')
-rw-r--r--public/ng/css/gogs.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css
index bc54d653..dc451a70 100644
--- a/public/ng/css/gogs.css
+++ b/public/ng/css/gogs.css
@@ -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;