15 lines
243 B
CSS
15 lines
243 B
CSS
.message_input_scroll_window > * {
|
|
box-shadow: none;
|
|
border-width: 0;
|
|
}
|
|
.message_text_view {
|
|
background-color: rgba(0,0,0,0);
|
|
}
|
|
.chat_image_button {
|
|
padding: 0;
|
|
}
|
|
.editing_message_textview {
|
|
border-radius: 5px;
|
|
padding: 5px;
|
|
}
|