Projects
Kolab:Winterfell
roundcubemail
0008-Fix-style-issue-on-selected-and-unfocused-...
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0008-Fix-style-issue-on-selected-and-unfocused-message-th.patch of Package roundcubemail (Revision 75)
Currently displaying revision
75
,
Show latest
From f12d1a90e7bbf5f9c1ea64a0597f58f618efb2f4 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Wed, 28 Jun 2017 08:28:46 +0200 Subject: [PATCH 08/14] 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; } -- 2.13.0
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.