Fixed stylesheet color when its a new posted message

This commit is contained in:
defnax 2019-03-22 22:31:06 +01:00
parent b6c7afe989
commit 8ee86ea0da

View File

@ -889,10 +889,14 @@ PostedItem QFrame#voteFrame {
background: #f8f9fa;
}
PostedItem QFrame#mainFrame{
PostedItem QFrame#mainFrame [new=false]{
background: white;
}
PostedItem > QFrame#mainFrame[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;
}