mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-26 07:11:08 -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
2 changed files with 9 additions and 1 deletions
retroshare-gui/src/qss
|
@ -254,6 +254,10 @@ QLabel#labeltext{
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QLabel#label{
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
QPushButton#Folders_Button{
|
QPushButton#Folders_Button{
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
@ -279,4 +283,8 @@ QTextEdit#chattextEdit{
|
||||||
QTextEdit#lineEdit{
|
QTextEdit#lineEdit{
|
||||||
color: black;
|
color: black;
|
||||||
background: white;
|
background: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
QTextBrowser#postText{
|
||||||
|
color: white;
|
||||||
}
|
}
|
|
@ -7,7 +7,7 @@ QWidget#chatcentralwidget
|
||||||
QToolBar#chattoolBar{
|
QToolBar#chattoolBar{
|
||||||
border: none; background-image: url(:/images/backblue.png)
|
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);
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #F6FCFF, stop:1 #F6FCFF);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue