mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 05:22:31 -04:00
Fixing darkstylesheets for Forums MsgItem
This commit is contained in:
parent
bfbf8e6e57
commit
ba689291a1
2 changed files with 13 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue