mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-24 14:23:36 -05:00
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:
parent
0988541970
commit
d2f6fe1e84
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user