update blacknight and blue stylesheet

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3639 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-10-07 16:38:06 +00:00
parent 3082613232
commit 6f5c556539
2 changed files with 48 additions and 13 deletions

View File

@ -218,16 +218,27 @@ border-color: transparent;
*/ */
} }
QTextBrowser#msgText{ QLabel#infolabel{
color: black; color: black;
} }
QTextEdit#lineedit{ QLabel#friendslabel{
color: white; color: black;
} }
QLabel#infolabel{ QLabel#networklabel{
color: black;
}
QLabel#channellabel{
color: black;
}
QLabel#forumslabel{
color: black;
}
QLabel#downloadslabel{
color: black; color: black;
} }
@ -239,3 +250,23 @@ QLabel#threadTitle{
color: black; color: black;
} }
QLabel#labeltext{
color: black;
}
QPushButton#Folders_Button{
color: black;
}
QToolButton#Tags_Button{
color: black;
}
QTextBrowser#msgText{
color: black;
}
QTextEdit#lineedit{
color: white;
}

View File

@ -3,6 +3,10 @@
border-color: transparent; border-color: transparent;
} }
QDialog{
background-color: #c4dafa;
}
/* Customize the toolbar. */ /* Customize the toolbar. */
QToolBar#toolBar { QToolBar#toolBar {