mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-28 10:56:16 -04:00
Merge pull request #2173 from defnax/stylsheet-fix-4
dark stylesheet fixes
This commit is contained in:
commit
b6df3d6d93
@ -2250,6 +2250,10 @@ GxsForumMsgItem QFrame#frame{
|
|||||||
background-color: #19232D;
|
background-color: #19232D;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PostedItem QFrame#mainFrame{
|
||||||
|
background: #19232D;
|
||||||
|
}
|
||||||
|
|
||||||
WireGroupItem QFrame#wire_frame{
|
WireGroupItem QFrame#wire_frame{
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
@ -1385,6 +1385,10 @@ GxsForumMsgItem QFrame#frame{
|
|||||||
background: #302F2F;
|
background: #302F2F;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PostedItem QFrame#mainFrame{
|
||||||
|
background: #302F2F;
|
||||||
|
}
|
||||||
|
|
||||||
BoardPostDisplayWidget_compact QPushButton#shareButton
|
BoardPostDisplayWidget_compact QPushButton#shareButton
|
||||||
{
|
{
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user