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;
|
background-color: #ececec;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pointer_icon {
|
.pointer_icon {
|
||||||
|
@ -659,6 +660,11 @@ td.pointer {
|
||||||
|
|
||||||
/* Base color backgrounds for messageboxes,
|
/* Base color backgrounds for messageboxes,
|
||||||
private messages, mentions, and unread messages */
|
private messages, mentions, and unread messages */
|
||||||
|
|
||||||
|
.compose_table .messagebox {
|
||||||
|
box-shadow: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
.messagebox {
|
.messagebox {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue