Merge pull request #702 from taigaio/issue/3433/blocked-tasks

Fix blocked status in taskboard tasks
stable
David Barragán Merino 2015-11-03 10:36:20 +01:00
commit b12cede408
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
&.ui-sortable-placeholder {
background: $grayer;
}
&.blocked {
.blocked {
background: $red;
border: 1px solid darken($red, 10%);
color: $white;