diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-02-04 09:31:28 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-02-04 09:31:28 +0000 |
commit | 3df5e47c9306d8f832c0bc5427390f75ac2070ec (patch) | |
tree | 1aecb4a983e1850454c81b98916f9fa5f37067d5 | |
parent | 336c4861dde7f6fd3d25b99da0e3f5b628d90f26 (diff) |
make the 'Go' button on the postcode form orange too
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss index a94cc447e..19a4f7ea6 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -154,6 +154,13 @@ body.twothirdswidthpage .content { } } +#front-main #postcodeForm div { + border: 1px solid #fff; // because orange "Go" button (see below) abuts this border, looks a tiny bit better if it's not dark green +} + +// styled Oxfordshire buttons -- including the "Go" button on the postcode form -- to be orange: + +#front-main #postcodeForm div input#submit, .green-btn, button.green-btn, input.green-btn{ |