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); }