thunderbird-patch-review
Simple email patch review tool for Thunderbird
git clone git://mccd.space/thunderbird-patch-reviewcommit 3834c1b43d97c6b354146ea71f61a59f8cf4bc72
parent c14e5e0e45b927dd4dbacabc06ba8b670b2b75d5
Author: Pi Agent <agent@pi.local>
Date: Sat, 18 Jul 2026 12:52:41 +0200
review: use the surface background for the comment editor action row
The editor box inherits the yellow comment color; the Save/Cancel/Delete
footer should read as a distinct bar rather than blend into the yellow.
Give .comment-actions the surface panel color and round its bottom
corners to the box.
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/extension/review/review.css b/extension/review/review.css
@@ -319,6 +319,10 @@ tr.comment-row td { padding: 0; }
gap: 0.4rem;
justify-content: flex-end;
padding: 0.3rem 0.5rem;
+ /* The editor inherits the yellow comment-box bg; the action row should read
+ as a distinct footer, not blend into the yellow. */
+ background: var(--surface);
+ border-radius: 0 0 5px 5px;
}
#status {