Removing shadow artifacts from composition area

(imported from commit f957f26f60d2aedcb106e555b9558c8363cf9d61)
This commit is contained in:
Allen Rabinovich 2013-07-18 12:30:37 -07:00
parent 3f7c6f92c5
commit dc7b59bc9f
1 changed files with 6 additions and 0 deletions

View File

@ -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;
}