|
|
@ -73,6 +73,8 @@ input[type="submit"] { |
|
|
|
font-family: 'DejaVu Sans', sans-serif; font-weight: 400; |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
input[type="button"]:hover, |
|
|
|
input[type="submit"]:hover, |
|
|
|
.button:hover { |
|
|
|
text-decoration: none; |
|
|
|
} |
|
|
@ -107,13 +109,13 @@ input[type="submit"] { |
|
|
|
} |
|
|
|
|
|
|
|
.bg-orange { |
|
|
|
background: #e99820; |
|
|
|
background: #f59f25; |
|
|
|
color: #ffffff; |
|
|
|
} |
|
|
|
.bg-orange:hover, |
|
|
|
.bg-orange:focus, |
|
|
|
.bg-orange:active { |
|
|
|
background: #de8d13; |
|
|
|
background: #ea9720; |
|
|
|
} |
|
|
|
|
|
|
|
.bg-white, |
|
|
|