diff options
author | Josh Angell <jbangell@gmail.com> | 2012-03-13 15:26:45 +0000 |
---|---|---|
committer | Josh Angell <jbangell@gmail.com> | 2012-03-13 15:26:45 +0000 |
commit | 2c119c6e5b7fd062ec3240d84122573e3ee5cf76 (patch) | |
tree | 11065cc791686c407997b375b4cff74e8cb894f0 | |
parent | c863b2b5f21af3dd1ee686ad23793c78dbf3e4ad (diff) |
Tweak hover style for report a problem button
-rw-r--r-- | web/cobrands/fixmystreet/layout.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss index b909e0e83..139b9257a 100644 --- a/web/cobrands/fixmystreet/layout.scss +++ b/web/cobrands/fixmystreet/layout.scss @@ -155,7 +155,7 @@ h1 { color:#333; @include border-radius(0.25em); &:hover { - background:$primary/0.9; + background:$primary/1.1; } } span { |