From 3d13e1416a31bba0ae19f4db6955dbbfbf897ac1 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Wed, 20 Sep 2017 23:17:11 +0300 Subject: Use white as the background color --- src/EmojiPanel.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/EmojiPanel.cc') diff --git a/src/EmojiPanel.cc b/src/EmojiPanel.cc index 512888ee..f7736fb8 100644 --- a/src/EmojiPanel.cc +++ b/src/EmojiPanel.cc @@ -35,8 +35,8 @@ EmojiPanel::EmojiPanel(QWidget *parent) , categoryIconSize_{ 20 } { setStyleSheet( - "QWidget {background: #f8fbfe; color: #e8e8e8; border: none;}" - "QScrollBar:vertical { background-color: #f8fbfe; width: 8px; margin: 0px 2px 0 2px; }" + "QWidget {background: #fff; color: #e8e8e8; border: none;}" + "QScrollBar:vertical { background-color: #fff; width: 8px; margin: 0px 2px 0 2px; }" "QScrollBar::handle:vertical { background-color: #d6dde3; min-height: 20px; }" "QScrollBar::add-line:vertical { border: none; background: none; }" "QScrollBar::sub-line:vertical { border: none; background: none; }"); -- cgit 1.5.1