From 703a6998309911b8aa0f7f75b8406c2800afe2a4 Mon Sep 17 00:00:00 2001 From: defnax Date: Wed, 30 Sep 2020 21:30:05 +0200 Subject: [PATCH] Fixed for Boards some forgetten stylesheets --- retroshare-gui/src/gui/qss/stylesheet/Standard.qss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss index 299fb0af3..d8e7bb4f5 100644 --- a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss +++ b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss @@ -699,16 +699,16 @@ GenCertDialog QFrame#profileframe{ border-width: 0px; } -PostedListWidget QComboBox#comboBox { +PostedListWidgetWithModel QComboBox#sortStrategy_CB { font: bold; color: #0099cc; } -PostedListWidget QToolButton#submitPostButton { +PostedListWidgetWithModel QToolButton#submitPostButton { font: bold; } -PostedListWidget QToolButton#subscribeToolButton { +PostedListWidgetWithModel QToolButton#subscribeToolButton { font: bold; font-size: 15px; color: white; @@ -717,12 +717,12 @@ PostedListWidget QToolButton#subscribeToolButton { max-height: 27px; } -PostedListWidget QToolButton#subscribeToolButton:hover { +PostedListWidgetWithModel QToolButton#subscribeToolButton:hover { background: #03b1f3; border-radius: 4px; } -PostedListWidget QFrame#headerFrame { +PostedListWidgetWithModel QFrame#headerFrame { background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FEFEFE, stop:1 #E8E8E8); border: 1px solid #CCCCCC; } @@ -866,7 +866,7 @@ GxsCommentDialog QComboBox#sortBox { color: #0099cc; } -PostedListWidget QTextBrowser#infoDescription { +PostedListWidgetWithModel QTextBrowser#infoDescription { background: transparent; border: none; }