mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-12 16:09:37 -05:00
qss: gxsforums: change colors for pinned posts in qdarkstyle
darkorange (ff8c00) is too bright, let's use d07000 instead. i hope different background color (202020) for pinned posts is not too bad (default - 302f2f)
This commit is contained in:
parent
aad8bf0134
commit
dd5c337c2a
@ -93,9 +93,9 @@ ForumsDialog, GxsForumThreadWidget
|
|||||||
qproperty-textColorUnreadChildren: red;
|
qproperty-textColorUnreadChildren: red;
|
||||||
qproperty-textColorNotSubscribed: white;
|
qproperty-textColorNotSubscribed: white;
|
||||||
qproperty-textColorMissing: darkred;
|
qproperty-textColorMissing: darkred;
|
||||||
qproperty-textColorPinned: darkOrange;
|
qproperty-textColorPinned: #D07000;
|
||||||
|
|
||||||
qproperty-backgroundColorPinned: black;
|
qproperty-backgroundColorPinned: #202020;
|
||||||
qproperty-backgroundColorFiltered: darkGreen;
|
qproperty-backgroundColorFiltered: darkGreen;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user