mirror of https://github.com/xwiki-labs/cryptpad
fix text input color in team chat
This commit is contained in:
parent
7f22da0f57
commit
a328dc6c08
|
@ -42,6 +42,12 @@
|
|||
.cp-app-contacts-container {
|
||||
height: 100%;
|
||||
}
|
||||
.cp-app-contacts-input {
|
||||
textarea {
|
||||
border: 0px;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
& > .cp-team-drive {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue