mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-27 00:19:25 -05:00
Fixing darkstylesheets for Forums MsgItem
This commit is contained in:
parent
bfbf8e6e57
commit
ba689291a1
@ -2179,6 +2179,11 @@ GxsChannelPostItem QFrame#mainFrame {
|
||||
background-color: #19232D;
|
||||
}
|
||||
|
||||
GxsChannelPostItem QLabel#subjectLabel, GxsChannelPostItem QLabel#titleLabel {
|
||||
font: 12pt;
|
||||
font: bold italic;
|
||||
}
|
||||
|
||||
BoardPostDisplayWidget_compact QPushButton#shareButton {
|
||||
background-color: transparent;
|
||||
min-width: 80px;
|
||||
@ -2241,6 +2246,10 @@ BoardPostDisplayWidget_card QLabel#titleLabel{
|
||||
font: bold;
|
||||
}
|
||||
|
||||
GxsForumMsgItem QFrame#frame{
|
||||
background-color: #19232D;
|
||||
}
|
||||
|
||||
WireGroupItem QFrame#wire_frame{
|
||||
background: transparent;
|
||||
}
|
||||
|
@ -1381,6 +1381,10 @@ GxsForumThreadWidget QLabel#forumName
|
||||
font: bold;
|
||||
}
|
||||
|
||||
GxsForumMsgItem QFrame#frame{
|
||||
background: #302F2F;
|
||||
}
|
||||
|
||||
BoardPostDisplayWidget_compact QPushButton#shareButton
|
||||
{
|
||||
background-color: transparent;
|
||||
|
Loading…
Reference in New Issue
Block a user