[Backport] Fix blocked status in taskboard tasks

stable
Xavier Julián 2015-11-03 10:16:12 +01:00 committed by David Barragán Merino
parent f69a0d9790
commit 5ba619f897
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;