From 49619a85dc7700e91ac141712468a89338695618 Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Mon, 22 Jul 2013 14:20:13 -0400 Subject: [PATCH] Give "faded out" messages transparent backgrounds. This hopefully makes them look less active while still preserving their readability. (imported from commit 25ac8c557978a3867eba90d93857d9bd728149e2) --- zephyr/static/styles/zephyr.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index c851460a97..6c0d61579f 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -1782,12 +1782,12 @@ table.floating_recipient { text-align: center; } -.message_reply_fade { - opacity: .4; +.message_reply_fade .messagebox { + background-color: transparent !important; } -.message_reply_fade_narrowed { - opacity: .4; +.message_reply_fade_narrowed .messagebox { + background-color: transparent !important; } #stream-message, #private-message {