added new stylesheet

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1845 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-11-24 17:10:11 +00:00
parent 5b35308f81
commit 10bc8e7a67

View File

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