diff --git a/retroshare-gui/src/qss/blacknight.qss b/retroshare-gui/src/qss/blacknight.qss index 322ebf7f6..a0d4e74fd 100644 --- a/retroshare-gui/src/qss/blacknight.qss +++ b/retroshare-gui/src/qss/blacknight.qss @@ -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; } \ No newline at end of file