mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
update stylesheets
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3911 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6cbce6d0d7
commit
0d5dfc9258
@ -21,6 +21,11 @@ QToolBar {
|
||||
|
||||
}
|
||||
|
||||
QFrame#messengerframetop{
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 #05538B, stop:1 #E4F1E5);
|
||||
}
|
||||
|
||||
|
||||
QFrame#messengerframetop{
|
||||
|
||||
|
@ -15,6 +15,11 @@ QFrame#Chatbuttonframe{
|
||||
background-image: url(:/images/buttonframe.png);
|
||||
}
|
||||
|
||||
QFrame#messengerframetop{
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 #05538B, stop:1 #E4F1E5);
|
||||
}
|
||||
|
||||
border: 1px solid #BDD5DF;}QPushButton#okButton {
|
||||
|
||||
max-height: 25px
|
||||
|
@ -108,8 +108,8 @@ QTreeView::item:selected { /* when user selects item using mouse or keyboard */
|
||||
|
||||
QFrame#messengerframetop{
|
||||
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 #6F6F6F, stop:1 #979797);
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||
stop:0 #FEFEFE, stop:1 #E8E8E8);
|
||||
}
|
||||
|
||||
QFrame#Chatbuttonframe{
|
||||
|
Loading…
Reference in New Issue
Block a user