mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Merge pull request #21 from defnax/darkstylesheet-fix
fixed darkstylesheet
This commit is contained in:
commit
c3d46c5eea
@ -1247,26 +1247,26 @@ GxsForumThreadWidget QLabel#forumName
|
||||
font: bold;
|
||||
}
|
||||
|
||||
PostedItem QPushButton#shareButton
|
||||
BoardPostDisplayWidget_compact QPushButton#shareButton
|
||||
{
|
||||
background-color: transparent;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
min-width: 75px;
|
||||
max-height: 22px;
|
||||
}
|
||||
|
||||
PostedCardView QPushButton#shareButton
|
||||
BoardPostDisplayWidget_card QPushButton#shareButton
|
||||
{
|
||||
background-color: transparent;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
min-width: 75px;
|
||||
}
|
||||
|
||||
PostedItem QFrame#voteFrame {
|
||||
BoardPostDisplayWidget_compact QFrame#voteFrame {
|
||||
background: #141415;
|
||||
}
|
||||
|
||||
PostedCardView QFrame#voteFrame {
|
||||
BoardPostDisplayWidget_card QFrame#voteFrame {
|
||||
background: #141415;
|
||||
}
|
||||
|
||||
@ -1275,30 +1275,48 @@ QPushButton#shareButton:hover, QPushButton#shareButton::menu-button:hover {
|
||||
border: 1px solid gray;
|
||||
}
|
||||
|
||||
PostedItem QToolButton#voteDownButton, QToolButton#voteUpButton, QToolButton#expandButton, QToolButton#readButton,
|
||||
BoardPostDisplayWidget_compact QToolButton#voteDownButton, QToolButton#voteUpButton, QToolButton#expandButton, QToolButton#readButton,
|
||||
QToolButton#commentButton, QToolButton#notesButton
|
||||
{
|
||||
border: none;
|
||||
}
|
||||
|
||||
PostedItem QLabel#thumbnailLabel{
|
||||
BoardPostDisplayWidget_compact QLabel#pictureLabel{
|
||||
border: 2px solid #CCCCCC;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
PostedCardView QToolButton#voteDownButton, QToolButton#voteUpButton
|
||||
BoardPostDisplayWidget_card QToolButton#voteDownButton, QToolButton#voteUpButton
|
||||
{
|
||||
border: none;
|
||||
}
|
||||
|
||||
PostedCardView QFrame#mainFrame [new=false]{
|
||||
BoardPostDisplayWidget_card QFrame#frame{
|
||||
background: #302F2F;
|
||||
}
|
||||
|
||||
PostedCardView > QFrame#mainFrame[new=true] {
|
||||
BoardPostDisplayWidget_card > QFrame#frame [new=false]{
|
||||
background: #302F2F;
|
||||
}
|
||||
|
||||
BoardPostDisplayWidget_card > QFrame#frame[new=true] {
|
||||
background-color: #005000;
|
||||
}
|
||||
|
||||
BoardPostDisplayWidget_compact QLabel#newLabel {
|
||||
border: 1px solid #00B712;
|
||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #5AFF15, stop: 1 #00B712);
|
||||
border-radius: 3px;
|
||||
color: black;
|
||||
}
|
||||
|
||||
BoardPostDisplayWidget_card QLabel#newLabel {
|
||||
border: 1px solid #00B712;
|
||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #5AFF15, stop: 1 #00B712);
|
||||
border-radius: 3px;
|
||||
color: black;
|
||||
}
|
||||
|
||||
WireGroupItem QFrame#wire_frame
|
||||
{
|
||||
border: 1px solid #38444d;
|
||||
|
Loading…
Reference in New Issue
Block a user