mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fixing dark stylesheets for selected wire item to be transpartent
This commit is contained in:
parent
fb694a0767
commit
2620663dac
@ -2139,3 +2139,7 @@ PostedCardView QFrame#mainFrame [new=false]{
|
||||
PostedCardView > QFrame#mainFrame[new=true] {
|
||||
background-color: #005000;
|
||||
}
|
||||
|
||||
WireGroupItem QFrame#frame{
|
||||
background: transparent;
|
||||
}
|
||||
|
@ -1291,3 +1291,7 @@ PostedCardView QFrame#mainFrame [new=false]{
|
||||
PostedCardView > QFrame#mainFrame[new=true] {
|
||||
background-color: #005000;
|
||||
}
|
||||
|
||||
WireGroupItem QFrame#frame{
|
||||
background: transparent;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user