Add shadow to board lanes

Change-Id: Ie40cae6d94b49eb4aaa302fe8046415172f9ac0e
This commit is contained in:
Adam Coldrick 2018-03-02 12:03:42 +00:00
parent f21410ba22
commit ae7451faa8
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@
margin: 0px 10px;
float: none;
display: inline-block !important;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
/* Lane style */
@ -56,6 +57,7 @@
display: inline-block;
vertical-align: top;
white-space: normal;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.kanban-lane-automatic {