Taskboard table body color contrast

stable
Xavier Julián 2016-03-23 10:37:47 +01:00
parent 25c7178992
commit 075c3d04b3
1 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ tg-project-menu {
//Taskboard table
.taskboard-table-header {
.task-colum-name {
background: $whitish;
background: lighten($whitish, 5%);
border-top: 3px solid $gray-light;
.icon {
fill: $gray-light;
@ -141,7 +141,7 @@ tg-project-menu {
}
.taskboard-table-body {
.taskboard-tasks-box {
background: $whitish;
background: lighten($whitish, 5%);
}
}