question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

White rectangle around conversation in version 3.1.6 on Dark schema

See original GitHub issue

Thunderbird 68.8.0 on Ubuntu 18.04 with Dark look and feel and TT DeepDark add on. When Conversations updated today to 3.1.6 version it started to render white rectangle around email content in conversations. Is likely caused by this commit https://github.com/protz/thunderbird-conversations/commit/1a4d8d185009eacf6a001091839e14d12bfd4256 I built the Conversations from master and reverted changes in options.css and conversation.css to respect dark schema and it is working fine. I understand there was some reason for above mentioned commit. Just want to mention that this white rectangle around is really eyes hurting when you have your system in Dark schema. Conversations_update

options.css, line 5:

/*:root {
  --application-background-color: white;
  --application-foreground-color: black;
}
*/
@media screen and (prefers-color-scheme: dark) {
  :root {
    --application-background-color: rgb(56, 56, 61);
    --application-foreground-color: rgb(249, 249, 250);
  }
} 

conversation.css, line 5:

/*:root {
  --application-background-color: white;
  --application-foreground-color: black;
}
*/
@media screen and (prefers-color-scheme: dark) {
  :root {
    --application-background-color: rgb(56, 56, 61);
    --application-foreground-color: rgb(249, 249, 250);
  }
}

the rest of the files was not changed. Great extension, anyway.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:10

github_iconTop GitHub Comments

2reactions
Standard8commented, Jun 13, 2020

3.1.9 is now out, so closing this out. #1313 is the issue to track for ongoing full support.

1reaction
Standard8commented, Jul 3, 2020

@sprangen please can you file a new issue. This was reported on Linux.

In that issue, please can you detail any add-ons you have installed and any settings that you’ve changed from the default (Help -> Troubleshooting Information may help, not sure). As far as I knew it isn’t possible to get the dark mode display of the message itself on Mac with the default settings.

Fundamentally, dark mode isn’t complete (xref #1313), and needs work.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting started · Bootstrap 3.3.6 Documentation
An overview of Bootstrap, how to download and use, basic templates and examples, and more. Looking for Bootstrap 2.3.2 docs? You can find...
Read more >
Turn dark mode on or off for Google Chat - Android
Important: Dark theme for Google Chat is only available with Android 10.0 or up. On your Android device, tap Settings "" and then...
Read more >
3 Common Tasks — The Yocto Project ® 3.1.6 ...
This chapter describes fundamental procedures such as creating layers, adding new software packages, extending or customizing images, porting work to new ...
Read more >
xzY - River Thames Conditions - Environment Agency - GOV.UK
Homework for 2nd grade, Phil steele picks, Quotes about hard pasts, Theatrical bleeding knife, ... Bus cartoon black and white, 408 new road...
Read more >
Intelligent Transportation Systems (ITS) - pcb.its.dot.gov
A321b - Specifying Requirements for Traffic Management Systems Based on TMDD v3.0 Standard. (Extended Text Description: Large graphic cover page with dark blue ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found