From 4cb8171bc04f6a90d26269a1edec246146f3b5c0 Mon Sep 17 00:00:00 2001 From: defnax Date: Sat, 2 Oct 2010 18:22:21 +0000 Subject: [PATCH] changes for silvergrey stylesheet git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3589 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/qss/silvergrey.qss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/retroshare-gui/src/qss/silvergrey.qss b/retroshare-gui/src/qss/silvergrey.qss index 998f62942..368002665 100644 --- a/retroshare-gui/src/qss/silvergrey.qss +++ b/retroshare-gui/src/qss/silvergrey.qss @@ -7,8 +7,8 @@ /* Customize the toolbar. */ QToolBar { - background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, - stop:0 #F2F2F2, stop:1 #E6E6E6); + background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, + stop:0 #FEFEFE, stop:1 #E8E8E8); }