mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
c39d670c10
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@663 b45a01b8-16f6-495d-af2f-9b41ad6348cc
42 lines
515 B
Plaintext
42 lines
515 B
Plaintext
.QWidget {
|
|
background-color: #c4dafa;
|
|
}
|
|
|
|
|
|
/* Customize the toolbar. */
|
|
QToolBar {
|
|
border-image: url(qss/blue/blue.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton#okButton {
|
|
min-height: 27px;
|
|
min-width: 77px;
|
|
}
|
|
|
|
QPushButton#cancelprefButton {
|
|
min-height: 27px;
|
|
min-width: 77px;
|
|
}
|
|
|
|
QPushButton#cancelButton {
|
|
min-height: 25px;
|
|
max-height: 25px;
|
|
min-width: 75px;
|
|
}
|
|
|
|
|
|
QPushButton#applyButton {
|
|
|
|
min-height: 25px;
|
|
max-height: 25px;
|
|
min-width: 75px;
|
|
}
|
|
|
|
|
|
|
|
|
|
|