From d3fd4ad5426fc779b5a190792d82399a32c4da52 Mon Sep 17 00:00:00 2001 From: defnax Date: Thu, 27 Jan 2011 16:57:05 +0000 Subject: [PATCH] fixed stylesheet colors git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3989 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/qss/blacknight.qss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/retroshare-gui/src/qss/blacknight.qss b/retroshare-gui/src/qss/blacknight.qss index 40e8e8e27..b2907d14a 100644 --- a/retroshare-gui/src/qss/blacknight.qss +++ b/retroshare-gui/src/qss/blacknight.qss @@ -287,4 +287,11 @@ QTextEdit#lineEdit{ QTextBrowser#postText{ color: white; -} \ No newline at end of file +} + +QTreeWidget#treeWidget{ + color: white; + background: white; + +} +