aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/cobrands/fixmybarangay/message_manager.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/web/cobrands/fixmybarangay/message_manager.scss b/web/cobrands/fixmybarangay/message_manager.scss
index 5b6d7bd62..00644a448 100644
--- a/web/cobrands/fixmybarangay/message_manager.scss
+++ b/web/cobrands/fixmybarangay/message_manager.scss
@@ -1,3 +1,5 @@
+@import "_colours";
+
$mm_status_message_color: #a66;
$mm_border_color: #eee;
@@ -59,7 +61,7 @@ $color_bg_mm_list: #F6F6F6;
background-color: inherit;
margin: 0.25em 0 0 0;
padding: 0.5em 1em;
- &:hover { background-color: #efe;}
+ // &:hover { background-color: #efe;}
}
ul.mm-reply-thread {
li {
@@ -77,10 +79,10 @@ $color_bg_mm_list: #F6F6F6;
.mm-reply-5 { margin-left: 5em; background-color: $color_bg_reply_5;}
.mm-reply-6 { margin-left: 6em; background-color: $color_bg_reply_6;}
}
+ &:hover { background-color: #efe;}
&.msg-is-locked { background-color: #fdd;}
- &.msg-is-owned { background-color: #dfd;}
&.msg-is-busy { background-color: #ffd;}
- &:hover { background-color: #efe;}
+ &.msg-is-owned { background-color: $contrast1; color:#fff;} // was: #dfd, now stronger
span.msg-tag {
width: 3em;
float:left;