diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -2120,9 +2120,12 @@ BIN_FILENODE = 6 border-color: #cdcdcd; } +#updaterevs-table tr.mergerow, +#graph_content_pr tr.mergerow, +#shortlog_data tr.mergerow, #graph_content #changesets tr.out-of-range, #graph_content #changesets tr.mergerow { - opacity: 0.5; + opacity: 0.6; } #graph_content #changesets td { diff --git a/kallithea/templates/changelog/changelog_summary_data.html b/kallithea/templates/changelog/changelog_summary_data.html --- a/kallithea/templates/changelog/changelog_summary_data.html +++ b/kallithea/templates/changelog/changelog_summary_data.html @@ -11,7 +11,7 @@
|
%if cs.raw_id in c.statuses:
diff --git a/kallithea/templates/pullrequests/pullrequest_show.html b/kallithea/templates/pullrequests/pullrequest_show.html
--- a/kallithea/templates/pullrequests/pullrequest_show.html
+++ b/kallithea/templates/pullrequests/pullrequest_show.html
@@ -181,7 +181,7 @@ ${self.repo_context_bar('showpullrequest
|