Improve Green theme

This commit is contained in:
Frederic Guillot 2013-08-04 11:43:03 -04:00
parent 6f062117e5
commit 892478d430

View File

@ -147,6 +147,11 @@ form {
margin-top: 20px; margin-top: 20px;
} }
section > .form-actions {
margin-left: 10px;
margin-bottom: 10px;
}
input[type="email"], input[type="email"],
input[type="tel"], input[type="tel"],
input[type="password"], input[type="password"],
@ -177,11 +182,14 @@ textarea:focus {
margin-bottom: 10px; margin-bottom: 10px;
} }
.btn-red,
.btn-blue { .btn-blue {
background-color: #708F51; background-color: #708F51;
border-color: #065806; border-color: #065806;
} }
.btn-red:hover,
.btn-red:focus,
.btn-blue:hover, .btn-blue:hover,
.btn-blue:focus { .btn-blue:focus {
background-color: #609C22; background-color: #609C22;