update dark stylesheets

This commit is contained in:
defnax 2020-08-23 17:20:52 +02:00
parent cffd0a71af
commit 047f51c824
2 changed files with 16 additions and 4 deletions

View File

@ -2143,8 +2143,8 @@ PostedCardView > QFrame#mainFrame[new=true] {
background-color: #005000;
}
WireGroupItem QFrame#frame{
background: transparent;
WireGroupItem QFrame#wire_frame{
background: transparent;
}
GxsChannelDialog GroupTreeWidget QTreeWidget#treeWidget::item{
@ -2157,3 +2157,8 @@ RSTextBrowser, MimeTextEdit
/*qproperty-textColorQuote: rgb(125, 125, 255);*/
qproperty-textColorQuotes: ColorList(#789922 #039bd5 #800000 #800080 #008080 #b10dc9 #85144b #3d9970);
}
PulseTopLevel QFrame#frame, PulseViewGroup QFrame#frame, PulseReply QFrame#frame {
border: 2px solid #38444d;
border-radius: 6px;
}

View File

@ -1295,7 +1295,9 @@ PostedCardView > QFrame#mainFrame[new=true] {
background-color: #005000;
}
WireGroupItem QFrame#frame{
WireGroupItem QFrame#wire_frame
{
border: 1px solid #38444d;
background: transparent;
}
@ -1307,5 +1309,10 @@ RSTextBrowser, MimeTextEdit
ChatWidget QFrame#pluginTitleFrame
{
background: transparent;
background: transparent;
}
PulseTopLevel QFrame#frame, PulseViewGroup QFrame#frame, PulseReply QFrame#frame {
border: 2px solid #38444d;
border-radius: 6px;
}