mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-24 22:09:34 -04:00
Fixing dark stylesheets for selected wire item to be transpartent
This commit is contained in:
parent
fb694a0767
commit
2620663dac
2 changed files with 8 additions and 0 deletions
|
@ -2139,3 +2139,7 @@ PostedCardView QFrame#mainFrame [new=false]{
|
||||||
PostedCardView > QFrame#mainFrame[new=true] {
|
PostedCardView > QFrame#mainFrame[new=true] {
|
||||||
background-color: #005000;
|
background-color: #005000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
WireGroupItem QFrame#frame{
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
|
@ -1291,3 +1291,7 @@ PostedCardView QFrame#mainFrame [new=false]{
|
||||||
PostedCardView > QFrame#mainFrame[new=true] {
|
PostedCardView > QFrame#mainFrame[new=true] {
|
||||||
background-color: #005000;
|
background-color: #005000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
WireGroupItem QFrame#frame{
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue