mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-07 22:02:32 -04:00
* Fixed Messages Dialogs QLabels
* 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
This commit is contained in:
parent
cfe139ca9a
commit
df7cbc58e6
25 changed files with 768 additions and 166 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
border-image: url(qss/orangesurfer/main.png);
|
||||
border-image: url(:qss/orangesurfer/main.png);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
.QWidget{
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #77AEF1, stop: 0.4 #86BBF7);
|
||||
}
|
||||
|
||||
/* Customize the toolbar. */
|
||||
QToolBar {
|
||||
border-image: url(qss/qlive/qb.png);
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #77AEF1, stop: 0.4 #86BBF7);
|
||||
|
||||
}
|
||||
QMenu {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue