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
@@ -2179,6 +2179,11 @@ body .btn.btn-default:hover {
background-image: none;
}
+/* use our link color for btn-link */
+.btn-link {
+ color: #577632;
+}
+
ins, div.options a:hover {
text-decoration: none;
}
@@ -2978,12 +2983,6 @@ input.perm_filter {
margin-bottom: 15px;
}
-.diff-collapse-button {
- cursor: pointer;
- color: #666;
- font-size: 16px;
-}
-
table.code-difftable {
border-collapse: collapse;
border-radius: 0px !important;
diff --git a/kallithea/templates/admin/repo_groups/repo_group_edit_perms.html b/kallithea/templates/admin/repo_groups/repo_group_edit_perms.html
--- a/kallithea/templates/admin/repo_groups/repo_group_edit_perms.html
+++ b/kallithea/templates/admin/repo_groups/repo_group_edit_perms.html
@@ -77,7 +77,7 @@ ${h.form(url('edit_repo_group_perms', gr
|
|
- |
diff --git a/kallithea/templates/admin/repos/repo_edit_permissions.html b/kallithea/templates/admin/repos/repo_edit_permissions.html
--- a/kallithea/templates/admin/repos/repo_edit_permissions.html
+++ b/kallithea/templates/admin/repos/repo_edit_permissions.html
@@ -73,7 +73,7 @@ ${h.form(url('edit_repo_perms_update', r
|
|
-
+
${_('Add new')}
|
diff --git a/kallithea/templates/admin/user_groups/user_group_edit_perms.html b/kallithea/templates/admin/user_groups/user_group_edit_perms.html
--- a/kallithea/templates/admin/user_groups/user_group_edit_perms.html
+++ b/kallithea/templates/admin/user_groups/user_group_edit_perms.html
@@ -77,7 +77,7 @@ ${h.form(url('edit_user_group_perms_upda
|
|
-
+
${_('Add new')}
|
diff --git a/kallithea/templates/changeset/diff_block.html b/kallithea/templates/changeset/diff_block.html
--- a/kallithea/templates/changeset/diff_block.html
+++ b/kallithea/templates/changeset/diff_block.html
@@ -4,7 +4,7 @@
cs_repo_name, cs_ref_name, cs_ref_type, cs_rev,
file_diff_data)">
- ↑ ${_('Collapse Diff')} ↑
+ ↑ ${_('Collapse Diff')} ↑
%for id_fid, url_fid, op, a_filename, cs_filename, diff, stats in file_diff_data:
${diff_block_diffblock(id_fid, url_fid, op, diff,
diff --git a/kallithea/templates/pullrequests/pullrequest_data.html b/kallithea/templates/pullrequests/pullrequest_data.html
--- a/kallithea/templates/pullrequests/pullrequest_data.html
+++ b/kallithea/templates/pullrequests/pullrequest_data.html
@@ -61,7 +61,7 @@
%if pr.owner_id == request.authuser.user_id:
${h.form(url('pullrequest_delete', repo_name=pr.other_repo.repo_name, pull_request_id=pr.pull_request_id))}
- |