compose: Ensure color concord across compose and edit boxes.

This commit is contained in:
Karl Stolley 2024-07-16 13:36:18 -05:00 committed by Tim Abbott
parent 8843f9f62a
commit 502b9a76a9
2 changed files with 2 additions and 1 deletions

View File

@ -352,6 +352,7 @@
#preview_message_area {
margin-right: calc(var(--composebox-buttons-width) * -1);
padding-right: var(--composebox-buttons-width);
color: var(--color-text-default);
}
.surround-formatting-buttons-row {

View File

@ -560,7 +560,7 @@
/* Setting resize as none hides the bottom right diagonal box
(which even has a background color of its own!). */
resize: none !important;
color: hsl(0deg 0% 33%);
color: var(--color-text-default);
background-color: hsl(0deg 0% 100%);
border-radius: 3px;
vertical-align: middle;