aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorHakim Cassimally <hakim@mysociety.org>2014-09-18 11:30:10 +0000
committerHakim Cassimally <hakim@mysociety.org>2014-09-18 11:31:38 +0000
commitbe1cfeb88d340b8476dbd8d60c889460ed5245e1 (patch)
tree585289edc570da5bca37aa86915c40bb27138b2f /web
parent378150a466ccac89855b6035f226bd9aeee4d496 (diff)
[EastSussex] fix border button colour
change border from green to lightened version of background colour fixes https://github.com/mysociety/FixMyStreet-Commercial/issues/543
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/eastsussex/base.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/eastsussex/base.scss b/web/cobrands/eastsussex/base.scss
index 581223b60..9c72a8c47 100644
--- a/web/cobrands/eastsussex/base.scss
+++ b/web/cobrands/eastsussex/base.scss
@@ -96,6 +96,7 @@ h1.main {
.green-btn, input.green-btn, input.green-btn:hover {
background: #44697d;
+ border: lighten(#44697d, 10%);
font-weight: bold;
font-size: 1.1em;
}