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