mirror of https://github.com/zulip/zulip.git
compose: Ensure color concord across compose and edit boxes.
This commit is contained in:
parent
8843f9f62a
commit
502b9a76a9
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue