Make the imAccounts dialog themeable
Categories
(Thunderbird :: Theme, task)
Tracking
(Not tracked)
People
(Reporter: Paenglab, Assigned: Paenglab)
Details
Attachments
(1 file, 1 obsolete file)
14.59 KB,
patch
|
aleca
:
review+
|
Details | Diff | Splinter Review |
With the themeableDialog.css we can make the imAccounts dialog themeable relatively simple.
Assignee | ||
Comment 1•5 years ago
|
||
How about this?
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
(In reply to Alessandro Castellani (:aleca) from comment #2)
Comment on attachment 9151717 [details] [diff] [review]
1640874-imAccounts-themeable.patchReview of attachment 9151717 [details] [diff] [review]:
Pretty good.
Just a couple of nits to fix.::: mail/components/im/themes/imAccounts.css
@@ +58,5 @@#accountlist {
margin: 0;
-moz-appearance: none;
- border-block: 1px solid var(--splitter-color);
We shouldn't have a border top here as it double up with the border of the
first item.
The richlistitems have no border. Only with dark theme there is a outline when focused.
@@ +101,5 @@
richlistitem[dragover="down"] {
border-bottom: 3px solid HighLight;
}
+00Typo?
Yep.
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/dba64c20e3a8
Make the imAccounts dialog themeable. r=aleca
Description
•