pledge buttons have embiggened border and color change on hover

pull/1/head
Andromeda Yelton 2013-02-18 12:08:35 -05:00
parent f674278b02
commit 7e6efeda7c
2 changed files with 10 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -349,10 +349,19 @@ div#content-block-content {
form input {
width: 100%;
border-width: 4px;
&:hover {
background-color: darken(@call-to-action, 7%);
}
}
&.modify a, &.modify form input {
background-color: @medium-blue-grey;
&:hover {
background-color: darken(@medium-blue-grey, 7%);
}
}
}