diff --git a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss index f37ae535b..7303328be 100644 --- a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss +++ b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss @@ -856,7 +856,6 @@ GxsGroupDialog QLabel#groupLogo{ border-radius: 3px; } - BoardPostDisplayWidget_compact QFrame#mainFrame { background-color: white; } @@ -986,6 +985,15 @@ GxsForumThreadWidget QWidget#threadTreeWidget::item { padding: 2px; } +GxsChannelDialog GroupTreeWidget QTreeWidget#treeWidget::item{ + /*background-color: #F00000;*/ + /*padding: 2px*/ +} + +MainWindow QListWidget { + font-size: 12pt; +} + PulseTopLevel QFrame#frame, PulseViewGroup QFrame#frame, PulseReply QFrame#frame { border: 2px solid #7ecbfb; border-radius: 6px; diff --git a/retroshare-gui/src/qss/qdarkstyle-v2.qss b/retroshare-gui/src/qss/qdarkstyle-v2.qss index f409203e8..37db76884 100644 --- a/retroshare-gui/src/qss/qdarkstyle-v2.qss +++ b/retroshare-gui/src/qss/qdarkstyle-v2.qss @@ -1976,6 +1976,23 @@ GxsForumThreadWidget QLabel#forumName font: bold; } +GxsForumThreadWidget QWidget#threadTreeWidget::item { + padding: 2px; +} + +ForumsDialog, GxsForumThreadWidget +{ + qproperty-textColorRead: darkgray; + qproperty-textColorUnread: white; + qproperty-textColorUnreadChildren: red; + qproperty-textColorNotSubscribed: white; + qproperty-textColorMissing: darkred; + qproperty-textColorPinned: #D07000; + + qproperty-backgroundColorPinned: #19232D; + qproperty-backgroundColorFiltered: darkGreen; +} + QTreeView [new=true]{ color: #0099cc; @@ -2218,7 +2235,7 @@ WireGroupItem QFrame#wire_frame{ GxsChannelDialog GroupTreeWidget QTreeWidget#treeWidget::item{ /*background-color: #F00000;*/ - /*padding: 20px;*/ + /*padding: 2px;*/ } RSTextBrowser, MimeTextEdit @@ -2232,4 +2249,6 @@ PulseTopLevel QFrame#frame, PulseViewGroup QFrame#frame, PulseReply QFrame#frame border-radius: 6px; } - +MainWindow QListWidget { + font-size: 12pt; +} diff --git a/retroshare-gui/src/qss/qdarkstyle.qss b/retroshare-gui/src/qss/qdarkstyle.qss index 950b2afb3..022e6eba0 100644 --- a/retroshare-gui/src/qss/qdarkstyle.qss +++ b/retroshare-gui/src/qss/qdarkstyle.qss @@ -1176,6 +1176,10 @@ GxsForumThreadWidget QToolButton#subscribeToolButton:hover { border-radius: 4px; } +GxsForumThreadWidget QWidget#threadTreeWidget::item { + padding: 2px; +} + GxsChannelPostsWidgetWithModel QToolButton#subscribeToolButton { font: bold; font-size: 14px; @@ -1408,3 +1412,7 @@ PulseTopLevel QFrame#frame, PulseViewGroup QFrame#frame, PulseReply QFrame#frame border: 2px solid #38444d; border-radius: 6px; } + +MainWindow QListWidget { + font-size: 12pt; +}