forget to commit stylesheet changes

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3681 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-10-18 14:44:04 +00:00
parent f936bb8996
commit 9d79ba3f36
2 changed files with 9 additions and 1 deletions

View File

@ -254,6 +254,10 @@ QLabel#labeltext{
color: black;
}
QLabel#label{
color: black;
}
QPushButton#Folders_Button{
color: black;
}
@ -279,4 +283,8 @@ QTextEdit#chattextEdit{
QTextEdit#lineEdit{
color: black;
background: white;
}
QTextBrowser#postText{
color: white;
}

View File

@ -7,7 +7,7 @@ QWidget#chatcentralwidget
QToolBar#chattoolBar{
border: none; background-image: url(:/images/backblue.png)
}
QStatusBar{
QStatusBar#chatstatusbar{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #F6FCFF, stop:1 #F6FCFF);
}