mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
Chat bubble: by default hide in CSS
The current behaviour is to show the chat bubble and hide if chat is disabled. Because of this, the bubble appears wrongfully for a short time. With this PR, by default it is hidden and displayed only if chat is enabled. Fixes: #3088
This commit is contained in:
parent
705cc6f5e4
commit
8453f07205
2 changed files with 2 additions and 1 deletions
|
@ -643,6 +643,7 @@ table#otheruserstable {
|
|||
border-top-right-radius: 5px;
|
||||
background-color: #fff;
|
||||
cursor: pointer;
|
||||
display: none;
|
||||
}
|
||||
#chaticon a {
|
||||
text-decoration: none
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue