css: Fix missing top border in PM recipient bars.

Technically, they were also missing on stream message recipient bars,
but the difference was invisible.
This commit is contained in:
Tim Abbott 2017-05-16 14:46:11 -07:00
parent d1fb4aa130
commit feda8cd012

View File

@ -682,6 +682,10 @@ td.pointer {
margin-bottom: 10px;
}
.floating_recipient {
border-top: 1px solid #e2e2e2;
}
.stream_label {
display: inline-block;
padding: 3px 4px 2px 4px;