aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2015-04-28 11:49:26 +0100
committerGareth Rees <gareth@mysociety.org>2015-04-28 11:49:26 +0100
commit966fea18647fe6c7ef74dca6efd33dd0eb356b0a (patch)
tree5fd39925eddd2ee9093a63076fa62016cb819c30
parent3a70d9fd4a12d75166c81cda19b5f440eb790f42 (diff)
parentd27c22d03b197a7b481dd539b084603a7c5b4576 (diff)
Merge branch 'garethrees-patch-2'
-rw-r--r--assets/stylesheets/responsive/custom.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss
index d62dffd..d3cd2c9 100644
--- a/assets/stylesheets/responsive/custom.scss
+++ b/assets/stylesheets/responsive/custom.scss
@@ -9,6 +9,7 @@ $link-color: #336C86;
$heading-color: #3d3b38;
$font-family: "Roboto Slab", Georgia, serif;
$sans-serif-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+$form_input-bg: #fff;
$button-bg: #8b9352;
$button-color: #fff;
@@ -129,7 +130,7 @@ form input[type="url"],
form input[type="tel"],
form input[type="number"] {
border-radius: 0;
- background-color: $main_menu-link_text;
+ background-color: $form_input-bg;
/* Set a fixed height for text inputs in older IE 8 */
@include ie8{
height: 2.3125em;
@@ -142,7 +143,7 @@ form input[type="number"] {
input.use-datepicker[type=text] {
width: 130px;
- background:image-url('calendar.png') no-repeat 100px 5px $main_menu-link_text;
+ background:image-url('calendar.png') no-repeat 100px 5px $form_input-bg;
}
form input[type=submit], a.link_button_green, a.link_button_green_large {
@@ -255,7 +256,7 @@ a.link_button_green_large {
border-radius: 0;
font-size: inherit;
&:focus{
- background-color: $main_menu-link_text;
+ background-color: $form_input-bg;
}
}
}