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:
chelovechishko 2020-08-16 18:54:08 +09:00
parent aad8bf0134
commit dd5c337c2a

View File

@ -93,9 +93,9 @@ ForumsDialog, GxsForumThreadWidget
qproperty-textColorUnreadChildren: red;
qproperty-textColorNotSubscribed: white;
qproperty-textColorMissing: darkred;
qproperty-textColorPinned: darkOrange;
qproperty-textColorPinned: #D07000;
qproperty-backgroundColorPinned: black;
qproperty-backgroundColorPinned: #202020;
qproperty-backgroundColorFiltered: darkGreen;
}