mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixing stylseheets - adding back from old to new
This commit is contained in:
parent
fc20b42964
commit
bb820e894b
@ -807,50 +807,39 @@ GxsGroupDialog QLabel#groupLogo{
|
|||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
PostedItem QFrame#frame_notes {
|
|
||||||
background: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
PostedItem QFrame#mainFrame {
|
BoardPostDisplayWidget_compact QFrame#frame {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
PostedItem QLabel#notes {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
PostedItem QFrame#voteFrame {
|
PostedItem QFrame#voteFrame {
|
||||||
background: #f8f9fa;
|
background: #f8f9fa;
|
||||||
}
|
}
|
||||||
|
|
||||||
PostedItem QFrame#mainFrame [new=false]{
|
BoardPostDisplayWidget_compact QFrame#frame [new=false]{
|
||||||
background: white;
|
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);
|
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{
|
BoardPostDisplayWidget_compact QLabel#pictureLabel{
|
||||||
background: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
PostedItem QLabel#thumbnailLabel{
|
|
||||||
border: 2px solid #CCCCCC;
|
border: 2px solid #CCCCCC;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
PostedItem QLabel#fromBoldLabel, QLabel#fromLabel, QLabel#dateLabel, QLabel#siteBoldLabel {
|
BoardPostDisplayWidget_compact QLabel#fromBoldLabel, QLabel#fromLabel, QLabel#dateLabel, QLabel#siteBoldLabel {
|
||||||
color: #787c7e;
|
color: #787c7e;
|
||||||
}
|
}
|
||||||
|
|
||||||
PostedItem QLabel#newLabel {
|
BoardPostDisplayWidget_compact QLabel#newLabel {
|
||||||
border: 1px solid #167BE7;
|
border: 1px solid #167BE7;
|
||||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #2291E0, stop: 1 #3EB3FF);
|
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #2291E0, stop: 1 #3EB3FF);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
PostedCardView QLabel#newLabel {
|
BoardPostDisplayWidget_card QLabel#newLabel {
|
||||||
border: 1px solid #167BE7;
|
border: 1px solid #167BE7;
|
||||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #2291E0, stop: 1 #3EB3FF);
|
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #2291E0, stop: 1 #3EB3FF);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
@ -860,10 +849,17 @@ PostedCardView QFrame#voteFrame {
|
|||||||
background: #f8f9fa;
|
background: #f8f9fa;
|
||||||
}
|
}
|
||||||
|
|
||||||
PostedCardView QFrame#mainFrame {
|
BoardPostDisplayWidget_card QFrame#frame{
|
||||||
background: white;
|
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 {
|
GxsCommentDialog QComboBox#sortBox {
|
||||||
font: bold;
|
font: bold;
|
||||||
|
Loading…
Reference in New Issue
Block a user