FIX: deleted message color was wrong on mobile

This commit is contained in:
Jeff Atwood 2015-04-01 01:28:14 -07:00
parent 801d04997a
commit 6137a5f00b

View File

@ -423,7 +423,7 @@ button.select-post {
.deleted {
background-color: scale-color($danger, $lightness: 75%);
background-color: dark-light-diff(rgba($danger,.7), $secondary, 50%, -60%);
}
#show-topic-admin {