diff --git a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss index 824461227..e25aab5dc 100644 --- a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss +++ b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss @@ -1205,10 +1205,10 @@ BoardsCommentsItem QLabel#subjectLabel, QLabel#titleLabel , QLabel#nameLabel { font: bold; } -NewFriendList QTreeView#peerTreeWidget::item:selected, QTreeView#peerTreeWidget::branch:selected { +NewFriendList QTreeView#peerTreeWidget::item:selected/*, QTreeView#peerTreeWidget::branch:selected:active */{ background-color: #cde8ff; } NewFriendList QTreeView#peerTreeWidget { - font-size: 1.2em; + font-size: 12pt; } diff --git a/retroshare-gui/src/qss/qdarkstyle-v2.qss b/retroshare-gui/src/qss/qdarkstyle-v2.qss index 3b249d82d..44f9aa87f 100644 --- a/retroshare-gui/src/qss/qdarkstyle-v2.qss +++ b/retroshare-gui/src/qss/qdarkstyle-v2.qss @@ -2323,3 +2323,7 @@ HomePage QToolButton#addButton:hover { min-width: 4em; padding: 2px; } + +NewFriendList QTreeView#peerTreeWidget { + font-size: 12pt; +} diff --git a/retroshare-gui/src/qss/qdarkstyle.qss b/retroshare-gui/src/qss/qdarkstyle.qss index 4ad00fe52..f0b3892d8 100644 --- a/retroshare-gui/src/qss/qdarkstyle.qss +++ b/retroshare-gui/src/qss/qdarkstyle.qss @@ -1552,3 +1552,7 @@ HomePage QToolButton#addButton:hover { min-width: 4em; padding: 2px; } + +NewFriendList QTreeView#peerTreeWidget { + font-size: 12pt; +}