mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 14:20:44 -04:00
Merge pull request #2085 from defnax/stylesheet-fix-standard
Fixing News Feed default stylesheets
This commit is contained in:
commit
d20a682719
1 changed files with 14 additions and 1 deletions
|
@ -891,14 +891,27 @@ GxsGroupDialog QLabel#groupLogo{
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
BoardPostDisplayWidget_compact QFrame#mainFrame {
|
GxsChannelGroupItem QFrame#frame, GxsForumGroupItem QFrame#frame,
|
||||||
|
PostedGroupItem QFrame#frame {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PostedItem QFrame#mainFrame {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
PostedItem > QFrame#mainFrame [new=false]{
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
|
||||||
PostedItem QFrame#voteFrame {
|
PostedItem QFrame#voteFrame {
|
||||||
background: #f8f9fa;
|
background: #f8f9fa;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BoardPostDisplayWidget_compact QFrame#mainFrame {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
|
||||||
BoardPostDisplayWidget_compact > QFrame#mainFrame [new=false]{
|
BoardPostDisplayWidget_compact > QFrame#mainFrame [new=false]{
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue