aboutsummaryrefslogtreecommitdiffstats
path: root/templates/shared
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-06-22 03:59:49 +0200
committerGitHub <noreply@github.com>2023-06-21 21:59:49 -0400
commit656d3cc71973c547b574866e30e5f3da5327ce25 (patch)
tree1572fc6ee19650b148a899e87b579dd63c3c5664 /templates/shared
parent8afc1b1cb5ad44ab5dd9597a814b19412702ede3 (diff)
downloadgitea-656d3cc71973c547b574866e30e5f3da5327ce25.tar.gz
gitea-656d3cc71973c547b574866e30e5f3da5327ce25.zip
Various UI fixes (#25264)
Numerous small UI fixes: - Fix double border in collaborator list - Fix system notice table background - Mute links in repo and org lists - Downsize projects edit buttons - Improve milestones and project list rendering - Condense milestone list entry to a single line of "metas" - Mute ".." button in repo files list
Diffstat (limited to 'templates/shared')
-rw-r--r--templates/shared/issuelist.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/shared/issuelist.tmpl b/templates/shared/issuelist.tmpl
index 8ae00a2ba9..192911d13a 100644
--- a/templates/shared/issuelist.tmpl
+++ b/templates/shared/issuelist.tmpl
@@ -84,7 +84,7 @@
{{end}}
{{if ne .DeadlineUnix 0}}
<span class="due-date" data-tooltip-content="{{$.locale.Tr "repo.issues.due_date"}}">
- <span{{if .IsOverdue}} class="overdue"{{end}}>
+ <span{{if .IsOverdue}} class="text red"{{end}}>
{{svg "octicon-calendar" 14 "gt-mr-2"}}
{{DateTime "short" .DeadlineUnix}}
</span>