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:
defnax 2010-12-13 00:10:14 +00:00
parent 6cbce6d0d7
commit 0d5dfc9258
3 changed files with 12 additions and 2 deletions

View File

@ -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{

View File

@ -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

View File

@ -109,7 +109,7 @@ 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);
stop:0 #FEFEFE, stop:1 #E8E8E8);
}
QFrame#Chatbuttonframe{