mirror of https://github.com/zulip/zulip.git
Removing shadow artifacts from composition area
(imported from commit f957f26f60d2aedcb106e555b9558c8363cf9d61)
This commit is contained in:
parent
3f7c6f92c5
commit
dc7b59bc9f
|
@ -632,6 +632,7 @@ td.pointer {
|
|||
background-color: #ececec;
|
||||
border: none;
|
||||
border-radius: 0px;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.pointer_icon {
|
||||
|
@ -659,6 +660,11 @@ td.pointer {
|
|||
|
||||
/* Base color backgrounds for messageboxes,
|
||||
private messages, mentions, and unread messages */
|
||||
|
||||
.compose_table .messagebox {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.messagebox {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue