Merge pull request #1948 from defnax/fixing-darkstylesheet

[darkstylesheet] Fixing background of a frame to be transparent
This commit is contained in:
defnax 2020-05-18 21:24:55 +02:00 committed by GitHub
commit 17b9305bae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}