Fix blocked status in taskboard tasks

stable
Xavier Julián 2015-11-03 10:16:12 +01:00
parent 9e636abb70
commit f251c7ee94
1 changed files with 1 additions and 1 deletions

View File

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