mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
22 lines
389 B
CSS
22 lines
389 B
CSS
#reminders-overlay-container,
|
|
#scheduled_messages_overlay_container {
|
|
.no-overlay-messages {
|
|
display: none;
|
|
|
|
&:only-child {
|
|
display: block;
|
|
}
|
|
}
|
|
}
|
|
|
|
#scheduled_message_indicator {
|
|
display: block;
|
|
margin-left: 10px;
|
|
font-style: italic;
|
|
color: hsl(0deg 0% 53%);
|
|
}
|
|
|
|
#reminders-overlay-container .message_content {
|
|
cursor: auto;
|
|
}
|