Merge pull request #18 from defnax/boards-fixes

Fixing Stylesheets for Boards
This commit is contained in:
csoler 2020-09-27 16:55:26 +02:00 committed by GitHub
commit 2673c92e3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;