Adjust background of emoji panel (#1461)

Addresses #1451 which notes the emoji picker is too light. I agree, so I submit this adjustment.

Changes:
Changed the background to a darkened version of another system color
This commit is contained in:
Corey Dutson 2017-04-10 14:56:14 -04:00 committed by wxcafé
parent db7c7d1af1
commit 087ca3009b
1 changed files with 1 additions and 1 deletions

View File

@ -1425,7 +1425,7 @@ button.active i.fa-retweet {
.emoji-dialog {
width: 280px;
height: 220px;
background: $color2;
background: darken($color3, 10%);
box-sizing: border-box;
border-radius: 2px;
overflow: hidden;