Put recipient bar color in the message's left column.

Previously, we'd highlighted the top of the block. The theory here is
that it will make things less visually cluttered/noisy, which should
improve readability.

(imported from commit f94ec6b8e55aef9c2413718aea23b1124f5308e7)
This commit is contained in:
Allen Rabinovich
2013-06-21 14:22:41 -07:00
committed by Waseem Daher
parent 50943ba6d0
commit d9f5b98aea

View File

@@ -365,7 +365,7 @@ function replace_floating_recipient_bar(desired_label) {
$("#current_label_stream td:first").css(
"background-color",
desired_label.children(".message_header_stream.right_part")
desired_label.children(".message_header_colorblock")
.css("background-color"));
} else {
new_label = $("#current_label_private_message");