diff options
-rw-r--r-- | web/cobrands/bromley/bromley.scss | 2 | ||||
-rw-r--r-- | web/cobrands/bromley/layout.scss | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/web/cobrands/bromley/bromley.scss b/web/cobrands/bromley/bromley.scss index 067c2d2a2..7b2764d66 100644 --- a/web/cobrands/bromley/bromley.scss +++ b/web/cobrands/bromley/bromley.scss @@ -11,7 +11,7 @@ input[type=password], input[type=email], input[type=file], textarea, -select { background: #fff; border: 1px solid #768b9a; border-color: #768b9a #d1dee8 #d1dee8 #768b9a; color: #333; font: 12px/18px Arial, 'Helvetica Neue', Helvetica, sans-serif; padding: 8px; width: 300px; +select { background: #fff; border: 1px solid #768b9a; border-color: #768b9a #d1dee8 #d1dee8 #768b9a; color: #333; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; padding: 8px; width: 300px; @include border-radius(0); } .green-btn, button.green-btn, input.green-btn { diff --git a/web/cobrands/bromley/layout.scss b/web/cobrands/bromley/layout.scss index f773b47f1..95bea315d 100644 --- a/web/cobrands/bromley/layout.scss +++ b/web/cobrands/bromley/layout.scss @@ -24,6 +24,9 @@ body { background: #9b9b9b url('http://www.bromley.gov.uk/site/styles/css_img/re h2 { color: $primary_text; } + a#geolocate_link { + color: $primary_text; + } } // Don't want gap that normal site has |