message-feed: Remove visually unappealing top border.

This removes an unecessary and unappealing top border to the
message headers while keeping all else the same.
This commit is contained in:
Brock Whittaker 2017-09-27 10:41:22 -07:00 committed by Tim Abbott
parent 52299ce987
commit 33c1755c69
1 changed files with 2 additions and 2 deletions

View File

@ -716,7 +716,6 @@ td.pointer {
.message_list .recipient_row {
background: hsl(0, 0%, 94%);
border-bottom: 1px solid hsl(0, 0%, 88%);
border-top: 1px solid hsl(0, 0%, 88%);
margin-bottom: 10px;
}
@ -726,7 +725,7 @@ td.pointer {
.stream_label {
display: inline-block;
padding: 3px 7px 2px 6px;
padding: 4px 7px 3px 6px;
font-weight: normal;
height: 17px;
line-height: 17px;
@ -1004,6 +1003,7 @@ td.pointer {
.private-message .messagebox,
.message_header_private_message .message-header-contents {
background-color: hsl(192, 19%, 95%);
box-shadow: inset 1px 1px 0px hsl(0, 0%, 88%);
}
.message-header-contents {