update blacknight stylesheet

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3649 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-10-07 22:49:31 +00:00
parent 0988541970
commit d2f6fe1e84

View File

@ -74,7 +74,7 @@ height: 1px;
}
QTextEdit{
background: black;
color: white;
color: black;
border:1px solid rgb(100,100,100);
border-radius:5px;
}
@ -267,10 +267,16 @@ QTextBrowser#msgText{
}
QTextEdit#lineedit{
color: white;
color: black;
background: white;
}
QTextEdit#chattextEdit{
color: black;
}
QTextEdit#lineEdit{
color: black;
background: white;
}