Taskboard table body color contrast
parent
25c7178992
commit
075c3d04b3
|
@ -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%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue