Remove collapse icon from floating recipient bar

(imported from commit f76d74f703dd7248601f729e192003ba24cfc699)
This commit is contained in:
Steve Howell 2013-08-23 15:43:40 -04:00
parent 4a7bab9a6f
commit 19df002252

View File

@ -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;
}