mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
forget to commit stylesheet changes
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3681 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f936bb8996
commit
9d79ba3f36
@ -254,6 +254,10 @@ QLabel#labeltext{
|
||||
color: black;
|
||||
}
|
||||
|
||||
QLabel#label{
|
||||
color: black;
|
||||
}
|
||||
|
||||
QPushButton#Folders_Button{
|
||||
color: black;
|
||||
}
|
||||
@ -279,4 +283,8 @@ QTextEdit#chattextEdit{
|
||||
QTextEdit#lineEdit{
|
||||
color: black;
|
||||
background: white;
|
||||
}
|
||||
|
||||
QTextBrowser#postText{
|
||||
color: white;
|
||||
}
|
@ -7,7 +7,7 @@ QWidget#chatcentralwidget
|
||||
QToolBar#chattoolBar{
|
||||
border: none; background-image: url(:/images/backblue.png)
|
||||
}
|
||||
QStatusBar{
|
||||
QStatusBar#chatstatusbar{
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #F6FCFF, stop:1 #F6FCFF);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user