From f12d1a90e7bbf5f9c1ea64a0597f58f618efb2f4 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 28 Jun 2017 08:28:46 +0200 Subject: [PATCH] Fix style issue on selected and unfocused message that is part of a thread (#5798) --- CHANGELOG | 1 + skins/larry/mail.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 9ba086ebe..04441b2d8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,7 @@ CHANGELOG Roundcube Webmail - Fix decoding non-ascii attachment names from TNEF attachments (#5646, #5799) - Fix uninitialized string offset in rcube_utils::bin2ascii() and make sure rcube_utils::random_bytes() result has always requested length (#5788) - Fix bug where HTML messages with @media styles could moddify style of page body (#5811) +- Fix style issue on selected and unfocused message that is part of a thread (#5798) RELEASE 1.3.0 ------------- diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 19903dbcc..ff34fdf35 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -279,7 +279,7 @@ table.messagelist.fixedcopy { /* background-color: #fff; */ } -.messagelist tr.thread.expanded td { +.messagelist tr.thread.expanded:not(.selected) td { background-color: #ededed; }