diff --git a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss index 7ab47c667..299fb0af3 100644 --- a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss +++ b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss @@ -807,50 +807,39 @@ GxsGroupDialog QLabel#groupLogo{ border-radius: 3px; } -PostedItem QFrame#frame_notes { - background: white; -} -PostedItem QFrame#mainFrame { +BoardPostDisplayWidget_compact QFrame#frame { background-color: white; } -PostedItem QLabel#notes { - -} - PostedItem QFrame#voteFrame { background: #f8f9fa; } -PostedItem QFrame#mainFrame [new=false]{ +BoardPostDisplayWidget_compact QFrame#frame [new=false]{ background: white; } -PostedItem > QFrame#mainFrame[new=true] { +BoardPostDisplayWidget_compact QFrame#frame[new=true] { background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #F0F8FD, stop:0.8 #E6F2FD, stop: 0.81 #E6F2FD, stop: 1 #D2E7FD); } -PostedItem QFrame#frame_picture{ - background: white; -} - -PostedItem QLabel#thumbnailLabel{ +BoardPostDisplayWidget_compact QLabel#pictureLabel{ border: 2px solid #CCCCCC; border-radius: 3px; } -PostedItem QLabel#fromBoldLabel, QLabel#fromLabel, QLabel#dateLabel, QLabel#siteBoldLabel { +BoardPostDisplayWidget_compact QLabel#fromBoldLabel, QLabel#fromLabel, QLabel#dateLabel, QLabel#siteBoldLabel { color: #787c7e; } -PostedItem QLabel#newLabel { +BoardPostDisplayWidget_compact QLabel#newLabel { border: 1px solid #167BE7; background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #2291E0, stop: 1 #3EB3FF); border-radius: 3px; } -PostedCardView QLabel#newLabel { +BoardPostDisplayWidget_card QLabel#newLabel { border: 1px solid #167BE7; background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #2291E0, stop: 1 #3EB3FF); border-radius: 3px; @@ -860,10 +849,17 @@ PostedCardView QFrame#voteFrame { background: #f8f9fa; } -PostedCardView QFrame#mainFrame { +BoardPostDisplayWidget_card QFrame#frame{ background: white; } +BoardPostDisplayWidget_card QFrame#frame [new=false]{ + background: white; +} + +BoardPostDisplayWidget_card > QFrame#frame[new=true] { + background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #F0F8FD, stop:0.8 #E6F2FD, stop: 0.81 #E6F2FD, stop: 1 #D2E7FD); +} GxsCommentDialog QComboBox#sortBox { font: bold;