Skip to content

Instantly share code, notes, and snippets.

@BenOnSocial
Created October 8, 2024 00:24
Show Gist options
  • Select an option

  • Save BenOnSocial/8490802b782275869f32edfcb30651d2 to your computer and use it in GitHub Desktop.

Select an option

Save BenOnSocial/8490802b782275869f32edfcb30651d2 to your computer and use it in GitHub Desktop.
Thunderbird message list customization.
@import url("chrome://messenger/content/unifiedtoolbar/unifiedToolbarWebextensions.css");
#threadTree tbody [data-properties~="unread"] {
color: #2492d1 !important;
font-style: normal !important;
font-weight: 600 !important;
}
#threadTree tbody [data-properties~="unread"].selected {
color: #d3d3d3 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment