diff options
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; |