Fixing the stylesheets for Channel Post Feeds

This commit is contained in:
defnax 2020-11-20 20:14:49 +01:00
parent edf83f0eb3
commit d136db2ffb

View File

@ -451,15 +451,11 @@ ChanNewItem QLabel#logoLabel {
}
GxsChannelPostItem > QFrame#mainFrame[new=false] {
border: 3px solid #D3D3D3;
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FFFFFF, stop:1 #F2F2F2);
border-radius: 10px;
background-color: white;
}
GxsChannelPostItem > QFrame#mainFrame[new=true] {
border: 3px solid #82B9F4;
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);
border-radius: 10px;
}
GxsChannelPostItem QLabel#newLabel{
@ -474,6 +470,11 @@ GxsChannelPostItem QLabel#subjectLabel, GxsChannelPostItem QLabel#titleLabel {
font: bold italic;
}
GxsChannelPostItem QFrame#msgFrame {
border: 2px solid #82B9F4;
border-radius: 3px;
}
GxsChannelPostItem QLabel#logoLabel {
border: 2px solid #D3D3D3;
}