mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-22 07:41:20 -04:00
Fixing background of a frame to be transparent
This commit is contained in:
parent
d52d9c909b
commit
edae2faf2c
1 changed files with 5 additions and 0 deletions
|
@ -1301,3 +1301,8 @@ RSTextBrowser, MimeTextEdit
|
|||
/*qproperty-textColorQuote: rgb(125, 125, 255);*/
|
||||
qproperty-textColorQuotes: ColorList(#0000ff #00ff00 #00ffff #ff0000 #ff00ff #ffff00 #ffffff);
|
||||
}
|
||||
|
||||
ChatWidget QFrame#pluginTitleFrame
|
||||
{
|
||||
background: transparent;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue