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:
Benjamin Tissoires 2019-01-25 18:11:40 +01:00
parent 5d6203f5f9
commit 33977b2282
3 changed files with 12 additions and 5 deletions

View file

@ -46,11 +46,19 @@
.list-header-card-count
height: 35px
.list-header-add
flex: 0 0 auto
padding: 20px 12px 4px
position: relative
min-height: 20px
.list-header
flex: 0 0 auto
padding: 20px 12px 4px
position: relative
min-height: 20px
background-color: #e4e4e4;
border-bottom: 6px solid #e4e4e4;
&.ui-sortable-handle
@ -204,9 +212,7 @@
overflow: hidden
list-header-color(background, color...)
background: background !important
if color
color: color !important //overwrite text for better visibility
border-bottom: 6px solid background
.list-header-white
list-header-color(#ffffff, #4d4d4d) //Black text for better visibility