Fixing dark stylesheets for selected wire item to be transpartent

This commit is contained in:
defnax 2020-04-21 22:54:38 +02:00
parent fb694a0767
commit 2620663dac
2 changed files with 8 additions and 0 deletions

View File

@ -2139,3 +2139,7 @@ PostedCardView QFrame#mainFrame [new=false]{
PostedCardView > QFrame#mainFrame[new=true] {
background-color: #005000;
}
WireGroupItem QFrame#frame{
background: transparent;
}

View File

@ -1291,3 +1291,7 @@ PostedCardView QFrame#mainFrame [new=false]{
PostedCardView > QFrame#mainFrame[new=true] {
background-color: #005000;
}
WireGroupItem QFrame#frame{
background: transparent;
}