mirror of
https://github.com/wekan/wekan.git
synced 2026-02-26 18:04:06 +01:00
lists-color: only colorize the bottom border
And make the background clearer to visually separate the header from the list of cards
This commit is contained in:
parent
5d6203f5f9
commit
33977b2282
3 changed files with 12 additions and 5 deletions
|
|
@ -120,7 +120,8 @@ template(name="wipLimitErrorPopup")
|
|||
template(name="setListColorPopup")
|
||||
form.edit-label
|
||||
.palette-colors: each colors
|
||||
span.card-label.palette-color.js-palette-color(class="list-header-{{color}}")
|
||||
// note: we use the swimlane palette to have more than just the border
|
||||
span.card-label.palette-color.js-palette-color(class="swimlane-{{color}}")
|
||||
if(isSelected color)
|
||||
i.fa.fa-check
|
||||
button.primary.confirm.js-submit {{_ 'save'}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue