about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorCorey Dutson <cdutson@wallofscribbles.com>2017-04-10 14:56:14 -0400
committerwxcafé <wxcafe@users.noreply.github.com>2017-04-10 20:56:14 +0200
commit087ca3009b83f2ae2299cce8d5e4c106e38c2a29 (patch)
tree2f21c1711afaea37793d8f91dc74c9de3dd25cc6 /app
parentdb7c7d1af154a17808f3379a357c511b669be51c (diff)
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
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/components.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss
index 8775ce6fd..95e432cb6 100644
--- a/app/assets/stylesheets/components.scss
+++ b/app/assets/stylesheets/components.scss
@@ -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;