diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-09-20 23:17:11 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-09-20 23:17:11 +0300 |
commit | 3d13e1416a31bba0ae19f4db6955dbbfbf897ac1 (patch) | |
tree | b75e28d93ee0a31d5f023721bccb52b9867d485e /src/EmojiPanel.cc | |
parent | Do not capitalise the organization name (diff) | |
download | nheko-3d13e1416a31bba0ae19f4db6955dbbfbf897ac1.tar.xz |
Use white as the background color
Diffstat (limited to 'src/EmojiPanel.cc')
-rw-r--r-- | src/EmojiPanel.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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; }"); |