mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix ChatWidget pluginTopFrame background
This commit is contained in:
parent
d6488a7d96
commit
eb8fab3010
@ -29,6 +29,11 @@ ChatWidget QLabel#titleLabel, ChatWidget QLabel#statusLabel
|
||||
qproperty-fontSizeFactor: 125;
|
||||
}
|
||||
|
||||
ChatWidget QFrame#pluginTitleFrame, QFrame#pluginTopFrame
|
||||
{
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
FriendsDialog QLabel#nicknameLabel
|
||||
{
|
||||
qproperty-fontSizeFactor: 200;
|
||||
|
@ -1493,11 +1493,6 @@ RSTextBrowser, MimeTextEdit
|
||||
qproperty-textColorQuotes: ColorList(#789922 #039bd5 #800000 #800080 #008080 #b10dc9 #85144b #3d9970);
|
||||
}
|
||||
|
||||
ChatWidget QFrame#pluginTitleFrame
|
||||
{
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
PulseTopLevel QFrame#frame, PulseViewGroup QFrame#frame, PulseReply QFrame#frame {
|
||||
border: 2px solid #38444d;
|
||||
border-radius: 6px;
|
||||
|
Loading…
Reference in New Issue
Block a user