diff options
author | Unknwon <joe2010xtmf@163.com> | 2015-02-05 08:22:59 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2015-02-05 08:22:59 -0500 |
commit | 16018e832394772591688a261646d3a80787ac9d (patch) | |
tree | 968cb88d6e7f016b0f114c3eaba38d04e7d406ba /public | |
parent | 15d4f32825d30c79102d493ea20de6992eaa2eb0 (diff) | |
download | gitea-16018e832394772591688a261646d3a80787ac9d.tar.gz gitea-16018e832394772591688a261646d3a80787ac9d.zip |
public/ng/css: code generate for #907
Diffstat (limited to 'public')
-rw-r--r-- | public/ng/css/gogs.css | 12 |
1 files changed, 12 insertions, 0 deletions
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; |