mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 10:56:16 -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
|
@ -2,6 +2,15 @@ table#otheruserstable {
|
|||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.popup#users.chatAndUsers .popup-content {
|
||||
padding: 20px 10px;
|
||||
height: 250px;
|
||||
background-color: white;
|
||||
color: #374256;
|
||||
border-left: none;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
#otheruserstable .swatch {
|
||||
border: none !important;
|
||||
border-radius: 50%;
|
||||
|
@ -19,6 +28,7 @@ table#otheruserstable {
|
|||
input#myusernameedit {
|
||||
min-width: 110px;
|
||||
border: none !important;
|
||||
background-color: transparent !important;
|
||||
border-bottom: 1px solid #ddd !important;
|
||||
border-radius: 0;
|
||||
padding-bottom: 5px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue