mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-15 02:44:20 -05:00
df7cbc58e6
* Fixed Online and Message Toaster to look bether . * Update stylesheets for bold fonts for Subject,From,Date,To, Subject Text * Set for From Text Label Blue font. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@814 b45a01b8-16f6-495d-af2f-9b41ad6348cc
162 lines
2.0 KiB
Plaintext
162 lines
2.0 KiB
Plaintext
.QWidget {
|
|
background-color: #66ff33;
|
|
}
|
|
|
|
/* Customize the toolbar. */
|
|
QToolBar {
|
|
|
|
border-image: url(qss/over/backover.png);
|
|
|
|
}
|
|
|
|
|
|
QPushButton {
|
|
|
|
min-height: 22px;
|
|
}
|
|
|
|
|
|
QPushButton
|
|
{
|
|
border-image: url(qss/over/greenbot.png) ;
|
|
}
|
|
|
|
QPushButton:hover
|
|
{
|
|
border-image: url(qss/over/greenhover.png);
|
|
}
|
|
|
|
QPushButton:pressed
|
|
{
|
|
color: white;
|
|
border-image: url(qss/over/greentop.png) ;
|
|
}
|
|
|
|
|
|
QPushButton#okButton {
|
|
min-height: 27px;
|
|
min-width: 77px;
|
|
}
|
|
|
|
QPushButton#cancelButton {
|
|
min-height: 25px;
|
|
min-width: 75px;
|
|
}
|
|
|
|
QPushButton#applyButton {
|
|
|
|
min-height: 25px;
|
|
max-height: 25px;
|
|
min-width: 75px;
|
|
}
|
|
|
|
QPushButton#cancelprefButton {
|
|
min-height: 27px;
|
|
min-width: 75px;
|
|
}
|
|
|
|
QPushButton#Sendbtn {
|
|
|
|
min-height: 25px;
|
|
min-width: 77px;
|
|
}
|
|
|
|
QPushButton#sendButton {
|
|
|
|
min-height: 25px;
|
|
min-width: 77px;
|
|
}
|
|
|
|
QPushButton#newmessageButton{
|
|
|
|
min-height: 27px;
|
|
min-width: 47px;
|
|
}
|
|
|
|
QPushButton#replymessageButton{
|
|
|
|
min-height: 27px;
|
|
min-width: 47px;
|
|
}
|
|
|
|
QPushButton#removemessageButton{
|
|
|
|
min-height: 27px;
|
|
min-width: 47px;
|
|
}
|
|
|
|
QPushButton#printbutton
|
|
{
|
|
|
|
min-height: 27px;
|
|
min-width: 47px;
|
|
}
|
|
|
|
QPushButton#afcancelButton
|
|
{
|
|
min-height: 25px;
|
|
min-width: 75px;
|
|
}
|
|
|
|
QPushButton#refreshButton
|
|
{
|
|
min-height: 25px;
|
|
min-width: 75px;
|
|
}
|
|
|
|
QPushButton#checkButton
|
|
{
|
|
min-height: 25px;
|
|
min-width: 75px;
|
|
}
|
|
|
|
|
|
QPushButton#nviewsettingsButton
|
|
{
|
|
min-height: 25px;
|
|
min-width: 75px;
|
|
}
|
|
|
|
QSplitter
|
|
{
|
|
background-color: #66ff33;
|
|
}
|
|
|
|
|
|
QFrame#messengerframetop{
|
|
|
|
border-image: url(qss/over/backover.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;
|
|
|
|
}
|