From 19df002252df66a2215890dc920bd09a7ad98a6f Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Fri, 23 Aug 2013 15:43:40 -0400 Subject: [PATCH] Remove collapse icon from floating recipient bar (imported from commit f76d74f703dd7248601f729e192003ba24cfc699) --- static/styles/zulip.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 5b11f192b8..5acc256da6 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -732,6 +732,14 @@ td.pointer { background: #000; } +/* +We can't collapse the floating recipient bar yet, so this is +just a temporary hack. +*/ +.floating_recipient .icon-vector-collapse-alt { + display: none; +} + .floating_recipient .message_header { box-shadow: inset 0px 2px 1px -2px #333, inset -2px 0px 1px -2px #333 !important; }