From 9440c356da33bac6687df91ec45c468450884bf8 Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Tue, 23 Oct 2012 16:53:02 -0400 Subject: [PATCH] Don't highlight "You and" on-hover in the composebox. (imported from commit 901b7a2a943a7e60bb71e38d3ce53180aba9c93f) --- zephyr/static/styles/zephyr.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index dbd8ec9f36..acf6c05edc 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -174,7 +174,7 @@ td.pointer { } /* Brighten hover because of the dark background */ -.message_header_huddle:hover { +recipient_row .message_header_huddle:hover { color: #3BF; }