mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
css: fix popup broken by new animation
fix connectivity fix chat and users
This commit is contained in:
parent
9b60bb4d55
commit
9497db89c9
5 changed files with 18 additions and 8 deletions
|
@ -1,8 +1,4 @@
|
|||
#connectivity {
|
||||
z-index: 600 !important;
|
||||
}
|
||||
|
||||
#connectivity * {
|
||||
#connectivity .popup-content * {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
top: 0;
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
.popup#users.chatAndUsers .popup-content {
|
||||
border: none;
|
||||
border-bottom: 1px solid #ccc;
|
||||
border-left: 1px solid #ccc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue