mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
changed the default stylesheet color for the Security Feed
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7019 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
613f822133
commit
7f71619c93
@ -438,13 +438,13 @@ MsgItem QWidget#avatar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
SecurityItem > QFrame#frame {
|
SecurityItem > QFrame#frame {
|
||||||
border: 2px solid red;
|
border: 2px solid #FF9412;
|
||||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #FDBF7D, stop: 1 #643C35);
|
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #FFE8A4, stop: 1 #FFB252);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
SecurityItem QLabel#peerNameLabel, SecurityItem QLabel#requestLabel {
|
SecurityItem QLabel#peerNameLabel, SecurityItem QLabel#requestLabel {
|
||||||
color: #990033
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
SubFileItem > QFrame#frame {
|
SubFileItem > QFrame#frame {
|
||||||
|
Loading…
Reference in New Issue
Block a user