Merge pull request #8834 from prideloki/fix/css-for-pledge-cancelling-button

Fix CSS for Pledge cancelling("Maybe later") button
This commit is contained in:
Jonathan
2016-05-31 00:20:14 +01:00

View File

@ -1155,6 +1155,12 @@ code {
}
}
// make btn-default hover more visible
.btn-default:active,
.btn-default:hover {
background-color: @brand-primary;
}
@import "chat.less";
@import "jobs.less";
@import "challenge.less";