From dc7b59bc9facff67c8c476b49371b42cf1744430 Mon Sep 17 00:00:00 2001 From: Allen Rabinovich Date: Thu, 18 Jul 2013 12:30:37 -0700 Subject: [PATCH] Removing shadow artifacts from composition area (imported from commit f957f26f60d2aedcb106e555b9558c8363cf9d61) --- zephyr/static/styles/zephyr.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 65abdea9d8..8e311eddf1 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -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; }