css: Reorder zulip.scss to put `.private-message` alongside.

This commit is contained in:
majordwarf 2020-05-16 19:51:50 +05:30 committed by Tim Abbott
parent 646e725b4f
commit d99a834bc4
1 changed files with 4 additions and 4 deletions

View File

@ -679,10 +679,6 @@ td.pointer {
display: none;
}
.private-message .alert-msg {
background-color: hsl(192, 20%, 95%);
}
.status-time {
top: 8px !important;
}
@ -1014,6 +1010,10 @@ td.pointer {
}
}
.private-message .alert-msg {
background-color: hsl(192, 20%, 95%);
}
.private-message .messagebox,
.private-message .date_row {
background-color: hsla(192, 19%, 75%, 0.2);