1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-28 21:28:38 +00:00

Change some label colors (#9051)

* Change label colors

* Override black basic label background for green theme on label list
This commit is contained in:
jaqra
2019-12-04 04:39:58 +03:00
committed by techknowlogick
parent bac4b78e09
commit 8875586570
8 changed files with 11 additions and 6 deletions

View File

@@ -185,7 +185,7 @@
<input type="checkbox" data-issue-id={{.ID}}></input>
</div>
{{end}}
<div class="ui {{if .IsRead}}black{{else}}green{{end}} label">#{{.Index}}</div>
<div class="ui {{if .IsRead}}gray{{else}}green{{end}} label">#{{.Index}}</div>
<a class="title has-emoji" href="{{$.RepoLink}}/issues/{{.Index}}">{{.Title}}</a>
{{range .Labels}}