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

View File

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

View File

@ -152,7 +152,7 @@ tg-project-menu {
//Kanban table //Kanban table
.kanban-table-header { .kanban-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 {
color: $gray-light; color: $gray-light;
@ -162,6 +162,6 @@ tg-project-menu {
.kanban-table-body { .kanban-table-body {
.kanban-uses-box { .kanban-uses-box {
background: $whitish; background: lighten($whitish, 5%);
} }
} }