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:
defnax 2015-04-21 20:55:38 +00:00
parent 2ebeee299c
commit 7d594e22ad

View File

@ -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);
}
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 {
color: rgb(255, 255, 255);
}