From: Unknwon Date: Thu, 5 Feb 2015 13:22:59 +0000 (-0500) Subject: public/ng/css: code generate for #907 X-Git-Tag: v0.9.99~1495 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=16018e832394772591688a261646d3a80787ac9d;p=gitea.git public/ng/css: code generate for #907 --- diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index dc451a7051..9a4440521b 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -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;