mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
6b8f4b2265
commit
21eabaa5d9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user