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:
@ -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";
|
||||
|
Reference in New Issue
Block a user