fixed the default stylesheet's for ProfileManager/CreateLobbyDialog

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6623 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2013-08-26 21:47:44 +00:00
parent 6b8f4b2265
commit 21eabaa5d9

View File

@ -33,13 +33,6 @@ GenCertDialog > QFrame#frame {
border: 1px solid #CCCCCC;
}
/* ProfileManager */
ProfileManager > QFrame#frame {
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #9BDBF9, stop:1 #1592CD);
border: 1px solid #CCCCCC;
}
/* FriendsDialog */
FriendsDialog QFrame#headFrame {
@ -116,7 +109,12 @@ CreateLobbyDialog QFrame#lobbyFrame {
background: white;
}
/* Chat */
CreateLobbyDialog QLabel#label {
border: 1px solid #DCDC41;
border-radius: 6px;
background: #FFFFD7;
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FFFFD7, stop:1 #FFFFB2);
}
ChatWidget QTextEdit#chatTextEdit, ChatWidget QTextBrowser#textBrowser {
border: 1px solid #B8B6B1;
@ -405,6 +403,13 @@ ConnectFriendWizard QLabel#requestinfolabel {
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FFFFD7, stop:1 #FFFFB2);
}
/* ProfileManager */
ProfileManager > QFrame#headerFrame {
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #9BDBF9, stop:1 #1592CD);
border: 1px solid #CCCCCC;
}
ProfileManager QTextEdit#textEdit
{
border: 1px solid #DCDC41;