Accentuation colour does not match desktop environment accentuation colour in some areas
Categories
(Thunderbird :: Theme, enhancement, P2)
Tracking
(thunderbird_esr115 wontfix)
| Tracking | Status | |
|---|---|---|
| thunderbird_esr115 | --- | wontfix |
People
(Reporter: gerald.maruccia, Assigned: Paenglab)
Details
Attachments
(4 files)
Steps to reproduce:
Installed Thunderbird 125 beta from autonomous archive on Ubuntu 22.04,
with system default gtk theme, Yaru.
Actual results:
In Thunderbird ( some ) accentuation is blue ( ie. in calendar )
Expected results:
Accentuation colour should be orange, as everywhere else in ( this ) desktop environment.
And as it actually is, in mail tab for example.
Comment 2•2 years ago
|
||
Marking this as enhancement since the blue primary color was added on purpose to add some initial consistency and clean up style, and now that things are easier to update we can slowly trickle in the accentColor for those areas.
…blue spotted here and there…
/* folders pane */
--treeitem-background-hover: rgba(r, g, b, a) ;
--treeitem-background-active: rgba(r, g, b, a) ;
--treeitem-background-selected: rgba(r, g, b, a) ;
/* messages list */
--listbox-selected-bg: rgba(r, g, b, a) ;
--listbox-hover: rgba(r, g, b, a) ;
--listbox-focused-selected-bg: rgba(r, g, b, a) ;
| Assignee | ||
Comment 4•2 years ago
|
||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Pushed by martin@humanoids.be:
https://hg.mozilla.org/comm-central/rev/358df692a1ca
Use in Calendar AccentColor on more places. r=aleca
Description
•