mirror of https://github.com/zulip/zulip.git
night-mode: Add borders to input pill containers.
This commit is contained in:
parent
20f14508ff
commit
71e6b93277
|
@ -99,6 +99,11 @@ body.night-mode .private_message_count {
|
|||
background-color: hsla(105, 2%, 50%, 0.5);
|
||||
}
|
||||
|
||||
body.night-mode .pill-container {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
body.night-mode .pm_recipient .pill-container .pill {
|
||||
color: inherit;
|
||||
border: 1px solid hsla(0, 0%, 0%, 0.50);
|
||||
|
|
Loading…
Reference in New Issue