mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
added for hidden label own stylesheet
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8155 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2ebeee299c
commit
7d594e22ad
@ -28,6 +28,13 @@ GenCertDialog QLabel#genprofileinfo_label, QLabel#header_label, QLabel#entropy_l
|
|||||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FFFFD7, stop:1 #FFFFB2);
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FFFFD7, stop:1 #FFFFB2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GenCertDialog QLabel#label_hiddenaddr2 {
|
||||||
|
border: 1px solid #50FF5B;
|
||||||
|
border-radius: 6px;
|
||||||
|
background: #CCFFCC;
|
||||||
|
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #CCFFCC, stop:1 #AAFFAA);
|
||||||
|
}
|
||||||
|
|
||||||
GenCertDialog > QFrame#headerFrame > QLabel#headerLabel {
|
GenCertDialog > QFrame#headerFrame > QLabel#headerLabel {
|
||||||
color: rgb(255, 255, 255);
|
color: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user