Update style for change of name for message controller

This commit is contained in:
Tom Hughes 2018-06-06 14:45:19 +01:00
parent 4df0fe72e2
commit beec16232d

View file

@ -1889,14 +1889,14 @@ tr.turn:hover {
display: none;
}
.message-read .message-buttons {
.messages-show .message-buttons {
margin-top: $lineheight;
margin-bottom: $lineheight * 1.5;
padding-top: $lineheight;
border-top: 1px solid $lightgrey;
}
.message-read .buttons .mark-unread-button {
.messages-show .buttons .mark-unread-button {
border-radius: 0;
}