FIX red hightlighted rows in admin

This commit is contained in:
Neil Lalonde
2014-05-06 13:29:13 -04:00
parent 8a471d629e
commit ba68470d5a

View File

@ -280,7 +280,7 @@ section.details {
border-top: 0; border-top: 0;
} }
&.highlight-danger { &.highlight-danger {
background-color: $danger; background-color: scale-color($danger, $lightness: 50%);
} }
border-top: 1px solid scale-color($primary, $lightness: 90%); border-top: 1px solid scale-color($primary, $lightness: 90%);
&:before, &:after { &:before, &:after {