From 7140f50637219cbaffcf21d5082cf6b5c9f1994c Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 4 Feb 2015 19:52:31 -0500 Subject: public/ng/js: script fix on #901 --- public/ng/css/gogs.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public/ng/css') 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; -- cgit v1.2.3