This commit is contained in:
Owen Versteeg 2014-02-08 21:03:50 -05:00
parent 3400150225
commit 53ce68f782

View file

@ -30,7 +30,7 @@ button, .btn {
&:hover {
background: #2b4; /* darken(@btn-b-bg, 5%) */
}
&:active, &.focus {
&:active, &:focus {
background: #2a4; /* darken(@btn-b-bg, 10%) */
}
}
@ -40,7 +40,7 @@ button, .btn {
&:hover {
background: #c22; /* darken(@btn-c-bg, 5%) */
}
&:active, &.focus {
&:active, &:focus {
background: #b22; /* darken(@btn-c-bg, 10%) */
}
}