Style fixes in kanban for themes

stable
Xavier Julián 2016-03-23 09:54:11 +01:00
parent 185b77cadd
commit 887041594b
3 changed files with 8 additions and 8 deletions

View File

@ -158,12 +158,12 @@ tg-project-menu {
}
.main-nav {
svg path {
svg {
fill: $white;
}
.active {
background: $white;
svg path {
svg {
fill: $black;
}
}
@ -198,7 +198,7 @@ tg-project-menu {
//Kanban table
.kanban-table-header {
.task-colum-name {
background: lighten($white, 20%);
background: lighten($whitish, 50%);
border-top: 3px solid $black;
.icon {
color: $black;
@ -208,7 +208,7 @@ tg-project-menu {
.kanban-table-body {
.kanban-uses-box {
background: $whitish;
background: lighten($whitish, 50%);
}
}

View File

@ -172,7 +172,7 @@ tg-project-menu {
//Kanban table
.kanban-table-header {
.task-colum-name {
background: lighten($primary-light, 20%);
background: lighten($whitish, 5%);
border-top: 3px solid $primary;
.icon {
color: $primary;
@ -182,6 +182,6 @@ tg-project-menu {
.kanban-table-body {
.kanban-uses-box {
background: $whitish;
background: lighten($whitish, 5%);
}
}

View File

@ -152,7 +152,7 @@ tg-project-menu {
//Kanban table
.kanban-table-header {
.task-colum-name {
background: $whitish;
background: lighten($whitish, 5%);
border-top: 3px solid $gray-light;
.icon {
color: $gray-light;
@ -162,6 +162,6 @@ tg-project-menu {
.kanban-table-body {
.kanban-uses-box {
background: $whitish;
background: lighten($whitish, 5%);
}
}