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,6 +218,50 @@ border-color: transparent;
*/
}
QLabel#infolabel{
color: black;
}
QLabel#friendslabel{
color: black;
}
QLabel#networklabel{
color: black;
}
QLabel#channellabel{
color: black;
}
QLabel#forumslabel{
color: black;
}
QLabel#downloadslabel{
color: black;
}
QLabel#forumName{
color: black;
}
QLabel#threadTitle{
color: black;
}
QLabel#labeltext{
color: black;
}
QPushButton#Folders_Button{
color: black;
}
QToolButton#Tags_Button{
color: black;
}
QTextBrowser#msgText{
color: black;
}
@ -226,16 +270,3 @@ QTextEdit#lineedit{
color: white;
}
QLabel#infolabel{
color: black;
}
QLabel#forumName{
color: black;
}
QLabel#threadTitle{
color: black;
}

View File

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