mirror of https://github.com/zulip/zulip.git
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:
parent
52299ce987
commit
33c1755c69
|
@ -716,7 +716,6 @@ td.pointer {
|
||||||
.message_list .recipient_row {
|
.message_list .recipient_row {
|
||||||
background: hsl(0, 0%, 94%);
|
background: hsl(0, 0%, 94%);
|
||||||
border-bottom: 1px solid hsl(0, 0%, 88%);
|
border-bottom: 1px solid hsl(0, 0%, 88%);
|
||||||
border-top: 1px solid hsl(0, 0%, 88%);
|
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -726,7 +725,7 @@ td.pointer {
|
||||||
|
|
||||||
.stream_label {
|
.stream_label {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 3px 7px 2px 6px;
|
padding: 4px 7px 3px 6px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
height: 17px;
|
height: 17px;
|
||||||
line-height: 17px;
|
line-height: 17px;
|
||||||
|
@ -1004,6 +1003,7 @@ td.pointer {
|
||||||
.private-message .messagebox,
|
.private-message .messagebox,
|
||||||
.message_header_private_message .message-header-contents {
|
.message_header_private_message .message-header-contents {
|
||||||
background-color: hsl(192, 19%, 95%);
|
background-color: hsl(192, 19%, 95%);
|
||||||
|
box-shadow: inset 1px 1px 0px hsl(0, 0%, 88%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-header-contents {
|
.message-header-contents {
|
||||||
|
|
Loading…
Reference in New Issue