From dd5c337c2adbaa9972f7ad30b0e8308a85f28609 Mon Sep 17 00:00:00 2001 From: chelovechishko Date: Sun, 16 Aug 2020 18:54:08 +0900 Subject: [PATCH] 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) --- retroshare-gui/src/qss/qdarkstyle.qss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/retroshare-gui/src/qss/qdarkstyle.qss b/retroshare-gui/src/qss/qdarkstyle.qss index d226dc8c8..3638b5cc0 100644 --- a/retroshare-gui/src/qss/qdarkstyle.qss +++ b/retroshare-gui/src/qss/qdarkstyle.qss @@ -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; }