mirror of https://github.com/zulip/zulip.git
css: Reorder zulip.scss to put `.private-message` alongside.
This commit is contained in:
parent
646e725b4f
commit
d99a834bc4
|
@ -679,10 +679,6 @@ td.pointer {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.private-message .alert-msg {
|
|
||||||
background-color: hsl(192, 20%, 95%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.status-time {
|
.status-time {
|
||||||
top: 8px !important;
|
top: 8px !important;
|
||||||
}
|
}
|
||||||
|
@ -1014,6 +1010,10 @@ td.pointer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.private-message .alert-msg {
|
||||||
|
background-color: hsl(192, 20%, 95%);
|
||||||
|
}
|
||||||
|
|
||||||
.private-message .messagebox,
|
.private-message .messagebox,
|
||||||
.private-message .date_row {
|
.private-message .date_row {
|
||||||
background-color: hsla(192, 19%, 75%, 0.2);
|
background-color: hsla(192, 19%, 75%, 0.2);
|
||||||
|
|
Loading…
Reference in New Issue