aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/cobrands/fixmybarangay/message_manager.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/cobrands/fixmybarangay/message_manager.scss b/web/cobrands/fixmybarangay/message_manager.scss
index 01b7161d1..9d9555640 100644
--- a/web/cobrands/fixmybarangay/message_manager.scss
+++ b/web/cobrands/fixmybarangay/message_manager.scss
@@ -94,7 +94,10 @@ $weak_text_color: #666;
&.msg-is-locked { background-color: #fdd;}
&.msg-is-busy { background-color: #ffd;}
&.msg-is-owned { background-color: #dfd;}
- &.msg-is-active { background-color: $contrast1; color:#fff;}
+ &.msg-is-active {
+ background-color: $contrast1; color:#fff;
+ p:hover { background-color: $contrast1; color:#fff; } // fix for mouseover on p
+ }
span.msg-tag {
width: 3em;
float:left;