mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-26 07:16:11 -05:00
fixed darkstyle sheet
This commit is contained in:
parent
5c240c6abb
commit
70cfdd38ef
@ -1247,26 +1247,26 @@ GxsForumThreadWidget QLabel#forumName
|
|||||||
font: bold;
|
font: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
PostedItem QPushButton#shareButton
|
BoardPostDisplayWidget_compact QPushButton#shareButton
|
||||||
{
|
{
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
min-width: 75px;
|
min-width: 75px;
|
||||||
max-height: 22px;
|
max-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
PostedCardView QPushButton#shareButton
|
BoardPostDisplayWidget_card QPushButton#shareButton
|
||||||
{
|
{
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
min-width: 75px;
|
min-width: 75px;
|
||||||
}
|
}
|
||||||
|
|
||||||
PostedItem QFrame#voteFrame {
|
BoardPostDisplayWidget_compact QFrame#voteFrame {
|
||||||
background: #141415;
|
background: #141415;
|
||||||
}
|
}
|
||||||
|
|
||||||
PostedCardView QFrame#voteFrame {
|
BoardPostDisplayWidget_card QFrame#voteFrame {
|
||||||
background: #141415;
|
background: #141415;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1275,30 +1275,48 @@ QPushButton#shareButton:hover, QPushButton#shareButton::menu-button:hover {
|
|||||||
border: 1px solid gray;
|
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
|
QToolButton#commentButton, QToolButton#notesButton
|
||||||
{
|
{
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
PostedItem QLabel#thumbnailLabel{
|
BoardPostDisplayWidget_compact QLabel#pictureLabel{
|
||||||
border: 2px solid #CCCCCC;
|
border: 2px solid #CCCCCC;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
PostedCardView QToolButton#voteDownButton, QToolButton#voteUpButton
|
BoardPostDisplayWidget_card QToolButton#voteDownButton, QToolButton#voteUpButton
|
||||||
{
|
{
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
PostedCardView QFrame#mainFrame [new=false]{
|
BoardPostDisplayWidget_card QFrame#frame{
|
||||||
background: #302F2F;
|
background: #302F2F;
|
||||||
}
|
}
|
||||||
|
|
||||||
PostedCardView > QFrame#mainFrame[new=true] {
|
BoardPostDisplayWidget_card > QFrame#frame [new=false]{
|
||||||
|
background: #302F2F;
|
||||||
|
}
|
||||||
|
|
||||||
|
BoardPostDisplayWidget_card > QFrame#frame[new=true] {
|
||||||
background-color: #005000;
|
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
|
WireGroupItem QFrame#wire_frame
|
||||||
{
|
{
|
||||||
border: 1px solid #38444d;
|
border: 1px solid #38444d;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user