mirror of https://github.com/zulip/zulip.git
invite_user_modal: Fix background color of input field.
This commit is contained in:
parent
fee7fb6c87
commit
2521adb0cd
|
@ -223,6 +223,7 @@
|
||||||
--color-masked-unread-marker: hsl(0deg 0% 80%);
|
--color-masked-unread-marker: hsl(0deg 0% 80%);
|
||||||
--color-failed-message-send-icon: hsl(3.88deg 98.84% 66.27%);
|
--color-failed-message-send-icon: hsl(3.88deg 98.84% 66.27%);
|
||||||
--color-background-modal: hsl(0deg 0% 98%);
|
--color-background-modal: hsl(0deg 0% 98%);
|
||||||
|
--color-background-invitee-emails-pill-container: hsl(0deg 0% 100%);
|
||||||
--color-unmuted-or-followed-topic-list-item: hsl(0deg 0% 20%);
|
--color-unmuted-or-followed-topic-list-item: hsl(0deg 0% 20%);
|
||||||
--color-outline-focus: hsl(215deg 47% 50%);
|
--color-outline-focus: hsl(215deg 47% 50%);
|
||||||
--color-background-search: hsl(0deg 0% 100%);
|
--color-background-search: hsl(0deg 0% 100%);
|
||||||
|
@ -559,6 +560,7 @@
|
||||||
--color-unread-marker: hsl(217deg 64% 59%);
|
--color-unread-marker: hsl(217deg 64% 59%);
|
||||||
--color-masked-unread-marker: hsl(0deg 0% 30%);
|
--color-masked-unread-marker: hsl(0deg 0% 30%);
|
||||||
--color-background-modal: hsl(212deg 28% 18%);
|
--color-background-modal: hsl(212deg 28% 18%);
|
||||||
|
--color-background-invitee-emails-pill-container: hsl(0deg 0% 0% / 20%);
|
||||||
--color-unmuted-or-followed-topic-list-item: hsl(236deg 33% 90%);
|
--color-unmuted-or-followed-topic-list-item: hsl(236deg 33% 90%);
|
||||||
--color-recipient-bar-controls-spinner: hsl(0deg 0% 100%);
|
--color-recipient-bar-controls-spinner: hsl(0deg 0% 100%);
|
||||||
--color-background-search: hsl(0deg 0% 20%);
|
--color-background-search: hsl(0deg 0% 20%);
|
||||||
|
|
|
@ -143,6 +143,8 @@
|
||||||
|
|
||||||
#invitee_emails_container .pill-container {
|
#invitee_emails_container .pill-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
|
background-color: var(--color-background-invitee-emails-pill-container);
|
||||||
}
|
}
|
||||||
|
|
||||||
.deactivated-pill {
|
.deactivated-pill {
|
||||||
|
|
Loading…
Reference in New Issue