Minor style fixes

This commit is contained in:
Andrew 2018-01-08 11:49:08 -08:00
parent 56312df73b
commit fe6663ef50
1 changed files with 9 additions and 1 deletions

View File

@ -989,6 +989,10 @@ body.admin {
display:none; display:none;
} }
.emoji-picker-dropdown__menu {
z-index:2;
}
.emoji-dialog.with-search { .emoji-dialog.with-search {
box-shadow:unset; box-shadow:unset;
border-radius:0px; border-radius:0px;
@ -1207,6 +1211,10 @@ body.admin {
display:none; display:none;
} }
.keyboard-shortcuts kbd {
background-color: $win95-bg;
}
.account__header { .account__header {
background-color:#7f7f7f; background-color:#7f7f7f;
} }