night-mode: Add borders to input pill containers.

This commit is contained in:
Cynthia Lin 2018-04-18 20:10:49 -07:00 committed by Tim Abbott
parent 20f14508ff
commit 71e6b93277
1 changed files with 5 additions and 0 deletions

View File

@ -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);