mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-15 02:44:20 -05:00
e446037f4d
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3644 b45a01b8-16f6-495d-af2f-9b41ad6348cc
67 lines
958 B
Plaintext
67 lines
958 B
Plaintext
|
|
QWidget#chatcentralwidget
|
|
{
|
|
background-image: url(:/images/backchat.png)
|
|
}
|
|
|
|
QToolBar#chattoolBar{
|
|
border: none; background-image: url(:/images/backblue.png)
|
|
}
|
|
QStatusBar{
|
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #F6FCFF, stop:1 #F6FCFF);
|
|
}
|
|
|
|
QFrame#Chatbuttonframe{
|
|
background-image: url(:/images/buttonframe.png);
|
|
}
|
|
|
|
/* Customize the toolbar. */
|
|
QToolBar {
|
|
border-image: url(qss/default/retrotoolbar.png);
|
|
|
|
}
|
|
|
|
|
|
QFrame#messengerframetop{
|
|
|
|
border-image: url(qss/default/rsdefault.png);
|
|
|
|
}
|
|
|
|
QFrame#Chatbuttonframe{
|
|
|
|
border-image: url(qss/default/rsdefault.png);
|
|
|
|
}
|
|
|
|
QLabel#subjectText{
|
|
font: bold 12px;
|
|
|
|
}
|
|
|
|
QLabel#subjectlabel{
|
|
font: bold 12px;
|
|
|
|
}
|
|
|
|
QLabel#fromlabel{
|
|
font: bold 12px;
|
|
|
|
}
|
|
|
|
QLabel#datelabel{
|
|
font: bold 12px;
|
|
|
|
}
|
|
|
|
QLabel#tolabel{
|
|
font: bold 12px;
|
|
|
|
}
|
|
|
|
QLabel#fromText{
|
|
font: bold ;
|
|
color: blue;
|
|
|
|
}
|