Merge pull request #2673 from defnax/fixesv3

Stylesheet fix
This commit is contained in:
csoler 2023-01-28 14:15:05 +01:00 committed by GitHub
commit 25ea4f746c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2661,7 +2661,7 @@ WireGroupItem QFrame#wire_frame:hover {
background-color: #7ecbfb;
}
WireGroupItem QFrame#wire_frame > QLabel {
color: black;
background: transparent;
}
PulseTopLevel QFrame#plainFrame,

View File

@ -311,7 +311,7 @@ BoardPostDisplayWidget_compact QToolButton#voteDownButton:disabled {
ForumsDialog, GxsForumThreadWidget
{
qproperty-textColorRead: black;
qproperty-textColorRead: darkgray;
qproperty-textColorUnread: black;
qproperty-textColorUnreadChildren: darkgray;
qproperty-textColorNotSubscribed: black;