update client/less/main.less

- add btn-default hover background color
This commit is contained in:
Thanakom Sangnetra
2016-05-28 15:33:00 +07:00
parent dce9614e42
commit 9fe18ba4e1

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";