From 10bc8e7a6776fc184faa538205fefef8a4fae652 Mon Sep 17 00:00:00 2001 From: defnax Date: Tue, 24 Nov 2009 17:10:11 +0000 Subject: [PATCH] added new stylesheet git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1845 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/qss/groove.qss | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 retroshare-gui/src/qss/groove.qss diff --git a/retroshare-gui/src/qss/groove.qss b/retroshare-gui/src/qss/groove.qss new file mode 100644 index 000000000..c5b2b005c --- /dev/null +++ b/retroshare-gui/src/qss/groove.qss @@ -0,0 +1,12 @@ + + + +/* Customize the toolbar. */ +QToolBar { + background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, + stop: 0 #6799B3, stop: 0.3 #377a90, + stop: 0.31 #0e5e73, stop: 1 #4b8598); + + border: 1px solid #4b8598; +} +