diff options
author | Dave Whiteland <dave@mysociety.org> | 2012-10-01 14:00:51 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2012-10-01 16:41:24 +0100 |
commit | c187cb1f43b27c70419c50e3362ef10f5eb35337 (patch) | |
tree | d8d8aa2e45c26f55abbec832f7d97c4b1cebf656 /web | |
parent | 8c570f0b777cbeb1fe9ed94cb40b3f440e37757a (diff) |
explicitly handle msg-is-active class for message that will be used to create report, instead of msg-is-owned, fixes mysociety/message-manager#49
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmybarangay/message_manager.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/cobrands/fixmybarangay/message_manager.scss b/web/cobrands/fixmybarangay/message_manager.scss index 20c0057fb..e9db9a6ce 100644 --- a/web/cobrands/fixmybarangay/message_manager.scss +++ b/web/cobrands/fixmybarangay/message_manager.scss @@ -82,7 +82,8 @@ $color_bg_mm_list: #F6F6F6; &:hover { background-color: #efe;} &.msg-is-locked { background-color: #fdd;} &.msg-is-busy { background-color: #ffd;} - &.msg-is-owned { background-color: $contrast1; color:#fff;} // was: #dfd, now stronger + &.msg-is-owned { background-color: #dfd;} + &.msg-is-active { background-color: $contrast1; color:#fff;} span.msg-tag { width: 3em; float:left; |