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 colorlolsob-rspec
parent
6907c06ce3
commit
9fe4ae3372
|
@ -1425,7 +1425,7 @@ button.active i.fa-retweet {
|
||||||
.emoji-dialog {
|
.emoji-dialog {
|
||||||
width: 280px;
|
width: 280px;
|
||||||
height: 220px;
|
height: 220px;
|
||||||
background: $color2;
|
background: darken($color3, 10%);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in New Issue