mirror of https://github.com/zulip/zulip.git
12 lines
177 B
CSS
12 lines
177 B
CSS
|
#typing_notifications {
|
||
|
display: none;
|
||
|
margin-left: 10px;
|
||
|
font-style: italic;
|
||
|
color: #888;
|
||
|
}
|
||
|
|
||
|
#typing_notification_list {
|
||
|
list-style: none;
|
||
|
margin: 0;
|
||
|
}
|