mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-27 07:47:03 -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{
|
QTextEdit{
|
||||||
background: black;
|
background: black;
|
||||||
color: white;
|
color: black;
|
||||||
border:1px solid rgb(100,100,100);
|
border:1px solid rgb(100,100,100);
|
||||||
border-radius:5px;
|
border-radius:5px;
|
||||||
}
|
}
|
||||||
@ -267,10 +267,16 @@ QTextBrowser#msgText{
|
|||||||
}
|
}
|
||||||
|
|
||||||
QTextEdit#lineedit{
|
QTextEdit#lineedit{
|
||||||
color: white;
|
color: black;
|
||||||
|
background: white;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QTextEdit#chattextEdit{
|
QTextEdit#chattextEdit{
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QTextEdit#lineEdit{
|
||||||
|
color: black;
|
||||||
|
background: white;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user