1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Kanban colored boards (#16647)

Add a column Color in ProjectBoard and color picker in new / edit project board form.
This commit is contained in:
Romain
2021-09-29 22:53:12 +02:00
committed by GitHub
parent ba1fdbcfdb
commit ecfac78f6e
14 changed files with 187 additions and 31 deletions

View File

@@ -2696,19 +2696,6 @@
width: 15px;
height: 15px;
}
.precolors {
padding-left: 0;
padding-right: 0;
margin: 3px 10px auto;
width: 120px;
.color {
float: left;
width: 15px;
height: 15px;
}
}
}
}